[SCM] Support for components branch, master, updated. debian/0.3-7-gb3727d0

gregor herrmann gregoa at debian.org
Thu Jul 5 21:11:51 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index ed3ea70..ea30f18 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,38 @@
 Source: pkg-components
-Section: devel
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
-Build-Depends-Indep: libtest-pod-coverage-perl, libreadonly-xs-perl,
- libreadonly-perl, libdebian-copyright-perl, libtest-nowarnings-perl,
- libtest-deep-perl, dh-make-perl, libtest-longstring-perl,
- libperl6-slurp-perl, libtest-pod-perl
+Section: devel
+Priority: optional
 Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-pod-coverage-perl,
+                     libreadonly-xs-perl,
+                     libreadonly-perl,
+                     libdebian-copyright-perl,
+                     libtest-nowarnings-perl,
+                     libtest-deep-perl,
+                     dh-make-perl,
+                     libtest-longstring-perl,
+                     libperl6-slurp-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.2
-Homepage: http://lists.debian.org/debian-devel/2010/09/msg00208.html
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/pkg-components.git
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/pkg-components.git
+Homepage: http://lists.debian.org/debian-devel/2010/09/msg00208.html
 
 Package: pkg-components
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, make, libreadonly-xs-perl,
- libreadonly-perl, dpkg-dev (>= 1.14.27), libdebian-copyright-perl,
- dh-make-perl, libperl6-slurp-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         make,
+         libreadonly-xs-perl,
+         libreadonly-perl,
+         dpkg-dev,
+         libdebian-copyright-perl,
+         dh-make-perl,
+         libperl6-slurp-perl
 Suggests: devscripts
 Description: debhelper tool to help maintain bundles
  Support for additional components in debian/rules
  To be activated one would need to run 'dh --with components $@' and
  also there would have to be a 'debian/components' directory.
+

-- 
Support for components



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