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

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat Oct 10 09:08:19 UTC 2015


Author: ah
Date: Sat Oct 10 09:08:18 2015
New Revision: 46430

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46430
Log:
* Fix reproducible build by avoiding changing original file
  - alter sed commands in debian/rules to produce result directly

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=46430&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog	[utf-8] Sat Oct 10 09:08:18 2015
@@ -1,3 +1,11 @@
+epiphany-browser (3.18.0-2) UNRELEASED; urgency=medium
+
+  [ Jérémy Lal ]
+  * Fix reproducible build by avoiding changing original file
+    - alter sed commands in debian/rules to produce result directly
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 10 Oct 2015 10:51:17 +0200
+
 epiphany-browser (3.18.0-1) unstable; urgency=medium
 
   [ Josselin Mouette ]

Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=46430&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules	[utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules	[utf-8] Sat Oct 10 09:08:18 2015
@@ -26,7 +26,7 @@
 		&& mv epiphany-browser.sh epiphany-browser
 
 binary-post-install/epiphany-browser-data::
-	sed -i s/@PACKAGEVERSION@/$(DEB_VERSION)/ debian/branding.conf.in
-	sed -i s/@DISTROID@/`lsb_release -is`/ debian/branding.conf.in
-	sed -i s/@DISTROVERSION@/`lsb_release -rs`/ debian/branding.conf.in \
-		&& mv debian/branding.conf.in debian/epiphany-browser-data/usr/share/epiphany-browser/branding.conf
+	sed -e s/@PACKAGEVERSION@/$(DEB_VERSION)/ \
+	    -e s/@DISTROID@/`lsb_release -is`/ \
+	    -e s/@DISTROVERSION@/`lsb_release -rs`/ debian/branding.conf.in \
+	    debian/branding.conf.in > debian/epiphany-browser-data/usr/share/epiphany-browser/branding.conf




More information about the pkg-gnome-commits mailing list