r51000 - in /packages/unstable/loudmouth/debian: changelog control control.in libloudmouth1-0.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 21 11:04:49 UTC 2016


Author: biebl
Date: Wed Sep 21 11:04:49 2016
New Revision: 51000

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51000
Log:
Convert from cdbs to dh.

Modified:
    packages/unstable/loudmouth/debian/changelog
    packages/unstable/loudmouth/debian/control
    packages/unstable/loudmouth/debian/control.in
    packages/unstable/loudmouth/debian/libloudmouth1-0.docs
    packages/unstable/loudmouth/debian/rules

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=51000&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog	[utf-8] Wed Sep 21 11:04:49 2016
@@ -1,3 +1,9 @@
+loudmouth (1.5.3-2) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 21 Sep 2016 13:04:38 +0200
+
 loudmouth (1.5.3-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/unstable/loudmouth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control?rev=51000&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/control	[utf-8] Wed Sep 21 11:04:49 2016
@@ -7,7 +7,6 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9),
-               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                autotools-dev,
                dh-autoreconf,

Modified: packages/unstable/loudmouth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/control.in?rev=51000&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/control.in	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/control.in	[utf-8] Wed Sep 21 11:04:49 2016
@@ -3,7 +3,6 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9),
-               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                autotools-dev,
                dh-autoreconf,

Modified: packages/unstable/loudmouth/debian/libloudmouth1-0.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/libloudmouth1-0.docs?rev=51000&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/libloudmouth1-0.docs	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/libloudmouth1-0.docs	[utf-8] Wed Sep 21 11:04:49 2016
@@ -1,2 +1,3 @@
+AUTHORS
 NEWS
 README

Modified: packages/unstable/loudmouth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/rules?rev=51000&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/rules	[utf-8] (original)
+++ packages/unstable/loudmouth/debian/rules	[utf-8] Wed Sep 21 11:04:49 2016
@@ -1,29 +1,38 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/autoreconf.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_DH_AUTORECONF_ARGS += debian/rules -- autoreconf
+TARBALL_EXT = tar.bz2
+GNOME_DOWNLOAD_URL = https://mcabber.com/files/loudmouth/$(GNOME_TARBALL)
+
+%:
+	dh $@ --with autoreconf,gnome
 
 autoreconf:
 	gtkdocize --copy
 	autoreconf --force --install
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc \
-                             --with-asyncns=yes \
-                             --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
-DEB_DH_MAKESHLIBS_ARGS_ALL := -V
-DEB_MAKE_CHECK_TARGET := check
+override_dh_autoreconf:
+	dh_autoreconf --as-needed debian/rules -- autoreconf
 
-common-binary-predeb-arch:: list-missing
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-gtk-doc \
+		--with-asyncns=yes
 
-clean::
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V
+
+override_dh_clean:
+	dh_clean
 	rm -fr docs/reference/html
 	rm -fr docs/reference/xml
 	rm -f docs/reference/loudmouth-decl.txt
 	rm -f docs/reference/loudmouth-decl-list.txt
 	rm -f docs/reference/loudmouth-undocumented.txt
+
+override_dh_gnome:
+	dh_gnome --no-gnome-versions




More information about the pkg-gnome-commits mailing list