diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 255610d..c9dc8c5 100644 --- a/debian/control +++ b/debian/control @@ -2,10 +2,10 @@ Source: ruby-cmdparse Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org> -Uploaders: Antonio Terceiro <terceiro@debian.org>, Arnaud Cornet <acornet@debian.org>, Paul van Tilburg <paulvt@debian.org> +Uploaders: Antonio Terceiro <terceiro@debian.org>, Arnaud Cornet <acornet@debian.org>, Paul van Tilburg <paulvt@debian.org>, Cédric Boutillier <cedric.boutillier@gmail.com> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.7~) -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) +Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-cmdparse.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-cmdparse.git;a=summary Homepage: http://cmdparse.rubyforge.org @@ -18,14 +18,15 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libcmdparse2-ruby (<< 2.0.3-1~), libcmdparse2-ruby1.8 (<< 2.0.3-1~), libcmdparse-ruby (<< 2.0.3-1~) Breaks: libcmdparse2-ruby (<< 2.0.3-1~), libcmdparse2-ruby1.8 (<< 2.0.3-1~), libcmdparse-ruby (<< 2.0.3-1~) Provides: libcmdparse2-ruby, libcmdparse2-ruby1.8, libcmdparse-ruby -Description: Advanced command line parsing module supporting sub-commands - Flexible library simplifying creation of shell commands using sub-commands, +Description: Advanced command line parsing Ruby module supporting sub-commands + Flexible Ruby library simplifying creation of shell commands using sub-commands, ie a la apt-get. - Uses optparse, part of ruby standard library + It Uses optparse, part of the Ruby standard library. # Transitional packages Package: libcmdparse2-ruby Section: oldlibs +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-cmdparse Description: Transitional package for ruby-cmdparse @@ -34,6 +35,7 @@ Description: Transitional package for ruby-cmdparse Package: libcmdparse2-ruby1.8 Section: oldlibs +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-cmdparse Description: Transitional package for ruby-cmdparse @@ -42,6 +44,7 @@ Description: Transitional package for ruby-cmdparse Package: libcmdparse-ruby Section: oldlibs +Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-cmdparse Description: Transitional package for ruby-cmdparse |
