summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorCédric Boutillier <boutil@debian.org>2014-10-07 00:37:59 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2014-10-07 04:21:55 +0000
commit1b0cfc6b7c912c632521bc7c21f61d02076da590 (patch)
treec17366b4a5335abb02aa5806beb3b077848817d4 /debian/control
parenta16f721d7d5cb127a2f28656c266fd317466ceaa (diff)
Imported using git-ubuntu import.
Notes
Notes: * Imported Upstream version 2.0.6 * Replace basic test with the upstream test suite * debian/control: - update homepage - bump Standards-Version to 3.9.6 (no changes needed) - set Testsuite field to autopkgtest-pkg-ruby - build-depend on ruby-minitest * Update years in upstream entry in the copyright file * Install README.md as documentation
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index c56bae2..6ba5752 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ 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>, Cédric Boutillier <boutil@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-minitest
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-cmdparse.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-cmdparse.git;a=summary
-Homepage: http://cmdparse.rubyforge.org
+Homepage: http://cmdparse.gettalong.org
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-cmdparse
@@ -17,4 +18,4 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
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.
- It Uses optparse, part of the Ruby standard library.
+ It uses optparse, part of the Ruby standard library.