[dh-make-perl] 01/05: Apply wrap-and-sort

Axel Beckert abe at deuxchevaux.org
Sun Jan 19 16:37:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository dh-make-perl.

commit 79648e169f5a16f60e22d90173227827379ce9c5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 19 14:17:14 2014 +0100

    Apply wrap-and-sort
---
 debian/changelog |  3 +++
 debian/control   | 19 ++++++++++---------
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 52b4c91..d695e32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,9 @@ dh-make-perl (0.81-1) UNRELEASED; urgency=medium
     Also rename is_dh7tiny() method to is_dhtiny().
   * Update copyright years.
 
+  [ Axel Beckert ]
+  * Apply wrap-and-sort.
+
  -- Dima Kogan <dima at secretsauce.net>  Wed, 25 Dec 2013 17:08:35 +0100
 
 dh-make-perl (0.80-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b0864d5..cc18fb5 100644
--- a/debian/control
+++ b/debian/control
@@ -14,19 +14,19 @@ Uploaders: Wolfgang Schemmel <debian at 37.org>,
            Axel Beckert <abe at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl
+Build-Depends: debhelper (>= 8),
+               perl
 Build-Depends-Indep: libapt-pkg-perl,
                      libarray-unique-perl,
                      libclass-accessor-perl,
-                     perl (>= 5.13.10) | libcpan-meta-perl,
                      libdpkg-perl,
                      libemail-address-perl,
                      libemail-date-format-perl,
-                     libipc-run-perl,
                      libfile-dircompare-perl,
                      libfile-find-rule-perl,
                      libfile-touch-perl,
                      libfile-which-perl,
+                     libipc-run-perl,
                      liblist-moreutils-perl,
                      libmodule-depends-perl (>= 0.15),
                      libparse-debcontrol-perl,
@@ -42,7 +42,8 @@ Build-Depends-Indep: libapt-pkg-perl,
                      libtext-diff-perl,
                      libtie-ixhash-perl,
                      libwww-mechanize-perl,
-                     libyaml-perl
+                     libyaml-perl,
+                     perl (>= 5.13.10) | libcpan-meta-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/dh-make-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/dh-make-perl.git
@@ -50,15 +51,11 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/dh-make-perl.git
 Package: dh-make-perl
 Architecture: all
 Depends: debhelper (>= 8),
-         ${perl:Depends},
-         ${misc:Depends},
-         make,
          dpkg-dev,
          fakeroot,
          libapt-pkg-perl,
          libarray-unique-perl,
          libclass-accessor-perl,
-         perl (>= 5.13.10) | libcpan-meta-perl,
          libdpkg-perl,
          libemail-address-perl,
          libemail-date-format-perl,
@@ -71,7 +68,11 @@ Depends: debhelper (>= 8),
          libtie-ixhash-perl,
          libwww-mechanize-perl,
          libyaml-perl,
-         perl
+         make,
+         perl,
+         perl (>= 5.13.10) | libcpan-meta-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Recommends: apt-file (>= 2.5.0),
             git,
             pristine-tar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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