[cpanminus] 01/03: debian/rules: strip embedded modules from App::cpanminus::fatscript as well.

gregor herrmann gregoa at debian.org
Fri Jan 13 21:06:41 UTC 2017


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

gregoa pushed a commit to branch master
in repository cpanminus.

commit a0d78e37bd15633295ef809bdb4d70067061d7a9
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 13 22:04:37 2017 +0100

    debian/rules: strip embedded modules from App::cpanminus::fatscript as well.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f68ae2d..e23e0ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ override_dh_auto_build:
 		VERSION_REGEX		\
 		VERSION_VPP		\
 	; do \
-		sed -i -e "/<<'$$FAT'/,/^$$FAT/ d" $(CURDIR)/blib/script/cpanm ; \
+		sed -i -e "/<<'$$FAT'/,/^$$FAT/ d" $(CURDIR)/blib/script/cpanm $(CURDIR)/blib/lib/App/cpanminus/fatscript.pm ; \
 	done
 
 override_dh_auto_test:

-- 
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