[SCM] Debian packaging of libauthen-simple-ldap-perl branch, master, updated. 16624f424089e3b74a7c146b23fcdda95741a3fb

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Apr 19 22:01:47 UTC 2012


The following commit has been merged in the master branch:
commit 39d504fdf51ae3bb8f6b6b5ae62e51ec2f4ed79c
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Apr 19 23:18:58 2012 +0200

    Switched to short-form debian/rules

diff --git a/debian/rules b/debian/rules
index 64376e8..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,51 +1,4 @@
 #!/usr/bin/make -f
 
-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 INSTALLDIRS=vendor
-	$(MAKE)
-	touch $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	TEST_POD=1 $(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean build-stamp install-stamp 
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_compress
-	dh_fixperms
-	dh_strip
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: binary clean ibinary-indep binary-arch build clean install
+%:
+	dh $@

-- 
Debian packaging of libauthen-simple-ldap-perl



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