[Pkg-galago-commit] r488 - packages/unstable/libnotify/debian

Loïc Minier lool at alioth.debian.org
Mon Apr 16 08:12:32 UTC 2007


Author: lool
Date: 2007-04-16 08:12:32 +0000 (Mon, 16 Apr 2007)
New Revision: 488

Modified:
   packages/unstable/libnotify/debian/changelog
   packages/unstable/libnotify/debian/control
   packages/unstable/libnotify/debian/rules
Log:
* Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
  cdbs >= 0.4.41.

Modified: packages/unstable/libnotify/debian/changelog
===================================================================
--- packages/unstable/libnotify/debian/changelog	2007-04-16 08:10:57 UTC (rev 487)
+++ packages/unstable/libnotify/debian/changelog	2007-04-16 08:12:32 UTC (rev 488)
@@ -3,8 +3,10 @@
   * Drop GNOME team from uploaders and uploaders.mk include; add myself to
     uploaders.
   * Merge never uploaded 0.4.3-3 changelog entry into 0.4.4-1.
+  * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
+    cdbs >= 0.4.41.
 
- -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 10:10:24 +0200
+ -- Loic Minier <lool at dooz.org>  Mon, 16 Apr 2007 10:12:20 +0200
 
 libnotify (0.4.4-2) experimental; urgency=low
 

Modified: packages/unstable/libnotify/debian/control
===================================================================
--- packages/unstable/libnotify/debian/control	2007-04-16 08:10:57 UTC (rev 487)
+++ packages/unstable/libnotify/debian/control	2007-04-16 08:12:32 UTC (rev 488)
@@ -1,7 +1,7 @@
 Source: libnotify
 Priority: optional
 Maintainer: Andre Filipe de Assuncao e Brito <decko at noisemakers.org>
-Build-Depends: gnome-pkg-tools, cdbs (>= 0.4.23-1.1), debhelper (>= 5), libgtk2.0-dev (>= 2.10), libglib2.0-dev (>= 2.6), libdbus-glib-1-dev (>= 0.35), libpopt-dev
+Build-Depends: gnome-pkg-tools, cdbs (>= 0.4.41), debhelper (>= 5), libgtk2.0-dev (>= 2.10), libglib2.0-dev (>= 2.6), libdbus-glib-1-dev (>= 0.35), libpopt-dev
 Uploaders: Loic Minier <lool at dooz.org>, Riccardo Setti <giskard at debian.org>
 Standards-Version: 3.7.2
 Section: libs

Modified: packages/unstable/libnotify/debian/rules
===================================================================
--- packages/unstable/libnotify/debian/rules	2007-04-16 08:10:57 UTC (rev 487)
+++ packages/unstable/libnotify/debian/rules	2007-04-16 08:12:32 UTC (rev 488)
@@ -5,6 +5,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
+
 DEB_DH_MAKESHLIBS_ARGS_libnotify1 := -V "libnotify1 (>= 0.4.4), libnotify1-gtk2.10"
 




More information about the Pkg-galago-commit mailing list