[Python-apps-commits] r4861 - in packages/kupfer/trunk/debian (changelog control rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Feb 27 17:44:31 UTC 2010


    Date: Saturday, February 27, 2010 @ 17:44:30
  Author: dktrkranz
Revision: 4861

Use internal copy of waf to build the package

Modified:
  packages/kupfer/trunk/debian/changelog
  packages/kupfer/trunk/debian/control
  packages/kupfer/trunk/debian/rules

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2010-02-27 16:54:45 UTC (rev 4860)
+++ packages/kupfer/trunk/debian/changelog	2010-02-27 17:44:30 UTC (rev 4861)
@@ -1,3 +1,9 @@
+kupfer (0+pb1.1-2) unstable; urgency=low
+
+  * Use internal copy of waf to build the package (Closes: #571707).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 27 Feb 2010 18:41:46 +0100
+
 kupfer (0+pb1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/kupfer/trunk/debian/control
===================================================================
--- packages/kupfer/trunk/debian/control	2010-02-27 16:54:45 UTC (rev 4860)
+++ packages/kupfer/trunk/debian/control	2010-02-27 17:44:30 UTC (rev 4861)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), waf
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: python-support (>= 0.5.3), python (>= 2.5), gettext, intltool, python-docutils
 Standards-Version: 3.8.4
 XS-Python-Version: >= 2.5

Modified: packages/kupfer/trunk/debian/rules
===================================================================
--- packages/kupfer/trunk/debian/rules	2010-02-27 16:54:45 UTC (rev 4860)
+++ packages/kupfer/trunk/debian/rules	2010-02-27 17:44:30 UTC (rev 4861)
@@ -4,15 +4,15 @@
 	dh $@
 
 clean:
-	waf distclean
+	./waf distclean
 	rm -fr build
 	dh $@
 
 override_dh_auto_configure:
-	PYTHONDIR=/usr/share/kupfer waf configure --prefix=/usr --bindir=/usr/share/kupfer --no-runtime-deps
+	PYTHONDIR=/usr/share/kupfer ./waf configure --prefix=/usr --bindir=/usr/share/kupfer --no-runtime-deps
 
 override_dh_auto_install:
-	waf install --nopyc --nopyo --destdir=$(CURDIR)/debian/kupfer
+	./waf install --nopyc --nopyo --destdir=$(CURDIR)/debian/kupfer
 	rm -f $(CURDIR)/debian/kupfer/usr/share/kupfer/art/COPYING
 	rst2html Documentation/Manual.rst build/manual.html
 	rst2man Documentation/Quickstart.rst build/kupfer.1




More information about the Python-apps-commits mailing list