[SCM] Debian packaging of Business-OnlinePayment-TCLink CPAN distribution branch, master, updated. debian/1.03-3-11-gb012141

Xavier Guimard x.guimard at free.fr
Sat Jan 5 08:42:14 UTC 2013


The following commit has been merged in the master branch:
commit ce31a3c630ca29f4c479b83c4d93e5fec8006381
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Jan 5 09:39:09 2013 +0100

    Update debian/rules to use "dh $@"

diff --git a/debian/rules b/debian/rules
index 64933c5..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,54 +1,4 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PERL ?= /usr/bin/perl
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) install DESTDIR=`pwd`/debian/`dh_listpackages`
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs Changes
-	dh_installdocs
-	dh_link
-	dh_compress
-	dh_fixperms
-	dh_perl 
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

-- 
Debian packaging of Business-OnlinePayment-TCLink CPAN distribution



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