r29092 - in /packages/unstable/balsa/debian: changelog control rules
- From: bigon users alioth debian org
- To: balsa packages qa debian org, pkg-gnome-commits lists alioth debian org
- Subject: r29092 - in /packages/unstable/balsa/debian: changelog control rules
- Date: Sat, 23 Jul 2011 18:41:07 -0000
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 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]