r29092 - in /packages/unstable/balsa/debian: changelog control rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Jul 23 18:40:51 UTC 2011


Author: bigon
Date: Sat Jul 23 18:40:51 2011
New Revision: 29092

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29092
Log:
* debian/rules:
  - Pass --without-nm when building on non-linux arch

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

Modified: packages/unstable/balsa/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/changelog?rev=29092&op=diff
==============================================================================
--- packages/unstable/balsa/debian/changelog [utf-8] (original)
+++ packages/unstable/balsa/debian/changelog [utf-8] Sat Jul 23 18:40:51 2011
@@ -1,3 +1,10 @@
+balsa (2.4.10-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - Pass --without-nm when building on non-linux arch
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 23 Jul 2011 20:40:36 +0200
+
 balsa (2.4.10-1) unstable; urgency=low
 
   [ Alan Baghumian ]

Modified: packages/unstable/balsa/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/control?rev=29092&op=diff
==============================================================================
--- packages/unstable/balsa/debian/control [utf-8] (original)
+++ packages/unstable/balsa/debian/control [utf-8] Sat Jul 23 18:40:51 2011
@@ -32,6 +32,7 @@
                libgtksourceview2.0-dev,
                libgnome2-dev,
                libgnomeui-dev,
+               libunique-dev,
                libglib2.0-dev (>= 2.16.0),
                libgtk2.0-dev (>= 2.18.0),
                liborbit2-dev,

Modified: packages/unstable/balsa/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/rules?rev=29092&op=diff
==============================================================================
--- packages/unstable/balsa/debian/rules [utf-8] (original)
+++ packages/unstable/balsa/debian/rules [utf-8] Sat Jul 23 18:40:51 2011
@@ -27,6 +27,11 @@
 			--with-canberra \
 			--with-unique \
 			--enable-threads
+
+ifneq ($(DEB_BUILD_ARCH_OS),linux)
+  DEB_CONFIGURE_EXTRA_FLAGS += --without-nm
+endif
+
 DEB_CONFIGURE_SCRIPT_ENV += GTK_UPDATE_ICON_CACHE=/bin/true
 
 # Record build-time version information




More information about the pkg-gnome-commits mailing list