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

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Wed Jul 1 10:40:24 UTC 2009


Author: filippo
Date: Wed Jul  1 10:40:23 2009
New Revision: 868

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=868
Log:
  + build the client only to avoid conflicts with obex-data-server for now
* Do the libtoolize/aclocal/autoconf dance to avoid rpath-on-amd64 issue and
  build-depend accordingly, should be fixed in next upstream release

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=868&op=diff
==============================================================================
--- packages/obexd/trunk/debian/changelog (original)
+++ packages/obexd/trunk/debian/changelog Wed Jul  1 10:40:23 2009
@@ -1,6 +1,8 @@
-obexd (0.13-1) UNRELEASED; urgency=low
+obexd (0.13-1) unstable; urgency=low
 
   * First upload (Closes: #528061)
-  * Build-Depend on libtool and copy ltmain.sh to avoid rpath-on-amd64 issue
+    + build the client only to avoid conflicts with obex-data-server for now
+  * Do the libtoolize/aclocal/autoconf dance to avoid rpath-on-amd64 issue and
+    build-depend accordingly, should be fixed in next upstream release
 
- -- Filippo Giunchedi <filippo at debian.org>  Sat, 27 Jun 2009 20:34:22 +0200
+ -- Filippo Giunchedi <filippo at debian.org>  Wed, 01 Jul 2009 12:40:00 +0200

Modified: packages/obexd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/control?rev=868&op=diff
==============================================================================
--- packages/obexd/trunk/debian/control (original)
+++ packages/obexd/trunk/debian/control Wed Jul  1 10:40:23 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org>
 Uploaders: Filippo Giunchedi <filippo at debian.org>
-Build-Depends: cdbs, debhelper (>= 7), libtool,
+Build-Depends: cdbs, debhelper (>= 7), libtool, autoconf,
                libglib2.0-dev,
                libdbus-1-dev,
                libopenobex1-dev,
@@ -20,3 +20,5 @@
 Description: OBEX client and server
  The obexd is an attempt to unify all current OBEX based servers for Linux and
  create a small, but powerful daemon.
+ .
+ In this package the client is included.

Modified: packages/obexd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/rules?rev=868&op=diff
==============================================================================
--- packages/obexd/trunk/debian/rules (original)
+++ packages/obexd/trunk/debian/rules Wed Jul  1 10:40:23 2009
@@ -7,4 +7,6 @@
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-server
 
 post-patches::
-	cp -f /usr/share/libtool/config/ltmain.sh $(CURDIR)/ltmain.sh
+	libtoolize
+	aclocal
+	autoconf




More information about the Pkg-bluetooth-commits mailing list