[pkg-ggz-commits] r153 - ggz-community/trunk/debian

Josef Spillner josef-guest at alioth.debian.org
Fri Nov 10 02:51:13 CET 2006


Author: josef-guest
Date: 2006-11-10 02:51:12 +0100 (Fri, 10 Nov 2006)
New Revision: 153

Modified:
   ggz-community/trunk/debian/changelog
   ggz-community/trunk/debian/control
   ggz-community/trunk/debian/rules
Log:
- first package can now be built

[commit from josef at armada]



Modified: ggz-community/trunk/debian/changelog
===================================================================
--- ggz-community/trunk/debian/changelog	2006-11-09 20:20:29 UTC (rev 152)
+++ ggz-community/trunk/debian/changelog	2006-11-10 01:51:12 UTC (rev 153)
@@ -1,4 +1,4 @@
-ggz-community (0.0.14-1) unstable; urgency=low
+ggz-community (0.0.14pre-1) unstable; urgency=low
 
   * Initial release.
 

Modified: ggz-community/trunk/debian/control
===================================================================
--- ggz-community/trunk/debian/control	2006-11-09 20:20:29 UTC (rev 152)
+++ ggz-community/trunk/debian/control	2006-11-10 01:51:12 UTC (rev 153)
@@ -2,12 +2,12 @@
 Section: web
 Priority: optional
 Maintainer: Josef Spillner <josef at ggzgamingzone.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0)
+Build-Depends: cdbs, debhelper (>= 5)
 Standards-Version: 3.7.2
 
 Package: ggz-community
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libdbd-pg-perl, libconfig-inifiles-perl
+Depends: libdbd-pg-perl, libconfig-inifiles-perl
 Description: GGZ Gaming Zone: web portal for online players
  GGZ Community offers a web-based portal where players can log in,
  found teams, organise tournaments and view statistics.

Modified: ggz-community/trunk/debian/rules
===================================================================
--- ggz-community/trunk/debian/rules	2006-11-09 20:20:29 UTC (rev 152)
+++ ggz-community/trunk/debian/rules	2006-11-10 01:51:12 UTC (rev 153)
@@ -1,13 +1,10 @@
 #!/usr/bin/make -f
   
-#DEB_TAR_SRCDIR                  := community-0.0.14
-#DEB_AUTO_CLEANUP_RCS            := yes
-
-# Add here any variable or target overrides you need
-  
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/class/autotools.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 := debcompile
+DEB_MAKE_INSTALL_TARGET := debinstall DESTDIR=$(CURDIR)/debian/ggz-community
+DEB_MAKE_CHECK_TARGET :=
+




More information about the pkg-ggz-commits mailing list