r13811 - 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
Mon Dec 10 13:26:13 UTC 2007
Author: manphiz-guest
Date: Mon Dec 10 13:26:13 2007
New Revision: 13811
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13811
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/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/gtkmm2.4/debian/control
desktop/unstable/gtkmm2.4/debian/control.in
desktop/unstable/gtkmm2.4/debian/rules
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=13811&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Mon Dec 10 13:26:13 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.
+ + 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> Sun, 09 Dec 2007 00:58:13 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 10 Dec 2007 19:48:14 +0800
gconfmm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/gconfmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/control?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/control (original)
+++ desktop/unstable/gconfmm2.6/debian/control Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gconfmm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/gconfmm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/control.in?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/control.in (original)
+++ desktop/unstable/gconfmm2.6/debian/control.in Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gconfmm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Mon Dec 10 13:26:13 2007
@@ -14,7 +14,7 @@
DEB_COMPRESS_EXCLUDE := reference
-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
Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Mon Dec 10 13:26:13 2007
@@ -2,11 +2,16 @@
* 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.
+ + 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> Sun, 09 Dec 2007 01:01:40 +0800
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 10 Dec 2007 20:04:55 +0800
gnome-vfsmm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/gnome-vfsmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/control?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/control (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/control Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
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=13811&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/control.in (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/control.in Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/rules?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Mon Dec 10 13:26:13 2007
@@ -14,11 +14,13 @@
DEB_COMPRESS_EXCLUDE := reference
-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
-# NOTE: current package doesn't match the soname, which seems harmless
+# TODO: current package name doesn't match the soname
+# 'libgnomevfsmm-2.6.so.1', which seems harmless now. Show be made
+# consistant on next soversion bump.
DEB_DH_MAKESHLIBS_ARGS_libgnome-vfsmm-2.6-1c2a := \
-V"libgnome-vfsmm-2.6-1c2a (>= 2.16.1)"
Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Mon Dec 10 13:26:13 2007
@@ -4,6 +4,7 @@
* debian/control, debian/control.in
+ Add Homepage, Vcs-Browser and Vcs-Svn entries.
+ Bump standard version to 3.7.3. No change required.
+ + Bump cdbs version to >= 0.4.41, reason given below.
* debian/patches
+ Rename 99_relibtoolize.patch to 70_relibtoolize.patch for consistency,
and renew it for new version.
@@ -12,8 +13,11 @@
* debian/rules
+ Add LDFLAG "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
+ Let examples be compressed.
+ + 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> Fri, 07 Dec 2007 13:59:16 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 10 Dec 2007 19:19:11 +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=13811&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control (original)
+++ desktop/unstable/gtkmm2.4/debian/control Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtkmm2.4
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/gtkmm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/control.in?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/control.in (original)
+++ desktop/unstable/gtkmm2.4/debian/control.in Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtkmm2.4
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=13811&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Mon Dec 10 13:26:13 2007
@@ -19,13 +19,14 @@
--disable-examples \
--disable-demos
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
+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)"
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -Xdevhelp -Xdoxygen_tags -Xfragment
+DEB_INSTALL_DOCS_ALL := \
+ -XMakefile -XDoxyfile -Xdevhelp -Xdoxygen_tags -Xfragment
DEB_INSTALL_EXAMPLES_libgtkmm-2.4-doc := -X.deps -X.libs -X.o -X.in -X.am
Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Mon Dec 10 13:26:13 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 LDFLAG "-Wl,--as-needed" to reduce unneeded shlibs dependencies.
+ Let examples be compressed.
+ + 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> Sun, 09 Dec 2007 00:53:44 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 10 Dec 2007 19:37:30 +0800
libglademm2.4 (2.6.5-2) unstable; urgency=high
Modified: desktop/unstable/libglademm2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/control?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/control (original)
+++ desktop/unstable/libglademm2.4/debian/control Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libglademm2.4
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libglademm2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/control.in?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/control.in (original)
+++ desktop/unstable/libglademm2.4/debian/control.in Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libglademm2.4
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libglademm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/rules?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/rules (original)
+++ desktop/unstable/libglademm2.4/debian/rules Mon Dec 10 13:26:13 2007
@@ -11,7 +11,7 @@
GNOME_MODULE := libglademm
-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
@@ -19,7 +19,8 @@
DEB_INSTALL_CHANGELOGS_ALL := ChangeLog
-DEB_INSTALL_DOCS_ALL := -XMakefile -XDoxyfile -Xdevhelp -Xdoxygen_tags -Xfragment
+DEB_INSTALL_DOCS_ALL := \
+ -XMakefile -XDoxyfile -Xdevhelp -Xdoxygen_tags -Xfragment
DEB_INSTALL_EXAMPLES_libglademm-2.4-doc := -X.deps -X.libs -X.o -X.in -X.am
Modified: desktop/unstable/libgnomecanvasmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/changelog?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/changelog Mon Dec 10 13:26:13 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.
+ + 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> Sun, 09 Dec 2007 01:09:07 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 10 Dec 2007 20:21:51 +0800
libgnomecanvasmm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/libgnomecanvasmm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/control?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/control (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/control Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libgnomecanvasmm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/control.in?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/control.in (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/control.in Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libgnomecanvasmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/rules?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/rules (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/rules Mon Dec 10 13:26:13 2007
@@ -14,7 +14,7 @@
DEB_COMPRESS_EXCLUDE := reference
-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
Modified: desktop/unstable/libgnomemm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/changelog?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomemm2.6/debian/changelog Mon Dec 10 13:26:13 2007
@@ -2,10 +2,14 @@
* 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.
+ + 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> Sun, 09 Dec 2007 01:05:52 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 10 Dec 2007 19:41:43 +0800
libgnomemm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/libgnomemm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/control?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/control (original)
+++ desktop/unstable/libgnomemm2.6/debian/control Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgnomemm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libgnomemm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/control.in?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/control.in (original)
+++ desktop/unstable/libgnomemm2.6/debian/control.in Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgnomemm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libgnomemm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/rules?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/rules (original)
+++ desktop/unstable/libgnomemm2.6/debian/rules Mon Dec 10 13:26:13 2007
@@ -14,7 +14,7 @@
DEB_COMPRESS_EXCLUDE := reference
-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
Modified: desktop/unstable/libgnomeuimm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/changelog?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/changelog Mon Dec 10 13:26:13 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.
+ + 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> Sun, 09 Dec 2007 01:11:39 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org> Mon, 10 Dec 2007 20:28:20 +0800
libgnomeuimm2.6 (2.20.0-2) unstable; urgency=high
Modified: desktop/unstable/libgnomeuimm2.6/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/control?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/control (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/control Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgnomeuimm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libgnomeuimm2.6/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/control.in?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/control.in (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/control.in Mon Dec 10 13:26:13 2007
@@ -6,7 +6,7 @@
Homepage: http://www.gtkmm.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/libgnomeuimm2.6
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
doc-base,
gnome-pkg-tools (>= 0.11),
Modified: desktop/unstable/libgnomeuimm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/rules?rev=13811&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/rules (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/rules Mon Dec 10 13:26:13 2007
@@ -14,7 +14,7 @@
DEB_COMPRESS_EXCLUDE := reference
-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