[cpanminus] 01/03: Update list of fat-packed modules in debian/rules and debian/control.

gregor herrmann gregoa at debian.org
Sat Sep 27 13:22:16 UTC 2014


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

gregoa pushed a commit to branch master
in repository cpanminus.

commit acea6f6460570bd01b084319335e5fb226d9c252
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 27 15:02:33 2014 +0200

    Update list of fat-packed modules in debian/rules and debian/control.
---
 debian/control | 28 ++++++++++++++--------------
 debian/rules   |  9 ++++++---
 2 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index d71c0f6..c272bad 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
-                     libaliased-perl,
                      libstring-shellquote-perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/cpanminus.git
@@ -16,22 +15,23 @@ Package: cpanminus
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         curl | wget | perl (>= 5.19.10) | libhttp-tiny-perl (>= 0.043),
-         libaliased-perl,
+         curl | wget | libhttp-tiny-perl (>= 0.049) | perl (>= 5.21.4),
          libcpan-distnameinfo-perl,
-         libcpan-meta-check-perl (>= 0.007),
-         libfile-pushd-perl,
-         liblocal-lib-perl (>= 2.000008),
-         libmodule-cpanfile-perl (>= 1.0002),
+         libcpan-meta-check-perl (>= 0.009),
+         libcpan-meta-perl (>= 2.142060),
+         libcpan-meta-requirements-perl (>= 2.128) | perl (>= 5.21.4),
+         libfile-pushd-perl (>= 1.009),
+         liblocal-lib-perl (>= 2.000014),
+         libmodule-cpanfile-perl (>= 1.1000),
+         libmodule-metadata-perl (>= 1.000024) | perl (>= 5.21.1),
+         libparse-pmfile-perl,
          libstring-shellquote-perl,
-         perl (>= 5.19.4) | libcpan-meta-perl (>= 2.132510),
-         perl (>= 5.19.4) | libcpan-meta-requirements-perl (>= 2.123),
-         perl (>= 5.19.4) | libparse-cpan-meta-perl (>= 1.4407),
+         libversion-perl (>= 1:0.9909) | perl (>= 5.21.4) ,
+         perl (>= 5.19.10) | libcpan-meta-yaml-perl (>= 0.012),
+         perl (>= 5.19.10) | libparse-cpan-meta-perl (>= 1.4414),
          perl (>= 5.19.5) | libjson-pp-perl (>= 2.27203),
-         perl (>= 5.19.5) | libmodule-metadata-perl (>= 1.000019),
-         perl (>= 5.19.9) | libversion-perl (>= 1:0.9908),
-# parent 0.225
-         perl (>= 5.13.11)
+# Exporter 5.70, parent 0.228
+         perl (>= 5.19.4)
 Description: script to get, unpack, build and install modules from CPAN
  cpanminus provides a command-line (non interactive) interface to
  automatically download, build and install Perl modules from CPAN.
diff --git a/debian/rules b/debian/rules
index 48b5562..0bf4583 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,13 @@ override_dh_auto_build:
 	dh_auto_build
 	for FAT in \
 		APP_CPANMINUS		\
-		ALIASED			\
 		CPAN_DISTNAMEINFO	\
 		CPAN_META		\
 		CPAN_META_CHECK		\
 		CPAN_META_CONVERTER	\
 		CPAN_META_FEATURE	\
 		CPAN_META_HISTORY	\
+		CPAN_META_MERGE		\
 		CPAN_META_PREREQS	\
 		CPAN_META_REQUIREMENTS	\
 		CPAN_META_SPEC		\
@@ -35,15 +35,18 @@ override_dh_auto_build:
 		LOCAL_LIB		\
 		MODULE_CPANFILE		\
 		MODULE_CPANFILE_ENVIRONMENT \
+		MODULE_CPANFILE_PREREQS	\
+		MODULE_CPANFILE_REQUIREMENT	\
 		MODULE_CPANFILE_RESULT	\
 		MODULE_METADATA		\
 		PARENT			\
 		PARSE_CPAN_META		\
+		PARSE_PMFILE		\
 		STRING_SHELLQUOTE	\
 		VERSION			\
 		VERSION_REGEX		\
-		VERSION_VPP;		\
-	do \
+		VERSION_VPP		\
+	; do \
 		sed -i -e "/<<'$$FAT'/,/^$$FAT/ d" $(CURDIR)/blib/script/cpanm ; \
 	done
 

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



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