r28460 - in /trunk/libhtml-template-pro-perl/debian: changelog clean rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sun Dec 21 22:13:57 UTC 2008
Author: gregoa
Date: Sun Dec 21 22:13:51 2008
New Revision: 28460
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28460
Log:
Add debian/README.ru to the newly created debian/clean and simplify
debian/rules' clean target.
Added:
trunk/libhtml-template-pro-perl/debian/clean
Modified:
trunk/libhtml-template-pro-perl/debian/changelog
trunk/libhtml-template-pro-perl/debian/rules
Modified: trunk/libhtml-template-pro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/changelog?rev=28460&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/changelog (original)
+++ trunk/libhtml-template-pro-perl/debian/changelog Sun Dec 21 22:13:51 2008
@@ -3,6 +3,8 @@
* New upstream release.
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
+ * Add debian/README.ru to the newly created debian/clean and simplify
+ debian/rules' clean target.
-- gregor herrmann <gregoa at debian.org> Sun, 16 Nov 2008 20:43:38 +0100
Added: trunk/libhtml-template-pro-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/clean?rev=28460&op=file
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/clean (added)
+++ trunk/libhtml-template-pro-perl/debian/clean Sun Dec 21 22:13:51 2008
@@ -1,0 +1,1 @@
+debian/README.ru
Modified: trunk/libhtml-template-pro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-pro-perl/debian/rules?rev=28460&op=diff
==============================================================================
--- trunk/libhtml-template-pro-perl/debian/rules (original)
+++ trunk/libhtml-template-pro-perl/debian/rules Sun Dec 21 22:13:51 2008
@@ -7,9 +7,7 @@
touch $@
clean:
- dh $@ --before dh_clean
- dh_clean debian/README.ru
- dh $@ --after dh_clean
+ dh $@
install: install-stamp
install-stamp: build-stamp
More information about the Pkg-perl-cvs-commits
mailing list