r20551 - in /packages/unstable/tasks/debian: changelog control rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jul 2 09:43:08 UTC 2009


Author: lool
Date: Thu Jul  2 09:43:08 2009
New Revision: 20551

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20551
Log:
Set LDFLAGS directly; bump cdbs bdep to >= 0.4.41.

Modified:
    packages/unstable/tasks/debian/changelog
    packages/unstable/tasks/debian/control
    packages/unstable/tasks/debian/rules

Modified: packages/unstable/tasks/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tasks/debian/changelog?rev=20551&op=diff
==============================================================================
--- packages/unstable/tasks/debian/changelog (original)
+++ packages/unstable/tasks/debian/changelog Thu Jul  2 09:43:08 2009
@@ -1,3 +1,9 @@
+tasks (0.15-2) UNRELEASED; urgency=low
+
+  * Set LDFLAGS directly; bump cdbs bdep to >= 0.4.41.
+
+ -- Loïc Minier <lool at dooz.org>  Thu, 02 Jul 2009 11:40:22 +0200
+
 tasks (0.15-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/tasks/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tasks/debian/control?rev=20551&op=diff
==============================================================================
--- packages/unstable/tasks/debian/control (original)
+++ packages/unstable/tasks/debian/control Thu Jul  2 09:43:08 2009
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Ross Burton <ross at debian.org>
-Build-Depends: cdbs (>= 0.4.37), debhelper (>= 5), intltool, libecal1.2-dev, libgtk2.0-dev, libhildon-1-dev, libdbus-1-dev, libhildonmime-dev, dpkg-dev (>= 1.13.19)
+Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5), intltool, libecal1.2-dev, libgtk2.0-dev, libhildon-1-dev, libdbus-1-dev, libhildonmime-dev, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.3
 
 # ordering is important here as to have dbg symbols for the main "tasks"

Modified: packages/unstable/tasks/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tasks/debian/rules?rev=20551&op=diff
==============================================================================
--- packages/unstable/tasks/debian/rules (original)
+++ packages/unstable/tasks/debian/rules Thu Jul  2 09:43:08 2009
@@ -10,7 +10,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
 # install each build flavor into a different dir
 INSTALLBASEDIR := $(CURDIR)/debian/tmp




More information about the pkg-gnome-commits mailing list