r41274 - in /desktop/unstable/gnome-sushi/debian: changelog rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Apr 5 09:18:21 UTC 2014


Author: bigon
Date: Sat Apr  5 09:18:21 2014
New Revision: 41274

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41274
Log:
* New upstream release.
* debian/rules: Pass --as-needed to dh_autoreconf and the needed flags to
  the linker to minimize the runtime dependencies

Modified:
    desktop/unstable/gnome-sushi/debian/changelog
    desktop/unstable/gnome-sushi/debian/rules

Modified: desktop/unstable/gnome-sushi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/changelog?rev=41274&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/changelog	[utf-8] Sat Apr  5 09:18:21 2014
@@ -1,3 +1,11 @@
+gnome-sushi (3.11.90-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * debian/rules: Pass --as-needed to dh_autoreconf and the needed flags to
+    the linker to minimize the runtime dependencies
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 05 Apr 2014 10:53:14 +0200
+
 gnome-sushi (3.10.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-sushi/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-sushi/debian/rules?rev=41274&op=diff
==============================================================================
--- desktop/unstable/gnome-sushi/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-sushi/debian/rules	[utf-8] Sat Apr  5 09:18:21 2014
@@ -11,6 +11,10 @@
 # List any files which are not installed
 common-binary-post-install-arch:: list-missing
 
+DEB_DH_AUTORECONF_ARGS = --as-needed
+DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+include /usr/share/dpkg/buildflags.mk
+
 GNOME_MODULE := sushi
 
 DEB_DH_MAKESHLIBS_ARGS += -X/usr/lib/sushi




More information about the pkg-gnome-commits mailing list