[libparse-debianchangelog-perl] 17/52: debian/rules: Adapt to new Module::Build build system

Intrigeri intrigeri at moszumanska.debian.org
Sun May 24 12:37:26 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libparse-debianchangelog-perl.

commit f49b7a51f69e756fa78b715fc793163ddecd1b7b
Author: Frank Lichtenheld <frank at lichtenheld.de>
Date:   Sun Jul 8 03:45:20 2007 +0200

    debian/rules: Adapt to new Module::Build build system
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index a6035df..760c5a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,8 +23,7 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
 
 	touch build-stamp
 
@@ -46,11 +45,6 @@ install-stamp:
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-
 	touch install-stamp
 
 binary-arch:

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



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