[SCM] tool for reconciling source and copyright branch, master, updated. debian/0.1-17-g5007002

gregor herrmann gregoa at debian.org
Wed Mar 20 17:22:50 UTC 2013


The following commit has been merged in the master branch:
commit 60b47e0ce2c74368a9f06821ca4b7102264ff0ac
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Mar 20 18:15:56 2013 +0100

    sort deps and let cme fix M::B alternative dep
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 1ab5505..31289a2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,59 @@
 Source: license-reconcile
-Section: devel
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Section: devel
+Priority: optional
 Build-Depends: debhelper (>= 9),
- libmodule-build-perl (>= 0.400000) | perl (>= 5.17)
-Build-Depends-Indep: perl, libdebian-copyright-perl (>= 0.2),
- libtest-compile-perl, libtest-deep-perl, libtest-output-perl,
- libtest-nowarnings-perl, libclass-xsaccessor-perl, libconfig-any-perl,
- libdpkg-perl, libparse-debianchangelog-perl, libemail-address-perl,
- liblist-moreutils-perl, libfile-slurp-perl, libfile-mmagic-perl,
- libfile-fnmatch-perl, libset-intspan-perl, libtext-levenshteinxs-perl,
- libsmart-comments-perl, libreadonly-perl, libreadonly-xs-perl, devscripts,
- libyaml-libyaml-perl, libtest-exception-perl, libuniversal-require-perl
+               libmodule-build-perl (>= 0.400000) | perl (>= 5.17.1)
+Build-Depends-Indep: perl,
+                     devscripts,
+                     libclass-xsaccessor-perl,
+                     libconfig-any-perl,
+                     libdebian-copyright-perl (>= 0.2),
+                     libdpkg-perl,
+                     libemail-address-perl,
+                     libfile-fnmatch-perl,
+                     libfile-mmagic-perl,
+                     libfile-slurp-perl,
+                     liblist-moreutils-perl,
+                     libparse-debianchangelog-perl,
+                     libreadonly-perl,
+                     libreadonly-xs-perl,
+                     libset-intspan-perl,
+                     libsmart-comments-perl,
+                     libtest-compile-perl,
+                     libtest-deep-perl,
+                     libtest-exception-perl,
+                     libtest-nowarnings-perl,
+                     libtest-output-perl,
+                     libtext-levenshteinxs-perl,
+                     libuniversal-require-perl,
+                     libyaml-libyaml-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/license-reconcile.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/license-reconcile.git
 
 Package: license-reconcile
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdebian-copyright-perl (>= 0.2),
- libclass-xsaccessor-perl, libconfig-any-perl, libdpkg-perl,
- libparse-debianchangelog-perl, libemail-address-perl,
- liblist-moreutils-perl, libfile-slurp-perl, libfile-mmagic-perl,
- libfile-fnmatch-perl, libset-intspan-perl, libtext-levenshteinxs-perl,
- libsmart-comments-perl, libreadonly-perl, libreadonly-xs-perl, devscripts,
- libuniversal-require-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         devscripts,
+         libclass-xsaccessor-perl,
+         libconfig-any-perl,
+         libdebian-copyright-perl (>= 0.2),
+         libdpkg-perl,
+         libemail-address-perl,
+         libfile-fnmatch-perl,
+         libfile-mmagic-perl,
+         libfile-slurp-perl,
+         liblist-moreutils-perl,
+         libparse-debianchangelog-perl,
+         libreadonly-perl,
+         libreadonly-xs-perl,
+         libset-intspan-perl,
+         libsmart-comments-perl,
+         libtext-levenshteinxs-perl,
+         libuniversal-require-perl
 Recommends: libyaml-libyaml-perl
 Description: tool to reconcile copyright file and source
  Out of the box the license-reconcile tool compares licensecheck output
@@ -37,3 +65,4 @@ Description: tool to reconcile copyright file and source
  file itself. If necessary copyright and license data can be extracted
  from the source code in more specialized ways by adding Perl modules
  below Debian::LicenseReconcile::Filter.
+

-- 
tool for reconciling source and copyright



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