[SCM] Debian packaging of libarray-printcols-perl branch, master, updated. 1ea4c9ca5467d3608f39320e96b654f87a581522

Xavier Guimard x.guimard at free.fr
Tue Feb 12 05:10:12 UTC 2013


The following commit has been merged in the master branch:
commit 7364f8f3ab486a0f02e1ae543735ae83ccee1f2b
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Tue Feb 12 06:07:23 2013 +0100

    Update debian/rules to use "dh $@"

diff --git a/debian/rules b/debian/rules
index b23a385..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,54 +1,4 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
-
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
-
-
-build:
-	dh_testdir
-	# Add here commands to compile the package.
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-clean:
-	dh_testdir
-	dh_testroot
-
-	[ ! -f Makefile ] || $(MAKE) clean
-	rm -f Makefile.old
-	dh_clean
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Vendor test suite is broken, so no 'make test'
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" install
-	[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
-
-binary-arch:;
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

-- 
Debian packaging of libarray-printcols-perl



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