From 021f6957d2e98ce908e84cd94e8df02a2b9b11b7 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 00:49:29 +1300 Subject: Begin packaging --- debian/changelog | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 debian/changelog diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From e06e2db7e5db7d988020a9f6d4d327ccdfb2de44 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 16:45:39 +1300 Subject: Add debian packaging --- debian/compat | 1 + debian/control | 13 +++++++++++++ debian/copyright | 0 debian/rules | 3 +++ 4 files changed, 17 insertions(+) create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/rules diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..28e56d9 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +999999999 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c94f66e --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: xlennart +Maintainer: Daniel Reurich +Section: misc +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9) + +Package: hithere +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Xlennart the sequel to Xbill + This is the sequel to the game XBill. A new nemesis has arisen... + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..c705567 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ -- cgit v1.2.3 From f8b4fd614fcb5ea5a2e5a3b19f4ff4bb6a369e62 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 16:55:01 +1300 Subject: Added debian/source/format > 3.0 (git) --- debian/source/format | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/source/format diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..af745b3 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (git) -- cgit v1.2.3 From fabc0bf2082072d188b39b0b3e7d9a814a6628a5 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 22:36:21 +1300 Subject: fix packaging --- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 0 debian/copyright | 0 debian/rules | 2 +- 5 files changed, 9 insertions(+), 2 deletions(-) mode change 100644 => 100755 debian/changelog mode change 100644 => 100755 debian/compat mode change 100644 => 100755 debian/control mode change 100644 => 100755 debian/copyright mode change 100644 => 100755 debian/rules diff --git a/debian/changelog b/debian/changelog old mode 100644 new mode 100755 index e69de29..55dc916 --- a/debian/changelog +++ b/debian/changelog @@ -0,0 +1,7 @@ +PACKAGE (1.1.1) UNRELEASED; urgency=low + + * xlennart + * Add debian packaging + * Added debian/source/format > 3.0 (git) + + -- Daniel Reurich Tue, 16 Dec 2014 18:05:46 +1300 diff --git a/debian/compat b/debian/compat old mode 100644 new mode 100755 index 28e56d9..ec63514 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -999999999 +9 diff --git a/debian/control b/debian/control old mode 100644 new mode 100755 diff --git a/debian/copyright b/debian/copyright old mode 100644 new mode 100755 diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 index c705567..cbe925d --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ -- cgit v1.2.3 From da859952191c66c79a5ab577aebcf91a1a414abf Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 23:15:08 +1300 Subject: fix package name --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index c94f66e..4c30f4b 100755 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Priority: optional Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9) -Package: hithere +Package: xlennart Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Xlennart the sequel to Xbill - This is the sequel to the game XBill. A new nemesis has arisen... + This is the sequel to the game XBill. A new nemesis has arisen.... -- cgit v1.2.3 From 57f374d75afbf5b38f983e94b1fce2aa08cbd453 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 23:17:30 +1300 Subject: redo changelog --- debian/changelog | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) mode change 100755 => 100644 debian/changelog diff --git a/debian/changelog b/debian/changelog old mode 100755 new mode 100644 index 55dc916..2e99dad --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,5 @@ -PACKAGE (1.1.1) UNRELEASED; urgency=low +xlennart (1.1.1) UNRELEASED; urgency=low - * xlennart - * Add debian packaging - * Added debian/source/format > 3.0 (git) + * Initial release. (Closes: #XXXXXX) - -- Daniel Reurich Tue, 16 Dec 2014 18:05:46 +1300 + -- Daniel Reurich Tue, 16 Dec 2014 23:17:16 +1300 -- cgit v1.2.3 From 017f2e61ce8f4825cdcb47b3974a0d81ee20c682 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 23:42:49 +1300 Subject: . --- debian/changelog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e99dad..481f1f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ -xlennart (1.1.1) UNRELEASED; urgency=low +xlennart (1.1.1~1.gbp57f374) UNRELEASED; urgency=low + + ** SNAPSHOT build @57f374d75afbf5b38f983e94b1fce2aa08cbd453 ** * Initial release. (Closes: #XXXXXX) + * UNRELEASED - -- Daniel Reurich Tue, 16 Dec 2014 23:17:16 +1300 + -- Daniel Reurich Tue, 16 Dec 2014 23:42:02 +1300 -- cgit v1.2.3 From e6b4fb071af74d07ae08b84e24d3ea4fe5f6fbd9 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 16 Dec 2014 23:49:35 +1300 Subject: Release v1.1.1 --- debian/changelog | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 481f1f8..0a4cd94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,7 @@ -xlennart (1.1.1~1.gbp57f374) UNRELEASED; urgency=low - - ** SNAPSHOT build @57f374d75afbf5b38f983e94b1fce2aa08cbd453 ** +xlennart (1.1.1) unstable; urgency=low * Initial release. (Closes: #XXXXXX) * UNRELEASED + * . - -- Daniel Reurich Tue, 16 Dec 2014 23:42:02 +1300 + -- Daniel Reurich Tue, 16 Dec 2014 23:48:22 +1300 -- cgit v1.2.3 From 23c7d6d8c23540d5246d7a57cf090aea4edcc55f Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 00:48:19 +1300 Subject: Add desktop integration --- debian/control | 4 +-- debian/copyright | 57 ++++++++++++++++++++++++++++++++ debian/menu | 5 +++ debian/postinst | 24 ++++++++++++++ debian/postrm | 11 +++++++ debian/rules | 16 ++++++++- debian/xlennart.desktop | 10 ++++++ debian/xlennart.install | 2 ++ debian/xlennart.xpm | 86 +++++++++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 212 insertions(+), 3 deletions(-) create mode 100644 debian/menu create mode 100644 debian/postinst create mode 100644 debian/postrm create mode 100644 debian/xlennart.desktop create mode 100644 debian/xlennart.install create mode 100644 debian/xlennart.xpm diff --git a/debian/control b/debian/control index 4c30f4b..910f321 100755 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: xlennart Maintainer: Daniel Reurich -Section: misc -Priority: optional +Section: games +Priority: extra Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9) diff --git a/debian/copyright b/debian/copyright index e69de29..35ee030 100755 --- a/debian/copyright +++ b/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Daniel Reurich + +It was downloaded from: +https://github.com/Xylemon/xlennart + +From the original README file: + +... +COPYING + Copyright (c) 1994-6 Psychosoft + + It's FREE! If you want to express your undying gratitude + to us for bringing a small bit of meaning into your other- + wise pointless existence, you could always send us e-mail. + XBill is distributed under the GNU Public License. + + Go play the game now! +... + +Authors: + Main Programmer: + Brian Wellington for XBill 2.1 + Gethyn ThomasQuail for XLennart + Programming & graphics (v2.0 and earlier): + Matias Duarte for XBill + Daniel Reurich for XLennart + +Additonal Credits - XLennart: + + Michael Shigorin for configure and + makefile clean up. Along with the addition of the GTK2 + patch (1.1) + + Dmitrij D. Czarkoff for small code + clean up (1.1) and OpenBSD modifications + + +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. + + 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. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software Foundation, + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + 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/debian/menu b/debian/menu new file mode 100644 index 0000000..0fb9f07 --- /dev/null +++ b/debian/menu @@ -0,0 +1,5 @@ +?package(xlennart):command="/usr/games/xlennart" \ + icon="/usr/share/pixmaps/xlennart.xpm" \ + needs="X11" \ + section="Games/Action" \ + title="xlennart" diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..551a888 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,24 @@ +#!/bin/sh + +set -e + +OLD=/var/lib/games/xlennart/scores +OLD2=/var/lib/games/xlennart.scores +SCORES=/var/games/xlennart.scores + +if [ -e $OLD ]; then + mv $OLD $SCORES + rmdir /var/lib/games/xlennart +elif [ -e $OLD2 ]; then + mv $OLD2 $SCORES +else + if [ ! -e $SCORES ]; then + cp $SCORES.default $SCORES + fi +fi + +chown root:games $SCORES +chmod 0664 $SCORES + +#DEBHELPER# + diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..9e0acdc --- /dev/null +++ b/debian/postrm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +if [ "$1" = "purge" ]; then + rm -f /var/games/xlennart.scores + rmdir /var/lib/games/xlennart /var/games/xlennart 2>/dev/null || true +fi + +#DEBHELPER# + diff --git a/debian/rules b/debian/rules index cbe925d..ab2a5bb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,17 @@ #!/usr/bin/make -f + +DEB=debian/tmp +SCORES=$(DEB)/var/games/xlennart.scores.default + %: - dh $@ + dh $@ --parallel + +override_dh_auto_configure: + dh_auto_configure -- --bindir=\$${prefix}/games --disable-gtk --disable-motif --enable-athena + +override_dh_fixperms: + dh_fixperms + chown root:games $(CURDIR)/debian/xlennart/usr/games/xlennart + chown root:games $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default + chmod 2755 $(CURDIR)/debian/xlennart/usr/games/xlennart + chmod 0664 $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default diff --git a/debian/xlennart.desktop b/debian/xlennart.desktop new file mode 100644 index 0000000..4e18dba --- /dev/null +++ b/debian/xlennart.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=XLennart +Comment=Get rid of those SystemD viruses! +Comment[it]=Fai piazza pulita dai virus SystemD! +Icon=xlennart +Exec=xlennart +Terminal=false +Categories=Game;ArcadeGame; + diff --git a/debian/xlennart.install b/debian/xlennart.install new file mode 100644 index 0000000..80ca0ff --- /dev/null +++ b/debian/xlennart.install @@ -0,0 +1,2 @@ +debian/xlennart.xpm usr/share/pixmaps/ +debian/xlennart.desktop usr/share/applications/ diff --git a/debian/xlennart.xpm b/debian/xlennart.xpm new file mode 100644 index 0000000..6851210 --- /dev/null +++ b/debian/xlennart.xpm @@ -0,0 +1,86 @@ +/* XPM */ +static char * xlennart_xpm[] = { +"64 64 19 1", +" c None", +". c #68B0E8", +"+ c #A8C8E0", +"@ c #40B0E8", +"# c #0070B0", +"$ c #F0F8F8", +"% c #F8F8F8", +"& c #F0F0D8", +"* c #604060", +"= c #F8F890", +"- c #D8B858", +"; c #88A070", +"> c #D0D081", +", c #000000", +"' c #303860", +") c #FFFFFF", +"! c #004888", +"~ c #5D3C5D", +"{ c #503050", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" .+.. ", +" .@#####..+###########@. ", +" @###########.$+$$$$$...@@@#@#### ", +" #@@#@@.$+@@@.$+$$$$$+$#@.@@.#@@@### ", +" ##@@@@.$+@@@.$+$%&++++*.#@@@#@@@@@.++# ", +" ##@@#@$+@@@.$+$$&&&=&--**.+@@@@@@@+$$$## ", +" .#+@##$.#@@.$+$$&&&=&----**#*@@@@@@$$$$+## ", +" .#.@.$.####$+$%%&&=&-------#-*@*@@.$$%$.@# ", +" ##@.$.###@$.$$%&&=&--------#;-*-*@+$$++#@# ", +" #@.$+####$+$$%+&=&---------#;*--*@%+$$.@@@# ", +" #.$+@@#@$.$$%=&=&----------#;----;%$$$@@@@@# ", +" #..@@@.$.$$$+&=&-----------#;----&+$$+@@@@@# ", +" ###@@.$+$$$+&=&------->----#;----%;$$@@@@@@# ", +" #@##.$$$$$.+=&------>------#;---=%%$$@@@@@@# ", +" #@@#$$$$$.++&---------->---#;---&=&$.@@@@@@# ", +" #@.$+$$$+$.+--------->-----#;---%=$+@@@@@@@# ", +" #.$++$$+$++#*,,,,,,-,,,,,,,'',,,+%+@@@@@@@@# ", +" #$+$$$+$+$###,))))),,))))))'',*$;&.#@@@@@@@# ", +" #++$$.$+$@@**,))))),,))))))'.%*$.$@!#@@@@@@# ", +" ++$$+++$@@@**,,,,,,,%,,,,,,'**++%+*@!#@@@@@# ", +" +$$+$++@@@@*%~)))))%&&)&)&).#*%*%%*#@!#@@@@# ", +" .$+++$#@@@@*&%&,,,%&%&)&)&%'#*%%%**!@@!#@@@# ", +" @.++$@##@@@****{{*&*&%&%&%*+#$&%&*!!!@@!#@@# ", +" @+.$#@@#@@@@@*{{{*%&*&%&%*{+#$%%%*!!!!@@!#@# ", +" #++###@##@@@@@*{{{*%&%&%*{{+#+++**!!!!!@@!@@ ", +" .$####@@##@@@@*{{{{*%&%**{{+#&%;*@!!!!!!#@+. ", +" #######@##@@@@#*{{*{***{{{%$.&%*@@@!!!!!!#$@ ", +" #######@@#@@@@##*{*{*{{*{%%%.%*@@@@@@!!!!..# ", +" #######@@##@@@@#*{*{*{*{%%%&+&.#@@@@@@!!!$!. ", +" #@######@@#@@@@@*{{**{{&%%&%$$!!#@@@@@@!#+#+ ", +" ##@######@##@@@@*{{**{&%%&%%%;!!!#@@@@@@+#.. ", +" #@@######@@#@@@@*{{{*%%%&%%&@'!!!!#@@@@.$!+. ", +" #@@@######@##@@@*{{%%%%&%%&&!'!!!!!#@@@+++ ", +" ##@@#######@##@@*{%&%%&%%%&{!{!!!!!!#@@$+ . ", +" ##@@@######@##@@.&+$$++%%;**!!#!!!!!!!+++ ! ", +" ##@@@@######@#@.$+$%&%%%{{{*!'@!!!!!!!$. ! ", +" ##@@@@######@#@&+$$&%%${{{**!'{@!!!!!!+# +!@ ", +" ##@@@@@######@&+$$&%%%{{{*{*!'{@@#!!!+#..+@#+ ", +" .#@@@@@#####.$+$$+&&&{{{*{***{{@@@#!!$!$+@.# ", +" +#@@@@@@####$$$$%%&%*{******'!@@##!!..!++@#@ ", +" ++@.@@@###++$$%%%%*********#!!#####$@+++@!+ ", +" @#@@@####+.$$$$$.#***#****##@#!#@@.+@$+#!#@@@@ ", +" @!#####$+$$$$$+@@@@@#!######@#!##+#!.#@@#@@@@+ ", +" @##@#!!!!++$$$$++######!!#@@#######!.##@@@@@#@@.+ ", +" @@@@@@####!##!!!!!!!!!!####!!!!!!####@@@@@@@@#@.+ ", +" .#@#@@@@@@@@@@@@#####@@#######@@#@@@@@@@@@@#@. ", +" @##@@@@@@@@@@@@@@@@@@@##@@@@@@@#@@@@@@@@. ", +" .@@@..@..@@@@@@##@@@@@@@ ", +" ..#@@. ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; -- cgit v1.2.3 From b58d8c3a1fa1791c974acb935d8b9578a51f5dcf Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 01:01:21 +1300 Subject: remove missing pixmaps from Makefile.in --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c0d7e85..2e300ad 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ XPMS = pixmaps/about.xpm pixmaps/billA_0.xpm \ pixmaps/icon.xpm pixmaps/centos.xpm pixmaps/logo.xpm \ pixmaps/maccpu.xpm pixmaps/debian.xpm pixmaps/nextcpu.xpm \ pixmaps/gentoo.xpm pixmaps/openbsd.xpm pixmaps/os2cpu.xpm \ - pixmaps/palm.xpm pixmaps/palmcpu.xpm pixmaps/mandriva.xpm \ + pixmaps/mandriva.xpm pixmaps/openbsd.xpm\ pixmaps/spark_0.xpm pixmaps/slackware.xpm pixmaps/suse.xpm \ pixmaps/spark_1.xpm pixmaps/ubuntu.xpm pixmaps/sgicpu.xpm \ pixmaps/suncpu.xpm pixmaps/toaster.xpm pixmaps/initfail.xpm @@ -101,4 +101,4 @@ distclean:: distclean clean:: rm -f ${PROG} *.o - rm -f *core core* +rm -f *core core*: -- cgit v1.2.3 From 4a24b2906c272683a761cf65ef218af2b92e9a59 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 01:47:32 +1300 Subject: change source format to 3.0 (quilt) --- debian/source/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source/format b/debian/source/format index af745b3..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (git) +3.0 (quilt) -- cgit v1.2.3 From 2f3d48ad84a657b6a1e71f178900c6c2e5e84d23 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 01:53:07 +1300 Subject: Revert "change source format to 3.0 (quilt)" This reverts commit 4a24b2906c272683a761cf65ef218af2b92e9a59. --- debian/source/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source/format b/debian/source/format index 163aaf8..af745b3 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (git) -- cgit v1.2.3 From 84c036abc243f75cc8aec77ebde7304bb1b51938 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 02:18:35 +1300 Subject: update debian/control --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 910f321..7392d43 100755 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Daniel Reurich Section: games Priority: extra Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), git Package: xlennart Architecture: any -- cgit v1.2.3 From 6895f5fdff7b8b7407d7597bf81d6a88b62be3f6 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 02:27:55 +1300 Subject: fix scores file --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2e300ad..37229e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,7 +23,7 @@ VPATH = @srcdir@ ALL_CFLAGS = $(CFLAGS) $(CPPFLAGS) -I$(srcdir) ALL_LDFLAGS = $(CFLAGS) $(LDFLAGS) IMAGE_DEFINES=-DIMAGES=\"${datadir}/xlennart\" -SCORE_DEFINES=-DSCOREFILE=\"${localstatedir}/games/xlennart.scores\" +SCORE_DEFINES=-DSCOREFILE=\"${localstatedir}/xlennart.scores\" PROG = xlennart -- cgit v1.2.3 From 9e5cc5a27911cfe0a9620e5545953fa68eddbb12 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 02:40:45 +1300 Subject: fix dh_install failure --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index ab2a5bb..18649d7 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,6 @@ override_dh_auto_configure: override_dh_fixperms: dh_fixperms chown root:games $(CURDIR)/debian/xlennart/usr/games/xlennart - chown root:games $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default + chown root:games $(CURDIR)/debian/xlennart/var/games/xlennart.scores chmod 2755 $(CURDIR)/debian/xlennart/usr/games/xlennart - chmod 0664 $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default + chmod 0664 $(CURDIR)/debian/xlennart/var/games/xlennart.scores -- cgit v1.2.3 From 4bb0c9882838310dd08142bfb536a26b392156e3 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 02:43:13 +1300 Subject: Revert "fix dh_install failure" This reverts commit 9e5cc5a27911cfe0a9620e5545953fa68eddbb12. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 18649d7..ab2a5bb 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,6 @@ override_dh_auto_configure: override_dh_fixperms: dh_fixperms chown root:games $(CURDIR)/debian/xlennart/usr/games/xlennart - chown root:games $(CURDIR)/debian/xlennart/var/games/xlennart.scores + chown root:games $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default chmod 2755 $(CURDIR)/debian/xlennart/usr/games/xlennart - chmod 0664 $(CURDIR)/debian/xlennart/var/games/xlennart.scores + chmod 0664 $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default -- cgit v1.2.3 From cd1b2f582b2499aad7eae37682e23ca52549efd5 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 02:52:38 +1300 Subject: fix scores.default install failure --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 37229e0..f9e747a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,6 +86,8 @@ install: $(INSTALL) ${PROG} ${DESTDIR}${bindir}/${PROG} $(MKINSTALLDIRS) ${DESTDIR}${mandir}/${MANDIR} $(INSTALL_DATA) ${srcdir}/${MAN} ${DESTDIR}${mandir}/${MANDIR} + $(MKINSTALLDIRS) ${DESTDIR}${localstatedir} + $(INSTALL_DATA) ${srcdir}/scores ${DESTDIR}${localstatedir}/xbill.scores.default $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/pixmaps $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/bitmaps -- cgit v1.2.3 From a50da883223dc69ae552037c01d506f51a7976f0 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 02:54:16 +1300 Subject: Revert "fix scores.default install failure" This reverts commit cd1b2f582b2499aad7eae37682e23ca52549efd5. --- Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f9e747a..37229e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,8 +86,6 @@ install: $(INSTALL) ${PROG} ${DESTDIR}${bindir}/${PROG} $(MKINSTALLDIRS) ${DESTDIR}${mandir}/${MANDIR} $(INSTALL_DATA) ${srcdir}/${MAN} ${DESTDIR}${mandir}/${MANDIR} - $(MKINSTALLDIRS) ${DESTDIR}${localstatedir} - $(INSTALL_DATA) ${srcdir}/scores ${DESTDIR}${localstatedir}/xbill.scores.default $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/pixmaps $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/bitmaps -- cgit v1.2.3 From 171ec7ee1e4d327bd5c319d050da4df9ba3bcb4c Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 02:56:46 +1300 Subject: fix scores.default install failure --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 37229e0..667178e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,6 +86,8 @@ install: $(INSTALL) ${PROG} ${DESTDIR}${bindir}/${PROG} $(MKINSTALLDIRS) ${DESTDIR}${mandir}/${MANDIR} $(INSTALL_DATA) ${srcdir}/${MAN} ${DESTDIR}${mandir}/${MANDIR} + $(MKINSTALLDIRS) ${DESTDIR}${localstatedir} + $(INSTALL_DATA) ${srcdir}/scores ${DESTDIR}${localstatedir}/xlennart.scores.default $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/pixmaps $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/bitmaps -- cgit v1.2.3 From d3615476d99eae7a008f6f39c3f0fc8428fcf981 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:07:06 +1300 Subject: Revert "fix scores file" This reverts commit 6895f5fdff7b8b7407d7597bf81d6a88b62be3f6. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 667178e..a6e3b68 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23,7 +23,7 @@ VPATH = @srcdir@ ALL_CFLAGS = $(CFLAGS) $(CPPFLAGS) -I$(srcdir) ALL_LDFLAGS = $(CFLAGS) $(LDFLAGS) IMAGE_DEFINES=-DIMAGES=\"${datadir}/xlennart\" -SCORE_DEFINES=-DSCOREFILE=\"${localstatedir}/xlennart.scores\" +SCORE_DEFINES=-DSCOREFILE=\"${localstatedir}/games/xlennart.scores\" PROG = xlennart -- cgit v1.2.3 From 480e4347cef33772d8bebc660637c83bec2893fe Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:12:50 +1300 Subject: fix scores.default install failure --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index a6e3b68..3fad019 100644 --- a/Makefile.in +++ b/Makefile.in @@ -86,8 +86,8 @@ install: $(INSTALL) ${PROG} ${DESTDIR}${bindir}/${PROG} $(MKINSTALLDIRS) ${DESTDIR}${mandir}/${MANDIR} $(INSTALL_DATA) ${srcdir}/${MAN} ${DESTDIR}${mandir}/${MANDIR} - $(MKINSTALLDIRS) ${DESTDIR}${localstatedir} - $(INSTALL_DATA) ${srcdir}/scores ${DESTDIR}${localstatedir}/xlennart.scores.default + $(MKINSTALLDIRS) ${DESTDIR}${localstatedir}/games + $(INSTALL_DATA) ${srcdir}/scores ${DESTDIR}${localstatedir}/games/xlennart.scores.default $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/pixmaps $(MKINSTALLDIRS) ${DESTDIR}${datadir}/xlennart/bitmaps -- cgit v1.2.3 From b74a377dc716c0fc1f9fdcbf9e43442a6adc2bcb Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:19:56 +1300 Subject: fix no gui --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ab2a5bb..affe75e 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ SCORES=$(DEB)/var/games/xlennart.scores.default dh $@ --parallel override_dh_auto_configure: - dh_auto_configure -- --bindir=\$${prefix}/games --disable-gtk --disable-motif --enable-athena + dh_auto_configure -- --bindir=\$${prefix}/games --enable-gtk --enable-motif --enable-athena override_dh_fixperms: dh_fixperms -- cgit v1.2.3 From 8802136b9b10313212308d447c3fb1f96bf7b071 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:22:05 +1300 Subject: fix no gui --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7392d43..910f321 100755 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Daniel Reurich Section: games Priority: extra Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9), git +Build-Depends: debhelper (>= 9) Package: xlennart Architecture: any -- cgit v1.2.3 From f376851c082386a9d1b85c67581522810686c9d5 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:24:02 +1300 Subject: add git to build-deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 910f321..7392d43 100755 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Daniel Reurich Section: games Priority: extra Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), git Package: xlennart Architecture: any -- cgit v1.2.3 From 3a396674f6c55c01de4650d13773469f5d146949 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:29:44 +1300 Subject: add libgtk2.0 to build-deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7392d43..35262a8 100755 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), git Package: xlennart Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0 Description: Xlennart the sequel to Xbill This is the sequel to the game XBill. A new nemesis has arisen.... -- cgit v1.2.3 From 03099ceb8a5b12d195ee19cd3a7260806c6daa97 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:36:51 +1300 Subject: add libgtk2.0-dev to build-deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 35262a8..abecfd5 100755 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Daniel Reurich Section: games Priority: extra Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9), git +Build-Depends: debhelper (>= 9), git, libgtk2.0-dev Package: xlennart Architecture: any -- cgit v1.2.3 From c6977376590b5d446d29a34b2820dc7ea90dcbd7 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Wed, 17 Dec 2014 03:41:09 +1300 Subject: add libgtk2.0-0 to deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index abecfd5..6691c62 100755 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), git, libgtk2.0-dev Package: xlennart Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0 +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0 Description: Xlennart the sequel to Xbill This is the sequel to the game XBill. A new nemesis has arisen.... -- cgit v1.2.3 From 945d3f6585911950cfe87adc3b9897abc61beb4a Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Thu, 18 Dec 2014 14:30:22 +1300 Subject: add libxpm4 to deps and remove git from build-deps --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 6691c62..a4aaf04 100755 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Maintainer: Daniel Reurich Section: games Priority: extra Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9), git, libgtk2.0-dev +Build-Depends: debhelper (>= 9), libgtk2.0-dev Package: xlennart Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0 +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0 libxpm4 Description: Xlennart the sequel to Xbill This is the sequel to the game XBill. A new nemesis has arisen.... -- cgit v1.2.3 From fb3fe9d266ad805d088a5185f93dea87c2927083 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Thu, 18 Dec 2014 14:35:19 +1300 Subject: revert removing git from build-deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a4aaf04..62ae826 100755 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Daniel Reurich Section: games Priority: extra Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 9), libgtk2.0-dev +Build-Depends: debhelper (>= 9), git, libgtk2.0-dev Package: xlennart Architecture: any -- cgit v1.2.3 From 54124e67c01575ae81956dd8ee34cc2933fe6e05 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Thu, 18 Dec 2014 14:43:58 +1300 Subject: fix deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 62ae826..a142b76 100755 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), git, libgtk2.0-dev Package: xlennart Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0 libxpm4 +Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0, libxpm4 Description: Xlennart the sequel to Xbill This is the sequel to the game XBill. A new nemesis has arisen.... -- cgit v1.2.3 From 7d8fb7c39dba24102adf8d1f285dd9f5be166564 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Thu, 18 Dec 2014 15:06:58 +1300 Subject: fix deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a142b76..2791778 100755 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), git, libgtk2.0-dev Package: xlennart Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0, libxpm4 +Depends: ${shlibs:Depends}, ${misc:Depends}, libxpm4 Description: Xlennart the sequel to Xbill This is the sequel to the game XBill. A new nemesis has arisen.... -- cgit v1.2.3 From 3e283c3f2bb5194e1dcfa6cb42154bbae5ee6e36 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Sat, 20 Dec 2014 13:18:19 +1300 Subject: remove deps --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2791778..14253c9 100755 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), git, libgtk2.0-dev Package: xlennart Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libxpm4 +Depends: libxpm4 Description: Xlennart the sequel to Xbill This is the sequel to the game XBill. A new nemesis has arisen.... -- cgit v1.2.3 From 83ff1d97d787ef06fdb91efc64e1793a1b537b5d Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Sat, 20 Dec 2014 13:27:09 +1300 Subject: fix xlennart permissions --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index affe75e..9b9fbc6 100755 --- a/debian/rules +++ b/debian/rules @@ -13,5 +13,5 @@ override_dh_fixperms: dh_fixperms chown root:games $(CURDIR)/debian/xlennart/usr/games/xlennart chown root:games $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default - chmod 2755 $(CURDIR)/debian/xlennart/usr/games/xlennart + chmod 0755 $(CURDIR)/debian/xlennart/usr/games/xlennart chmod 0664 $(CURDIR)/debian/xlennart/var/games/xlennart.scores.default -- cgit v1.2.3 From aa05cf0d639f0c20d7df086d5825a59230cf0327 Mon Sep 17 00:00:00 2001 From: Daniel Reurich Date: Tue, 20 Jan 2015 10:11:59 +1300 Subject: added proper synopsis to the debian control file. --- debian/control | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 14253c9..490663e 100755 --- a/debian/control +++ b/debian/control @@ -9,5 +9,17 @@ Package: xlennart Architecture: any Depends: libxpm4 Description: Xlennart the sequel to Xbill - This is the sequel to the game XBill. A new nemesis has arisen.... - + + Ever get the feeling that nothing is going right? You're a sysadmin, + and someone's trying to destroy your computers. The little people + running around the screen are trying to infect your computers with + SystenD [TM], a virus cleverly designed to resemble a popular + init system. Your objective is to click the mouse on them, ending + the potential threat. If one of the people reaches a computer, it will + attempt to replace your operating system with the virus it carries. It + will then attempt to run off the screen with your vital software. The + game ends when only 1 (or 0) of your computers are being productive. + Additionally, some computers are connected with network cables. When + one computer on a network becomes infected, a spark will be sent down + the cable, and will infect the computer on the other end when it reaches + there. -- cgit v1.2.3