r2950 - packages/trunk/warsow-data/debian

Andres Mejia ceros-guest at alioth.debian.org
Sat Jun 16 17:04:33 UTC 2007


Author: ceros-guest
Date: 2007-06-16 17:04:33 +0000 (Sat, 16 Jun 2007)
New Revision: 2950

Modified:
   packages/trunk/warsow-data/debian/README.Debian
   packages/trunk/warsow-data/debian/changelog
   packages/trunk/warsow-data/debian/control
   packages/trunk/warsow-data/debian/copyright
   packages/trunk/warsow-data/debian/docs
   packages/trunk/warsow-data/debian/rules
Log:
Fixing up debianization.

Modified: packages/trunk/warsow-data/debian/README.Debian
===================================================================
--- packages/trunk/warsow-data/debian/README.Debian	2007-06-16 12:00:05 UTC (rev 2949)
+++ packages/trunk/warsow-data/debian/README.Debian	2007-06-16 17:04:33 UTC (rev 2950)
@@ -5,7 +5,6 @@
 distribution. Precompiled binaries are stripped from the upstream tarball. The 
 directories basewsw and docs are kept unmodified in this package.
 
-
 You may notice, that some .pk3 zip archives contain precompiled binaries, like 
 game_i386.so and so on. Do not report bugs about this, the package maintainers 
 can't do anything here, because of restrictions by the upstream license. See 

Modified: packages/trunk/warsow-data/debian/changelog
===================================================================
--- packages/trunk/warsow-data/debian/changelog	2007-06-16 12:00:05 UTC (rev 2949)
+++ packages/trunk/warsow-data/debian/changelog	2007-06-16 17:04:33 UTC (rev 2950)
@@ -1,4 +1,4 @@
-warsow-data (0.21-1) UNRELEASED; urgency=low
+warsow-data (0.3-1) UNRELEASED; urgency=low
 
   * Initial release Closes: #375430
 

Modified: packages/trunk/warsow-data/debian/control
===================================================================
--- packages/trunk/warsow-data/debian/control	2007-06-16 12:00:05 UTC (rev 2949)
+++ packages/trunk/warsow-data/debian/control	2007-06-16 17:04:33 UTC (rev 2950)
@@ -2,8 +2,8 @@
 Section: non-free/games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Bruno "Fuddl" Kleinert <fuddl at gmx.de>
-Build-Depends: debhelper (>= 5.0.0)
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Bruno "Fuddl" Kleinert <fuddl at gmx.de>, Andres Mejia <mcitadel at gmail.com>
+Build-Depends: debhelper (>= 5)
 Standards-Version: 3.7.2
 
 Package: warsow-data
@@ -18,4 +18,4 @@
  .
  This package installs game data, like textures, maps, sounds, etc.
  .
-  Homepage: http://www.warsow.net/
+ Homepage: http://www.warsow.net/

Modified: packages/trunk/warsow-data/debian/copyright
===================================================================
--- packages/trunk/warsow-data/debian/copyright	2007-06-16 12:00:05 UTC (rev 2949)
+++ packages/trunk/warsow-data/debian/copyright	2007-06-16 17:04:33 UTC (rev 2950)
@@ -2,6 +2,7 @@
 Sat, 24 Jun 2006 22:50:33 +0200
 
 It was downloaded from http://www.warsow.net/
+The upstream source for t his package is the warsow linux binary tarball.
 
 The actual maintainer is the pkg-games team:
 http://wiki.debian.org/Games/Development
@@ -33,6 +34,5 @@
 redistribute the game data in unmodified form unless you have written
 permission from the copyright owner.
 
-
 You can find the GPL license text on a Debian system under
 /usr/share/common-licenses/GPL.

Modified: packages/trunk/warsow-data/debian/docs
===================================================================
--- packages/trunk/warsow-data/debian/docs	2007-06-16 12:00:05 UTC (rev 2949)
+++ packages/trunk/warsow-data/debian/docs	2007-06-16 17:04:33 UTC (rev 2950)
@@ -1,13 +1 @@
-docs/bots_navigation.txt
-docs/contact.txt
-docs/dedicated_server_quide.txt
-docs/demoavi.txt
-docs/features.txt
-docs/huds.txt
-docs/linux_sound_sdl.txt
-docs/mousefilter.txt
-docs/new_features.txt
-docs/old_changelog.txt
-docs/query_protocols.txt
-docs/Shader_Manual.rtf
-debian/README.Debian
+docs/*

Modified: packages/trunk/warsow-data/debian/rules
===================================================================
--- packages/trunk/warsow-data/debian/rules	2007-06-16 12:00:05 UTC (rev 2949)
+++ packages/trunk/warsow-data/debian/rules	2007-06-16 17:04:33 UTC (rev 2950)
@@ -10,31 +10,30 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
 	dh_clean 
 
 install: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	dh_installdirs
 	dh_install basewsw usr/share/games/warsow
 
-binary-arch: build install
+binary-arch:
+#Nothing to do for binary-arch
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs docs/changelog.txt
+	dh_installchangelogs
 	dh_installdocs
 	dh_install
-	dh_link
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
+binary: binary-indep
 .PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list