[Pkg-tcltk-commits] r609 - tclex/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Sun May 18 10:02:24 UTC 2008
Author: sgolovan-guest
Date: 2008-05-18 10:02:23 +0000 (Sun, 18 May 2008)
New Revision: 609
Modified:
tclex/trunk/debian/changelog
tclex/trunk/debian/rules
Log:
[tclex]
* Fixed clean target to work with debhelper 7.0 (made dh_clean the last
command, so debhelper logs are removed now).
Modified: tclex/trunk/debian/changelog
===================================================================
--- tclex/trunk/debian/changelog 2008-05-18 09:58:27 UTC (rev 608)
+++ tclex/trunk/debian/changelog 2008-05-18 10:02:23 UTC (rev 609)
@@ -1,6 +1,7 @@
tclex (1.2a1-14) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * Fixed clean target to work with debhelper 7.0 (made dh_clean the last
+ command, so debhelper logs are removed now).
-- Sergei Golovan <sgolovan at debian.org> Sun, 18 May 2008 13:58:14 +0400
Modified: tclex/trunk/debian/rules
===================================================================
--- tclex/trunk/debian/rules 2008-05-18 09:58:27 UTC (rev 608)
+++ tclex/trunk/debian/rules 2008-05-18 10:02:23 UTC (rev 609)
@@ -27,6 +27,10 @@
touch build-stamp
clean: clean-patched unpatch
+ dh_testdir
+ dh_testroot
+ dh_clean
+
clean-patched:
dh_testdir
dh_testroot
@@ -35,7 +39,6 @@
-rm -f src/*.so
-rm -f `find . -name "*~"`
-rm -rf debian/tclex debian/files* core debian/substvars
- dh_clean
install: build
dh_testdir
More information about the Pkg-tcltk-commits
mailing list