[Pkg-bluetooth-commits] r1195 - in /packages/obexd/trunk/debian: changelog control rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Thu Mar 8 23:08:15 UTC 2012


Author: iwamatsu
Date: Thu Mar  8 23:08:15 2012
New Revision: 1195

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1195
Log:
Support ebook.

* Update debian/control.
  - Add libebook1.2-dev to Build-Depends.
* Update debian/rules.
  - Add --with-phonebook=ebook.


Modified:
    packages/obexd/trunk/debian/changelog
    packages/obexd/trunk/debian/control
    packages/obexd/trunk/debian/rules

Modified: packages/obexd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/changelog?rev=1195&op=diff
==============================================================================
--- packages/obexd/trunk/debian/changelog (original)
+++ packages/obexd/trunk/debian/changelog Thu Mar  8 23:08:15 2012
@@ -5,6 +5,9 @@
     - Dump Standard-Version to 3.9.3 (no change needed).
     - Dump version of libbluetooth-dev.
       obexd need version 4.99 and more.
+    - Add libebook1.2-dev to Build-Depends.
+  * Update debian/rules.
+    - Add --with-phonebook=ebook.
 
  -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Thu, 08 Mar 2012 16:54:07 +0900
 

Modified: packages/obexd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/control?rev=1195&op=diff
==============================================================================
--- packages/obexd/trunk/debian/control (original)
+++ packages/obexd/trunk/debian/control Thu Mar  8 23:08:15 2012
@@ -8,6 +8,7 @@
                libdbus-1-dev,
                libopenobex1-dev,
                libbluetooth-dev (>= 4.99),
+               libebook1.2-dev,
                libical-dev
 Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/obexd
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/

Modified: packages/obexd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/rules?rev=1195&op=diff
==============================================================================
--- packages/obexd/trunk/debian/rules (original)
+++ packages/obexd/trunk/debian/rules Thu Mar  8 23:08:15 2012
@@ -4,4 +4,6 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-usb --enable-pcsuite
+	dh_auto_configure -- --enable-usb \
+			--enable-pcsuite \
+			--with-phonebook=ebook




More information about the Pkg-bluetooth-commits mailing list