[SCM] Debian packaging of libfilehandle-fmode-perl branch, master, updated. 61433d39037496855988779c8e8df42571cbcc9a
Xavier Guimard
x.guimard at free.fr
Sun Nov 4 06:22:17 UTC 2012
The following commit has been merged in the master branch:
commit a1b7136a44ec81b4279e25bcf273129c5bbbf602
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sun Nov 4 07:00:23 2012 +0100
Update rules
diff --git a/debian/changelog b/debian/changelog
index 994b8eb..dff2636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libfilehandle-fmode-perl (0.12-1) UNRELEASED; urgency=low
* New upstream release
* Use debhelper >=9.20120312
* Update copyright to format 1.0
+ * Update debian/rules to new format
-- Xavier Guimard <x.guimard at free.fr> Sun, 04 Nov 2012 06:50:54 +0100
diff --git a/debian/rules b/debian/rules
index 3850db1..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-arch: install
+%:
dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
--
Debian packaging of libfilehandle-fmode-perl
More information about the Pkg-perl-cvs-commits
mailing list