tags 571708 + patch tags 571708 + pending thanks Dear maintainer,
I've prepared an NMU for raul (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 raul-0.6.0/debian/changelog raul-0.6.0/debian/changelog --- raul-0.6.0/debian/changelog 2009-12-27 01:32:40.000000000 +0100 +++ raul-0.6.0/debian/changelog 2010-04-11 16:35:27.000000000 +0200 @@ -1,3 +1,12 @@ +raul (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: #571708). + * Build-depend on python, convenience copy of waf needs it. + + -- Luca Falavigna <dktrkr...@debian.org> Sun, 11 Apr 2010 16:34:33 +0200 + raul (0.6.0-1) unstable; urgency=low * New upstream release (closes: #562631) diff -Nru raul-0.6.0/debian/control raul-0.6.0/debian/control --- raul-0.6.0/debian/control 2009-12-27 01:29:50.000000000 +0100 +++ raul-0.6.0/debian/control 2010-04-11 16:34:29.000000000 +0200 @@ -2,7 +2,7 @@ Priority: extra Maintainer: Paul Brossier <p...@debian.org> Build-Depends: debhelper (>= 7.0.50~), - waf, + python, libglib2.0-dev, libboost-dev, doxygen, diff -Nru raul-0.6.0/debian/rules raul-0.6.0/debian/rules --- raul-0.6.0/debian/rules 2009-12-26 19:42:36.000000000 +0100 +++ raul-0.6.0/debian/rules 2010-04-11 16:34:16.000000000 +0200 @@ -10,20 +10,20 @@ dh $@ override_dh_auto_configure: - waf configure $(WAFOPTS) + ./waf configure $(WAFOPTS) override_dh_auto_build: dh build --before dh_auto_build - waf build $(WAFOPTS) + ./waf build $(WAFOPTS) dh build --after dh_auto_build override_dh_auto_install: dh install --before dh_auto_install - waf install $(WAFOPTS) + ./waf install $(WAFOPTS) dh install --after dh_auto_install override_dh_auto_clean: dh clean --before dh_auto_clean - waf configure distclean $(WAFOPTS) + ./waf configure distclean $(WAFOPTS) -$(RM) -f autowaf.pyc dh clean --after dh_auto_clean