rev 15874 - krap/libspectre/trunk/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue Sep 1 22:16:43 UTC 2009


Author: pusling-guest
Date: 2009-09-01 22:16:43 +0000 (Tue, 01 Sep 2009)
New Revision: 15874

Modified:
   krap/libspectre/trunk/debian/changelog
   krap/libspectre/trunk/debian/control
   krap/libspectre/trunk/debian/rules
Log:
* Remove Matthew, he seems absent. We hope he comes back.
* Bump standards
* move -dbg package to debug section
* A bit manual clean up.

Modified: krap/libspectre/trunk/debian/changelog
===================================================================
--- krap/libspectre/trunk/debian/changelog	2009-09-01 22:12:49 UTC (rev 15873)
+++ krap/libspectre/trunk/debian/changelog	2009-09-01 22:16:43 UTC (rev 15874)
@@ -2,7 +2,11 @@
 
   * Switch maintainer to krap
   * Add me to uploaders
+  * Remove Matthew, he seems absent. We hope he comes back.
   * Autoreconf; fixes ftbfs. (Closes: 543074)
+  * Bump standards
+  * move -dbg package to debug section
+  * A bit manual clean up.
 
  -- Sune Vuorela <debian at pusling.com>  Tue, 01 Sep 2009 22:37:33 +0200
 

Modified: krap/libspectre/trunk/debian/control
===================================================================
--- krap/libspectre/trunk/debian/control	2009-09-01 22:12:49 UTC (rev 15873)
+++ krap/libspectre/trunk/debian/control	2009-09-01 22:16:43 UTC (rev 15874)
@@ -4,7 +4,7 @@
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org> 
 Uploaders: Sune Vuorela <debian at pusling.com>
 Build-Depends: cdbs, debhelper (>= 5), autoconf, automake, autotools-dev, libcairo2-dev, libgs-dev, libtool, quilt
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://libspectre.freedesktop.org
 
 Package: libspectre1
@@ -16,7 +16,7 @@
  a convenient easy to use API for handling and rendering Postscript documents.
 
 Package: libspectre1-dbg
-Section: libdevel
+Section: debug
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libspectre1 (= ${binary:Version})

Modified: krap/libspectre/trunk/debian/rules
===================================================================
--- krap/libspectre/trunk/debian/rules	2009-09-01 22:12:49 UTC (rev 15873)
+++ krap/libspectre/trunk/debian/rules	2009-09-01 22:16:43 UTC (rev 15874)
@@ -7,8 +7,16 @@
 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
 
+
 # Regenerate autotools files from patched files
 DEB_AUTO_UPDATE_AUTOCONF=2.61
 DEB_AUTO_UPDATE_AUTOMAKE=1.11




More information about the pkg-kde-commits mailing list