r49108 - in /desktop/unstable/eog/debian: changelog control control.in eog.docs rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jun 22 19:26:52 UTC 2016


Author: biebl
Date: Wed Jun 22 19:26:52 2016
New Revision: 49108

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

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

Modified: desktop/unstable/eog/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/changelog?rev=49108&op=diff
==============================================================================
--- desktop/unstable/eog/debian/changelog	[utf-8] (original)
+++ desktop/unstable/eog/debian/changelog	[utf-8] Wed Jun 22 19:26:52 2016
@@ -1,6 +1,7 @@
 eog (3.20.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Convert from cdbs to dh.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 22 Jun 2016 20:44:23 +0200
 

Modified: desktop/unstable/eog/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/control?rev=49108&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control	[utf-8] (original)
+++ desktop/unstable/eog/debian/control	[utf-8] Wed Jun 22 19:26:52 2016
@@ -9,8 +9,7 @@
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/EyeOfGnome
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 8),
+Build-Depends: debhelper (>= 8),
                autotools-dev,
                gnome-pkg-tools (>= 0.10),
                gtk-doc-tools (>= 1.16),

Modified: desktop/unstable/eog/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/control.in?rev=49108&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control.in	[utf-8] (original)
+++ desktop/unstable/eog/debian/control.in	[utf-8] Wed Jun 22 19:26:52 2016
@@ -5,8 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/EyeOfGnome
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 8),
+Build-Depends: debhelper (>= 8),
                autotools-dev,
                gnome-pkg-tools (>= 0.10),
                gtk-doc-tools (>= 1.16),

Added: desktop/unstable/eog/debian/eog.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/eog.docs?rev=49108&op=file
==============================================================================
--- desktop/unstable/eog/debian/eog.docs	(added)
+++ desktop/unstable/eog/debian/eog.docs	[utf-8] Wed Jun 22 19:26:52 2016
@@ -0,0 +1,4 @@
+AUTHORS
+NEWS
+README
+THANKS

Modified: desktop/unstable/eog/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/rules?rev=49108&op=diff
==============================================================================
--- desktop/unstable/eog/debian/rules	[utf-8] (original)
+++ desktop/unstable/eog/debian/rules	[utf-8] Wed Jun 22 19:26:52 2016
@@ -1,21 +1,20 @@
-#! /usr/bin/make -f 
+#! /usr/bin/make -f
 
-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,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
+%:
+	dh $@ --with gir,gnome
 
-DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-gtk-doc
 
-binary-post-install/eog::
+override_dh_install:
+	dh_install --list-missing
 	# remove gir file from eog package, it will be in eog-dev
 	rm -rf `pwd`/debian/eog/usr/share/eog/gir-1.0/
 
-DEB_DH_GIREPOSITORY_ARGS_eog += -ldebian/tmp/usr/share/eog/gir-1.0/ /usr/lib/eog/girepository-1.0/
+override_dh_girepository:
+	dh_girepository -ldebian/tmp/usr/share/eog/gir-1.0/ /usr/lib/eog/girepository-1.0/
 
-common-binary-post-install-arch:: list-missing




More information about the pkg-gnome-commits mailing list