r54831 - in /desktop/unstable/gnome-sushi/debian: changelog control rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Nov 12 15:28:58 UTC 2017


Author: biebl
Date: Sun Nov 12 15:28:58 2017
New Revision: 54831

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54831
Log:
Drop deprecated --list-missing parameter from dh_install.
This functionality was replaced by the dh_missing tool. Since gnome-sushi
only builds a single binary package, we don't need that anyway.

Modified:
    desktop/unstable/gnome-sushi/debian/changelog
    desktop/unstable/gnome-sushi/debian/control
    desktop/unstable/gnome-sushi/debian/rules

Modified: desktop/unstable/gnome-sushi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/changelog?rev=54831&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/changelog	[utf-8] Sun Nov 12 15:28:58 2017
@@ -1,3 +1,11 @@
+gnome-sushi (3.24.0-2) UNRELEASED; urgency=medium
+
+  * Drop deprecated --list-missing parameter from dh_install.
+    This functionality was replaced by the dh_missing tool. Since gnome-sushi
+    only builds a single binary package, we don't need that anyway.
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 12 Nov 2017 16:26:30 +0100
+
 gnome-sushi (3.24.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-sushi/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/control?rev=54831&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/control	[utf-8] Sun Nov 12 15:28:58 2017
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: extra
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 10),
                gnome-pkg-tools (>= 0.11),
                gobject-introspection (>= 0.9.6),

Modified: desktop/unstable/gnome-sushi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/rules?rev=54831&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/rules	[utf-8] Sun Nov 12 15:28:58 2017
@@ -22,5 +22,5 @@
 		/usr/lib/$(DEB_HOST_MULTIARCH)/sushi/girepository-1.0/
 
 override_dh_install:
-	find debian -name '*.la' -delete
-	dh_install --list-missing
+	find debian -name '*.la' -print -delete
+	dh_install




More information about the pkg-gnome-commits mailing list