[SCM] Debian packaging of libhtml-template-pro-perl branch, master, updated. debian/0.9508-1-9-g42d515d
Nicholas Bamber
nicholas at periapt.co.uk
Sun Mar 4 13:57:30 UTC 2012
The following commit has been merged in the master branch:
commit 982bbe6ce96aa4e22b97c2234c0988ff2cb690eb
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date: Sun Mar 4 13:41:11 2012 +0000
added overrode clean rules
diff --git a/debian/changelog b/debian/changelog
index 9cb96be..834a8bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ libhtml-template-pro-perl (0.9509-1) UNRELEASED; urgency=low
* Updated copyright
* Added a comparison with HTML::Template in the long description
* Added a patch to stop build failure over optint.c and
- added Makefile to debian/clean
+ added overrode clean rules
-- Nicholas Bamber <nicholas at periapt.co.uk> Sat, 03 Mar 2012 17:47:12 +0000
diff --git a/debian/clean b/debian/clean
index 7cec91b..aa07509 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1 @@
debian/README.ru
-Makefile
diff --git a/debian/rules b/debian/rules
index 69d89b6..b1f8078 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@
override_dh_auto_build:
dh_auto_build
iconv -f CP1251 -t UTF-8 README.ru >debian/README.ru
+
+override_dh_auto_clean:
+ rm -rf Makefile Makefile.old blib *.o Pro.c Pro.bs MYMETA.yml
--
Debian packaging of libhtml-template-pro-perl
More information about the Pkg-perl-cvs-commits
mailing list