[SCM] Debian packaging of cpanminus branch, master, updated. debian/1.5021-1-6-gece48f5

gregor herrmann gregoa at debian.org
Sat Mar 2 22:49:56 UTC 2013


The following commit has been merged in the master branch:
commit 734b3bfbad77be0a5a289e821f3f7a97af4de4d8
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 2 23:46:17 2013 +0100

    Refresh fat-packed modules:
    
    update removal list in debian/rules, adjust dependencies in debian/control.

diff --git a/debian/control b/debian/control
index 36cb9a9..db0d42c 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,10 @@ Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  curl | wget | perl (>= 5.13.9) | libhttp-tiny-perl,
  libcpan-distnameinfo-perl,
+ libcpan-meta-requirements-perl | perl (>= 5.15.7),
+ libfile-pushd-perl,
  liblocal-lib-perl,
- libtry-tiny-perl,
+ perl (>= 5.13.9) | libcpan-meta-yaml-perl,
  perl (>= 5.13.9) | libjson-pp-perl,
  perl (>= 5.13.9) | libmodule-metadata-perl
 Suggests: libmodule-cpanfile-perl, pmuninstall
diff --git a/debian/rules b/debian/rules
index f8c5deb..7258e93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,14 +11,9 @@ override_dh_auto_install:
 	for FAT in \
 		APP_CPANMINUS		\
 		CPAN_DISTNAMEINFO	\
-		CPAN_META		\
-		CPAN_META_CONVERTER	\
-		CPAN_META_FEATURE	\
-		CPAN_META_HISTORY	\
-		CPAN_META_PREREQS	\
-		CPAN_META_SPEC		\
-		CPAN_META_VALIDATOR	\
+		CPAN_META_REQUIREMENTS	\
 		CPAN_META_YAML		\
+		FILE_PUSHD		\
 		HTTP_TINY		\
 		JSON_PP			\
 		JSON_PP_BOOLEAN		\
@@ -26,12 +21,9 @@ override_dh_auto_install:
 		LOCAL_LIB		\
 		MODULE_CPANFILE		\
 		MODULE_METADATA		\
-		PARENT			\
 		PARSE_CPAN_META		\
-		TRY_TINY		\
 		VERSION			\
-		VERSION_REQUIREMENTS	\
-		VERSION_VPP ;		\
+		VERSION_VPP;		\
 	do \
 		sed -i -e "/<<'$$FAT'/,/^$$FAT/ d" $(TMP)/usr/bin/cpanm ; \
 	done

-- 
Debian packaging of cpanminus



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