r17281 - in /packages/unstable/gossip/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Oct 19 16:44:53 UTC 2008


Author: lool
Date: Sun Oct 19 16:44:53 2008
New Revision: 17281

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17281
Log:
Set LDFLAGS directly rather than via DEB_CONFIGURE_SCRIPT_ENV; bump cdbs
bdep to >= 0.4.21.

Modified:
    packages/unstable/gossip/debian/changelog
    packages/unstable/gossip/debian/control
    packages/unstable/gossip/debian/control.in
    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=17281&op=diff
==============================================================================
--- packages/unstable/gossip/debian/changelog (original)
+++ packages/unstable/gossip/debian/changelog Sun Oct 19 16:44:53 2008
@@ -2,6 +2,8 @@
 
   * Add ${misc:Depends} to gossip-common.
   * 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.
 
  -- Loic Minier <lool at dooz.org>  Sun, 19 Oct 2008 18:40:45 +0200
 

Modified: packages/unstable/gossip/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/control?rev=17281&op=diff
==============================================================================
--- packages/unstable/gossip/debian/control (original)
+++ packages/unstable/gossip/debian/control Sun Oct 19 16:44:53 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Loic Minier <lool at dooz.org>, Norbert Tretkowski <nobse at debian.org>
 Build-Depends: debhelper (>= 4.1.0),
-               cdbs,
+               cdbs (0.4.21),
                gnome-pkg-tools (>= 0.6),
                libxml-parser-perl,
                scrollkeeper,

Modified: packages/unstable/gossip/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/control.in?rev=17281&op=diff
==============================================================================
--- packages/unstable/gossip/debian/control.in (original)
+++ packages/unstable/gossip/debian/control.in Sun Oct 19 16:44:53 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 4.1.0),
-               cdbs,
+               cdbs (0.4.21),
                gnome-pkg-tools (>= 0.6),
                libxml-parser-perl,
                scrollkeeper,

Modified: packages/unstable/gossip/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gossip/debian/rules?rev=17281&op=diff
==============================================================================
--- packages/unstable/gossip/debian/rules (original)
+++ packages/unstable/gossip/debian/rules Sun Oct 19 16:44:53 2008
@@ -9,5 +9,6 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
+
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-dbus --enable-libnotify --enable-aspell --enable-scrollkeeper




More information about the pkg-gnome-commits mailing list