r13774 - in /desktop/unstable/gtkmm2.4/debian: changelog control control.in rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Dec 7 05:09:45 UTC 2007


Author: manphiz-guest
Date: Fri Dec  7 05:09:42 2007
New Revision: 13774

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

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

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=13774&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Fri Dec  7 05:09:42 2007
@@ -3,13 +3,17 @@
   * New upstream version.
   * debian/control, debian/control.in
     + Add Homepage, Vcs-Browser and Vcs-Svn entries.
+    + Bump standard version to 3.7.3.
   * debian/patches
     + Rename 99_relibtoolize.patch to 70_relibtoolize.patch for consistency,
       and renew it for new version.
     + Add 10_gcc4.3_include_fix.patch to fix FTBFS with gcc 4.3.
       (Closes: #452090)
+  * debian/rules
+    + Use "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
+    + Let examples to be compressed.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Tue, 20 Nov 2007 20:58:19 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 07 Dec 2007 11:27:06 +0800
 
 gtkmm2.4 (1:2.12.1-1) unstable; urgency=low
 

Modified: desktop/unstable/gtkmm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control?rev=13774&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control (original)
+++ desktop/unstable/gtkmm2.4/debian/control Fri Dec  7 05:09:42 2007
@@ -14,7 +14,7 @@
                libglibmm-2.4-dev (>= 2.14.1),
                libatk1.0-dev (>= 1.9.0),
                libcairomm-1.0-dev (>= 1.1.12)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgtkmm-2.4-dev
 Section: libdevel

Modified: desktop/unstable/gtkmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control.in?rev=13774&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control.in (original)
+++ desktop/unstable/gtkmm2.4/debian/control.in Fri Dec  7 05:09:42 2007
@@ -14,7 +14,7 @@
                libglibmm-2.4-dev (>= 2.14.1),
                libatk1.0-dev (>= 1.9.0),
                libcairomm-1.0-dev (>= 1.1.12)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgtkmm-2.4-dev
 Section: libdevel

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=13774&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Fri Dec  7 05:09:42 2007
@@ -12,7 +12,6 @@
 GNOME_MODULE := gtkmm
 
 DEB_COMPRESS_EXCLUDE := \
-	examples \
 	txt map # Don't compress files in reference
 
 DEB_CONFIGURE_EXTRA_FLAGS := \
@@ -20,7 +19,7 @@
 	--disable-examples \
 	--disable-demos
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1"
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
 
 DEB_DH_MAKESHLIBS_ARGS_libgtkmm-2.4-1c2a := -V"libgtkmm-2.4-1c2a (>= 2.12.0)"
 




More information about the pkg-gnome-commits mailing list