[SCM] Debian packaging of libcompress-bzip2-perl branch, master, updated. 95f30e0dbeb8ab0bced6bada6c2803ac5631d502
Xavier Guimard
x.guimard at free.fr
Wed Jan 9 05:49:55 UTC 2013
The following commit has been merged in the master branch:
commit bdeeb5fbd2d7baf5955b13de8a621d00ec867bd5
Author: Xavier Guimard <x.guimard at free.fr>
Date: Wed Jan 9 06:28:36 2013 +0100
Update debian/rules to use "dh $@"
diff --git a/debian/rules b/debian/rules
index 56dc9fa..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
- dh build
- touch $@
-
-clean: unpatch
- dh $@
-
-install: install-stamp
-install-stamp: build-stamp
- dh install
- touch $@
-
-binary-arch: install
+%:
dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
--
Debian packaging of libcompress-bzip2-perl
More information about the Pkg-perl-cvs-commits
mailing list