r54263 - in /desktop/unstable/gdm3/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Wed Oct 4 22:23:30 UTC 2017


Author: bigon
Date: Wed Oct  4 22:23:30 2017
New Revision: 54263

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54263
Log:
debian/rules: Explicitly pass --with-run-dir to the configure

Modified:
    desktop/unstable/gdm3/debian/changelog
    desktop/unstable/gdm3/debian/rules

Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=54263&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog	[utf-8] Wed Oct  4 22:23:30 2017
@@ -1,3 +1,9 @@
+gdm3 (3.26.1-2) UNRELEASED; urgency=medium
+
+  * debian/rules: Explicitly pass --with-run-dir to the configure
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 05 Oct 2017 00:23:13 +0200
+
 gdm3 (3.26.1-1) unstable; urgency=medium
 
   * New upstream bugfix release (Closes: #873199)

Modified: desktop/unstable/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/rules?rev=54263&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/rules	[utf-8] (original)
+++ desktop/unstable/gdm3/debian/rules	[utf-8] Wed Oct  4 22:23:30 2017
@@ -59,6 +59,7 @@
 		--with-sysconfsubdir=gdm3 \
 		--with-working-directory=/var/lib/gdm3 \
 		--with-xauth-dir=/var/run/gdm3 \
+		--with-run-dir=/var/run/gdm3 \
 		--with-pid-file=/var/run/gdm3.pid \
 		--with-log-dir=/var/log/gdm3 \
 		--with-pam-mod-dir=/lib/$(DEB_HOST_MULTIARCH)/security \




More information about the pkg-gnome-commits mailing list