r43729 - in /desktop/unstable/epiphany-browser/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Oct 21 16:04:21 UTC 2014


Author: bigon
Date: Tue Oct 21 16:04:21 2014
New Revision: 43729

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43729
Log:
debian/rule: Pass --list-missing to dh_install

Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/rules

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=43729&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog	[utf-8] Tue Oct 21 16:04:21 2014
@@ -5,12 +5,13 @@
     - debian/patches/00_epiphany-browser.patch: Refreshed
     - debian/control.in: Bump libsoup-gnome2.4-dev build-dep to 2.48.0
   * debian/control.in: Bump Standards-Version to 3.9.6 (no further changes)
+  * debian/rule: Pass --list-missing to dh_install
 
   [ Michael Biebl ]
   * Update Homepage URL.
   * Set pkg-gnome-maintainers at lists.alioth.debian.org as Maintainer.
 
- -- Laurent Bigonville <bigon at debian.org>  Mon, 20 Oct 2014 02:04:35 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 21 Oct 2014 18:03:59 +0200
 
 epiphany-browser (3.14.0-2) unstable; urgency=medium
 

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=43729&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules	[utf-8] Tue Oct 21 16:04:21 2014
@@ -13,6 +13,10 @@
 GNOME_MODULE := epiphany
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
+
+# List any files which are not installed
+include /usr/share/cdbs/1/rules/utils.mk
+DEB_DH_INSTALL_ARGS := --list-missing
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 		--with-distributor-name=$(shell lsb_release -is)




More information about the pkg-gnome-commits mailing list