[Pkg-bluetooth-commits] r1248 - in /packages/obexd/trunk/debian: changelog rules
iwamatsu at users.alioth.debian.org
iwamatsu at users.alioth.debian.org
Thu Jan 10 10:13:07 UTC 2013
Author: iwamatsu
Date: Thu Jan 10 10:13:06 2013
New Revision: 1248
URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1248
Log:
Add --disable-silent-rules to configure
Modified:
packages/obexd/trunk/debian/changelog
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=1248&op=diff
==============================================================================
--- packages/obexd/trunk/debian/changelog (original)
+++ packages/obexd/trunk/debian/changelog Thu Jan 10 10:13:06 2013
@@ -4,6 +4,8 @@
- Remove obex-data-server from Conflicts field. (Closes: #695013, #565318)
Version 0.47 changed the D-Bus namespace to use org.bluez.obex
instead of org.openobex.
+ * Update debian/rules.
+ - Add --disable-silent-rules to configure.
-- Nobuhiro Iwamatsu <iwamatsu at debian.org> Thu, 10 Jan 2013 19:17:00 +0900
Modified: packages/obexd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/rules?rev=1248&op=diff
==============================================================================
--- packages/obexd/trunk/debian/rules (original)
+++ packages/obexd/trunk/debian/rules Thu Jan 10 10:13:06 2013
@@ -9,4 +9,5 @@
override_dh_auto_configure:
dh_auto_configure -- --enable-usb \
--enable-pcsuite \
- --with-phonebook=ebook
+ --with-phonebook=ebook \
+ --disable-silent-rules
More information about the Pkg-bluetooth-commits
mailing list