tags 571705 + patch
tags 571705 + pending
thanks

Dear maintainer,

I've prepared an NMU for flowcanvas (versioned as 0.6.0-1.1) and
uploaded it to DELAYED/15. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru flowcanvas-0.6.0/debian/changelog flowcanvas-0.6.0/debian/changelog
--- flowcanvas-0.6.0/debian/changelog	2009-12-09 18:43:01.000000000 +0100
+++ flowcanvas-0.6.0/debian/changelog	2010-04-11 16:29:57.000000000 +0200
@@ -1,3 +1,12 @@
+flowcanvas (0.6.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use convenience copy of waf, system wide waf package is being removed
+    from Debian (Closes: #571705).
+  * Build-depend on python, convenience copy of waf needs it.
+
+ -- Luca Falavigna <[email protected]>  Sun, 11 Apr 2010 16:22:13 +0200
+
 flowcanvas (0.6.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru flowcanvas-0.6.0/debian/control flowcanvas-0.6.0/debian/control
--- flowcanvas-0.6.0/debian/control	2009-12-09 18:43:01.000000000 +0100
+++ flowcanvas-0.6.0/debian/control	2010-04-11 16:30:05.000000000 +0200
@@ -3,7 +3,7 @@
 Maintainer: Paul Brossier <[email protected]>
 Build-Depends: debhelper (>= 7.0.50~),
                quilt,
-               waf,
+               python,
                libgtkmm-2.4-dev,
                libgnomecanvasmm-2.6-dev,
                libboost-dev,
diff -Nru flowcanvas-0.6.0/debian/rules flowcanvas-0.6.0/debian/rules
--- flowcanvas-0.6.0/debian/rules	2009-12-09 18:43:01.000000000 +0100
+++ flowcanvas-0.6.0/debian/rules	2010-04-11 16:30:19.000000000 +0200
@@ -8,20 +8,20 @@
 	dh --with quilt $@
 
 override_dh_auto_configure:
-	waf configure --prefix /usr
+	./waf configure --prefix /usr
 
 override_dh_auto_build:
 	dh build --before dh_auto_build
-	waf build
+	./waf build
 	dh build --after dh_auto_build
 
 override_dh_auto_install:
 	dh install --before dh_auto_install
-	waf install --destdir $(CURDIR)/debian/tmp
+	./waf install --destdir $(CURDIR)/debian/tmp
 	dh install --after dh_auto_install
 
 override_dh_auto_clean:
 	dh clean --before dh_auto_clean
-	waf configure distclean --prefix /usr
+	./waf configure distclean --prefix /usr
 	-$(RM) -f autowaf.pyc
 	dh clean --after dh_auto_clean

Reply via email to