tags 566525 + patch
thanks
Dear maintainer,
I've prepared an NMU for bombardier (versioned as 0.8.3+nmu1).
It fixes the given issue (fails to install when /var/games does not exist)
and is quite straight forward :)
I'd like to upload asap, any objections?
Regards
Evgeni
diff -Nru bombardier-0.8.3/debian/bombardier.postinst bombardier-0.8.3+nmu1/debian/bombardier.postinst
--- bombardier-0.8.3/debian/bombardier.postinst 2009-10-11 15:04:12.000000000 +0200
+++ bombardier-0.8.3+nmu1/debian/bombardier.postinst 2010-01-24 00:02:48.000000000 +0100
@@ -5,7 +5,7 @@
configure)
if ! [ -d /var/games/bombardier ]
then
- mkdir /var/games/bombardier
+ mkdir -p /var/games/bombardier
fi
chmod 0755 /var/games/bombardier
chown root /var/games/bombardier
diff -Nru bombardier-0.8.3/debian/changelog bombardier-0.8.3+nmu1/debian/changelog
--- bombardier-0.8.3/debian/changelog 2009-10-11 15:17:13.000000000 +0200
+++ bombardier-0.8.3+nmu1/debian/changelog 2010-01-24 00:04:51.000000000 +0100
@@ -1,3 +1,12 @@
+bombardier (0.8.3+nmu1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Call mkdir with -p in postinst, so we won't fail when /var/games
+ is not existent yet.
+ Closes: #566525
+
+ -- Evgeni Golov <[email protected]> Sun, 24 Jan 2010 00:02:57 +0100
+
bombardier (0.8.3) unstable; urgency=low
* Updated to standards-version 3.8.3.0.