r11466 - in /packages/unstable/xchat-gnome/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Jun 11 09:30:15 UTC 2007


Author: lool
Date: Mon Jun 11 09:30:15 2007
New Revision: 11466

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11466
Log:
* New upstream release.
  - Bump up libsexy-dev build-dep to 0.1.11.
* Don't build out of tree as if fails with the current gnome-doc-utils
  upstream uses; closes: #420322.
* Include CDBS' utils.
* Drop -z defs for now to avoid FTBFS.

Modified:
    packages/unstable/xchat-gnome/debian/changelog
    packages/unstable/xchat-gnome/debian/control
    packages/unstable/xchat-gnome/debian/control.in
    packages/unstable/xchat-gnome/debian/rules

Modified: packages/unstable/xchat-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/changelog?rev=11466&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/changelog (original)
+++ packages/unstable/xchat-gnome/debian/changelog Mon Jun 11 09:30:15 2007
@@ -1,4 +1,4 @@
-xchat-gnome (1:0.16-2) UNRELEASED; urgency=low
+xchat-gnome (1:0.17-1) unstable; urgency=low
 
   [ Sven Arvidsson ]
   * Update xchat-gnome-common to include etc, makes sure the gconf schemas
@@ -12,10 +12,14 @@
   * Wrap build-deps and deps.
   * Pass --as-needed via LDFLAGS instead of CFLAGS; build-dep on cdbs >=
     0.4.41.
-  * Add -z defs to LDFLAGS for additional safety.
   * Cleanups.
-
- -- Loic Minier <lool at dooz.org>  Mon, 11 Jun 2007 11:14:36 +0200
+  * New upstream release.
+    - Bump up libsexy-dev build-dep to 0.1.11.
+  * Don't build out of tree as if fails with the current gnome-doc-utils
+    upstream uses; closes: #420322.
+  * Include CDBS' utils.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 11 Jun 2007 11:20:34 +0200
 
 xchat-gnome (1:0.16-1) experimental; urgency=low
 

Modified: packages/unstable/xchat-gnome/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/control?rev=11466&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/control (original)
+++ packages/unstable/xchat-gnome/debian/control Mon Jun 11 09:30:15 2007
@@ -23,7 +23,7 @@
                scrollkeeper,
                libgnutls-dev,
                libnotify-dev (>= 0.3.2),
-               libsexy-dev (>= 0.1.7),
+               libsexy-dev (>= 0.1.11),
                gnome-doc-utils,
                libssl-dev (>= 0.9.8b-1),
                dpkg-dev (>= 1.13.19),

Modified: packages/unstable/xchat-gnome/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/control.in?rev=11466&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/control.in (original)
+++ packages/unstable/xchat-gnome/debian/control.in Mon Jun 11 09:30:15 2007
@@ -23,7 +23,7 @@
                scrollkeeper,
                libgnutls-dev,
                libnotify-dev (>= 0.3.2),
-               libsexy-dev (>= 0.1.7),
+               libsexy-dev (>= 0.1.11),
                gnome-doc-utils,
                libssl-dev (>= 0.9.8b-1),
                dpkg-dev (>= 1.13.19),

Modified: packages/unstable/xchat-gnome/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xchat-gnome/debian/rules?rev=11466&op=diff
==============================================================================
--- packages/unstable/xchat-gnome/debian/rules (original)
+++ packages/unstable/xchat-gnome/debian/rules Mon Jun 11 09:30:15 2007
@@ -4,14 +4,13 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_BUILDDIR := $(CURDIR)/debian/build
-
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
-LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+LDFLAGS += -Wl,--as-needed
 
 binary-install/xchat-gnome::
 	find debian/ -name "*.la" -exec rm -f {} \;
@@ -20,6 +19,3 @@
 binary-install/xchat-gnome-common::
 	find debian/ -name "xchat-gnome.1" -exec rm -f {} \;
 
-clean::
-	rm -rf $(DEB_BUILDDIR)
-




More information about the pkg-gnome-commits mailing list