r51178 - in /desktop/unstable/vinagre/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 27 19:59:24 UTC 2016


Author: biebl
Date: Tue Sep 27 19:59:24 2016
New Revision: 51178

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

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

Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=51178&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog	[utf-8] Tue Sep 27 19:59:24 2016
@@ -11,6 +11,7 @@
   * Revert upstream commits which require a newer freerdp. The version
     currently shipped in Debian is too old and doesn't provide
     freerdp_get_last_error(), see #821125.
+  * Convert from cdbs to dh.
 
  -- Andreas Henriksson <andreas at fatal.se>  Wed, 25 Nov 2015 11:14:40 +0100
 

Modified: desktop/unstable/vinagre/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control?rev=51178&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/control	[utf-8] Tue Sep 27 19:59:24 2016
@@ -7,8 +7,7 @@
 Priority: optional
 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: cdbs (>= 0.4.52),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf (>= 4),
                gnome-pkg-tools (>= 0.10),
                gnome-common,

Modified: desktop/unstable/vinagre/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control.in?rev=51178&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control.in	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/control.in	[utf-8] Tue Sep 27 19:59:24 2016
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.52),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf (>= 4),
                gnome-pkg-tools (>= 0.10),
                gnome-common,

Added: desktop/unstable/vinagre/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/docs?rev=51178&op=file
==============================================================================
--- desktop/unstable/vinagre/debian/docs	(added)
+++ desktop/unstable/vinagre/debian/docs	[utf-8] Tue Sep 27 19:59:24 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/rules?rev=51178&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/rules	[utf-8] (original)
+++ desktop/unstable/vinagre/debian/rules	[utf-8] Tue Sep 27 19:59:24 2016
@@ -1,21 +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
 
-DEB_DH_AUTORECONF_ARGS = --as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
-DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
-include /usr/share/dpkg/default.mk
+%:
+	dh $@ --with autoreconf,gnome
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-avahi \
-                             --enable-ssh \
-                             --enable-rdp \
-                             --with-telepathy
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
-binary-install/vinagre::
-	find debian/$(cdbs_curpkg) -name '*.la' -delete
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--with-avahi \
+		--enable-ssh \
+		--enable-rdp \
+		--with-telepathy
+
+override_dh_auto_install:
+	dh_auto_install
+	find debian/vinagre -name '*.la' -delete
+




More information about the pkg-gnome-commits mailing list