r50939 - in /desktop/unstable/libgnomekbd/debian: changelog control control.in libgnomekbd8.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 20 22:28:54 UTC 2016


Author: biebl
Date: Tue Sep 20 22:28:50 2016
New Revision: 50939

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

Added:
    desktop/unstable/libgnomekbd/debian/libgnomekbd8.docs
Modified:
    desktop/unstable/libgnomekbd/debian/changelog
    desktop/unstable/libgnomekbd/debian/control
    desktop/unstable/libgnomekbd/debian/control.in
    desktop/unstable/libgnomekbd/debian/rules

Modified: desktop/unstable/libgnomekbd/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomekbd/debian/changelog?rev=50939&op=diff
==============================================================================
--- desktop/unstable/libgnomekbd/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libgnomekbd/debian/changelog	[utf-8] Tue Sep 20 22:28:50 2016
@@ -12,6 +12,7 @@
   * New upstream release.
   * Drop Build-Depends on gnome-common and intltool and add gettext and
     pkg-config instead. (Closes: #829895)
+  * Convert from cdbs to dh.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Mon, 29 Jul 2013 20:02:22 -0400
 

Modified: desktop/unstable/libgnomekbd/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomekbd/debian/control?rev=50939&op=diff
==============================================================================
--- desktop/unstable/libgnomekbd/debian/control	[utf-8] (original)
+++ desktop/unstable/libgnomekbd/debian/control	[utf-8] Tue Sep 20 22:28:50 2016
@@ -6,9 +6,8 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Frederic Peters <fpeters at debian.org>, Jeremy Bicha <jbicha at ubuntu.com>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jeremy Bicha <jbicha at ubuntu.com>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: autotools-dev,
-               cdbs (>= 0.4.90),
                debhelper (>= 8),
                dh-autoreconf,
                pkg-config,

Modified: desktop/unstable/libgnomekbd/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomekbd/debian/control.in?rev=50939&op=diff
==============================================================================
--- desktop/unstable/libgnomekbd/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libgnomekbd/debian/control.in	[utf-8] Tue Sep 20 22:28:50 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.90),
                debhelper (>= 8),
                dh-autoreconf,
                pkg-config,

Added: desktop/unstable/libgnomekbd/debian/libgnomekbd8.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomekbd/debian/libgnomekbd8.docs?rev=50939&op=file
==============================================================================
--- desktop/unstable/libgnomekbd/debian/libgnomekbd8.docs	(added)
+++ desktop/unstable/libgnomekbd/debian/libgnomekbd8.docs	[utf-8] Tue Sep 20 22:28:50 2016
@@ -0,0 +1 @@
+NEWS

Modified: desktop/unstable/libgnomekbd/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomekbd/debian/rules?rev=50939&op=diff
==============================================================================
--- desktop/unstable/libgnomekbd/debian/rules	[utf-8] (original)
+++ desktop/unstable/libgnomekbd/debian/rules	[utf-8] Tue Sep 20 22:28:50 2016
@@ -1,16 +1,23 @@
 #!/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/rules/utils.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_DH_MAKESHLIBS_ARGS_libgnomekbd8 += -V -- -c4
-DEB_CONFIGURE_EXTRA_FLAGS += \
-	--enable-introspection=yes
+%:
+	dh $@ --with autoreconf,gir,gnome
 
-common-binary-post-install-arch:: list-missing
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--libdir=\$${prefix}/lib \
+		--enable-introspection
+
+override_dh_install:
+	dh_install --list-missing
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V -- -c4
+




More information about the pkg-gnome-commits mailing list