r28300 - in /desktop/unstable/d-conf/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Jun 5 15:19:39 UTC 2011
Author: biebl
Date: Sun Jun 5 15:19:38 2011
New Revision: 28300
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28300
Log:
Don't install bash completion file as executable shell script.
Modified:
desktop/unstable/d-conf/debian/changelog
desktop/unstable/d-conf/debian/rules
Modified: desktop/unstable/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/changelog?rev=28300&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/changelog [utf-8] (original)
+++ desktop/unstable/d-conf/debian/changelog [utf-8] Sun Jun 5 15:19:38 2011
@@ -5,6 +5,7 @@
* Set CFLAGS+=-std=gnu99 in debian/rules to work around the FTBFS on
kfreebsd. (Closes: #629211).
* Temporarily disable dconf-editor so we can bootstrap d-conf on kfreebsd.
+ * Don't install bash completion file as executable shell script.
-- Michael Biebl <biebl at debian.org> Sun, 05 Jun 2011 16:20:49 +0200
Modified: desktop/unstable/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/d-conf/debian/rules?rev=28300&op=diff
==============================================================================
--- desktop/unstable/d-conf/debian/rules [utf-8] (original)
+++ desktop/unstable/d-conf/debian/rules [utf-8] Sun Jun 5 15:19:38 2011
@@ -14,3 +14,8 @@
DEB_DBG_PACKAGE_libdconf0 := libdconf-dbg
DEB_DBG_PACKAGE_libdconf-dbus-1-0 := libdconf-dbus-1-dbg
+
+# Don't install bash completion file as executable shell script.
+# https://bugzilla.gnome.org/show_bug.cgi?id=651936
+binary-install/dconf-tools::
+ chmod -x debian/dconf-tools/etc/bash_completion.d/dconf-bash-completion.sh
More information about the pkg-gnome-commits
mailing list