[SCM] Debian packaging of libtest-www-declare-perl branch, master, updated. debian/0.02-2-2-g3e33e82

gregor herrmann gregoa at debian.org
Thu Jul 5 21:02:23 UTC 2012


The following commit has been merged in the master branch:
commit c6087310549c6fcdb7da19fc21179b1af68964db
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:01:03 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index ff3c858..cbdf68c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,25 @@
 Source: libtest-www-declare-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 8), perl
-Build-Depends-Indep: 
- libhttp-server-simple-perl (>= 0.35),
- libtest-tester-perl,
- libtest-www-mechanize-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
- Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>
+           Rene Mayorga <rmayorga at debian.org>,
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               perl
+Build-Depends-Indep: libhttp-server-simple-perl,
+                     libtest-tester-perl,
+                     libtest-www-mechanize-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-WWW-Declare/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-www-declare-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-www-declare-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-www-declare-perl.git
+Homepage: http://search.cpan.org/dist/Test-WWW-Declare/
 
 Package: libtest-www-declare-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libtest-www-mechanize-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-www-mechanize-perl
 Description: declarative testing module for web apps
  Often in web apps, tests are very dependent on the state set up by previous
  tests. If one test fails (e.g. "follow the link to the admin page") then it's
@@ -30,3 +31,4 @@ Description: declarative testing module for web apps
  these commands or assertions fail then the flow is aborted. Only that one
  failure is reported to the test harness and user. Flows may also contain other
  flows. If an inner flow fails, then the outer flow fails as well.
+

-- 
Debian packaging of libtest-www-declare-perl



More information about the Pkg-perl-cvs-commits mailing list