r48943 - in /packages/unstable/libdmapsharing/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri May 27 13:59:09 UTC 2016


Author: biebl
Date: Fri May 27 13:59:09 2016
New Revision: 48943

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

Added:
    packages/unstable/libdmapsharing/debian/docs
Modified:
    packages/unstable/libdmapsharing/debian/changelog
    packages/unstable/libdmapsharing/debian/control
    packages/unstable/libdmapsharing/debian/control.in
    packages/unstable/libdmapsharing/debian/rules

Modified: packages/unstable/libdmapsharing/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libdmapsharing/debian/changelog?rev=48943&op=diff
==============================================================================
--- packages/unstable/libdmapsharing/debian/changelog	[utf-8] (original)
+++ packages/unstable/libdmapsharing/debian/changelog	[utf-8] Fri May 27 13:59:09 2016
@@ -1,6 +1,7 @@
 libdmapsharing (2.9.35-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 27 May 2016 15:46:11 +0200
 

Modified: packages/unstable/libdmapsharing/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libdmapsharing/debian/control?rev=48943&op=diff
==============================================================================
--- packages/unstable/libdmapsharing/debian/control	[utf-8] (original)
+++ packages/unstable/libdmapsharing/debian/control	[utf-8] Fri May 27 13:59:09 2016
@@ -9,7 +9,6 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                gtk-doc-tools (>= 1.0),
                pkg-config,

Modified: packages/unstable/libdmapsharing/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libdmapsharing/debian/control.in?rev=48943&op=diff
==============================================================================
--- packages/unstable/libdmapsharing/debian/control.in	[utf-8] (original)
+++ packages/unstable/libdmapsharing/debian/control.in	[utf-8] Fri May 27 13:59:09 2016
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
-               cdbs (>= 0.4.93),
                gnome-pkg-tools,
                gtk-doc-tools (>= 1.0),
                pkg-config,

Added: packages/unstable/libdmapsharing/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libdmapsharing/debian/docs?rev=48943&op=file
==============================================================================
--- packages/unstable/libdmapsharing/debian/docs	(added)
+++ packages/unstable/libdmapsharing/debian/docs	[utf-8] Fri May 27 13:59:09 2016
@@ -0,0 +1,3 @@
+AUTHORS
+README
+TODO

Modified: packages/unstable/libdmapsharing/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libdmapsharing/debian/rules?rev=48943&op=diff
==============================================================================
--- packages/unstable/libdmapsharing/debian/rules	[utf-8] (original)
+++ packages/unstable/libdmapsharing/debian/rules	[utf-8] Fri May 27 13:59:09 2016
@@ -1,18 +1,18 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
-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/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 TARBALL_EXT = tar.gz
 GNOME_DOWNLOAD_URL = http://www.flyn.org/projects/libdmapsharing/$(GNOME_TARBALL)
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-mdns=avahi \
-                             --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+%:
+	dh $@ --with autoreconf,gnome
 
-DEB_DH_MAKESHLIBS_ARGS_libdmapsharing-3.0-2 += -- -c4
+override_dh_auto_configure:
+	dh_auto_configure -- --with-mdns=avahi
 
-common-binary-post-install-arch:: list-missing
+override_dh_makeshlibs:
+	dh_makeshlibs -- -c4
+
+override_dh_install:
+	dh_install --list-missing




More information about the pkg-gnome-commits mailing list