--- spring-kernelpanic-4.1.orig/debian/changelog +++ spring-kernelpanic-4.1/debian/changelog @@ -0,0 +1,74 @@ +spring-kernelpanic (4.1-0ubuntu1) maverick; urgency=low + + * New upstream release + * debian/control: depend on spring instead of spring-engine + + -- Scott Ritchie Wed, 29 Sep 2010 09:54:27 -0700 + +spring-kernelpanic (3.6-0ubuntu3) karmic; urgency=low + + * debian/control: + - wrap and clean package descriptions a bit + - bump standards version + - build-depend on debhelper 7 + - replace dh_clean -k with dh_prep + * debian/rules: install changelog + + -- Scott Ritchie Tue, 29 Sep 2009 07:26:24 -0700 + +spring-kernelpanic (3.6-0ubuntu2) karmic; urgency=low + + * Update debian/rules to install copyright file on arch all + + -- Scott Ritchie Tue, 29 Sep 2009 04:45:48 -0700 + +spring-kernelpanic (3.6-0ubuntu1) karmic; urgency=low + + * Merge maps and mod into common source package + - Upstream releases have their windows installer removed and repacked + * New upstream release + + -- Scott Ritchie Fri, 28 Aug 2009 19:15:44 -0700 + +spring-mods-kernelpanic (3.5ubuntu2) karmic; urgency=low + + * debian/copyright: Kernel Panic is Public Domain now + + -- Scott Ritchie Fri, 28 Aug 2009 19:15:44 -0700 + +spring-mods-kernelpanic (3.5ubuntu1) karmic; urgency=low + + * Initial release + * Set dh_compat to 7 properly, create .install and .dirs files + * debian/control: + - clean up improper fields in binary part + - remove recommends of springlobby - this is for spring-engine package + - update package description based on wiki + + -- Scott Ritchie Sun, 26 Jul 2009 03:44:52 -0700 + +spring-mods-kernelpanic (3.5ubuntu1~ppa1) jaunty; urgency=low + + * New upstream release + + -- Scott Ritchie Fri, 10 Jul 2009 12:08:36 -0700 + +spring-mods-kernelpanic (3.2ubuntu7~ppa1) jaunty; urgency=low + + * debian/control: depend on spring-engine instead of spring + + -- Scott Ritchie Fri, 20 Mar 2009 14:43:50 -0700 + +spring-mods-kernelpanic (3.2ubuntu6~ppa1) jaunty; urgency=low + + * debian/copyright: this is a mod, not a map + * debian/control: clean up the package description a bit + + -- Scott Ritchie Fri, 20 Mar 2009 00:31:56 -0700 + +spring-mods-kernelpanic (3.2ubuntu5) intrepid; urgency=low + + [ Elliot Thomas ] + * Initial Package. Contains kernel panic version 3.2 + + -- Elliot Thomas Wed, 11 Mar 2009 22:46:17 +0000 --- spring-kernelpanic-4.1.orig/debian/spring-maps-kernelpanic.dirs +++ spring-kernelpanic-4.1/debian/spring-maps-kernelpanic.dirs @@ -0,0 +1 @@ +/usr/share/games/spring/maps --- spring-kernelpanic-4.1.orig/debian/control +++ spring-kernelpanic-4.1/debian/control @@ -0,0 +1,37 @@ +Source: spring-kernelpanic +Section: games +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Elliot Thomas +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7) +Homepage: http://springrts.com/wiki/Kernel_Panic + +Package: spring-mods-kernelpanic +Architecture: all +Depends: spring +Recommends: spring-maps-kernelpanic +Section: games +Priority: optional +Description: The Kernel Panic game for the Spring engine, a fast-paced RTS with no economy + Kernel Panic is a game about computers. Systems, Hackers, and Networks wage war + in a matrix of DOOM! The only constraints are time and space; unlike other real + time strategy games, no resource economy exists in Kernel Panic. + . + All units are free in this game, every factory built will be spamming units at + all times. You can build more factories, but only on pre-defined areas + (geothermal vents). All that remains is pure strategy and tactics. + . + Kernel Panic makes for a frantically fast-paced, action-oriented game, with a + very unique graphical style. + +Package: spring-maps-kernelpanic +Architecture: all +Depends: spring +Recommends: spring-mods-kernelpanic +Section: games +Priority: optional +Description: Additional maps for Spring for the Kernel Panic mod + This package contains additional maps for the Spring engine designed for + the Kernel Panic mod. + --- spring-kernelpanic-4.1.orig/debian/spring-mods-kernelpanic.install +++ spring-kernelpanic-4.1/debian/spring-mods-kernelpanic.install @@ -0,0 +1 @@ +/usr/share/games/spring/mods --- spring-kernelpanic-4.1.orig/debian/spring-mods-kernelpanic.docs +++ spring-kernelpanic-4.1/debian/spring-mods-kernelpanic.docs @@ -0,0 +1 @@ +Kernel_Panic_readme.txt --- spring-kernelpanic-4.1.orig/debian/spring-mods-kernelpanic.dirs +++ spring-kernelpanic-4.1/debian/spring-mods-kernelpanic.dirs @@ -0,0 +1 @@ +/usr/share/games/spring/mods --- spring-kernelpanic-4.1.orig/debian/rules +++ spring-kernelpanic-4.1/debian/rules @@ -0,0 +1,64 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + mkdir -p $(CURDIR)/debian/tmp/usr/share/games/spring/mods + cp $(CURDIR)/mods/* $(CURDIR)/debian/tmp/usr/share/games/spring/mods + + mkdir -p $(CURDIR)/debian/tmp/usr/share/games/spring/maps + cp $(CURDIR)/maps/* $(CURDIR)/debian/tmp/usr/share/games/spring/maps + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_install --sourcedir=debian/tmp + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- spring-kernelpanic-4.1.orig/debian/copyright +++ spring-kernelpanic-4.1/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by Elliot Thomas on +Wed, 11 Mar 2009 22:46:17 +0000 + +The debian packaging is licensed under the GNU General Public License version 2. + +This package is free software; you can redistribute 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. + +On Debian systems, the complete text of the GNU General Public License can +be found in /usr/share/common-licenses/GPL-2 file. + + +Kernel Panic itself is released into the Public Domain. See +http://springrts.com/wiki/Kernel_Panic#License: + +Kernel Panic is distributed as a .sd7 file, which is simply a .7z archive +intended for Spring. --- spring-kernelpanic-4.1.orig/debian/compat +++ spring-kernelpanic-4.1/debian/compat @@ -0,0 +1 @@ +7 --- spring-kernelpanic-4.1.orig/debian/spring-maps-kernelpanic.install +++ spring-kernelpanic-4.1/debian/spring-maps-kernelpanic.install @@ -0,0 +1 @@ +/usr/share/games/spring/maps