[Pkg-allegro-commits] r19 - in unstable/kq/debian: . patches

Sam Hocevar sho at costa.debian.org
Sun May 28 02:53:45 UTC 2006


Author: sho
Date: 2006-05-28 02:53:44 +0000 (Sun, 28 May 2006)
New Revision: 19

Modified:
   unstable/kq/debian/changelog
   unstable/kq/debian/control
   unstable/kq/debian/patches/020_usr_share_games.diff
Log:
kq (0.99.cvs20060528-2) unstable; urgency=low

  * debian/control:
    + kq needs to depend on a newer version of kq-data because information
      was added to the maps (markers).

  * debian/patches/020_usr_share_games.diff:
    + Removed legacy useless addition of <config.h> to include/kq.h from
      this patch.


Modified: unstable/kq/debian/changelog
===================================================================
--- unstable/kq/debian/changelog	2006-05-27 22:41:19 UTC (rev 18)
+++ unstable/kq/debian/changelog	2006-05-28 02:53:44 UTC (rev 19)
@@ -1,3 +1,15 @@
+kq (0.99.cvs20060528-2) unstable; urgency=low
+
+  * debian/control:
+    + kq needs to depend on a newer version of kq-data because information
+      was added to the maps (markers).
+
+  * debian/patches/020_usr_share_games.diff:
+    + Removed legacy useless addition of <config.h> to include/kq.h from
+      this patch.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun, 28 May 2006 04:13:33 +0200
+
 kq (0.99.cvs20060528-1) unstable; urgency=low
 
   * New CVS snapshot.

Modified: unstable/kq/debian/control
===================================================================
--- unstable/kq/debian/control	2006-05-27 22:41:19 UTC (rev 18)
+++ unstable/kq/debian/control	2006-05-28 02:53:44 UTC (rev 19)
@@ -8,7 +8,7 @@
 
 Package: kq
 Architecture: any
-Depends: kq-data, ${shlibs:Depends}
+Depends: kq-data (>= 0.99.cvs20060528-1), ${shlibs:Depends}
 Description: adventure game in the spirit of Final Fantasy
  KQ is an adventure game in the spirit of old console games such as Secret of
  Mana, Final Fantasy or Zelda.

Modified: unstable/kq/debian/patches/020_usr_share_games.diff
===================================================================
--- unstable/kq/debian/patches/020_usr_share_games.diff	2006-05-27 22:41:19 UTC (rev 18)
+++ unstable/kq/debian/patches/020_usr_share_games.diff	2006-05-28 02:53:44 UTC (rev 19)
@@ -1,15 +1,3 @@
-Index: kq-0.99.cvs20060528/include/kq.h
-===================================================================
---- kq-0.99.cvs20060528.orig/include/kq.h	2006-05-28 00:12:30.000000000 +0200
-+++ kq-0.99.cvs20060528/include/kq.h	2006-05-28 00:17:31.000000000 +0200
-@@ -40,6 +40,7 @@
- #endif
- 
- #include <allegro.h>
-+#include "config.h"
- #include "entity.h"
- 
- #define MAX_TILES        1024
 Index: kq-0.99.cvs20060528/scripts/cult.lua
 ===================================================================
 --- kq-0.99.cvs20060528.orig/scripts/cult.lua	2006-05-28 00:12:34.000000000 +0200




More information about the Pkg-allegro-commits mailing list