r51421 - in /desktop/unstable/libnotify/debian: changelog control control.in libnotify4.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Oct 14 00:14:51 UTC 2016


Author: biebl
Date: Fri Oct 14 00:14:51 2016
New Revision: 51421

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

Added:
    desktop/unstable/libnotify/debian/libnotify4.docs
Modified:
    desktop/unstable/libnotify/debian/changelog
    desktop/unstable/libnotify/debian/control
    desktop/unstable/libnotify/debian/control.in
    desktop/unstable/libnotify/debian/rules

Modified: desktop/unstable/libnotify/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/changelog?rev=51421&op=diff
==============================================================================
--- desktop/unstable/libnotify/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libnotify/debian/changelog	[utf-8] Fri Oct 14 00:14:51 2016
@@ -11,6 +11,7 @@
   * New upstream release.
   * Fix typo in notify-send man page. (Closes: #657999)
   * Use dbus-run-session to run tests. (Closes: #836028)
+  * Convert from cdbs to dh.
 
  -- Dmitry Shachnev <mitya57 at gmail.com>  Mon, 16 Jun 2014 18:05:15 +0400
 

Modified: desktop/unstable/libnotify/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/control?rev=51421&op=diff
==============================================================================
--- desktop/unstable/libnotify/debian/control	[utf-8] (original)
+++ desktop/unstable/libnotify/debian/control	[utf-8] Fri Oct 14 00:14:51 2016
@@ -6,7 +6,6 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: gnome-pkg-tools (>= 0.7),
-               cdbs (>= 0.4.93~),
                debhelper (>= 8.1.3~),
                libglib2.0-dev (>= 2.26),
                libgtk-3-dev (>= 3.0.0),

Modified: desktop/unstable/libnotify/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/control.in?rev=51421&op=diff
==============================================================================
--- desktop/unstable/libnotify/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libnotify/debian/control.in	[utf-8] Fri Oct 14 00:14:51 2016
@@ -2,7 +2,6 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: gnome-pkg-tools (>= 0.7),
-               cdbs (>= 0.4.93~),
                debhelper (>= 8.1.3~),
                libglib2.0-dev (>= 2.26),
                libgtk-3-dev (>= 3.0.0),

Added: desktop/unstable/libnotify/debian/libnotify4.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/libnotify4.docs?rev=51421&op=file
==============================================================================
--- desktop/unstable/libnotify/debian/libnotify4.docs	(added)
+++ desktop/unstable/libnotify/debian/libnotify4.docs	[utf-8] Fri Oct 14 00:14:51 2016
@@ -0,0 +1,2 @@
+AUTHORS
+NEWS

Modified: desktop/unstable/libnotify/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libnotify/debian/rules?rev=51421&op=diff
==============================================================================
--- desktop/unstable/libnotify/debian/rules	[utf-8] (original)
+++ desktop/unstable/libnotify/debian/rules	[utf-8] Fri Oct 14 00:14:51 2016
@@ -1,15 +1,16 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/class/autotools.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/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
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+%:
+	dh $@ --with autoreconf,gnome
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
-DEB_DH_MAKESHLIBS_ARGS_libnotify4 := -V -- -c4
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+override_dh_makeshlibs:
+	dh_makeshlibs -V -- -c4




More information about the pkg-gnome-commits mailing list