r46738 - in /desktop/unstable/gnome-desktop3/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Oct 19 08:47:08 UTC 2015


Author: bigon
Date: Mon Oct 19 08:47:07 2015
New Revision: 46738

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46738
Log:
debian/rules: Pass --disable-date-in-gnome-version to the configure to
make the build reproducible (Closes: #784318)

Modified:
    desktop/unstable/gnome-desktop3/debian/changelog
    desktop/unstable/gnome-desktop3/debian/rules

Modified: desktop/unstable/gnome-desktop3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/changelog?rev=46738&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/changelog	[utf-8] Mon Oct 19 08:47:07 2015
@@ -1,3 +1,10 @@
+gnome-desktop3 (3.18.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules: Pass --disable-date-in-gnome-version to the configure to
+    make the build reproducible (Closes: #784318)
+
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 19 Oct 2015 10:46:23 +0200
+
 gnome-desktop3 (3.18.1-1) unstable; urgency=medium
 
   [ Andreas Henriksson ]

Modified: desktop/unstable/gnome-desktop3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/rules?rev=46738&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/rules	[utf-8] Mon Oct 19 08:47:07 2015
@@ -21,6 +21,7 @@
 			--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 			--with-gnome-distributor=$(shell dpkg-vendor --query vendor) \
 			--with-pnp-ids-path=/usr/share/hwdata/pnp.ids \
+			--disable-date-in-gnome-version \
 			--enable-gtk-doc \
 			--enable-desktop-docs \
 			--enable-introspection




More information about the pkg-gnome-commits mailing list