debian/0000755000000000000000000000000012264741567007204 5ustar debian/source/0000755000000000000000000000000012264461555010500 5ustar debian/source/format0000644000000000000000000000001412264461555011706 0ustar 3.0 (quilt) debian/control0000644000000000000000000000217612264461555010611 0ustar Source: empire Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Markus Koschany Build-Depends: debhelper (>=9), imagemagick, libncurses5-dev Standards-Version: 3.9.5 Homepage: http://www.catb.org/~esr/vms-empire/ Vcs-Git: git://anonscm.debian.org/pkg-games/empire.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/empire.git Package: empire Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: war game of the century Empire is a console game simulation of a full-scale war between two emperors, the computer and you. Naturally, there is only room for one, so the object of the game is to destroy the other. . The world on which the game takes place is a square rectangle containing cities, land and water. Cities are used to build armies, planes, and ships which can move across the world destroying enemy pieces, exploring, and capturing more cities. . The classic game from the 1980s uses text mode graphical output, drawing your units, cities and the world in color. Commands are issued using the keyboard. debian/empire.desktop0000644000000000000000000000044312264461555012055 0ustar [Desktop Entry] Version=1.0 Type=Application Terminal=true Name=VMS Empire GenericName=Empire Categories=Game;StrategyGame; Keywords=strategy;text;ncurses;terminal;console;game;war;armies; Exec=empire Icon=empire-logo Comment=war game of the century Comment[de]=Kriegsspiel des Jahrhunderts debian/compat0000644000000000000000000000000212264461555010376 0ustar 9 debian/rules0000755000000000000000000000103312264461555010255 0ustar #!/usr/bin/make -f CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS) -Wno-format-security LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) %: dh $@ --parallel override_dh_auto_build: $(MAKE) CFLAGS="$(CFLAGS)" PROFILE="$(LDFLAGS)" convert -monitor -resize 32x32 empire-logo.png empire-logo.xpm override_dh_installchangelogs: dh_installchangelogs NEWS override_dh_install: mv vms-empire empire dh_install override_dh_auto_clean: $(RM) *.o empire empire-logo.xpm debian/watch0000644000000000000000000000014512264461555010231 0ustar version=3 http://www.catb.org/~esr/vms-empire/vms-empire-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/docs0000644000000000000000000000001412264461555010046 0ustar BUGS README debian/copyright0000644000000000000000000000110112264461555011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vms-empire Source: http://www.catb.org/~esr/vms-empire/ Files: * Copyright: 1987,1988, Chuck Simmons 1994-2014, Eric S. Raymond License: GPL-2 Files: debian/* Copyright: 2000-2006, Peter Palfrader 2014, Markus Koschany License: GPL-2 License: GPL-2 On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/install0000644000000000000000000000016512264461555010573 0ustar empire usr/games empire-logo.* usr/share/pixmaps debian/empire.desktop usr/share/applications debian/menu0000644000000000000000000000033212264461555010065 0ustar ?package(empire):needs="text" \ section="Games/Strategy" \ title="Empire" \ longtitle="Empire - The Wargame of the Century" \ command="/usr/games/empire" \ icon="/usr/share/pixmaps/empire-logo.xpm" debian/changelog0000644000000000000000000001045612264740651011055 0ustar empire (1.11-1) unstable; urgency=medium * New maintainer Debian Games Team. - Add myself to Uploaders. (Closes: #733320) * Imported Upstream version 1.11. - Fix several spelling errors in empire.6. Thanks to Bjarnig Ingi Gislason. (LP: #1070946) - Fix a typo in object.c that made a single city stop producing output. Thanks to the anonymous reporter. (Closes: #593434) * Switch to source format 3.0 (quilt). * Bump compat level to 9 and require debhelper >= 9. Add compat file. * Drop lintian.override. * Switch to dh-sequencer. Pass default build flags to upstream's Makefile. * Add manpages file. * debian/control: - Set priority from extra to optional. - Update package to Standards-Version 3.9.5. - Add VCS fields. - Add Homepage field. - Add ${misc:Depends} substvar. - Fix typo "they" in package description. (Closes: #668614) - Fix description-synopsis-starts-with-article. * Use install file to install the binary, icons and desktop file. * Drop dirs file. Not needed. * Add watch file. Thanks to Bart Martens. * Update debian/copyright to copyright format 1.0. * Add icon entry to menu file. * Install icons to /usr/share/pixmaps. - Convert to empire-logo.xpm with imagemagick at build time. * Add empire.desktop file. -- Markus Koschany Sun, 12 Jan 2014 10:41:53 +0100 empire (1.7-3) unstable; urgency=low * Move table header one to the right in battle probabilities in manpage (Closes: #383003). * Capitalise menu title (Closes: #357794). * Describe in brief that the interface is not a fancy GUI and that commands are to be entered with the keyboard in the package's description. * Change Standards-Version to 3.7.2. -- Peter Palfrader Fri, 20 Oct 2006 21:56:00 +0200 empire (1.7-2) unstable; urgency=low * Update upstream url in debian/copyright. * Update FSF address in debian/copyright. * Increase standards-version to 3.6.2 from 3.6.1. * Change DH_COMPAT to 4, from 2. This or at least the rebuild with a recent debhelper will cause the menu fil to be installed in usr/share now. Of course also increase version in Build-Depends. * Some whitespace change in the manpage, so that a line does not start with "'empmovie". -- Peter Palfrader Wed, 21 Sep 2005 03:29:45 +0200 empire (1.7-1) unstable; urgency=low * New upstream version. * Fix a FTBFS with gcc 4: Move the static void mark_cont() declaration outside of the good_cont() function definition (Closes: #298431). -- Peter Palfrader Tue, 8 Mar 2005 21:51:39 +0100 empire (1.6-1) unstable; urgency=low * New upstream version. * Update standards version to 3.6.1. * Fix build dependency on debhelper: it needs to be versioned (>=2). -- Peter Palfrader Sun, 25 Apr 2004 15:59:54 +0200 empire (1.3-2) unstable; urgency=low * New Standards-Version: 3.5.7 - Have no /usr/doc link anymore (actually building against the new debhelper does fix this - I'll not depend on it tho to make building it on older releases easier) - Support noopt in DEB_BUILD_OPTIONS. debug is still supported and sets -DDEBUG. -g is always used. -- Peter Palfrader Mon, 11 Nov 2002 13:18:11 +0100 empire (1.3-1) unstable; urgency=low * New upstream version. - Code and compiler warning cleanups. * Removed emacs stuff from Debian changelog. -- Peter Palfrader Sun, 16 Jun 2002 08:35:21 +0200 empire (1.2-3) unstable; urgency=low * Fixed some spelling bugs (Thanks Matt Zimmerman). * Added lintian override for old-fsf-address-in-copyright-file (I mention the current address at the end of the copyright file). -- Peter Palfrader Sat, 17 Nov 2001 17:06:11 +0100 empire (1.2-2) unstable; urgency=low * Appended a newline character to a message. * Added Build-Depends on debhelper and libncurses5-dev (Closes: #84503). * Upped Standards-Version to 3.5.0.0 (thus supporting DEB_BUILD_OPTIONS). * Changed maintainer email address. * Added a menu entry. -- Peter Palfrader Fri, 2 Feb 2001 20:55:59 +0100 empire (1.2-1) unstable; urgency=low * Initial Release. -- Peter Palfrader Mon, 9 Oct 2000 22:01:35 +0200 debian/manpages0000644000000000000000000000001112264461555010706 0ustar empire.6