[Pkg-tcltk-commits] r595 - bwidget/trunk/debian
sgolovan-guest at alioth.debian.org
sgolovan-guest at alioth.debian.org
Thu May 1 09:00:55 UTC 2008
Author: sgolovan-guest
Date: 2008-05-01 09:00:54 +0000 (Thu, 01 May 2008)
New Revision: 595
Modified:
bwidget/trunk/debian/changelog
bwidget/trunk/debian/rules
Log:
[bwidget]
* Fixed clean target to work with debhelper 7.0 (made dh_clean the last
command, so debhelper logs are removed now).
Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog 2008-05-01 08:34:44 UTC (rev 594)
+++ bwidget/trunk/debian/changelog 2008-05-01 09:00:54 UTC (rev 595)
@@ -1,8 +1,9 @@
-bwidget (1.8.0-3) UNRELEASED; urgency=low
+bwidget (1.8.0-3) unstable; 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> Fri, 11 Jan 2008 20:41:29 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 01 May 2008 13:00:02 +0400
bwidget (1.8.0-2) unstable; urgency=low
Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules 2008-05-01 08:34:44 UTC (rev 594)
+++ bwidget/trunk/debian/rules 2008-05-01 09:00:54 UTC (rev 595)
@@ -32,15 +32,16 @@
touch build-stamp
clean: clean-patched unpatch
+ dh_testdir
+ dh_testroot
+ dh_clean
+
clean-patched:
dh_testdir
dh_testroot
-rm -f build-stamp install-stamp
-
# -$(MAKE) distclean
- dh_clean
-
install: install-stamp
install-stamp: build-stamp
dh_testdir
More information about the Pkg-tcltk-commits
mailing list