rev 8902 - kde-extras/tora/trunk/debian

Michael Meskes meskes at alioth.debian.org
Thu Jan 10 11:32:40 UTC 2008


Author: meskes
Date: 2008-01-10 11:32:40 +0000 (Thu, 10 Jan 2008)
New Revision: 8902

Modified:
   kde-extras/tora/trunk/debian/changelog
   kde-extras/tora/trunk/debian/control
   kde-extras/tora/trunk/debian/rules
Log:
* Fixed clean target yet again so building twice in a row is possible.
* Bumped up build dependency on debhelper to correct version.



Modified: kde-extras/tora/trunk/debian/changelog
===================================================================
--- kde-extras/tora/trunk/debian/changelog	2008-01-10 11:30:07 UTC (rev 8901)
+++ kde-extras/tora/trunk/debian/changelog	2008-01-10 11:32:40 UTC (rev 8902)
@@ -1,3 +1,10 @@
+tora (1.3.22-6) unstable; urgency=low
+
+  * Fixed clean target yet again so building twice in a row is possible.
+  * Bumped up build dependency on debhelper to correct version.
+
+ -- Michael Meskes <meskes at debian.org>  Thu, 10 Jan 2008 11:55:07 +0100
+
 tora (1.3.22-5) unstable; urgency=low
 
   * Bumped standards version to 3.7.3.

Modified: kde-extras/tora/trunk/debian/control
===================================================================
--- kde-extras/tora/trunk/debian/control	2008-01-10 11:30:07 UTC (rev 8901)
+++ kde-extras/tora/trunk/debian/control	2008-01-10 11:32:40 UTC (rev 8902)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Michael Meskes <meskes at debian.org>
-Build-Depends: debhelper (>> 4.0.0), autotools-dev, libqt3-compat-headers, kdelibs4-dev, docbook-xml (>= 4.2), xsltproc, docbook-xsl, kdebase-bin, libqscintilla-dev, texinfo, dpatch
+Build-Depends: debhelper (>= 5), autotools-dev, libqt3-compat-headers, kdelibs4-dev, docbook-xml (>= 4.2), xsltproc, docbook-xsl, kdebase-bin, libqscintilla-dev, texinfo, dpatch
 Standards-Version: 3.7.3
 
 Package: tora

Modified: kde-extras/tora/trunk/debian/rules
===================================================================
--- kde-extras/tora/trunk/debian/rules	2008-01-10 11:30:07 UTC (rev 8901)
+++ kde-extras/tora/trunk/debian/rules	2008-01-10 11:32:40 UTC (rev 8902)
@@ -37,7 +37,8 @@
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -f *.qm tora.pro license/tolicenseui.h license/tolicenseui.cpp license/tolicense.moc license/tolicenseui.moc
+	find . -name "*.qm" -exec rm {} \;
+	rm -f tora.pro license/tolicenseui.h license/tolicenseui.cpp license/tolicense.moc license/tolicenseui.moc
 	rm -f tora.1
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub




More information about the pkg-kde-commits mailing list