rev 16664 - krap/libspectre/trunk/debian

Pino Toscano pino-guest at alioth.debian.org
Thu Jan 21 23:32:53 UTC 2010


Author: pino-guest
Date: 2010-01-21 23:32:53 +0000 (Thu, 21 Jan 2010)
New Revision: 16664

Modified:
   krap/libspectre/trunk/debian/changelog
   krap/libspectre/trunk/debian/compat
   krap/libspectre/trunk/debian/control
   krap/libspectre/trunk/debian/rules
Log:
switch from cdbs to debhelper v7
much cleaner rules now, i'd say :)


Modified: krap/libspectre/trunk/debian/changelog
===================================================================
--- krap/libspectre/trunk/debian/changelog	2010-01-21 23:07:53 UTC (rev 16663)
+++ krap/libspectre/trunk/debian/changelog	2010-01-21 23:32:53 UTC (rev 16664)
@@ -9,9 +9,11 @@
   * Disable the update of the autotools build system, no more needed now
     (as it is not changed).
   * Do not require and use quilt, as we have no more patches to apply.
+  * Switch to debhelper v7 (dh).
+    + drop Build-Depends on cdbs.
   * Add a versioned shlibs.
 
- -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Fri, 22 Jan 2010 00:00:45 +0100
+ -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Fri, 22 Jan 2010 00:17:17 +0100
 
 libspectre (0.2.2.ds-3) unstable; urgency=low
 

Modified: krap/libspectre/trunk/debian/compat
===================================================================
--- krap/libspectre/trunk/debian/compat	2010-01-21 23:07:53 UTC (rev 16663)
+++ krap/libspectre/trunk/debian/compat	2010-01-21 23:32:53 UTC (rev 16664)
@@ -1 +1 @@
-5
+7

Modified: krap/libspectre/trunk/debian/control
===================================================================
--- krap/libspectre/trunk/debian/control	2010-01-21 23:07:53 UTC (rev 16663)
+++ krap/libspectre/trunk/debian/control	2010-01-21 23:32:53 UTC (rev 16664)
@@ -3,7 +3,7 @@
 Priority: optional
 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
+Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, autotools-dev, libcairo2-dev, libgs-dev, libtool
 Standards-Version: 3.8.3
 Homepage: http://libspectre.freedesktop.org
 

Modified: krap/libspectre/trunk/debian/rules
===================================================================
--- krap/libspectre/trunk/debian/rules	2010-01-21 23:07:53 UTC (rev 16663)
+++ krap/libspectre/trunk/debian/rules	2010-01-21 23:32:53 UTC (rev 16664)
@@ -1,29 +1,9 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-DEB_DH_MAKESHLIBS_ARGS_libspectre1 := -V'libspectre1 (>= 0.2.3)'
+%:
+	dh $@
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/rules/utils.mk
+override_dh_makeshlibs:
+	dh_makeshlibs -V'libspectre1 (>= 0.2.3)'
 
-#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_DH_INSTALL_SOURCEDIR = debian/tmp
-
-DEB_MAKE_CHECK_TARGET = check




More information about the pkg-kde-commits mailing list