r15766 - packages/trunk/ketm/debian

Markus Koschany apo at moszumanska.debian.org
Mon Apr 25 13:49:07 UTC 2016


Author: apo
Date: 2016-04-25 13:49:06 +0000 (Mon, 25 Apr 2016)
New Revision: 15766

Modified:
   packages/trunk/ketm/debian/changelog
   packages/trunk/ketm/debian/ketm.postinst
Log:
Release 0.0.6-24


Modified: packages/trunk/ketm/debian/changelog
===================================================================
--- packages/trunk/ketm/debian/changelog	2016-04-24 09:43:59 UTC (rev 15765)
+++ packages/trunk/ketm/debian/changelog	2016-04-25 13:49:06 UTC (rev 15766)
@@ -1,3 +1,12 @@
+ketm (0.0.6-24) unstable; urgency=medium
+
+  * Team upload.
+  * ketm.postinst: Create /var/games directory in postinst script
+    in case it does not exist.
+    Thanks to Andreas Beckmann for the report. (Closes: #822552)
+
+ -- Markus Koschany <apo at debian.org>  Mon, 25 Apr 2016 15:35:25 +0200
+
 ketm (0.0.6-23) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/ketm/debian/ketm.postinst
===================================================================
--- packages/trunk/ketm/debian/ketm.postinst	2016-04-24 09:43:59 UTC (rev 15765)
+++ packages/trunk/ketm/debian/ketm.postinst	2016-04-25 13:49:06 UTC (rev 15766)
@@ -14,6 +14,7 @@
 
 # create high score file if not already there
 if [ ! -e $scores ] ; then
+  mkdir -p /var/games
   touch $scores
   chown games:games $scores
   chmod 664 $scores




More information about the Pkg-games-commits mailing list