r13779 - in /desktop/unstable: gconfmm2.6/debian/ gnome-vfsmm2.6/debian/ gtkmm2.4/debian/ libglademm2.4/debian/ libgnomecanvasmm2.6/debian/ libgnomemm2.6/debian/ libgnomeuimm2.6/debian/

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Dec 8 17:24:38 UTC 2007


Author: manphiz-guest
Date: Sat Dec  8 17:24:38 2007
New Revision: 13779

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

Modified:
    desktop/unstable/gconfmm2.6/debian/changelog
    desktop/unstable/gconfmm2.6/debian/control
    desktop/unstable/gconfmm2.6/debian/control.in
    desktop/unstable/gconfmm2.6/debian/rules
    desktop/unstable/gnome-vfsmm2.6/debian/changelog
    desktop/unstable/gnome-vfsmm2.6/debian/control
    desktop/unstable/gnome-vfsmm2.6/debian/control.in
    desktop/unstable/gnome-vfsmm2.6/debian/rules
    desktop/unstable/gtkmm2.4/debian/changelog
    desktop/unstable/libglademm2.4/debian/changelog
    desktop/unstable/libglademm2.4/debian/control
    desktop/unstable/libglademm2.4/debian/control.in
    desktop/unstable/libglademm2.4/debian/rules
    desktop/unstable/libgnomecanvasmm2.6/debian/changelog
    desktop/unstable/libgnomecanvasmm2.6/debian/control
    desktop/unstable/libgnomecanvasmm2.6/debian/control.in
    desktop/unstable/libgnomecanvasmm2.6/debian/rules
    desktop/unstable/libgnomemm2.6/debian/changelog
    desktop/unstable/libgnomemm2.6/debian/control
    desktop/unstable/libgnomemm2.6/debian/control.in
    desktop/unstable/libgnomemm2.6/debian/rules
    desktop/unstable/libgnomeuimm2.6/debian/changelog
    desktop/unstable/libgnomeuimm2.6/debian/control
    desktop/unstable/libgnomeuimm2.6/debian/control.in
    desktop/unstable/libgnomeuimm2.6/debian/rules

