r2181 - in packages/trunk: . wop-data wop-data/debian

Gonéri Le Bouder goneri-guest at alioth.debian.org
Wed Dec 20 02:31:40 CET 2006


Author: goneri-guest
Date: 2006-12-20 02:31:39 +0100 (Wed, 20 Dec 2006)
New Revision: 2181

Added:
   packages/trunk/wop-data/
   packages/trunk/wop-data/debian/
   packages/trunk/wop-data/debian/changelog
   packages/trunk/wop-data/debian/compat
   packages/trunk/wop-data/debian/control
   packages/trunk/wop-data/debian/copyright
   packages/trunk/wop-data/debian/rules
Log:
import of debian files for wop-data


Added: packages/trunk/wop-data/debian/changelog
===================================================================
--- packages/trunk/wop-data/debian/changelog	2006-12-20 01:28:43 UTC (rev 2180)
+++ packages/trunk/wop-data/debian/changelog	2006-12-20 01:31:39 UTC (rev 2181)
@@ -0,0 +1,6 @@
+wop-data (2005.12.21) UNRELEASED; urgency=low
+
+  [ Gonéri Le Bouder ]
+  * Initial release (Closes: #353545)
+
+ -- Gonéri Le Bouder <goneri at rulezlan.org>  Wed, 20 Dec 2006 01:07:56 +0100

Added: packages/trunk/wop-data/debian/compat
===================================================================
--- packages/trunk/wop-data/debian/compat	2006-12-20 01:28:43 UTC (rev 2180)
+++ packages/trunk/wop-data/debian/compat	2006-12-20 01:31:39 UTC (rev 2181)
@@ -0,0 +1 @@
+5

Added: packages/trunk/wop-data/debian/control
===================================================================
--- packages/trunk/wop-data/debian/control	2006-12-20 01:28:43 UTC (rev 2180)
+++ packages/trunk/wop-data/debian/control	2006-12-20 01:31:39 UTC (rev 2181)
@@ -0,0 +1,16 @@
+Source: wop-data
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Standards-Version: 3.7.2
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
+
+Package: wop-data
+Architecture: any
+Depends:
+Description: data for Wop a Worms like multiplayer, realtime game
+ This package provide data files for Wörms of prey. A real-time clone of
+ Worms.
+ .
+  Homepage: http://www.wormsofprey.org 

Added: packages/trunk/wop-data/debian/copyright
===================================================================
--- packages/trunk/wop-data/debian/copyright	2006-12-20 01:28:43 UTC (rev 2180)
+++ packages/trunk/wop-data/debian/copyright	2006-12-20 01:31:39 UTC (rev 2181)
@@ -0,0 +1,26 @@
+This package was debianized by Gonéri Le Bouder for the 
+Debian Games Team on
+Wed, 20 Dec 2006 01:16:59 +0100
+
+The current maintainer is the Debian Games Team
+<pkg-games-devel at lists.alioth.debian.org>
+
+It was downloaded from http://www.wormsofprey.org/ 
+
+Upstream Authors:
+* Uwe Fabricius      aka Gismo <gismo @ wormsofprey.org>
+* Christoph Freundl  aka Scusi <scusi @ wormsofprey.org>
+* Thomas Pohl        aka Tom   <tom   @ wormsofprey.org>
+
+
+Copyright (C) 2004-2006 Uwe Fabricius, Thomas Pohl and Christoph Freundl
+
+License:
+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Library General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ On Debian systems, the complete text of the GNU Library General Public
+ License can be found in the file `/usr/share/common-licenses/LGPL'.

Added: packages/trunk/wop-data/debian/rules
===================================================================
--- packages/trunk/wop-data/debian/rules	2006-12-20 01:28:43 UTC (rev 2180)
+++ packages/trunk/wop-data/debian/rules	2006-12-20 01:31:39 UTC (rev 2181)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+
+build:
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	dh_install images  miscconf  sound usr/share/games/wop
+
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/trunk/wop-data/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list