r769 - in packages: amphetamine/debian amphetamine-data/debian

Sam Hocevar sho at costa.debian.org
Sat May 27 20:05:48 UTC 2006


Author: sho
Date: 2006-05-27 20:05:47 +0000 (Sat, 27 May 2006)
New Revision: 769

Added:
   packages/amphetamine-data/debian/preinst
   packages/amphetamine/debian/postinst
Modified:
   packages/amphetamine-data/debian/changelog
   packages/amphetamine-data/debian/control
   packages/amphetamine/debian/changelog
   packages/amphetamine/debian/control
Log:
amphetamine (0.8.10-10) unstable; urgency=low

  * debian/control:
    + Remove the amphetamine/amphetamine-data dependency loop.

amphetamine-data (0.8.7-12) unstable; urgency=low

  * debian/control:
    + Remove the amphetamine/amphetamine-data dependency loop.
    + Uncapitalised "Jump" in the long description.


Modified: packages/amphetamine/debian/changelog
===================================================================
--- packages/amphetamine/debian/changelog	2006-05-27 19:56:20 UTC (rev 768)
+++ packages/amphetamine/debian/changelog	2006-05-27 20:05:47 UTC (rev 769)
@@ -1,3 +1,10 @@
+amphetamine (0.8.10-10) unstable; urgency=low
+
+  * debian/control:
+    + Remove the amphetamine/amphetamine-data dependency loop.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sat, 27 May 2006 09:30:09 +0200
+
 amphetamine (0.8.10-9) unstable; urgency=low
 
   * Maintainer upload.

Modified: packages/amphetamine/debian/control
===================================================================
--- packages/amphetamine/debian/control	2006-05-27 19:56:20 UTC (rev 768)
+++ packages/amphetamine/debian/control	2006-05-27 20:05:47 UTC (rev 769)
@@ -8,7 +8,7 @@
 
 Package: amphetamine
 Architecture: any
-Depends: amphetamine-data (>= 0.8.7-5), ${shlibs:Depends}, ${misc:Depends}
+Depends: amphetamine-data (>= 0.8.7-12), ${shlibs:Depends}, ${misc:Depends}
 Description: jump'n run game with unique visual effects
  Amphetamine is an exciting jump'n run game that offers some unique visual
  effects like colored lighting, fogging and coronas. You must fight eleven

Added: packages/amphetamine/debian/postinst
===================================================================
--- packages/amphetamine/debian/postinst	2006-05-27 19:56:20 UTC (rev 768)
+++ packages/amphetamine/debian/postinst	2006-05-27 20:05:47 UTC (rev 769)
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+set -e
+
+DOCDIR="/usr/share/doc/amphetamine"
+
+if [ -d "$DOCDIR" -a ! -L "$DOCDIR" ]; then
+  rmdir --ignore-fail-on-non-empty "$DOCDIR"
+  if [ ! -d "$DOCDIR" ]; then
+    ln -s amphetamine-data "$DOCDIR"
+  fi
+fi
+
+#DEBHELPER#
+

Modified: packages/amphetamine-data/debian/changelog
===================================================================
--- packages/amphetamine-data/debian/changelog	2006-05-27 19:56:20 UTC (rev 768)
+++ packages/amphetamine-data/debian/changelog	2006-05-27 20:05:47 UTC (rev 769)
@@ -1,3 +1,11 @@
+amphetamine-data (0.8.7-12) unstable; urgency=low
+
+  * debian/control:
+    + Remove the amphetamine/amphetamine-data dependency loop.
+    + Uncapitalised "Jump" in the long description.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sat, 27 May 2006 09:30:55 +0200
+
 amphetamine-data (0.8.7-11) unstable; urgency=low
 
   * Moved packaging to the Debian Games Team.

Modified: packages/amphetamine-data/debian/control
===================================================================
--- packages/amphetamine-data/debian/control	2006-05-27 19:56:20 UTC (rev 768)
+++ packages/amphetamine-data/debian/control	2006-05-27 20:05:47 UTC (rev 769)
@@ -8,10 +8,10 @@
 
 Package: amphetamine-data
 Architecture: all
-Depends: amphetamine (>= 0.8.9), ${misc:Depends}
+Depends: ${misc:Depends}
 Description: data files for the game "Amphetamine"
  This package contains data files used by the game "Amphetamine".
  .
- Amphetamine is an exciting Jump'n run game that offers some unique visual
+ Amphetamine is an exciting jump'n run game that offers some unique visual
  effects like colored lighting, fogging and coronas. You must fight eleven
  evil monsters with your magic weapons.

Added: packages/amphetamine-data/debian/preinst
===================================================================
--- packages/amphetamine-data/debian/preinst	2006-05-27 19:56:20 UTC (rev 768)
+++ packages/amphetamine-data/debian/preinst	2006-05-27 20:05:47 UTC (rev 769)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+DOCDIR="/usr/share/doc/amphetamine-data"
+
+if [ -L "$DOCDIR" ]; then
+  rm -f "$DOCDIR"
+fi
+
+#DEBHELPER#
+




More information about the Pkg-games-commits mailing list