Bug#442755: Patch for this bug: update-manager: FTBFS if build twice in a row
Sandro Tosi
matrixhasu at gmail.com
Sat Apr 19 16:14:47 UTC 2008
The right way (since it's python stuff) is to use
[ ! -d build ] || rm -rf build
at the end of clean:
diff -u update-manager-0.68.debian/debian/rules
update-manager-0.68.debian/debian/rules
--- update-manager-0.68.debian/debian/rules
+++ update-manager-0.68.debian/debian/rules
@@ -15,6 +15,7 @@
if [ $${pofile} = 'po/*.debackup' ]; then break; fi; \
mv $${pofile} $$(echo $${pofile} | sed 's,.debackup$$,,'); \
done
+ [ ! -d build ] || rm -rf build
post-patches::
-for pofile in debian/pos/*.po; do \
Regards,
Sandro
--
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
More information about the pkg-gnome-maintainers
mailing list