[pkg-fgfs-crew] r204 - in /fgfs-base/trunk/debian: changelog postinst

ovek at users.alioth.debian.org ovek at users.alioth.debian.org
Mon Jul 16 02:56:01 UTC 2012


Author: ovek
Date: Mon Jul 16 02:56:00 2012
New Revision: 204

URL: http://svn.debian.org/wsvn/pkg-fgfs/?sc=1&rev=204
Log:
Tried to fix postinst.

Modified:
    fgfs-base/trunk/debian/changelog
    fgfs-base/trunk/debian/postinst

Modified: fgfs-base/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-fgfs/fgfs-base/trunk/debian/changelog?rev=204&op=diff
==============================================================================
--- fgfs-base/trunk/debian/changelog (original)
+++ fgfs-base/trunk/debian/changelog Mon Jul 16 02:56:00 2012
@@ -1,7 +1,9 @@
-fgfs-base (2.6.0-1) UNRELEASED; urgency=low
+fgfs-base (2.6.0-1) unstable; urgency=low
 
   * New upstream release.
   * Updated debian/watch, the mirror is now ibiblio.org.
+  * Changed postinst to (hopefully) not fail migration if the
+    source directory is empty. Closes: #671268.
 
  -- Ove Kaaven <ovek at arcticnet.no>  Mon, 16 Jul 2012 04:40:55 +0200
 

Modified: fgfs-base/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-fgfs/fgfs-base/trunk/debian/postinst?rev=204&op=diff
==============================================================================
--- fgfs-base/trunk/debian/postinst (original)
+++ fgfs-base/trunk/debian/postinst Mon Jul 16 02:56:00 2012
@@ -2,7 +2,7 @@
 if [ -d /usr/share/games/FlightGear ]; then
   # the user seem to have manually added scenery to the old location
   echo Moving /usr/share/games/FlightGear to /usr/share/games/flightgear...
-  cp -a /usr/share/games/FlightGear/* /usr/share/games/flightgear
+  cp -a /usr/share/games/FlightGear/. /usr/share/games/flightgear
   rm -rf /usr/share/games/FlightGear
 fi
 




More information about the pkg-fgfs-crew mailing list