r10261 - in /desktop/unstable/gnome-panel/debian: changelog control
control.in rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sun Apr 22 16:22:29 UTC 2007
Author: lool
Date: Sun Apr 22 16:22:29 2007
New Revision: 10261
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10261
Log:
* Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
cdbs >= 0.4.41.
Modified:
desktop/unstable/gnome-panel/debian/changelog
desktop/unstable/gnome-panel/debian/control
desktop/unstable/gnome-panel/debian/control.in
desktop/unstable/gnome-panel/debian/rules
Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=10261&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog (original)
+++ desktop/unstable/gnome-panel/debian/changelog Sun Apr 22 16:22:29 2007
@@ -16,8 +16,10 @@
* Add a ${misc:Depends}.
* Only run update-gconf-defaults if it's available.
* Use http in copyright.
-
- -- Loic Minier <lool at dooz.org> Sun, 22 Apr 2007 18:20:48 +0200
+ * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
+ cdbs >= 0.4.41.
+
+ -- Loic Minier <lool at dooz.org> Sun, 22 Apr 2007 18:22:10 +0200
gnome-panel (2.16.3-1) experimental; urgency=low
Modified: desktop/unstable/gnome-panel/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control?rev=10261&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control (original)
+++ desktop/unstable/gnome-panel/debian/control Sun Apr 22 16:22:29 2007
@@ -4,7 +4,7 @@
Maintainer: Guilherme de S. Pastore <gpastore at debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
Standards-Version: 3.7.2
-Build-Depends: cdbs (>= 0.4.24),
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
intltool (>= 0.35.0),
gnome-pkg-tools (>= 0.10),
Modified: desktop/unstable/gnome-panel/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control.in?rev=10261&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control.in (original)
+++ desktop/unstable/gnome-panel/debian/control.in Sun Apr 22 16:22:29 2007
@@ -4,7 +4,7 @@
Maintainer: Guilherme de S. Pastore <gpastore at debian.org>
Uploaders: @GNOME_TEAM@
Standards-Version: 3.7.2
-Build-Depends: cdbs (>= 0.4.24),
+Build-Depends: cdbs (>= 0.4.41),
debhelper (>= 5),
intltool (>= 0.35.0),
gnome-pkg-tools (>= 0.10),
Modified: desktop/unstable/gnome-panel/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/rules?rev=10261&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/rules (original)
+++ desktop/unstable/gnome-panel/debian/rules Sun Apr 22 16:22:29 2007
@@ -8,7 +8,8 @@
include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper --with-in-process-applets=all
ifneq ($(DEB_BUILD_GNU_SYSTEM),gnu)
DEB_CONFIGURE_EXTRA_FLAGS += --enable-eds
More information about the pkg-gnome-commits
mailing list