r11663 - in /desktop/experimental/gconf2/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Jun 23 20:05:51 UTC 2007


Author: lool
Date: Sat Jun 23 20:05:51 2007
New Revision: 11663

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11663
Log:
* New upstream development release; no API change.
  - Target at experimenta; include check-dist.
  - Add -z defs to LDFLAGS; build failure with this flag were fixed
    upstream.

Modified:
    desktop/experimental/gconf2/debian/changelog
    desktop/experimental/gconf2/debian/rules

Modified: desktop/experimental/gconf2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf2/debian/changelog?rev=11663&op=diff
==============================================================================
--- desktop/experimental/gconf2/debian/changelog (original)
+++ desktop/experimental/gconf2/debian/changelog Sat Jun 23 20:05:51 2007
@@ -1,8 +1,15 @@
-gconf2 (2.18.0.1-4) UNRELEASED; urgency=low
-
+gconf2 (2.19.1-1) experimental; urgency=low
+
+  [ Josselin Mouette ]
   * gconf2-common.preinst: removed, it has been in the stable release.
 
- -- Josselin Mouette <joss at debian.org>  Fri,  1 Jun 2007 09:06:22 +0200
+  [ Loic Minier ]
+  * New upstream development release; no API change.
+    - Target at experimenta; include check-dist.
+    - Add -z defs to LDFLAGS; build failure with this flag were fixed
+      upstream.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 23 Jun 2007 21:58:30 +0200
 
 gconf2 (2.18.0.1-3) unstable; urgency=low
 

Modified: desktop/experimental/gconf2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf2/debian/rules?rev=11663&op=diff
==============================================================================
--- desktop/experimental/gconf2/debian/rules (original)
+++ desktop/experimental/gconf2/debian/rules Sat Jun 23 20:05:51 2007
@@ -1,4 +1,4 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
@@ -7,6 +7,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
+include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := GConf
@@ -15,7 +16,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --libexecdir=/usr/lib/libgconf2-4
 DEB_MAKE_INVOKE += pkglibdir=/usr/lib/libgconf2-4
 
-LDFLAGS += -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
 DEB_DH_MAKESHLIBS_ARGS_libgconf2-4 += -Xbackend -V"libgconf2-4 (>= 2.13.5)"
 DEB_DH_SHLIBDEPS_ARGS += -Xgconf-sanity-check




More information about the pkg-gnome-commits mailing list