Author: jmtd-guest
Date: 2007-06-29 13:09:15 +0000 (Fri, 29 Jun 2007)
New Revision: 3127

Added:
   bsp/trunk/debian/
   bsp/trunk/debian/changelog
   bsp/trunk/debian/compat
   bsp/trunk/debian/control
   bsp/trunk/debian/copyright
   bsp/trunk/debian/dirs
   bsp/trunk/debian/docs
   bsp/trunk/debian/menu
   bsp/trunk/debian/rules
Modified:
   bsp/trunk/bsp.6
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: bsp/trunk/bsp.6
===================================================================
--- bsp/trunk/bsp.6     2007-06-29 13:09:08 UTC (rev 3126)
+++ bsp/trunk/bsp.6     2007-06-29 13:09:15 UTC (rev 3127)
@@ -116,10 +116,10 @@
 The Hexen level format is not supported.
 .SH AUTHORS
 BSP was written by Colin Reed and Lee Killough ([EMAIL PROTECTED]), based on
-an algorithm by Rapha�l Quinet.
+an algorithm by Rapha\[:e]l Quinet.
 
 Contributors include Simon "fraggle" Howard (compressed blockmap code), Oliver
-Kraus (endianness fixes), Andr� Majorel (Unix port, man page) and Udo Munk
+Kraus (endianness fixes), Andr\['e] Majorel (Unix port, man page) and Udo Munk
 (Unix port, man page, assorted hacks).
 
 BSP is currently maintained by Colin Phipps <[EMAIL PROTECTED]>.

Added: bsp/trunk/debian/changelog
===================================================================
--- bsp/trunk/debian/changelog                          (rev 0)
+++ bsp/trunk/debian/changelog  2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1,28 @@
+bsp (5.1-4) unstable; urgency=low
+
+  * remove dh_link from debian/rules
+  * attempt to symlink sub/guess rather than copy
+    them in
+
+ -- Jon Dowland <[EMAIL PROTECTED]>  Fri, 29 Jun 2007 14:31:48 +0100
+
+bsp (5.1-3) unstable; urgency=low
+
+  * remove lots of .ex files from ./debian
+  * menu: stick under "Games/Arcade"
+
+ -- Jon Dowland <[EMAIL PROTECTED]>  Sun,  9 Apr 2006 20:03:07 +0100
+
+bsp (5.1-2) unstable; urgency=low
+
+  * fix endian bug (ConvertLinedef misspelt as ConvertLineDef)
+  * manpage changes: use groff escapes instead of UTF-8
+
+ -- Jon Dowland <[EMAIL PROTECTED]>  Sun, 12 Mar 2006 20:59:29 +0000
+
+bsp (5.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jon Dowland <[EMAIL PROTECTED]>  Tue,  7 Mar 2006 11:41:46 +0000
+

Added: bsp/trunk/debian/compat
===================================================================
--- bsp/trunk/debian/compat                             (rev 0)
+++ bsp/trunk/debian/compat     2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1 @@
+4

Added: bsp/trunk/debian/control
===================================================================
--- bsp/trunk/debian/control                            (rev 0)
+++ bsp/trunk/debian/control    2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1,19 @@
+Source: bsp
+Section: utils
+Priority: optional
+Maintainer: Jon Dowland <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev
+Standards-Version: 3.6.1
+
+Package: bsp
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: nodes builder for doom-engine levels
+ BSP is a tool for calculating the Binary Space Partition
+ (BSP) for doom-engine levels. The result is stored in the
+ NODES lump for the level. Levels need a NODES lump in order
+ to be played. 
+ .
+ BSP also exploits some corner-cases of the doom rendering
+ engine to provide some special effects, such as transparent
+ doors.

Added: bsp/trunk/debian/copyright
===================================================================
--- bsp/trunk/debian/copyright                          (rev 0)
+++ bsp/trunk/debian/copyright  2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1,18 @@
+This package was debianized by Jon Dowland <[EMAIL PROTECTED]> on
+Tue,  7 Mar 2006 11:41:46 +0000.
+
+It was downloaded from <http://doombsp.sourceforge.net/>
+
+Copyright Holders:
+       (c) 1998 Colin Reed, Lee Killough
+       (c) 2001 Simon Howard
+       (c) 2000,2001,2002 Colin Phipps
+
+License:
+
+This program is free software; you can redistribute it
+and/or modify it under the terms of the GNU General Public
+License as published by the Free Software Foundation; either
+version 2 of the License, or (at your option) any later
+version. See the file /usr/share/common-licenses/GPL-2 for
+details.

Added: bsp/trunk/debian/dirs
===================================================================
--- bsp/trunk/debian/dirs                               (rev 0)
+++ bsp/trunk/debian/dirs       2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: bsp/trunk/debian/docs
===================================================================
--- bsp/trunk/debian/docs                               (rev 0)
+++ bsp/trunk/debian/docs       2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1,3 @@
+NEWS
+README
+visplane.txt

Added: bsp/trunk/debian/menu
===================================================================
--- bsp/trunk/debian/menu                               (rev 0)
+++ bsp/trunk/debian/menu       2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1,3 @@
+?package(bsp):needs="text" section="Games/Arcade"\
+  title="bsp" command="/usr/bin/bsp" \
+  hints="Doom"

Added: bsp/trunk/debian/rules
===================================================================
--- bsp/trunk/debian/rules                              (rev 0)
+++ bsp/trunk/debian/rules      2007-06-29 13:09:15 UTC (rev 3127)
@@ -0,0 +1,95 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
+else
+       CFLAGS += -O2
+endif
+
+config.status: configure
+       dh_testdir
+
+       ln -sf /usr/share/misc/config.sub .
+       ln -sf /usr/share/misc/config.guess .
+       rm -f config.cache
+
+       # Add here commands to configure the package.
+       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+
+build-stamp:  config.status
+       dh_testdir
+
+       # Add here commands to compile the package.
+       $(MAKE)
+       #docbook-to-man debian/bsp.sgml > bsp.1
+
+       touch build-stamp
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp 
+
+       # Add here commands to clean up after the build process.
+       -$(MAKE) distclean
+
+       # stuff we don't want in diff.gz
+       find -name config.sub   -print0 | xargs -0 -r rm -f \;
+       find -name config.guess -print0 | xargs -0 -r rm -f \;
+
+#ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+#      cp -f /usr/share/misc/config.sub config.sub
+#endif
+#ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+#      cp -f /usr/share/misc/config.guess config.guess
+#endif
+
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k 
+       dh_installdirs
+
+       # Add here commands to install the package into debian/bsp.
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/bsp
+       rm $(CURDIR)/debian/bsp/usr/share/doc/bsp/COPYING
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+       dh_testdir
+       dh_testroot
+       dh_installchangelogs ChangeLog
+       dh_installdocs
+       dh_installexamples
+       dh_installmenu
+       dh_installman
+       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: bsp/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to