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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Nov 10 00:15:36 UTC 2017


Author: biebl
Date: Fri Nov 10 00:15:35 2017
New Revision: 54797

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54797
Log:
Switch to dh_missing and abort on uninstalled files

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=54797&op=diff
==============================================================================
--- desktop/unstable/eog/debian/changelog	[utf-8] (original)
+++ desktop/unstable/eog/debian/changelog	[utf-8] Fri Nov 10 00:15:35 2017
@@ -1,6 +1,7 @@
 eog (3.26.2-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Switch to dh_missing and abort on uninstalled files
 
  -- Michael Biebl <biebl at debian.org>  Fri, 10 Nov 2017 00:58:02 +0100
 

Modified: desktop/unstable/eog/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/control?rev=54797&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control	[utf-8] (original)
+++ desktop/unstable/eog/debian/control	[utf-8] Fri Nov 10 00:15:35 2017
@@ -9,7 +9,7 @@
 Uploaders: Iain Lane <laney at debian.org>, Jeremy Bicha <jbicha at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 4.1.1
 Homepage: https://wiki.gnome.org/Apps/EyeOfGnome
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
                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=54797&op=diff
==============================================================================
--- desktop/unstable/eog/debian/control.in	[utf-8] (original)
+++ desktop/unstable/eog/debian/control.in	[utf-8] Fri Nov 10 00:15:35 2017
@@ -5,7 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Standards-Version: 4.1.1
 Homepage: https://wiki.gnome.org/Apps/EyeOfGnome
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 10.3),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
                gtk-doc-tools (>= 1.16),

Modified: desktop/unstable/eog/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/rules?rev=54797&op=diff
==============================================================================
--- desktop/unstable/eog/debian/rules	[utf-8] (original)
+++ desktop/unstable/eog/debian/rules	[utf-8] Fri Nov 10 00:15:35 2017
@@ -14,7 +14,11 @@
 	dh_auto_configure -- --enable-gtk-doc
 
 override_dh_install:
-	dh_install -X.la --list-missing
+	find debian/tmp -name '*.la' -print -delete
+	dh_install
+	
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_girepository:
 	dh_girepository -ldebian/tmp/usr/share/eog/gir-1.0/ /usr/lib/$(DEB_HOST_MULTIARCH)/eog/girepository-1.0/




More information about the pkg-gnome-commits mailing list