[SCM] Debian packaging of libtree-dagnode-perl branch, master, updated. 28166e4d0bc81a8e4216819d8f254e1b84b2f360

Xavier Guimard x.guimard at free.fr
Sun Mar 10 08:06:00 UTC 2013


The following commit has been merged in the master branch:
commit 879eb3cda80a4a25c6d320968565d92137ba5a17
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Mar 10 08:54:18 2013 +0100

    Update debian/rules to use "dh $@"

diff --git a/debian/rules b/debian/rules
index 6e4222d..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,56 +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=$(shell dh_listpackages)
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-ifndef PERL
- PERL = /usr/bin/perl
-endif
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -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
-	touch $@
-
-binary-arch:;
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs
-	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 libtree-dagnode-perl



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