Modified: desktop/unstable/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/changelog?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Sat Dec  8 17:24:38 2007
@@ -1,3 +1,13 @@
+gconfmm2.6 (2.20.0-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:58:13 +0800
+
 gconfmm2.6 (2.20.0-2) unstable; urgency=high
 
   * debian/control, debian/control.in

Modified: desktop/unstable/gconfmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/control?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/control (original)
+++ desktop/unstable/gconfmm2.6/debian/control Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgconf2-dev (>> 2.6.0),
                libgtkmm-2.4-dev (>= 1:2.6.5-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgconfmm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/gconfmm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/control.in?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/control.in (original)
+++ desktop/unstable/gconfmm2.6/debian/control.in Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgconf2-dev (>> 2.6.0),
                libgtkmm-2.4-dev (>= 1:2.6.5-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgconfmm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Sat Dec  8 17:24:38 2007
@@ -12,9 +12,9 @@
 
 GNOME_MODULE := gconfmm
 
-DEB_COMPRESS_EXCLUDE := reference examples
+DEB_COMPRESS_EXCLUDE := reference
 
-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
 
@@ -22,10 +22,10 @@
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
 
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X*.in -X*.am -X*fragment
+DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
 
 DEB_INSTALL_EXAMPLES_libgconfmm-2.6-doc := \
-        -X.deps -X.libs -X*.o -X*.in -X*.am -X*fragment
+        -X.deps -X.libs -X.o -X.in -X.am -Xfragment
 
 build/libgconfmm-2.6-doc::
 	$(MAKE) -C docs/reference

Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Sat Dec  8 17:24:38 2007
@@ -1,3 +1,13 @@
+gnome-vfsmm2.6 (2.20.0-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 01:01:40 +0800
+
 gnome-vfsmm2.6 (2.20.0-2) unstable; urgency=high
 
   * debian/control, debian/control.in

Modified: desktop/unstable/gnome-vfsmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/control?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/control (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/control Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgnomevfs2-dev (>> 2.8.1),
                libglibmm-2.4-dev (>= 2.6.5-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnome-vfsmm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/gnome-vfsmm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/control.in?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/control.in (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/control.in Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgnomevfs2-dev (>> 2.8.1),
                libglibmm-2.4-dev (>= 2.6.5-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnome-vfsmm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/rules?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Sat Dec  8 17:24:38 2007
@@ -12,9 +12,9 @@
 
 GNOME_MODULE := libgnomecanvasmm
 
-DEB_COMPRESS_EXCLUDE := reference examples
+DEB_COMPRESS_EXCLUDE := reference
 
-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
 
@@ -24,10 +24,10 @@
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
 
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X*.in -X*.am -X*fragment
+DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
 
 DEB_INSTALL_EXAMPLES_libgnome-vfsmm-2.6-doc := \
-	-X.deps -X.libs -X*.o -X*.in -X*.am -X*fragment
+	-X.deps -X.libs -X.o -X.in -X.am -Xfragment
 
 build/libgnome-vfsmm-2.6-doc::
 	$(MAKE) -C docs/reference

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=13779&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Sat Dec  8 17:24:38 2007
@@ -3,7 +3,7 @@
   * New upstream version.
   * debian/control, debian/control.in
     + Add Homepage, Vcs-Browser and Vcs-Svn entries.
-    + Bump standard version to 3.7.3.
+    + Bump standard version to 3.7.3. No change required.
   * debian/patches
     + Rename 99_relibtoolize.patch to 70_relibtoolize.patch for consistency,
       and renew it for new version.

Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Sat Dec  8 17:24:38 2007
@@ -1,3 +1,13 @@
+libglademm2.4 (2.6.5-3) unstable; urgency=low
+
+  * debian/control, debian/control.in:
+    + Bump standard version to 3.7.3. No change required.
+  * debian/rules:
+    + Add LDFLAG "-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:53:44 +0800
+
 libglademm2.4 (2.6.5-2) unstable; urgency=high
 
   * debian/control, debian/control.in

Modified: desktop/unstable/libglademm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/control?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/control (original)
+++ desktop/unstable/libglademm2.4/debian/control Sat Dec  8 17:24:38 2007
@@ -12,7 +12,7 @@
                gnome-pkg-tools (>= 0.11),
                libglade2-dev (>> 1:2.4.0),
                libgtkmm-2.4-dev (>= 1:2.6.5-1)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libglademm-2.4-dev
 Section: libdevel

Modified: desktop/unstable/libglademm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/control.in?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/control.in (original)
+++ desktop/unstable/libglademm2.4/debian/control.in Sat Dec  8 17:24:38 2007
@@ -12,7 +12,7 @@
                gnome-pkg-tools (>= 0.11),
                libglade2-dev (>> 1:2.4.0),
                libgtkmm-2.4-dev (>= 1:2.6.5-1)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libglademm-2.4-dev
 Section: libdevel

Modified: desktop/unstable/libglademm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/rules?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/rules (original)
+++ desktop/unstable/libglademm2.4/debian/rules Sat Dec  8 17:24:38 2007
@@ -11,9 +11,7 @@
 
 GNOME_MODULE := libglademm
 
-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
 

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/changelog?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/changelog Sat Dec  8 17:24:38 2007
@@ -1,3 +1,13 @@
+libgnomecanvasmm2.6 (2.20.0-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 01:09:07 +0800
+
 libgnomecanvasmm2.6 (2.20.0-2) unstable; urgency=high
 
   * debian/control, debian/control.in

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/control?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/control (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/control Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgnomecanvas2-dev (>> 2.6.0),
                libgtkmm-2.4-dev (>= 1:2.6.5-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnomecanvasmm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/control.in?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/control.in (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/control.in Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgnomecanvas2-dev (>> 2.6.0),
                libgtkmm-2.4-dev (>= 1:2.6.5-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnomecanvasmm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/rules?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/rules (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/rules Sat Dec  8 17:24:38 2007
@@ -12,9 +12,9 @@
 
 GNOME_MODULE := libgnomecanvasmm
 
-DEB_COMPRESS_EXCLUDE := reference examples
+DEB_COMPRESS_EXCLUDE := reference
 
-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
 
@@ -23,10 +23,10 @@
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
 
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X*.in -X*.am -X*fragment
+DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
 
 DEB_INSTALL_EXAMPLES_libgnomecanvasmm-2.6-doc := \
-	-X.deps -X.libs -X*.o -X*.in -X*.am -X*fragment
+	-X.deps -X.libs -X.o -X.in -X.am -Xfragment
 
 build/libgnomecanvasmm-2.6-doc::
 	$(MAKE) -C docs/reference

Modified: desktop/unstable/libgnomemm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/changelog?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomemm2.6/debian/changelog Sat Dec  8 17:24:38 2007
@@ -1,3 +1,12 @@
+libgnomemm2.6 (2.20.0-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.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 09 Dec 2007 01:05:52 +0800
+
 libgnomemm2.6 (2.20.0-2) unstable; urgency=high
 
   * debian/control, debian/control.in

Modified: desktop/unstable/libgnomemm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/control?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/control (original)
+++ desktop/unstable/libgnomemm2.6/debian/control Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgnome2-dev (>> 2.6.0),
                libgtkmm-2.4-dev (>= 1:2.8.8-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnomemm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/libgnomemm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/control.in?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/control.in (original)
+++ desktop/unstable/libgnomemm2.6/debian/control.in Sat Dec  8 17:24:38 2007
@@ -13,7 +13,7 @@
                libgnome2-dev (>> 2.6.0),
                libgtkmm-2.4-dev (>= 1:2.8.8-1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnomemm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/libgnomemm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/rules?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/rules (original)
+++ desktop/unstable/libgnomemm2.6/debian/rules Sat Dec  8 17:24:38 2007
@@ -14,7 +14,7 @@
 
 DEB_COMPRESS_EXCLUDE := reference
 
-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
 
@@ -22,7 +22,7 @@
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
 
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X*.in -X*.am -X*fragment
+DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
 
 build/libgnomemm-2.6-doc::
 	$(MAKE) -C docs/reference

Modified: desktop/unstable/libgnomeuimm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/changelog?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/changelog Sat Dec  8 17:24:38 2007
@@ -1,3 +1,13 @@
+libgnomeuimm2.6 (2.20.0-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 01:11:39 +0800
+
 libgnomeuimm2.6 (2.20.0-2) unstable; urgency=high
 
   * debian/control, debian/control.in

Modified: desktop/unstable/libgnomeuimm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/control?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/control (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/control Sat Dec  8 17:24:38 2007
@@ -17,7 +17,7 @@
                libglademm-2.4-dev (>= 2.6.1-1),
                libgnome-vfsmm-2.6-dev (>= 2.16.1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnomeuimm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/libgnomeuimm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/control.in?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/control.in (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/control.in Sat Dec  8 17:24:38 2007
@@ -17,7 +17,7 @@
                libglademm-2.4-dev (>= 2.6.1-1),
                libgnome-vfsmm-2.6-dev (>= 2.16.1),
                doxygen
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libgnomeuimm-2.6-dev
 Section: libdevel

Modified: desktop/unstable/libgnomeuimm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/rules?rev=13779&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/rules (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/rules Sat Dec  8 17:24:38 2007
@@ -12,9 +12,9 @@
 
 GNOME_MODULE := libgnomeuimm
 
-DEB_COMPRESS_EXCLUDE := reference examples
+DEB_COMPRESS_EXCLUDE := reference
 
-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
 
@@ -23,10 +23,10 @@
 
 DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
 
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X*.in -X*.am -X*fragment
+DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -X.in -X.am -Xfragment
 
 DEB_INSTALL_EXAMPLES_libgnomeuimm-2.6-doc := \
-	-X.deps -X.libs -X*.o -X*.in -X*.am -X*fragment
+	-X.deps -X.libs -X.o -X.in -X.am -Xfragment
 
 build/libgnomeuimm-2.6-doc::
 	$(MAKE) -C docs/reference




More information about the pkg-gnome-commits mailing list