r2175 - in packages/trunk: . wop wop/debian
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Wed Dec 20 01:20:48 CET 2006
Author: goneri-guest
Date: 2006-12-20 01:20:48 +0100 (Wed, 20 Dec 2006)
New Revision: 2175
Added:
packages/trunk/wop/
packages/trunk/wop/debian/
packages/trunk/wop/debian/changelog
packages/trunk/wop/debian/compat
packages/trunk/wop/debian/control
packages/trunk/wop/debian/copyright
packages/trunk/wop/debian/rules
Log:
initial import of wop files
Added: packages/trunk/wop/debian/changelog
===================================================================
--- packages/trunk/wop/debian/changelog 2006-12-20 00:01:20 UTC (rev 2174)
+++ packages/trunk/wop/debian/changelog 2006-12-20 00:20:48 UTC (rev 2175)
@@ -0,0 +1,6 @@
+wop (0.4.3) 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/debian/compat
===================================================================
--- packages/trunk/wop/debian/compat 2006-12-20 00:01:20 UTC (rev 2174)
+++ packages/trunk/wop/debian/compat 2006-12-20 00:20:48 UTC (rev 2175)
@@ -0,0 +1 @@
+5
Added: packages/trunk/wop/debian/control
===================================================================
--- packages/trunk/wop/debian/control 2006-12-20 00:01:20 UTC (rev 2174)
+++ packages/trunk/wop/debian/control 2006-12-20 00:20:48 UTC (rev 2175)
@@ -0,0 +1,18 @@
+Source: wop
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.0), libsdl1.2-dev,
+Standards-Version: 3.7.2
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
+
+Package: wop
+Architecture: any
+Depends: ${shlibs:Depends}, wop (>= 2005.12.21)
+Description: Worms like multiplayer, realtime game
+ This is a multi-player, real-time clone of Worms.
+ .
+ You control a little worm and try to score as many frags as possible by
+ shooting other worms or scoring goals.
+ .
+ Homepage: http://www.wormsofprey.org
Added: packages/trunk/wop/debian/copyright
===================================================================
--- packages/trunk/wop/debian/copyright 2006-12-20 00:01:20 UTC (rev 2174)
+++ packages/trunk/wop/debian/copyright 2006-12-20 00:20:48 UTC (rev 2175)
@@ -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/debian/rules
===================================================================
--- packages/trunk/wop/debian/rules 2006-12-20 00:01:20 UTC (rev 2174)
+++ packages/trunk/wop/debian/rules 2006-12-20 00:20:48 UTC (rev 2175)
@@ -0,0 +1,59 @@
+#!/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: build-stamp
+
+build-stamp:
+ dh_testdir
+ make
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ make clean
+ rm -f build-stamp
+ dh_clean
+
+install: build $(MANPAGES)
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ dh_install bin/wop usr/games
+
+
+binary-indep: build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ #dh_installdocs
+ dh_desktop
+ dh_installmenu
+ #dh_installman $(MANPAGES)
+ dh_link
+ dh_strip
+ 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/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-games-commits
mailing list