r9892 - in /desktop/unstable/librsvg/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Apr 14 07:07:20 UTC 2007


Author: lool
Date: Sat Apr 14 07:07:19 2007
New Revision: 9892

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9892
Log:
* Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
  cdbs >= 0.4.41.
* Cleanups.

Modified:
    desktop/unstable/librsvg/debian/changelog
    desktop/unstable/librsvg/debian/control
    desktop/unstable/librsvg/debian/control.in
    desktop/unstable/librsvg/debian/rules

Modified: desktop/unstable/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/changelog?rev=9892&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/changelog (original)
+++ desktop/unstable/librsvg/debian/changelog Sat Apr 14 07:07:19 2007
@@ -7,8 +7,11 @@
   * Wrap build-deps and deps.
   * Bump up Debhelper compatibility level to 5.
   * Drop clean target which removed the upstream documentation.
-
- -- Loic Minier <lool at dooz.org>  Sat, 14 Apr 2007 08:59:16 +0200
+  * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
+    cdbs >= 0.4.41.
+  * Cleanups.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 14 Apr 2007 09:06:47 +0200
 
 librsvg (2.16.1-1) experimental; urgency=low
 

Modified: desktop/unstable/librsvg/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/control?rev=9892&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/control (original)
+++ desktop/unstable/librsvg/debian/control Sat Apr 14 07:07:19 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Loic Minier <lool at dooz.org>
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
                libxml2-dev (>= 2.6.22),
                libgtk2.0-dev (>= 2.10.1-1),

Modified: desktop/unstable/librsvg/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/control.in?rev=9892&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/control.in (original)
+++ desktop/unstable/librsvg/debian/control.in Sat Apr 14 07:07:19 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs,
+Build-Depends: cdbs (>= 0.4.41),
                debhelper (>= 5),
                libxml2-dev (>= 2.6.22),
                libgtk2.0-dev (>= 2.10.1-1),

Modified: desktop/unstable/librsvg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/rules?rev=9892&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/rules (original)
+++ desktop/unstable/librsvg/debian/rules Sat Apr 14 07:07:19 2007
@@ -19,11 +19,11 @@
 binary-install/librsvg2-bin::
 	dh_python -plibrsvg2-bin
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-pixbuf-loader --with-croco \
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-pixbuf-loader --with-croco \
 			     --with-svgz --disable-gnome-vfs \
 			     --disable-mozilla-plugin
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
-DEB_DH_MAKESHLIBS_ARGS_$(LIBRSVG2_PKG) := -V '$(LIBRSVG2_PKG) (>= 2.16.1)'
+DEB_DH_MAKESHLIBS_ARGS_$(LIBRSVG2_PKG) += -V '$(LIBRSVG2_PKG) (>= 2.16.1)'
 




More information about the pkg-gnome-commits mailing list