[Pkg-utopia-commits] r3030 - in /packages/unstable/gnome-device-manager/debian: changelog compat rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue Apr 7 20:46:15 UTC 2009
Author: biebl
Date: Tue Apr 7 20:46:15 2009
New Revision: 3030
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3030
Log:
* debian/rules
- Set LDFLAGS directly.
Modified:
packages/unstable/gnome-device-manager/debian/changelog
packages/unstable/gnome-device-manager/debian/compat
packages/unstable/gnome-device-manager/debian/rules
Modified: packages/unstable/gnome-device-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-device-manager/debian/changelog?rev=3030&op=diff
==============================================================================
--- packages/unstable/gnome-device-manager/debian/changelog (original)
+++ packages/unstable/gnome-device-manager/debian/changelog Tue Apr 7 20:46:15 2009
@@ -6,6 +6,8 @@
- Bump Build-Depends on debhelper to (>= 7).
* debian/compat
- Bump debhelper compat level to 7.
+ * debian/rules
+ - Set LDFLAGS directly.
-- Michael Biebl <biebl at debian.org> Tue, 04 Mar 2008 22:51:03 +0100
Modified: packages/unstable/gnome-device-manager/debian/compat
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-device-manager/debian/compat?rev=3030&op=diff
==============================================================================
--- packages/unstable/gnome-device-manager/debian/compat (original)
+++ packages/unstable/gnome-device-manager/debian/compat Tue Apr 7 20:46:15 2009
@@ -1,1 +1,1 @@
-5
+7
Modified: packages/unstable/gnome-device-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/gnome-device-manager/debian/rules?rev=3030&op=diff
==============================================================================
--- packages/unstable/gnome-device-manager/debian/rules (original)
+++ packages/unstable/gnome-device-manager/debian/rules Tue Apr 7 20:46:15 2009
@@ -6,5 +6,5 @@
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed"
+LDFLAGS += -Wl,--as-needed
More information about the Pkg-utopia-commits
mailing list