r14540 - in /packages/unstable/xdg-user-dirs/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Feb 12 14:01:08 UTC 2008


Author: slomo
Date: Tue Feb 12 14:01:07 2008
New Revision: 14540

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14540
Log:
* New upstream bugfix release with many new translations.
* debian/control.in:
  + Update Standards-Version to 3.7.3, no additional changes needed.
  + Move homepage to the Homepage field and fix the URL (Closes: #445898).
* debian/rules:
  + Add -Wl,-z,defs to LDFLAGS and actually append.

Modified:
    packages/unstable/xdg-user-dirs/debian/changelog
    packages/unstable/xdg-user-dirs/debian/rules

Modified: packages/unstable/xdg-user-dirs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xdg-user-dirs/debian/changelog?rev=14540&op=diff
==============================================================================
--- packages/unstable/xdg-user-dirs/debian/changelog (original)
+++ packages/unstable/xdg-user-dirs/debian/changelog Tue Feb 12 14:01:07 2008
@@ -1,3 +1,14 @@
+xdg-user-dirs (0.10-1) unstable; urgency=low
+
+  * New upstream bugfix release with many new translations.
+  * debian/control.in:
+    + Update Standards-Version to 3.7.3, no additional changes needed.
+    + Move homepage to the Homepage field and fix the URL (Closes: #445898).
+  * debian/rules:
+    + Add -Wl,-z,defs to LDFLAGS and actually append.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 12 Feb 2008 14:54:52 +0100
+
 xdg-user-dirs (0.9-1) unstable; urgency=low
 
   * Initial version (Closes: #413817)

Modified: packages/unstable/xdg-user-dirs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/xdg-user-dirs/debian/rules?rev=14540&op=diff
==============================================================================
--- packages/unstable/xdg-user-dirs/debian/rules (original)
+++ packages/unstable/xdg-user-dirs/debian/rules Tue Feb 12 14:01:07 2008
@@ -8,7 +8,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-LDFLAGS=-Wl,-O1 -Wl,--as-needed
+LDFLAGS+=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 binary-post-install/xdg-user-dirs::
 	mkdir -p debian/xdg-user-dirs/etc/X11/Xsession.d




More information about the pkg-gnome-commits mailing list