[SCM] Debian packaging of cpanminus branch, master, updated. debian/1.6907-1-7-gc668c8c

gregor herrmann gregoa at debian.org
Wed Jul 24 15:39:47 UTC 2013


The following commit has been merged in the master branch:
commit f2936ff11cdf9ddc5ef210a2d923637df7268706
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 24 17:30:52 2013 +0200

    "Fatpacked" modules:
    
    remove new ones (debian/rules), update dependencies (debian/control).

diff --git a/debian/control b/debian/control
index 3be7976..c140a59 100644
--- a/debian/control
+++ b/debian/control
@@ -13,17 +13,20 @@ Homepage: https://metacpan.org/release/App-cpanminus/
 Package: cpanminus
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- curl | wget | perl (>= 5.13.9) | libhttp-tiny-perl,
+ curl | wget | libhttp-tiny-perl (>= 0.034) | perl (>= 5.19.2),
  libaliased-perl,
  libcpan-distnameinfo-perl,
+ libcpan-meta-check-perl (>= 0.005),
+ libcpan-meta-perl (>= 2.131560) | perl (>= 5.19.1),
  libcpan-meta-requirements-perl | perl (>= 5.15.7),
  libfile-pushd-perl,
- liblocal-lib-perl,
+ liblocal-lib-perl (>= 1.008010),
+ libmodule-cpanfile-perl (>= 0.9034),
+ libmodule-metadata-perl (>= 1.000014) | perl (>= 5.19.1),
+ libparse-cpan-meta-perl (>= 1.4405) | perl (>= 5.19.1),
  libstring-shellquote-perl,
- perl (>= 5.13.10) | libcpan-meta-perl,
  perl (>= 5.13.9)  | libcpan-meta-yaml-perl,
- perl (>= 5.13.9)  | libjson-pp-perl,
- perl (>= 5.13.9)  | libmodule-metadata-perl
+ perl (>= 5.13.9)  | libjson-pp-perl
 Suggests: libmodule-cpanfile-perl
 Description: script to get, unpack, build and install modules from CPAN
  cpanminus provides a command-line (non interactive) interface to
diff --git a/debian/rules b/debian/rules
index 6a6a706..0ee17a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_auto_install:
 		ALIASED			\
 		CPAN_DISTNAMEINFO	\
 		CPAN_META		\
+		CPAN_META_CHECK		\
 		CPAN_META_CONVERTER	\
 		CPAN_META_FEATURE	\
 		CPAN_META_HISTORY	\
@@ -21,6 +22,8 @@ override_dh_auto_install:
 		CPAN_META_SPEC		\
 		CPAN_META_VALIDATOR	\
 		CPAN_META_YAML		\
+		EXPORTER		\
+		EXPORTER_HEAVY		\
 		FILE_PUSHD		\
 		HTTP_TINY		\
 		JSON_PP			\
@@ -28,6 +31,8 @@ override_dh_auto_install:
 		LIB_CORE_ONLY		\
 		LOCAL_LIB		\
 		MODULE_CPANFILE		\
+		MODULE_CPANFILE_ENVIRONMENT \
+		MODULE_CPANFILE_RESULT	\
 		MODULE_METADATA		\
 		PARSE_CPAN_META		\
 		STRING_SHELLQUOTE	\

-- 
Debian packaging of cpanminus



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