r54751 - in /desktop/unstable/gnome-control-center/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 5 18:11:20 UTC 2017


Author: biebl
Date: Sun Nov  5 18:11:19 2017
New Revision: 54751

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

Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/control
    desktop/unstable/gnome-control-center/debian/control.in
    desktop/unstable/gnome-control-center/debian/rules

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=54751&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog	[utf-8] Sun Nov  5 18:11:19 2017
@@ -3,6 +3,7 @@
   * New upstream release
   * Recommend gnome-user-docs instead of transitional package gnome-user-guide
   * Drop debian/patches/fix-about-desktop.patch, merged upstream
+  * Switch to dh_missing and abort on uninstalled files
 
  -- Michael Biebl <biebl at debian.org>  Sun, 22 Oct 2017 16:54:13 +0200
 

Modified: desktop/unstable/gnome-control-center/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/control?rev=54751&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/control	[utf-8] Sun Nov  5 18:11:19 2017
@@ -8,8 +8,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremy Bicha <jbicha at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Standards-Version: 4.1.1
-Build-Depends: debhelper (>= 10),
-               dpkg-dev (>= 1.16.1~),
+Build-Depends: debhelper (>= 10.3),
                libaccountsservice-dev (>= 0.6.39),
                desktop-file-utils,
                gnome-common,

Modified: desktop/unstable/gnome-control-center/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/control.in?rev=54751&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/control.in	[utf-8] Sun Nov  5 18:11:19 2017
@@ -4,8 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 4.1.1
-Build-Depends: debhelper (>= 10),
-               dpkg-dev (>= 1.16.1~),
+Build-Depends: debhelper (>= 10.3),
                libaccountsservice-dev (>= 0.6.39),
                desktop-file-utils,
                gnome-common,

Modified: desktop/unstable/gnome-control-center/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/rules?rev=54751&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/rules	[utf-8] Sun Nov  5 18:11:19 2017
@@ -17,5 +17,5 @@
 		--with-gnome-session-libexecdir=\$${prefix}/lib/gnome-session \
 		--disable-update-mimedb
 
-override_dh_install:
-	dh_install --list-missing
+override_dh_missing:
+	dh_missing --fail-missing




More information about the pkg-gnome-commits mailing list