From 62615d8ccb4b685f3e7a858908d689576b378a52 Mon Sep 17 00:00:00 2001 From: zicodxx Date: Thu, 5 May 2011 01:31:09 +0200 Subject: [PATCH] Update for Debian packaging stuff --- CHANGELOG.txt | 1 + d2x-rebirth.desktop | 13 +++++++++++++ debian/changelog | 6 ++++++ debian/control | 2 +- debian/copyright | 4 ++-- debian/rules | 8 ++++---- 6 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 d2x-rebirth.desktop diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c3cbf8be6..ee8e7070f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ D2X-Rebirth Changelog 20110505 -------- main/gauges.c, main/multi.h, main/net_ipx.c, main/net_udp.c, main/net_udp.h, main/playsave.c: Host can now decide (again) if players are allowed to display enemy names on HUD +d2x-rebirth.desktop, debian/changelog, debian/control, debian/copyright, debian/rules: Update for Debian packaging stuff 20110504 -------- diff --git a/d2x-rebirth.desktop b/d2x-rebirth.desktop new file mode 100644 index 000000000..55c9552a8 --- /dev/null +++ b/d2x-rebirth.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Name=Descent 2 +Name[en_CA]=Descent 2 +Version=1.0 +Encoding=UTF-8 +Comment=DXX-Rebirth source port of Descent 2: Counterstrike from 1996... +Exec=d2x-rebirth +Icon=d2x-rebirth.xpm +Terminal=false +Type=Application +Categories=Application;Game; +StartupNotify=true + diff --git a/debian/changelog b/debian/changelog index e81fb3912..a93e5b467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +d2x-rebirth (0.56-1) maverick; urgency=low + + * Keeping up to date. + + -- zico Thu, 05 May 2011 01:22:39 +0100 + d2x-rebirth (0.55-1) intrepid; urgency=low * Package creation. diff --git a/debian/control b/debian/control index a02ee5ada..704623780 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: d2x-rebirth Section: games Priority: optional -Maintainer: MD2211 +Maintainer: zico Standards-Version: 3.6.1 Package: d2x-rebirth diff --git a/debian/copyright b/debian/copyright index bbd0dfe9a..838c7a389 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ -This software was packaged by MD2211 -Tue, 30 Dec 2008 22:32:05 +0100 +This software was packaged by zico +Thu, 05 May 2011 01:22:39 +0100 It was downloaded from: http://www.dxx-rebirth.com/ diff --git a/debian/rules b/debian/rules index 0c9faac91..5dee723f6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,15 +1,15 @@ #! /usr/bin/make -f # # debian/rules file for d2x-rebirth -# MD2211 -# Mon, 22 Dec 2008 23:21:42 +0100 +# zico +# Thu, 05 May 2011 01:22:39 +0100 # package = d2x-rebirth SCONS = scons -Q -SCONSFLAGS = sdlmixer=1 prefix=/usr -BINARY = d2x-rebirth-gl +SCONSFLAGS = prefix=/usr +BINARY = d2x-rebirth PREFIX = /usr BIN_DIR = $(PREFIX)/games