r24920 - /trunk/libhtml-template-pro-perl/debian/rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Mon Sep 8 18:29:52 UTC 2008
Author: gregoa
Date: Mon Sep 8 18:29:49 2008
New Revision: 24920
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24920
Log:
use dh_clean instead of rm
Modified:
trunk/libhtml-template-pro-perl/debian/rules
Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/rules?rev=24920&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Mon Sep 8 18:29:49 2008
@@ -7,8 +7,9 @@
touch $@
clean:
- rm -f debian/README.ru
- dh $@
+ dh $@ --before dh_clean
+ dh_clean debian/README.ru
+ dh $@ --after dh_clean
install: install-stamp
install-stamp: build-stamp
More information about the Pkg-perl-cvs-commits
mailing list