[SCM] Debian packaging of libtest-block-perl branch, master, updated. 23b30e05bd0e72402cdaf953225133eced366612

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Jan 28 00:50:12 UTC 2012


The following commit has been merged in the master branch:
commit bf3790a19bcf069c13ae9d4e38d2f561d455e5ce
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Jan 28 01:36:26 2012 +0100

    Use minimal debian/rules

diff --git a/debian/changelog b/debian/changelog
index b3c318f..3da40ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libtest-block-perl (0.13-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.13.
   * Added deprecation warning to long description.
   * Converted to source format "3.0 (quilt)".
+  * Use minimal debian/rules.
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
diff --git a/debian/rules b/debian/rules
index c453b6a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-indep: install
+%:
 	dh $@
-
-binary-arch:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Debian packaging of libtest-block-perl



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