Update for Debian packaging stuff

This commit is contained in:
zicodxx 2011-05-05 01:31:09 +02:00
parent 914555fe81
commit 62615d8ccb
6 changed files with 27 additions and 7 deletions

View file

@ -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
--------

13
d2x-rebirth.desktop Normal file
View file

@ -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

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
d2x-rebirth (0.56-1) maverick; urgency=low
* Keeping up to date.
-- zico <zicodxx@yahoo.de> Thu, 05 May 2011 01:22:39 +0100
d2x-rebirth (0.55-1) intrepid; urgency=low
* Package creation.

2
debian/control vendored
View file

@ -1,7 +1,7 @@
Source: d2x-rebirth
Section: games
Priority: optional
Maintainer: MD2211 <md2211@users.sourceforge.net>
Maintainer: zico <zicodxx@yahoo.de>
Standards-Version: 3.6.1
Package: d2x-rebirth

4
debian/copyright vendored
View file

@ -1,5 +1,5 @@
This software was packaged by MD2211 <md2211@users.sourceforge.net>
Tue, 30 Dec 2008 22:32:05 +0100
This software was packaged by zico <zicodxx@yahoo.de>
Thu, 05 May 2011 01:22:39 +0100
It was downloaded from: http://www.dxx-rebirth.com/

8
debian/rules vendored
View file

@ -1,15 +1,15 @@
#! /usr/bin/make -f
#
# debian/rules file for d2x-rebirth
# MD2211 <md2211@users.sourceforge.net>
# Mon, 22 Dec 2008 23:21:42 +0100
# zico <zicodxx@yahoo.de>
# 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