[Pkg-utopia-commits] r1643 - in /packages/unstable/dbus-python/debian: changelog rules

smcv-guest at users.alioth.debian.org smcv-guest at users.alioth.debian.org
Mon Aug 6 13:23:35 UTC 2007


Author: smcv-guest
Date: Mon Aug  6 13:23:35 2007
New Revision: 1643

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1643
Log:
Work around minor upstream build bug by using relative path for srcdir
(this can be reverted for the next upstream release if desired)

Modified:
    packages/unstable/dbus-python/debian/changelog
    packages/unstable/dbus-python/debian/rules

Modified: packages/unstable/dbus-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/changelog?rev=1643&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/changelog (original)
+++ packages/unstable/dbus-python/debian/changelog Mon Aug  6 13:23:35 2007
@@ -5,6 +5,8 @@
   * Build HTML API documentation, now that epydoc 3.0 beta is in unstable.
     - Split out a python-dbus-doc package with the HTML and examples
     - Build-Depend on python-epydoc (>= 3.0~beta1)
+  * Work around minor upstream build bug by using relative path for srcdir
+    (this can be reverted for the next upstream release if desired)
 
   [ Loic Minier ]
   * Wrap build-deps and deps.

Modified: packages/unstable/dbus-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/rules?rev=1643&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/rules (original)
+++ packages/unstable/dbus-python/debian/rules Mon Aug  6 13:23:35 2007
@@ -21,7 +21,7 @@
 	dh_testdir
 	mkdir -p build-$*
 	cd build-$* && PYTHON=/usr/bin/python$* \
-		$(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE) \
+		../configure --host=$(DEB_HOST_GNU_TYPE) \
 			--build=$(DEB_BUILD_GNU_TYPE) \
 			--prefix=/usr --docdir=/usr/share/doc/deleteme
 	touch $@




More information about the Pkg-utopia-commits mailing list