[game-data-packager] 02/07: remove old rott support

Simon McVittie smcv at debian.org
Mon Jan 12 08:22:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit f57d5ba55f83b2dcd8f66df2d9bdfddb9f738348
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Jan 11 23:16:23 2015 +0100

    remove old rott support
---
 Makefile                |  2 --
 rott-data/README.Debian |  7 -------
 rott-data/control.in    | 15 ---------------
 rott-data/copyright     | 20 --------------------
 rott.mk                 | 34 ----------------------------------
 5 files changed, 78 deletions(-)

diff --git a/Makefile b/Makefile
index 8e2bdce..f423783 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,6 @@ default: $(DIRS)
 	make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-music
 	make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-xatrix
 	make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-rogue
-	make -f rott.mk VERSION=$(VERSION)
 	make -f wolf3d.mk VERSION=$(VERSION)
 	make -f lgeneral.mk LONG="LGeneral" VERSION=$(VERSION)
 
@@ -90,7 +89,6 @@ clean:
 	make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-music clean
 	make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-xatrix clean
 	make -f quake2.mk VERSION=$(VERSION) PACKAGE=quake2-rogue clean
-	make -f rott.mk VERSION=$(VERSION) clean
 	make -f wolf3d.mk VERSION=$(VERSION) clean
 	make -f lgeneral.mk LONG="LGeneral" VERSION=$(VERSION) clean
 	for d in $(DIRS); do [ ! -d "$$d" ]  || rmdir "$$d"; done
diff --git a/rott-data/README.Debian b/rott-data/README.Debian
deleted file mode 100644
index 72eb6a2..0000000
--- a/rott-data/README.Debian
+++ /dev/null
@@ -1,7 +0,0 @@
-README.Debian for rott-data
----------------------------
-
-This package was generated by the game-data-packager program, to facilitate
-installation of the Rise of the Triad (rott) data files into a Debian system.
-
- -- Jon Dowland <jmtd at debian.org>, Wed, 16 Dec 2009 16:37:22 +0000
diff --git a/rott-data/control.in b/rott-data/control.in
deleted file mode 100644
index 07a4860..0000000
--- a/rott-data/control.in
+++ /dev/null
@@ -1,15 +0,0 @@
-Package: rott-data
-Section: non-free/games
-Priority: optional
-Architecture: all
-Multi-Arch: foreign
-Recommends: rott
-Installed-Size: 56
-Version: VERSION
-Conflicts: rott (<< 1.1.1-4)
-Replaces: rott (<< 1.1.1-4)
-Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Description: Game data for Rise of the Triad
- Rise of the Triad requires game data to play. This package contains
- the game data from the shareware episode of Rise of the Triad and
- was generated using the "game-data-packager" program.
diff --git a/rott-data/copyright b/rott-data/copyright
deleted file mode 100644
index 4784843..0000000
--- a/rott-data/copyright
+++ /dev/null
@@ -1,20 +0,0 @@
-The rott-data package was generated using game-data-packager.
-Copyright © 2008-2013 Jonathan Dowland <jmtd at debian.org>
-
-The files within "/usr/share/games/rott" are subject to the copyright
-described in /usr/share/doc/rott-data/VENDOR.DOC.
-
-The remainder of this package is covered by the following
-Licence:
-
-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; version 2 of the License.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-On Debian GNU/Linux systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL-2.
diff --git a/rott.mk b/rott.mk
deleted file mode 100644
index ae162a4..0000000
--- a/rott.mk
+++ /dev/null
@@ -1,34 +0,0 @@
-BASICFILES = usr/share/doc/rott-data/README.Debian \
-usr/share/doc/rott-data/copyright
-DESTFILES = $(addprefix build/rott-data/, $(BASICFILES))
-
-# VERSION is defined by the parent make
-out/rott-data_$(VERSION)_all.deb: build/rott-data/DEBIAN/control $(DESTFILES)
-		fakeroot dpkg-deb -b build/rott-data $@
-
-DIRS = build/rott-data \
-build/rott-data/DEBIAN \
-build/rott-data/usr \
-build/rott-data/usr/share \
-build/rott-data/usr/share/games \
-build/rott-data/usr/share/games/rott \
-build/rott-data/usr/share/doc \
-build/rott-data/usr/share/doc/rott-data
-
-$(DIRS):
-	mkdir $@
-
-$(DESTFILES): $(DIRS)
-	cp -p rott-data/`basename "$@"` $@
-
-build/rott-data/DEBIAN/control: rott-data/control.in $(DIRS)
-	m4 -DPACKAGE=rott-data -DVERSION=$(VERSION) $< > $@ 
-
-clean:
-	rm -f build/rott-data/DEBIAN/control out/rott-data_$(VERSION)_all.deb \
-		build/rott-data/usr/share/doc/rott-data/copyright \
-		build/rott-data/usr/share/doc/rott-data/README.Debian
-	for d in $(DIRS); do echo "$$d"; done | sort -r | while read d; do \
-		[ ! -d "$$d" ] || rmdir "$$d"; done
-
-.PHONY: clean $(DESTFILES)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list