[Pkg-utopia-commits] r1226 - packages/experimental/dbus-python/debian

Simon McVittie smcv-guest at alioth.debian.org
Mon Jan 22 19:57:11 CET 2007


Author: smcv-guest
Date: 2007-01-22 19:57:10 +0100 (Mon, 22 Jan 2007)
New Revision: 1226

Modified:
   packages/experimental/dbus-python/debian/changelog
   packages/experimental/dbus-python/debian/control
   packages/experimental/dbus-python/debian/rules
Log:
New upstream release candidate 0.80rc4 (internally, version 0.79.94):
- debian/control, debian/rules: build HTML documentation with
  python-docutils
- debian/rules: config.guess and config.sub aren't in the autotools
  subdirectory any more, adjust auto-update code


Modified: packages/experimental/dbus-python/debian/changelog
===================================================================
--- packages/experimental/dbus-python/debian/changelog	2007-01-15 22:10:45 UTC (rev 1225)
+++ packages/experimental/dbus-python/debian/changelog	2007-01-22 18:57:10 UTC (rev 1226)
@@ -1,3 +1,13 @@
+dbus-python (0.80~rc4-1) UNRELEASED; urgency=low
+
+  * New upstream release candidate (internally, version 0.79.94):
+    - debian/control, debian/rules: build HTML documentation with
+      python-docutils
+    - debian/rules: config.guess and config.sub aren't in the autotools
+      subdirectory any more, adjust auto-update code
+
+ -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Mon, 22 Jan 2007 16:59:58 +0000
+
 dbus-python (0.80~rc3-1) experimental; urgency=low
 
   [ Simon McVittie ]

Modified: packages/experimental/dbus-python/debian/control
===================================================================
--- packages/experimental/dbus-python/debian/control	2007-01-15 22:10:45 UTC (rev 1225)
+++ packages/experimental/dbus-python/debian/control	2007-01-22 18:57:10 UTC (rev 1226)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
 Uploaders: Sjoerd Simons <sjoerd at debian.org>, Sebastian Dröge <slomo at debian.org>, Simon McVittie <smcv at ianadd.pseudorandom.co.uk>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), xmlto, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), libdbus-glib-1-dev (>= 0.71)
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), xmlto, python-all-dev (>= 2.3.5-11), python-support (>= 0.3), libdbus-glib-1-dev (>= 0.71), python-docutils
 Standards-Version: 3.7.2
 
 Package: python-dbus

Modified: packages/experimental/dbus-python/debian/rules
===================================================================
--- packages/experimental/dbus-python/debian/rules	2007-01-15 22:10:45 UTC (rev 1225)
+++ packages/experimental/dbus-python/debian/rules	2007-01-22 18:57:10 UTC (rev 1226)
@@ -28,7 +28,7 @@
 	cd build-$* && PYTHON=/usr/bin/python$* \
 		../configure --host=$(DEB_HOST_GNU_TYPE) \
 			--build=$(DEB_BUILD_GNU_TYPE) \
-			--prefix=/usr
+			--prefix=/usr --docdir=/usr/share/doc/python-dbus
 	touch $@
 
 build-%/build-stamp: build-%/configure-stamp
@@ -69,12 +69,12 @@
 	dh_testroot
 	rm -Rf debian/tmp-*
 	rm -Rf build-*
-	-test -f autotools/config.sub && \
+	-test -f config.sub && \
 		test -r /usr/share/misc/config.sub && \
-		cp -f /usr/share/misc/config.sub autotools/config.sub
-	-test -f autotools/config.guess && \
+		cp -f /usr/share/misc/config.sub config.sub
+	-test -f config.guess && \
 		test -r /usr/share/misc/config.guess && \
-		cp -f /usr/share/misc/config.guess autotools/config.guess
+		cp -f /usr/share/misc/config.guess config.guess
 	dh_clean
 
 # We have no arch-indep packages




More information about the Pkg-utopia-commits mailing list