r49225 - in /desktop/unstable/gnome-bluetooth/debian: changelog control control.in gnome-bluetooth.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 1 10:02:09 UTC 2016


Author: biebl
Date: Fri Jul  1 10:02:09 2016
New Revision: 49225

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

Added:
    desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.docs
Modified:
    desktop/unstable/gnome-bluetooth/debian/changelog
    desktop/unstable/gnome-bluetooth/debian/control
    desktop/unstable/gnome-bluetooth/debian/control.in
    desktop/unstable/gnome-bluetooth/debian/rules

Modified: desktop/unstable/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/changelog?rev=49225&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/changelog	[utf-8] Fri Jul  1 10:02:09 2016
@@ -13,6 +13,7 @@
   * Bump debhelper compatibility level to 9.
   * Convert to multiarch. Mark gir, dev and library package as
     Multi-Arch: same. (Closes: #813036)
+  * Convert from cdbs to dh.
 
  -- Laurent Bigonville <bigon at debian.org>  Mon, 27 Jun 2016 12:48:05 +0200
 

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=49225&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control	[utf-8] Fri Jul  1 10:02:09 2016
@@ -8,7 +8,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: autotools-dev,
-               cdbs (>= 0.4.93),
                debhelper (>= 9),
                gnome-common,
                gnome-pkg-tools,

Modified: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=49225&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control.in	[utf-8] Fri Jul  1 10:02:09 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: autotools-dev,
-               cdbs (>= 0.4.93),
                debhelper (>= 9),
                gnome-common,
                gnome-pkg-tools,

Added: desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.docs?rev=49225&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.docs	(added)
+++ desktop/unstable/gnome-bluetooth/debian/gnome-bluetooth.docs	[utf-8] Fri Jul  1 10:02:09 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/gnome-bluetooth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/rules?rev=49225&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/rules	[utf-8] Fri Jul  1 10:02:09 2016
@@ -1,21 +1,22 @@
 #!/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/class/autotools.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
-                             --disable-desktop-update \
-                             --disable-icon-update \
-                             --enable-introspection
+%:
+	dh $@ --with gir,gnome
 
-# List any files which are not installed
-include /usr/share/cdbs/1/rules/utils.mk
-common-binary-post-install-arch:: list-missing
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--disable-desktop-update \
+		--disable-icon-update \
+		--enable-introspection
 
-DEB_DH_MAKESHLIBS_ARGS_gnome-bluetooth = --no-act
-DEB_DH_GIREPOSITORY_ARGS_gnome-bluetooth := -l$(CURDIR)/applet /usr/lib/$(DEB_HOST_MULTIARCH)/gnome-bluetooth/
+override_dh_install:
+	dh_install --list-missing
 
-DEB_DH_MAKESHLIBS_ARGS_libgnome-bluetooth11 += -V -- -c4
+override_dh_makeshlibs:
+	dh_makeshlibs -V -- -c4
+
+override_dh_girepository:
+	dh_girepository -l applet \
+		/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-bluetooth/




More information about the pkg-gnome-commits mailing list