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

Michael Meskes meskes at alioth.debian.org
Tue Dec 11 13:22:19 UTC 2007


Author: meskes
Date: 2007-12-11 13:22:19 +0000 (Tue, 11 Dec 2007)
New Revision: 8203

Modified:
   kde-extras/tora/trunk/debian/changelog
   kde-extras/tora/trunk/debian/control
   kde-extras/tora/trunk/debian/rules
Log:
Fixed some lintian errors/warnings before uploading:
	Build-depend on autotools-dev and cp up-to-date files to archive.
	Do not ignore errors in "make clean".



Modified: kde-extras/tora/trunk/debian/changelog
===================================================================
--- kde-extras/tora/trunk/debian/changelog	2007-12-11 11:49:18 UTC (rev 8202)
+++ kde-extras/tora/trunk/debian/changelog	2007-12-11 13:22:19 UTC (rev 8203)
@@ -4,6 +4,8 @@
   * Bumped tora.dekstop to version 1.0, closes: #455588
   * Added call to dh_desktop.
   * Bumbed debhelper version to 5.
+  * Build-depend on autotools-dev and cp up-to-date files to archive.
+  * Do not ignore errors in "make clean".
 
  -- Michael Meskes <meskes at debian.org>  Tue, 11 Dec 2007 10:32:06 +0100
 

Modified: kde-extras/tora/trunk/debian/control
===================================================================
--- kde-extras/tora/trunk/debian/control	2007-12-11 11:49:18 UTC (rev 8202)
+++ kde-extras/tora/trunk/debian/control	2007-12-11 13:22:19 UTC (rev 8203)
@@ -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), libqt3-compat-headers, kdelibs4-dev, docbook-xml (>= 4.2), xsltproc, docbook-xsl, kdebase-bin, libqscintilla-dev, texinfo, dpatch
+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
 Standards-Version: 3.7.3
 
 Package: tora

Modified: kde-extras/tora/trunk/debian/rules
===================================================================
--- kde-extras/tora/trunk/debian/rules	2007-12-11 11:49:18 UTC (rev 8202)
+++ kde-extras/tora/trunk/debian/rules	2007-12-11 13:22:19 UTC (rev 8203)
@@ -36,9 +36,15 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f *.qm 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
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
 
 	dh_clean
 




More information about the pkg-kde-commits mailing list