r17282 - in /packages/unstable/gossip/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sun Oct 19 16:45:42 UTC 2008
Author: lool
Date: Sun Oct 19 16:45:42 2008
New Revision: 17282
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17282
Log:
Don't override DEB_CONFIGURE_EXTRA_FLAGS completely and wrap on multiple
lines.
Modified:
packages/unstable/gossip/debian/changelog
packages/unstable/gossip/debian/rules
Modified: packages/unstable/gossip/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/changelog?rev=17282&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Sun Oct 19 16:45:42 2008
@@ -4,6 +4,8 @@
* Wrap build-deps and deps to get readable diffs.
* Set LDFLAGS directly rather than via DEB_CONFIGURE_SCRIPT_ENV; bump cdbs
bdep to >= 0.4.21.
+ * Don't override DEB_CONFIGURE_EXTRA_FLAGS completely and wrap on multiple
+ lines.
-- Loic Minier <lool at dooz.org> Sun, 19 Oct 2008 18:40:45 +0200
Modified: packages/unstable/gossip/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/rules?rev=17282&op=diff
==============================================================================
--- packages/unstable/gossip/debian/rules (original)
+++ packages/unstable/gossip/debian/rules Sun Oct 19 16:45:42 2008
@@ -11,4 +11,9 @@
LDFLAGS += -Wl,-O1 -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-dbus --enable-libnotify --enable-aspell --enable-scrollkeeper
+DEB_CONFIGURE_EXTRA_FLAGS += \
+ --enable-dbus \
+ --enable-libnotify \
+ --enable-aspell \
+ --enable-scrollkeeper
+
More information about the pkg-gnome-commits
mailing list