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

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Dec 8 16:43:25 UTC 2007


Author: manphiz-guest
Date: Sat Dec  8 16:43:25 2007
New Revision: 13777

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13777
Log:
* debian/control, debian/control.in:
  + Bump standard version to 3.7.3. No change required.
* debian/rules:
  + Add LDFLAGS "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
  + Let examples be compressed.

Modified:
    desktop/unstable/glibmm2.4/debian/changelog
    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=13777&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog (original)
+++ desktop/unstable/glibmm2.4/debian/changelog Sat Dec  8 16:43:25 2007
@@ -1,3 +1,13 @@
+glibmm2.4 (2.14.2-3) unstable; urgency=low
+
+  * debian/control, debian/control.in:
+    + Bump standard version to 3.7.3. No change required.
+  * 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
+
 glibmm2.4 (2.14.2-2) unstable; urgency=high
 
   * debian/control, debian/control.in

Modified: desktop/unstable/glibmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/control.in?rev=13777&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/control.in (original)
+++ desktop/unstable/glibmm2.4/debian/control.in Sat Dec  8 16:43:25 2007
@@ -13,7 +13,7 @@
                libglib2.0-dev (>= 2.14.1),
                libsigc++-2.0-dev (>= 2.0.17-1),
                pkg-config
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libglibmm-2.4-1c2a
 Section: libs

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




More information about the pkg-gnome-commits mailing list