[pkg-ggz-commits] r151 - ggz-java/trunk/debian

Josef Spillner josef-guest at alioth.debian.org
Thu Nov 9 21:05:56 CET 2006


Author: josef-guest
Date: 2006-11-09 21:05:56 +0100 (Thu, 09 Nov 2006)
New Revision: 151

Added:
   ggz-java/trunk/debian/menu
Removed:
   ggz-java/trunk/debian/integration/
   ggz-java/trunk/debian/menu.ex
Modified:
   ggz-java/trunk/debian/control
   ggz-java/trunk/debian/rules
Log:
- menu file, (build)depends, and makefile rules
- move system integration files upstream

[commit from josef at armada]



Modified: ggz-java/trunk/debian/control
===================================================================
--- ggz-java/trunk/debian/control	2006-11-08 01:30:22 UTC (rev 150)
+++ ggz-java/trunk/debian/control	2006-11-09 20:05:56 UTC (rev 151)
@@ -2,12 +2,12 @@
 Section: games
 Priority: optional
 Maintainer: Josef Spillner <josef at ggzgamingzone.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0)
+Build-Depends: cdbs, debhelper (>= 4.1.0), ant, make
 Standards-Version: 3.7.2
 
 Package: ggz-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat
 Description: GGZ Gaming Zone: core client for Java
  GGZ core clients enable players to access the GGZ server to chat, meet
  other people in the game lobbies, play with them, watch their scores,

Copied: ggz-java/trunk/debian/menu (from rev 150, ggz-java/trunk/debian/menu.ex)
===================================================================
--- ggz-java/trunk/debian/menu.ex	2006-11-08 01:30:22 UTC (rev 150)
+++ ggz-java/trunk/debian/menu	2006-11-09 20:05:56 UTC (rev 151)
@@ -0,0 +1,2 @@
+?package(ggz-java):needs="wm" section="Games/Card"\
+  title="GGZ-Java" command="/usr/bin/ggz-java"

Deleted: ggz-java/trunk/debian/menu.ex
===================================================================
--- ggz-java/trunk/debian/menu.ex	2006-11-08 01:30:22 UTC (rev 150)
+++ ggz-java/trunk/debian/menu.ex	2006-11-09 20:05:56 UTC (rev 151)
@@ -1,2 +0,0 @@
-?package(ggz-java):needs="X11|text|vc|wm" section="Apps/see-menu-manual"\
-  title="ggz-java" command="/usr/bin/ggz-java"

Modified: ggz-java/trunk/debian/rules
===================================================================
--- ggz-java/trunk/debian/rules	2006-11-08 01:30:22 UTC (rev 150)
+++ ggz-java/trunk/debian/rules	2006-11-09 20:05:56 UTC (rev 151)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
   
 include /usr/share/cdbs/1/class/makefile.mk
-#include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/tarball.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+DEB_MAKE_CLEAN_TARGET := clean
+DEB_MAKE_BUILD_TARGET := all
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp prefix=/usr
+DEB_MAKE_CHECK_TARGET :=
+




More information about the pkg-ggz-commits mailing list