[powermanga] 03/41: powermanga (0.80-2) unstable; urgency=low

Markus Koschany apo-guest at moszumanska.debian.org
Thu Jun 25 18:55:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository powermanga.

commit f51f4df1a9c5074956cd0314576f374db07206bc
Author: Sam Hocevar <sho at debian.org>
Date:   Tue May 16 21:57:32 2006 +0000

    powermanga (0.80-2) unstable; urgency=low
    
      * debian/powermanga-data.preinst:
        + Fixed a typo in the powermanga/powermanga-data symlink transition.
---
 debian/changelog               | 7 +++++++
 debian/powermanga-data.preinst | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 234fece..cfdf102 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+powermanga (0.80-2) unstable; urgency=low
+
+  * debian/powermanga-data.preinst:
+    + Fixed a typo in the powermanga/powermanga-data symlink transition.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 16 May 2006 16:56:24 -0500
+
 powermanga (0.80-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/powermanga-data.preinst b/debian/powermanga-data.preinst
index 0eb51dc..71386d7 100644
--- a/debian/powermanga-data.preinst
+++ b/debian/powermanga-data.preinst
@@ -1,8 +1,10 @@
 #!/bin/sh
 
+DOCDIR=/usr/share/doc/powermanga-data
+
 # Transition for foo/foo-data dependency swap
-if [ -L /usr/share/doc/powemanga-data ]; then
-  rm -f /usr/share/doc/powemanga-data
+if [ -L $DOCDIR ]; then
+  rm -f $DOCDIR
 fi
 
 #DEBHELPER#

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/powermanga.git



More information about the Pkg-games-commits mailing list