r49266 - in /desktop/unstable/file-roller/debian: changelog control control.in docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Jul 4 14:01:23 UTC 2016


Author: biebl
Date: Mon Jul  4 14:01:23 2016
New Revision: 49266

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

Added:
    desktop/unstable/file-roller/debian/docs
Modified:
    desktop/unstable/file-roller/debian/changelog
    desktop/unstable/file-roller/debian/control
    desktop/unstable/file-roller/debian/control.in
    desktop/unstable/file-roller/debian/rules

Modified: desktop/unstable/file-roller/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/changelog?rev=49266&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/changelog	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/changelog	[utf-8] Mon Jul  4 14:01:23 2016
@@ -3,6 +3,7 @@
   * Demote unar to Suggests as we don't want to pull in a complete gnustep
     runtime environment by default. Extracting rar archives is still possible
     via libarchive.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 04 Jul 2016 15:38:29 +0200
 

Modified: desktop/unstable/file-roller/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/control?rev=49266&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/control	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/control	[utf-8] Mon Jul  4 14:01:23 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.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                desktop-file-utils,
                gettext,

Modified: desktop/unstable/file-roller/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/control.in?rev=49266&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/control.in	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/control.in	[utf-8] Mon Jul  4 14:01:23 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.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                desktop-file-utils,
                gettext,

Added: desktop/unstable/file-roller/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/docs?rev=49266&op=file
==============================================================================
--- desktop/unstable/file-roller/debian/docs	(added)
+++ desktop/unstable/file-roller/debian/docs	[utf-8] Mon Jul  4 14:01:23 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README

Modified: desktop/unstable/file-roller/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/rules?rev=49266&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/rules	[utf-8] (original)
+++ desktop/unstable/file-roller/debian/rules	[utf-8] Mon Jul  4 14:01:23 2016
@@ -1,19 +1,22 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/autoreconf.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_AUTORECONF_ARGS = --as-needed
+%:
+	dh $@ --with autoreconf,gnome
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-magic
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
-DEB_DH_MAKESHLIBS_ARGS += --no-act
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-magic
 
-binary-install/file-roller::
+override_dh_install:
+	dh_install
 	rm -f debian/file-roller/usr/lib/nautilus/extensions-*/*.a
 	rm -f debian/file-roller/usr/lib/nautilus/extensions-*/*.la
+
+override_dh_makeshlibs:
+	dh_makeshlibs --no-act




More information about the pkg-gnome-commits mailing list