rev 16153 - krap/libspectre/trunk/debian

Pino Toscano pino-guest at alioth.debian.org
Mon Oct 19 13:13:15 UTC 2009


Author: pino-guest
Date: 2009-10-19 13:13:14 +0000 (Mon, 19 Oct 2009)
New Revision: 16153

Modified:
   krap/libspectre/trunk/debian/changelog
   krap/libspectre/trunk/debian/rules
Log:
disable autotools update


Modified: krap/libspectre/trunk/debian/changelog
===================================================================
--- krap/libspectre/trunk/debian/changelog	2009-10-19 13:10:10 UTC (rev 16152)
+++ krap/libspectre/trunk/debian/changelog	2009-10-19 13:13:14 UTC (rev 16153)
@@ -5,8 +5,10 @@
   * New upstream release.
   * Drop the Ghostscript headers removal, as upstream does not ship them
     anymore, and consequently the "Debian source" suffix.
+  * Disable the update of the autotools build system, no more needed now
+    (as it is not changed).
 
- -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 19 Oct 2009 15:07:03 +0200
+ -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 19 Oct 2009 15:11:43 +0200
 
 libspectre (0.2.2.ds-3) unstable; urgency=low
 

Modified: krap/libspectre/trunk/debian/rules
===================================================================
--- krap/libspectre/trunk/debian/rules	2009-10-19 13:10:10 UTC (rev 16152)
+++ krap/libspectre/trunk/debian/rules	2009-10-19 13:13:14 UTC (rev 16153)
@@ -6,21 +6,21 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-post-patches::
-	libtoolize -c -f
-	autoreconf
-clean::
-	rm -f config.h.in aclocal.m4
-#	[ ! -f Makefile ] || $(MAKE) maintainer-clean
-	find -name Makefile.in -delete
-	rm -f ltmain.sh
-	rm -f configure
+#post-patches::
+#	libtoolize -c -f
+#	autoreconf
+#clean::
+#	rm -f config.h.in aclocal.m4
+##	[ ! -f Makefile ] || $(MAKE) maintainer-clean
+#	find -name Makefile.in -delete
+#	rm -f ltmain.sh
+#	rm -f configure
 
 
 # Regenerate autotools files from patched files
-DEB_AUTO_UPDATE_AUTOCONF=2.64
-DEB_AUTO_UPDATE_AUTOMAKE=1.11
-DEB_AUTO_UPDATE_LIBTOOL=pre
+#DEB_AUTO_UPDATE_AUTOCONF=2.64
+#DEB_AUTO_UPDATE_AUTOMAKE=1.11
+#DEB_AUTO_UPDATE_LIBTOOL=pre
 
 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 




More information about the pkg-kde-commits mailing list