r6595 - packages/trunk/rott/debian

Fabian Greffrath fabian-guest at alioth.debian.org
Wed Apr 16 19:08:24 UTC 2008


Author: fabian-guest
Date: 2008-04-16 19:08:24 +0000 (Wed, 16 Apr 2008)
New Revision: 6595

Modified:
   packages/trunk/rott/debian/README.Debian
   packages/trunk/rott/debian/changelog
   packages/trunk/rott/debian/control
   packages/trunk/rott/debian/copyright
   packages/trunk/rott/debian/rules
Log:
* debian/control:
+ Set Maintainer to Debian Games Team and add myself to Uploaders.
+ Added Vcs-Svn and Vcs-Browser fields.
+ Added 'DM-Upload-Allowed: yes'.
* debian/copyright:
+ Mention removed sourceless binary files.
* debian/rules:
+ Added get-orig-source rule.
* debian/README.Debian:
+ Documented how to use the registered version of ROTT.


Modified: packages/trunk/rott/debian/README.Debian
===================================================================
--- packages/trunk/rott/debian/README.Debian	2008-04-16 18:34:48 UTC (rev 6594)
+++ packages/trunk/rott/debian/README.Debian	2008-04-16 19:08:24 UTC (rev 6595)
@@ -11,4 +11,8 @@
 	mv rott-1.0/gpl.txt rott-1.0+dfsg/COPYING
 	tar cvzf rott_1.0+dfsg.orig.tar.gz rott-1.0+dfsg/
 
- -- Fabian Greffrath <fabian at debian-unofficial.org>  Fri, 11 Jan 2008 17:00:00 +0100
+The source code is setup to use shareware binaries. If you want to use
+the registered version of ROTT, apply 99-registered-version.dpatch and
+compile as normal.
+
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Wed, 16 Apr 2008 21:00:00 +0100

Modified: packages/trunk/rott/debian/changelog
===================================================================
--- packages/trunk/rott/debian/changelog	2008-04-16 18:34:48 UTC (rev 6594)
+++ packages/trunk/rott/debian/changelog	2008-04-16 19:08:24 UTC (rev 6595)
@@ -1,3 +1,18 @@
+rott (1.0+dfsg-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    + Set Maintainer to Debian Games Team and add myself to Uploaders.
+    + Added Vcs-Svn and Vcs-Browser fields.
+    + Added 'DM-Upload-Allowed: yes'.
+  * debian/copyright:
+    + Mention removed sourceless binary files.
+  * debian/rules:
+    + Added get-orig-source rule.
+  * debian/README.Debian:
+    + Documented how to use the registered version of ROTT.
+
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Wed, 16 Apr 2008 21:05:00 +0100
+ 
 rott (1.0+dfsg-2) unstable; urgency=low
 
   * debian/patches/01-custom-datapath.dpatch,

Modified: packages/trunk/rott/debian/control
===================================================================
--- packages/trunk/rott/debian/control	2008-04-16 18:34:48 UTC (rev 6594)
+++ packages/trunk/rott/debian/control	2008-04-16 19:08:24 UTC (rev 6595)
@@ -1,10 +1,14 @@
 Source: rott
 Section: contrib/games
 Priority: optional
-Maintainer: Fabian Greffrath <fabian at debian-unofficial.org>
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Fabian Greffrath <fabian at debian-unofficial.org>
 Build-Depends: cdbs, debhelper (>= 5), dpatch, libsdl1.2-dev, libsdl-mixer1.2-dev
 Standards-Version: 3.7.3
 Homepage: http://icculus.org/rott/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/rott/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/rott/?op=log
+DM-Upload-Allowed: yes
 
 Package: rott
 Architecture: any

Modified: packages/trunk/rott/debian/copyright
===================================================================
--- packages/trunk/rott/debian/copyright	2008-04-16 18:34:48 UTC (rev 6594)
+++ packages/trunk/rott/debian/copyright	2008-04-16 19:08:24 UTC (rev 6595)
@@ -3,6 +3,11 @@
 
 It was downloaded from <http://icculus.org/rott/>.
 
+The following sourceless binary files have been removed from the tarball:
+
+	rott/audio_wf.lib
+	rott/spball.lib
+
 Copyright Holders:
 
 	Apogee Software, Ltd. (all files, except rott/byteordr.c and rott/byteordr.h)

Modified: packages/trunk/rott/debian/rules
===================================================================
--- packages/trunk/rott/debian/rules	2008-04-16 18:34:48 UTC (rev 6594)
+++ packages/trunk/rott/debian/rules	2008-04-16 19:08:24 UTC (rev 6595)
@@ -3,3 +3,13 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/dpatch.mk
+
+get-orig-source:
+	wget http://icculus.org/rott/releases/rott-1.0.tar.gz
+	tar xvzf rott-1.0.tar.gz
+	rm rott-1.0/rott/audio_wf.lib rott-1.0/rott/spball.lib
+	mv rott-1.0/rott/ rott-1.0+dfsg
+	mv rott-1.0/README rott-1.0/readme.txt rott-1.0+dfsg/
+	mv rott-1.0/gpl.txt rott-1.0+dfsg/COPYING
+	tar cvzf ../rott_1.0+dfsg.orig.tar.gz rott-1.0+dfsg/
+	rm -rf rott-1.0.tar.gz rott-1.0/ rott-1.0+dfsg/




More information about the Pkg-games-commits mailing list