r5507 - packages/trunk/sauerbraten/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Sun Jan 27 12:50:13 UTC 2008


Author: fuddl-guest
Date: 2008-01-27 12:50:13 +0000 (Sun, 27 Jan 2008)
New Revision: 5507

Removed:
   packages/trunk/sauerbraten/debian/patches/
Modified:
   packages/trunk/sauerbraten/debian/README.Debian
   packages/trunk/sauerbraten/debian/changelog
   packages/trunk/sauerbraten/debian/control
   packages/trunk/sauerbraten/debian/rules
   packages/trunk/sauerbraten/debian/sauerbraten.menu
Log:
prepare for latest sauerbraten release. still lacks a propar patch to get that thing working, which upstream calls a 'build system'...

Modified: packages/trunk/sauerbraten/debian/README.Debian
===================================================================
--- packages/trunk/sauerbraten/debian/README.Debian	2008-01-27 11:56:19 UTC (rev 5506)
+++ packages/trunk/sauerbraten/debian/README.Debian	2008-01-27 12:50:13 UTC (rev 5507)
@@ -5,11 +5,11 @@
 sources can be found in the directory 'src' in the upstream distribution of 
 Sauerbraten.
 
-The directories 'include', 'xcode', 'mingw', 'vcpp', 'devcpp', 
+The directories 'include', 'xcode', 'mingw', 'vcpp', 'lib', 
 'sauerbraten_unix' and 'bin_unix' were removed from the Debian package, because 
-all header files in this direcotry are already shipped within other Debian 
-packages and other files are useless on GNU/Linux. Also some proprietary header 
-files with critical licenses were found in there.
+header files in these directories are already shipped within other Debian 
+packages and a lot of other files in there are useless on GNU/Linux. Also some 
+proprietary header files with critical licenses were found in there and removed.
 
 
 Bug reporting

Modified: packages/trunk/sauerbraten/debian/changelog
===================================================================
--- packages/trunk/sauerbraten/debian/changelog	2008-01-27 11:56:19 UTC (rev 5506)
+++ packages/trunk/sauerbraten/debian/changelog	2008-01-27 12:50:13 UTC (rev 5507)
@@ -1,10 +1,17 @@
-sauerbraten (0.0.20070819.dfsg-2) UNRELEASED; urgency=low
+sauerbraten (0.0.20071222.dfsg-1) UNRELEASED; urgency=low
 
   [ Bruno "Fuddl" Kleinert ]
+  * New upstream release
+  * Update to Standards version 3.7.3.0. No changes necessary
   * Build debug package sauerbraten-dbg
   * Placed a description in README.Debian how to generate a backtrace if
     sauerbraten crashes.
   * Add NEWS.Debian
+  * Depend on a particular version of sauerbraten-data to avoid incompatible
+    installations of the engine and game-data package (Closes: #440246)
+  * Updated README.Debian
+    * Document removal of some precompiled/header files in the engine's
+      sources
 
   [ Marco Rodrigues ]
   * Add Homepage field in the control file.
@@ -12,7 +19,7 @@
   [ Reinhard Tartler ]
   * disable powerpc builds in debian/rules (Closes: #432666)
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Mon, 08 Oct 2007 15:56:22 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sun, 27 Jan 2008 11:54:01 +0100
 
 sauerbraten (0.0.20070819.dfsg-1) unstable; urgency=low
 

Modified: packages/trunk/sauerbraten/debian/control
===================================================================
--- packages/trunk/sauerbraten/debian/control	2008-01-27 11:56:19 UTC (rev 5506)
+++ packages/trunk/sauerbraten/debian/control	2008-01-27 12:50:13 UTC (rev 5507)
@@ -3,15 +3,15 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bruno "Fuddl" Kleinert <fuddl at gmx.de>
-Build-Depends: debhelper (>= 5), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, sharutils, imagemagick, dpatch
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev, sharutils, imagemagick
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/sauerbraten/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/sauerbraten/?op=log
 Homepage: http://sauerbraten.org/
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/sauerbraten/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/sauerbraten/?op=log
 
 Package: sauerbraten
 Architecture: any
-Depends: ${shlibs:Depends}, sauerbraten-data
+Depends: ${shlibs:Depends}, sauerbraten-data (= 0.0.2007122)
 Description: 3D first-person game engine
  Sauerbraten is a networked fast-paced 3D first person first-person shooter 
  game. It supports rather modern graphic effects and a some nice graphic 

Modified: packages/trunk/sauerbraten/debian/rules
===================================================================
--- packages/trunk/sauerbraten/debian/rules	2008-01-27 11:56:19 UTC (rev 5506)
+++ packages/trunk/sauerbraten/debian/rules	2008-01-27 12:50:13 UTC (rev 5507)
@@ -2,38 +2,28 @@
 #export DH_VERBOSE=1
 
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-ifeq ($(DEB_BUILD_GNU_TYPE, powerpc-linux-gnu)
-$(error powerpc builds disabled. See http://bugs.debian.org/432666 for details)
+ifeq ($(DEB_BUILD_GNU_TYPE), powerpc-linux-gnu)
+	$(error powerpc builds disabled. See http://bugs.debian.org/432666 for details)
 endif
 
-#include /usr/share/dpatch/dpatch.make
-
 build: build-stamp
-build-stamp: patch
+build-stamp:
 	dh_testdir
 	uudecode -o sauerbraten.png debian/sauerbraten.png.uu
 	convert sauerbraten.png sauerbraten.xpm
 	$(MAKE)
 	touch $@
 
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
-	dpatch cat-all > patch-stamp
-
-clean: patch-stamp clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	$(MAKE) clean
 	rm -f sauerbraten.png sauerbraten.xpm
+	#rm -rf	enet/config.log \
+	#	enet/config.status
 	dh_clean 
 
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 install: build
 	dh_testdir
 	dh_testroot

Modified: packages/trunk/sauerbraten/debian/sauerbraten.menu
===================================================================
--- packages/trunk/sauerbraten/debian/sauerbraten.menu	2008-01-27 11:56:19 UTC (rev 5506)
+++ packages/trunk/sauerbraten/debian/sauerbraten.menu	2008-01-27 12:50:13 UTC (rev 5507)
@@ -1,5 +1,5 @@
 ?package(sauerbraten):needs="X11" \
-  section="Games/Action"\
+  section="Games/Action" \
   icon="/usr/share/pixmaps/sauerbraten.xpm" \
   title="Sauerbraten" \
   longtitle="A networked 3D first person first-person shooter game" \




More information about the Pkg-games-commits mailing list