[Pkg-bluetooth-commits] r1430 - in /packages/gnome-phone-manager/trunk/debian: changelog rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Thu Jul 17 01:34:59 UTC 2014


Author: iwamatsu
Date: Thu Jul 17 01:34:59 2014
New Revision: 1430

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1430
Log:
Add --disable-bluetooth-plugin to DEB_CONFIGURE_EXTRA_FLAGS. (Closes: #754923) 

bluetooth-plugin can not build by changes in the gnome-bluetooth. 

Modified:
    packages/gnome-phone-manager/trunk/debian/changelog
    packages/gnome-phone-manager/trunk/debian/rules

Modified: packages/gnome-phone-manager/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-phone-manager/trunk/debian/changelog?rev=1430&op=diff
==============================================================================
--- packages/gnome-phone-manager/trunk/debian/changelog	(original)
+++ packages/gnome-phone-manager/trunk/debian/changelog	Thu Jul 17 01:34:59 2014
@@ -1,3 +1,11 @@
+gnome-phone-manager (0.69-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add --disable-bluetooth-plugin to DEB_CONFIGURE_EXTRA_FLAGS. (Closes: #754923)
+    bluetooth-plugin can not build by changes in the gnome-bluetooth.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Thu, 17 Jul 2014 10:29:52 +0900
+
 gnome-phone-manager (0.69-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/gnome-phone-manager/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-phone-manager/trunk/debian/rules?rev=1430&op=diff
==============================================================================
--- packages/gnome-phone-manager/trunk/debian/rules	(original)
+++ packages/gnome-phone-manager/trunk/debian/rules	Thu Jul 17 01:34:59 2014
@@ -5,7 +5,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/gnome.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-telepathy --enable-compile-warnings=no
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-telepathy --enable-compile-warnings=no \
+				--disable-bluetooth-plugin
 
 common-install-arch::
 	rm `find $(CURDIR) -name '*.la'`




More information about the Pkg-bluetooth-commits mailing list