r15644 - in /desktop/unstable/gnome-system-monitor/debian: changelog rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Mon Apr 14 17:39:34 UTC 2008
Author: slomo
Date: Mon Apr 14 17:39:34 2008
New Revision: 15644
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15644
Log:
* New upstream bugfix release.
* debian/rules:
+ Link with -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to get rid of some
dependencies.
+ Clean up configure parameters.
Modified:
desktop/unstable/gnome-system-monitor/debian/changelog
desktop/unstable/gnome-system-monitor/debian/rules
Modified: desktop/unstable/gnome-system-monitor/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/changelog?rev=15644&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/changelog (original)
+++ desktop/unstable/gnome-system-monitor/debian/changelog Mon Apr 14 17:39:34 2008
@@ -1,9 +1,13 @@
gnome-system-monitor (2.22.1-1) unstable; urgency=low
+ * New upstream bugfix release.
* debian/patches/series:
+ 80_use_units_coherent_with_gnome_desktop.patch:
- Disable this one as gvfs uses kibibytes, etc too now.
- * New upstream bugfix release.
+ * debian/rules:
+ + Link with -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to get rid of some
+ dependencies.
+ + Clean up configure parameters.
-- Sebastian Dröge <slomo at debian.org> Mon, 14 Apr 2008 19:24:34 +0200
Modified: desktop/unstable/gnome-system-monitor/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-system-monitor/debian/rules?rev=15644&op=diff
==============================================================================
--- desktop/unstable/gnome-system-monitor/debian/rules (original)
+++ desktop/unstable/gnome-system-monitor/debian/rules Mon Apr 14 17:39:34 2008
@@ -8,7 +8,8 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-pcrecpp
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
DEB_INSTALL_MANPAGES_gnome-system-monitor += debian/gnome-system-monitor.1
More information about the pkg-gnome-commits
mailing list