r46432 - in /desktop/unstable/epiphany-browser/debian: changelog rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Sat Oct 10 09:50:05 UTC 2015
Author: ah
Date: Sat Oct 10 09:50:05 2015
New Revision: 46432
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46432
Log:
Drop duplication of input file in above change as spotted by Michael Biebl.
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=46432&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Sat Oct 10 09:50:05 2015
@@ -3,6 +3,9 @@
[ Jérémy Lal ]
* Fix reproducible build by avoiding changing original file (Closes: #801446)
- alter sed commands in debian/rules to produce result directly
+
+ [ Andreas Henriksson ]
+ * Drop duplication of input file in above change as spotted by Michael Biebl.
-- Andreas Henriksson <andreas at fatal.se> Sat, 10 Oct 2015 10:51:17 +0200
Modified: desktop/unstable/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/rules?rev=46432&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/rules [utf-8] Sat Oct 10 09:50:05 2015
@@ -28,5 +28,5 @@
binary-post-install/epiphany-browser-data::
sed -e s/@PACKAGEVERSION@/$(DEB_VERSION)/ \
-e s/@DISTROID@/`lsb_release -is`/ \
- -e s/@DISTROVERSION@/`lsb_release -rs`/ debian/branding.conf.in \
+ -e s/@DISTROVERSION@/`lsb_release -rs`/ \
debian/branding.conf.in > debian/epiphany-browser-data/usr/share/epiphany-browser/branding.conf
More information about the pkg-gnome-commits
mailing list