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

Alessandro Ghedini alessandro at ghedini.me
Fri Apr 26 20:51:41 UTC 2013


The following commit has been merged in the master branch:
commit 3eb9906b7bbefc1c4190c12779dedcba33e0ba52
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Fri Apr 26 22:28:34 2013 +0200

    Depends on libaliased-perl and libstring-shellquote-perl and update fatpacked modules list

diff --git a/debian/control b/debian/control
index 55eb169..3390ce7 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,12 @@ Package: cpanminus
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  curl | wget | perl (>= 5.13.9) | libhttp-tiny-perl,
+ libaliased-perl,
  libcpan-distnameinfo-perl,
  libcpan-meta-requirements-perl | perl (>= 5.15.7),
  libfile-pushd-perl,
  liblocal-lib-perl,
+ 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,
diff --git a/debian/rules b/debian/rules
index 9a433c1..6a6a706 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_auto_install:
 	dh_auto_install
 	for FAT in \
 		APP_CPANMINUS		\
+		ALIASED			\
 		CPAN_DISTNAMEINFO	\
 		CPAN_META		\
 		CPAN_META_CONVERTER	\
@@ -29,6 +30,7 @@ override_dh_auto_install:
 		MODULE_CPANFILE		\
 		MODULE_METADATA		\
 		PARSE_CPAN_META		\
+		STRING_SHELLQUOTE	\
 		VERSION			\
 		VERSION_VPP;		\
 	do \

-- 
Debian packaging of cpanminus



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