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

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Sat Jun 27 18:35:09 UTC 2009


Author: filippo
Date: Sat Jun 27 18:35:08 2009
New Revision: 864

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=864
Log:
Build-Depend on libtool and copy ltmain.sh to avoid rpath-on-amd64 issue

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=864&op=diff
==============================================================================
--- packages/obexd/trunk/debian/changelog (original)
+++ packages/obexd/trunk/debian/changelog Sat Jun 27 18:35:08 2009
@@ -1,5 +1,6 @@
 obexd (0.13-1) UNRELEASED; urgency=low
 
   * First upload (Closes: #528061)
+  * Build-Depend on libtool and copy ltmain.sh to avoid rpath-on-amd64 issue
 
- -- Filippo Giunchedi <filippo at debian.org>  Thu, 25 Jun 2009 11:32:06 +0200
+ -- Filippo Giunchedi <filippo at debian.org>  Sat, 27 Jun 2009 20:34:22 +0200

Modified: packages/obexd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/control?rev=864&op=diff
==============================================================================
--- packages/obexd/trunk/debian/control (original)
+++ packages/obexd/trunk/debian/control Sat Jun 27 18:35:08 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),
+Build-Depends: cdbs, debhelper (>= 7), libtool,
                libglib2.0-dev,
                libdbus-1-dev,
                libopenobex1-dev,

Modified: packages/obexd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/obexd/trunk/debian/rules?rev=864&op=diff
==============================================================================
--- packages/obexd/trunk/debian/rules (original)
+++ packages/obexd/trunk/debian/rules Sat Jun 27 18:35:08 2009
@@ -6,4 +6,5 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-server
 
-#DEB_DESTDIR := $(CURDIR)/debian/tmp
+post-patches::
+	cp -f /usr/share/libtool/config/ltmain.sh $(CURDIR)/ltmain.sh




More information about the Pkg-bluetooth-commits mailing list