r13800 - in /desktop/unstable/glibmm2.4/debian: changelog control control.in rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Mon Dec 10 11:16:35 UTC 2007


Author: manphiz-guest
Date: Mon Dec 10 11:16:35 2007
New Revision: 13800

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13800
Log:
  + Bump cdbs version to >= 0.4.41, reason given below.
  + Directly specify LDFLAG instead of using DEB_CONFIGURE_SCRIPT_ENV
    which might override existing LDFLAGS settings, which is supported
    since cdbs >= 0.4.41, hence bump its dependency. Thanks Loïc Minier.

Modified:
    desktop/unstable/glibmm2.4/debian/changelog
    desktop/unstable/glibmm2.4/debian/control
    desktop/unstable/glibmm2.4/debian/control.in
    desktop/unstable/glibmm2.4/debian/rules

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=13800&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog (original)
+++ desktop/unstable/glibmm2.4/debian/changelog Mon Dec 10 11:16:35 2007
@@ -2,11 +2,15 @@
 
   * debian/control, debian/control.in:
     + Bump standard version to 3.7.3. No change required.
+    + Bump cdbs version to >= 0.4.41, reason given below.
   * debian/rules:
     + Add LDFLAGS "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
     + Let examples be compressed.
-
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 09 Dec 2007 00:13:18 +0800
+    + Directly specify LDFLAG instead of using DEB_CONFIGURE_SCRIPT_ENV
+      which might override existing LDFLAGS settings, which is supported
+      since cdbs >= 0.4.41, hence bump its dependency. Thanks Loïc Minier.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Mon, 10 Dec 2007 19:15:12 +0800
 
 glibmm2.4 (2.14.2-2) unstable; urgency=high
 

Modified: desktop/unstable/glibmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control?rev=13800&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control (original)
+++ desktop/unstable/glibmm2.4/debian/control Mon Dec 10 11:16:35 2007
@@ -6,7 +6,7 @@
 Homepage: http://www.gtkmm.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glibmm2.4
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
                doc-base,
                gnome-pkg-tools (>= 0.11),

Modified: desktop/unstable/glibmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control.in?rev=13800&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control.in (original)
+++ desktop/unstable/glibmm2.4/debian/control.in Mon Dec 10 11:16:35 2007
@@ -6,7 +6,7 @@
 Homepage: http://www.gtkmm.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/glibmm2.4
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
                doc-base,
                gnome-pkg-tools (>= 0.11),

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=13800&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Mon Dec 10 11:16:35 2007
@@ -11,7 +11,7 @@
 
 GNOME_MODULE := glibmm
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-static
 




More information about the pkg-gnome-commits mailing list