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

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Jul 6 08:44:46 UTC 2016


Author: bigon
Date: Wed Jul  6 08:44:44 2016
New Revision: 49271

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49271
Log:
debian/rules: Fix FTBFS when building arch:all or arch:any pkgs only

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=49271&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog	[utf-8] Wed Jul  6 08:44:44 2016
@@ -1,3 +1,9 @@
+epiphany-browser (3.20.3-2) UNRELEASED; urgency=medium
+
+  * debian/rules: Fix FTBFS when building arch:all or arch:any pkgs only
+
+ -- Laurent Bigonville <bigon at debian.org>  Wed, 06 Jul 2016 10:42:41 +0200
+
 epiphany-browser (3.20.3-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=49271&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules	[utf-8] Wed Jul  6 08:44:44 2016
@@ -15,10 +15,13 @@
 		--libexecdir=/usr/lib/epiphany-browser \
 		--with-distributor-name=$(shell lsb_release -is)
 
-override_dh_install:
-	dh_install --list-missing
+override_dh_install-arch:
+	dh_install -a --list-missing
 	cd debian/epiphany-browser/usr/bin \
 		&& mv epiphany-browser.sh epiphany-browser
+
+override_dh_install-indep:
+	dh_install -i --list-missing
 	sed -e s/@PACKAGEVERSION@/$(DEB_VERSION)/ \
 	    -e s/@DISTROID@/`lsb_release -is`/ \
 	    -e s/@DISTROVERSION@/`lsb_release -rs`/ \




More information about the pkg-gnome-commits mailing list