[SCM] Debian packaging of libpoe-component-jabber-perl branch, master, updated. ca10dc687e2e356775d33d57fef836c4fb69ba58

Salvatore Bonaccorso carnil at debian.org
Tue Aug 9 19:38:17 UTC 2011


The following commit has been merged in the master branch:
commit e2ea19119478216c510b8a7bc0c841b9f4c8a0db
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Aug 9 21:30:26 2011 +0200

    debian/rules: Reduce to a tiny debian/rules makefile.

diff --git a/debian/rules b/debian/rules
index cb93ab0..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,32 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --before dh_auto_install
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	dh install --after dh_auto_install
-
-	touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
 	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Debian packaging of libpoe-component-jabber-perl



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