[chocolate-doom] 01/01: Consolidate binary chocolate-* packages

Jonathan Dowland jmtd at moszumanska.debian.org
Fri Dec 16 16:06:05 UTC 2016


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

jmtd pushed a commit to branch proposed-consolidate
in repository chocolate-doom.

commit acf3d733006a08acae0989c4d2b8b4d91ed0d9ea
Author: Jonathan Dowland <jmtd at debian.org>
Date:   Fri Dec 16 16:03:54 2016 +0000

    Consolidate binary chocolate-* packages
    
    Consolidate all the binary packages into one.
---
 debian/changelog                           |   7 ++
 debian/chocolate-common.install            |   7 --
 debian/chocolate-common.menu               |  15 ----
 debian/chocolate-doom.install              |   9 +-
 debian/chocolate-doom.links                |   6 ++
 debian/chocolate-doom.lintian-overrides    |   5 +-
 debian/chocolate-doom.menu                 |  35 ++++++++
 debian/chocolate-doom.postinst             |   9 ++
 debian/chocolate-doom.prerm                |   3 +
 debian/chocolate-heretic.install           |   7 --
 debian/chocolate-heretic.links             |   2 -
 debian/chocolate-heretic.lintian-overrides |   2 -
 debian/chocolate-heretic.menu              |   7 --
 debian/chocolate-heretic.postinst          |  14 ----
 debian/chocolate-heretic.prerm             |  12 ---
 debian/chocolate-hexen.install             |   7 --
 debian/chocolate-hexen.links               |   2 -
 debian/chocolate-hexen.lintian-overrides   |   2 -
 debian/chocolate-hexen.menu                |   7 --
 debian/chocolate-hexen.postinst            |  14 ----
 debian/chocolate-hexen.prerm               |  12 ---
 debian/chocolate-strife.install            |   7 --
 debian/chocolate-strife.links              |   2 -
 debian/chocolate-strife.lintian-overrides  |   2 -
 debian/chocolate-strife.menu               |   7 --
 debian/chocolate-strife.postinst           |  14 ----
 debian/chocolate-strife.prerm              |  12 ---
 debian/control                             | 128 +++++------------------------
 28 files changed, 84 insertions(+), 272 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9b6f03b..965f9fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+chocolate-doom (2.2.1-5) UNRELEASED; urgency=medium
+
+  * Consolidate all the binary packages into one, which lives in
+    main. This should finally work around #824169.
+
+ -- Jonathan Dowland <jmtd at debian.org>  Fri, 16 Dec 2016 16:05:49 +0000
+
 chocolate-doom (2.2.1-4) unstable; urgency=medium
 
   * Update my name in debian/control.
diff --git a/debian/chocolate-common.install b/debian/chocolate-common.install
deleted file mode 100644
index 23efdfd..0000000
--- a/debian/chocolate-common.install
+++ /dev/null
@@ -1,7 +0,0 @@
-debian/chocolate-*.xpm usr/share/pixmaps
-usr/games/chocolate-server
-usr/games/chocolate-setup
-usr/share/applications/chocolate-setup.desktop
-usr/share/icons/
-usr/share/man/man6/chocolate-server.6
-usr/share/man/man6/chocolate-setup.6
diff --git a/debian/chocolate-common.menu b/debian/chocolate-common.menu
deleted file mode 100644
index 5a2c37e..0000000
--- a/debian/chocolate-common.menu
+++ /dev/null
@@ -1,15 +0,0 @@
-?package(chocolate-common):\
-  needs="X11"\
-  section="Games/Action"\
-  hints="Doom,First person"\
-  title="Chocolate Setup"\
-  command="/usr/games/chocolate-setup"\
-  icon="/usr/share/pixmaps/chocolate-setup.xpm"
-
-?package(chocolate-common):\
-  needs="text"\
-  section="Games/Action"\
-  hints="Doom,First person"\
-  title="Chocolate Server"\
-  command="/usr/games/chocolate-server"\
-  icon="/usr/share/pixmaps/chocolate-doom.xpm"
diff --git a/debian/chocolate-doom.install b/debian/chocolate-doom.install
index cd1e741..c43eeda 100644
--- a/debian/chocolate-doom.install
+++ b/debian/chocolate-doom.install
@@ -1,8 +1 @@
-usr/games/chocolate-doom
-usr/share/appdata/chocolate-doom.appdata.xml
-usr/share/applications/chocolate-doom.desktop
-usr/share/applications/screensavers/chocolate-doom-screensaver.desktop
-usr/share/doc/chocolate-doom
-usr/share/man/man5/chocolate-doom.cfg.5
-usr/share/man/man5/default.cfg.5
-usr/share/man/man6/chocolate-doom.6
+debian/chocolate-*.xpm usr/share/pixmaps
diff --git a/debian/chocolate-doom.links b/debian/chocolate-doom.links
index 5fc5d79..5520cdc 100644
--- a/debian/chocolate-doom.links
+++ b/debian/chocolate-doom.links
@@ -1,2 +1,8 @@
 usr/games/chocolate-setup usr/games/chocolate-doom-setup
+usr/games/chocolate-setup usr/games/chocolate-heretic-setup
+usr/games/chocolate-setup usr/games/chocolate-hexen-setup
+usr/games/chocolate-setup usr/games/chocolate-strife-setup
 usr/share/man/man6/chocolate-setup.6.gz usr/share/man/man6/chocolate-doom-setup.6.gz
+usr/share/man/man6/chocolate-setup.6.gz usr/share/man/man6/chocolate-heretic-setup.6.gz
+usr/share/man/man6/chocolate-setup.6.gz usr/share/man/man6/chocolate-hexen-setup.6.gz
+usr/share/man/man6/chocolate-setup.6.gz usr/share/man/man6/chocolate-strife-setup.6.gz
diff --git a/debian/chocolate-doom.lintian-overrides b/debian/chocolate-doom.lintian-overrides
index e0d9841..ba5b2e4 100644
--- a/debian/chocolate-doom.lintian-overrides
+++ b/debian/chocolate-doom.lintian-overrides
@@ -1,2 +1,5 @@
-# This contains legitimate information
+# These contain legitimate information
 chocolate-doom: package-contains-upstream-install-documentation usr/share/doc/chocolate-doom/INSTALL.doom.gz
+chocolate-doom: package-contains-upstream-install-documentation usr/share/doc/chocolate-doom/INSTALL.heretic
+chocolate-doom: package-contains-upstream-install-documentation usr/share/doc/chocolate-doom/INSTALL.hexen
+chocolate-doom: package-contains-upstream-install-documentation usr/share/doc/chocolate-doom/INSTALL.strife
diff --git a/debian/chocolate-doom.menu b/debian/chocolate-doom.menu
index 8627d3b..2b4d50f 100644
--- a/debian/chocolate-doom.menu
+++ b/debian/chocolate-doom.menu
@@ -2,6 +2,41 @@
   needs="X11"\
   section="Games/Action"\
   hints="Doom,First person"\
+  title="Chocolate Setup"\
+  command="/usr/games/chocolate-setup"\
+  icon="/usr/share/pixmaps/chocolate-setup.xpm"
+?package(chocolate-doom):\
+  needs="text"\
+  section="Games/Action"\
+  hints="Doom,First person"\
+  title="Chocolate Server"\
+  command="/usr/games/chocolate-server"\
+  icon="/usr/share/pixmaps/chocolate-doom.xpm"
+?package(chocolate-doom):\
+  needs="X11"\
+  section="Games/Action"\
+  hints="Doom,First person"\
   title="Chocolate Doom"\
   command="/usr/games/chocolate-doom"\
   icon="/usr/share/pixmaps/chocolate-doom.xpm"
+?package(chocolate-doom):\
+  needs="X11"\
+  section="Games/Action"\
+  hints="Doom,Heretic,First person"\
+  title="Chocolate Heretic"\
+  command="/usr/games/chocolate-heretic"\
+  icon="/usr/share/pixmaps/chocolate-doom.xpm"
+?package(chocolate-doom):\
+  needs="X11"\
+  section="Games/Action"\
+  hints="Doom,Hexen,First person"\
+  title="Chocolate Hexen"\
+  command="/usr/games/chocolate-hexen"\
+  icon="/usr/share/pixmaps/chocolate-doom.xpm"
+?package(chocolate-doom):\
+  needs="X11"\
+  section="Games/Action"\
+  hints="Doom,Strife,First person"\
+  title="Chocolate Strife"\
+  command="/usr/games/chocolate-strife"\
+  icon="/usr/share/pixmaps/chocolate-doom.xpm"
diff --git a/debian/chocolate-doom.postinst b/debian/chocolate-doom.postinst
index 0dc3ed5..16c0186 100644
--- a/debian/chocolate-doom.postinst
+++ b/debian/chocolate-doom.postinst
@@ -7,6 +7,15 @@ then
   update-alternatives \
   --install /usr/games/doom doom /usr/games/chocolate-doom 50 \
   --slave /usr/share/man/man6/doom.6.gz doom.6.gz /usr/share/man/man6/chocolate-doom.6.gz
+  update-alternatives \
+  --install /usr/games/heretic heretic /usr/games/chocolate-heretic 50 \
+  --slave /usr/share/man/man6/heretic.6.gz heretic.6.gz /usr/share/man/man6/chocolate-heretic.6.gz
+  update-alternatives \
+  --install /usr/games/hexen hexen /usr/games/chocolate-hexen 50 \
+  --slave /usr/share/man/man6/hexen.6.gz hexen.6.gz /usr/share/man/man6/chocolate-hexen.6.gz
+  update-alternatives \
+  --install /usr/games/strife strife /usr/games/chocolate-strife 50 \
+  --slave /usr/share/man/man6/strife.6.gz strife.6.gz /usr/share/man/man6/chocolate-strife.6.gz
 fi
 
 #DEBHELPER#
diff --git a/debian/chocolate-doom.prerm b/debian/chocolate-doom.prerm
index f1ecd67..97413a6 100644
--- a/debian/chocolate-doom.prerm
+++ b/debian/chocolate-doom.prerm
@@ -5,6 +5,9 @@ set -e
 if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]
 then
   update-alternatives --remove doom /usr/games/chocolate-doom
+  update-alternatives --remove heretic /usr/games/chocolate-heretic
+  update-alternatives --remove hexen /usr/games/chocolate-hexen
+  update-alternatives --remove strife /usr/games/chocolate-strife
 fi
 
 #DEBHELPER#
diff --git a/debian/chocolate-heretic.install b/debian/chocolate-heretic.install
deleted file mode 100644
index 72a8c2e..0000000
--- a/debian/chocolate-heretic.install
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/games/chocolate-heretic
-usr/share/appdata/chocolate-heretic.appdata.xml
-usr/share/applications/chocolate-heretic.desktop
-usr/share/doc/chocolate-heretic
-usr/share/man/man5/chocolate-heretic.cfg.5
-usr/share/man/man5/heretic.cfg.5
-usr/share/man/man6/chocolate-heretic.6
diff --git a/debian/chocolate-heretic.links b/debian/chocolate-heretic.links
deleted file mode 100644
index 70b2e1d..0000000
--- a/debian/chocolate-heretic.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/games/chocolate-setup usr/games/chocolate-heretic-setup
-usr/share/man/man6/chocolate-setup.6.gz usr/share/man/man6/chocolate-heretic-setup.6.gz
diff --git a/debian/chocolate-heretic.lintian-overrides b/debian/chocolate-heretic.lintian-overrides
deleted file mode 100644
index 9da7bad..0000000
--- a/debian/chocolate-heretic.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# This contains legitimate information
-chocolate-heretic: package-contains-upstream-install-documentation usr/share/doc/chocolate-heretic/INSTALL.heretic
diff --git a/debian/chocolate-heretic.menu b/debian/chocolate-heretic.menu
deleted file mode 100644
index efe12f3..0000000
--- a/debian/chocolate-heretic.menu
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(chocolate-heretic):\
-  needs="X11"\
-  section="Games/Action"\
-  hints="Doom,Heretic,First person"\
-  title="Chocolate Heretic"\
-  command="/usr/games/chocolate-heretic"\
-  icon="/usr/share/pixmaps/chocolate-doom.xpm"
diff --git a/debian/chocolate-heretic.postinst b/debian/chocolate-heretic.postinst
deleted file mode 100644
index 8e00283..0000000
--- a/debian/chocolate-heretic.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "abort-upgrade" ] || [ "$1" = "configure" ]
-then
-  update-alternatives \
-  --install /usr/games/heretic heretic /usr/games/chocolate-heretic 50 \
-  --slave /usr/share/man/man6/heretic.6.gz heretic.6.gz /usr/share/man/man6/chocolate-heretic.6.gz
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/chocolate-heretic.prerm b/debian/chocolate-heretic.prerm
deleted file mode 100644
index 79af684..0000000
--- a/debian/chocolate-heretic.prerm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]
-then
-  update-alternatives --remove heretic /usr/games/chocolate-heretic
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/chocolate-hexen.install b/debian/chocolate-hexen.install
deleted file mode 100644
index 7a5aff3..0000000
--- a/debian/chocolate-hexen.install
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/games/chocolate-hexen
-usr/share/appdata/chocolate-hexen.appdata.xml
-usr/share/applications/chocolate-hexen.desktop
-usr/share/doc/chocolate-hexen
-usr/share/man/man5/chocolate-hexen.cfg.5
-usr/share/man/man5/hexen.cfg.5
-usr/share/man/man6/chocolate-hexen.6
diff --git a/debian/chocolate-hexen.links b/debian/chocolate-hexen.links
deleted file mode 100644
index 8b4fc1e..0000000
--- a/debian/chocolate-hexen.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/games/chocolate-setup usr/games/chocolate-hexen-setup
-usr/share/man/man6/chocolate-setup.6.gz usr/share/man/man6/chocolate-hexen-setup.6.gz
diff --git a/debian/chocolate-hexen.lintian-overrides b/debian/chocolate-hexen.lintian-overrides
deleted file mode 100644
index bc492b0..0000000
--- a/debian/chocolate-hexen.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# This contains legitimate information
-chocolate-hexen: package-contains-upstream-install-documentation usr/share/doc/chocolate-hexen/INSTALL.hexen
diff --git a/debian/chocolate-hexen.menu b/debian/chocolate-hexen.menu
deleted file mode 100644
index e515a58..0000000
--- a/debian/chocolate-hexen.menu
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(chocolate-hexen):\
-  needs="X11"\
-  section="Games/Action"\
-  hints="Doom,Hexen,First person"\
-  title="Chocolate Hexen"\
-  command="/usr/games/chocolate-hexen"\
-  icon="/usr/share/pixmaps/chocolate-doom.xpm"
diff --git a/debian/chocolate-hexen.postinst b/debian/chocolate-hexen.postinst
deleted file mode 100644
index bab57bc..0000000
--- a/debian/chocolate-hexen.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "abort-upgrade" ] || [ "$1" = "configure" ]
-then
-  update-alternatives \
-  --install /usr/games/hexen hexen /usr/games/chocolate-hexen 50 \
-  --slave /usr/share/man/man6/hexen.6.gz hexen.6.gz /usr/share/man/man6/chocolate-hexen.6.gz
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/chocolate-hexen.prerm b/debian/chocolate-hexen.prerm
deleted file mode 100644
index cea1e1b..0000000
--- a/debian/chocolate-hexen.prerm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]
-then
-  update-alternatives --remove hexen /usr/games/chocolate-hexen
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/chocolate-strife.install b/debian/chocolate-strife.install
deleted file mode 100644
index e57876c..0000000
--- a/debian/chocolate-strife.install
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/games/chocolate-strife
-usr/share/appdata/chocolate-strife.appdata.xml
-usr/share/applications/chocolate-strife.desktop
-usr/share/doc/chocolate-strife
-usr/share/man/man5/chocolate-strife.cfg.5
-usr/share/man/man5/strife.cfg.5
-usr/share/man/man6/chocolate-strife.6
diff --git a/debian/chocolate-strife.links b/debian/chocolate-strife.links
deleted file mode 100644
index 6d403b6..0000000
--- a/debian/chocolate-strife.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/games/chocolate-setup usr/games/chocolate-strife-setup
-usr/share/man/man6/chocolate-setup.6.gz usr/share/man/man6/chocolate-strife-setup.6.gz
diff --git a/debian/chocolate-strife.lintian-overrides b/debian/chocolate-strife.lintian-overrides
deleted file mode 100644
index 417702d..0000000
--- a/debian/chocolate-strife.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# This contains legitimate information
-chocolate-strife: package-contains-upstream-install-documentation usr/share/doc/chocolate-strife/INSTALL.strife
diff --git a/debian/chocolate-strife.menu b/debian/chocolate-strife.menu
deleted file mode 100644
index 8565d47..0000000
--- a/debian/chocolate-strife.menu
+++ /dev/null
@@ -1,7 +0,0 @@
-?package(chocolate-strife):\
-  needs="X11"\
-  section="Games/Action"\
-  hints="Doom,Strife,First person"\
-  title="Chocolate Strife"\
-  command="/usr/games/chocolate-strife"\
-  icon="/usr/share/pixmaps/chocolate-doom.xpm"
diff --git a/debian/chocolate-strife.postinst b/debian/chocolate-strife.postinst
deleted file mode 100644
index c79e6b8..0000000
--- a/debian/chocolate-strife.postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "abort-upgrade" ] || [ "$1" = "configure" ]
-then
-  update-alternatives \
-  --install /usr/games/strife strife /usr/games/chocolate-strife 50 \
-  --slave /usr/share/man/man6/strife.6.gz strife.6.gz /usr/share/man/man6/chocolate-strife.6.gz
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/chocolate-strife.prerm b/debian/chocolate-strife.prerm
deleted file mode 100644
index c3fa22b..0000000
--- a/debian/chocolate-strife.prerm
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]
-then
-  update-alternatives --remove strife /usr/games/chocolate-strife
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/control b/debian/control
index a2bf46f..f609997 100644
--- a/debian/control
+++ b/debian/control
@@ -19,47 +19,31 @@ Vcs-Git: git://anonscm.debian.org/pkg-games/chocolate-doom.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/chocolate-doom.git
 Homepage: http://chocolate-doom.org/
 
-Package: chocolate-common
-Architecture: any
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
-Suggests:
- zenity
-Breaks:
- chocolate-doom (<< 2.1.0-2~)
-Replaces:
- chocolate-doom (<< 2.1.0-2~)
-Description: Common files for Chocolate Doom/Heretic/Hexen/Strife
- Chocolate Doom aims to accurately reproduce the original DOS version of
- Doom and other games based on the Doom engine in a form that can be
- run on modern computers. Unlike most modern Doom engines, Chocolate Doom
- is not derived from the Boom source port and does not inherit its
- features (or bugs).
- .
- Originally, Chocolate Doom was only a Doom source port. The project
- now includes ports of Heretic and Hexen, and Strife.
- .
- This package contains the dedicated server for multiplayer games and
- the common configuration tool for all four ports.
-
 Package: chocolate-doom
 Architecture: any
 Depends:
- chocolate-common (= ${binary:Version}),
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
  freedm | game-data-packager
 Suggests:
+ zenity
+Provides:
  chocolate-heretic,
  chocolate-hexen,
- chocolate-strife
-Provides:
- doom-engine
+ chocolate-strife,
+ doom-engine,
+ heretic-engine,
+ hexen-engine,
+ strife-engine
 Breaks:
  freedm (<< 0.9),
- freedoom (<< 0.6.4-4)
+ freedoom (<< 0.6.4-4),
+Replaces:
+ chocolate-heretic (<< 2.2.1-5~),
+ chocolate-hexen (<< 2.2.1-5~),
+ chocolate-common (<< 2.2.1-5~),
+ chocolate-strife (<< 2.2.1-5~)
 Description: Doom engine closely-compatible with Vanilla Doom
  Chocolate Doom aims to accurately reproduce the original DOS version of
  Doom and other games based on the Doom engine in a form that can be
@@ -70,94 +54,20 @@ Description: Doom engine closely-compatible with Vanilla Doom
  Chocolate Doom is a port of Id Software's 1993 game "Doom" that is designed
  to behave as similar to the original DOS version of Doom as is possible.
  .
- Chocolate Doom requires game data to play. Free game data is available in the
- freedm package. Commercial game data can be packaged using
- "game-data-packager". Chocolate Doom supports all flavors of Doom, including
- The Ultimate Doom, Doom 2 and Final Doom as well as Chex(R) Quest, HACX and
- FreeDM.
-
-Package: chocolate-heretic
-Section: contrib/games
-Architecture: any
-Depends:
- chocolate-common (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends:
- game-data-packager
-Provides:
- heretic-engine
-Breaks:
- chocolate-doom (<< 2.1.0-2~)
-Replaces:
- chocolate-doom (<< 2.1.0-2~)
-Description: Heretic engine closely-compatible with Vanilla Heretic
- Chocolate Doom aims to accurately reproduce the original DOS version of
- Doom and other games based on the Doom engine in a form that can be
- run on modern computers. Unlike most modern Doom engines, Chocolate Doom
- is not derived from the Boom source port and does not inherit its
- features (or bugs).
- .
  Chocolate Heretic is a port of Raven Software's 1994 game "Heretic" that
  aims to behave as similar to the original DOS version of Heretic as possible.
  .
- Chocolate Heretic requires game data to play. Commercial game data can be
- packaged using "game-data-packager".
-
-Package: chocolate-hexen
-Section: contrib/games
-Architecture: any
-Depends:
- chocolate-common (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends:
- game-data-packager
-Provides:
- hexen-engine
-Breaks:
- chocolate-doom (<< 2.1.0-2~)
-Replaces:
- chocolate-doom (<< 2.1.0-2~)
-Description: Hexen engine closely-compatible with Vanilla Hexen
- Chocolate Doom aims to accurately reproduce the original DOS version of
- Doom and other games based on the Doom engine in a form that can be
- run on modern computers. Unlike most modern Doom engines, Chocolate Doom
- is not derived from the Boom source port and does not inherit its
- features (or bugs).
- .
  Chocolate Hexen is a port of Raven Software's 1995 game "Hexen" that aims
  to behave as similar to the original DOS version of Hexen as possible.
  .
- Chocolate Hexen requires game data to play. Commercial game data can be
- packaged using "game-data-packager".
-
-Package: chocolate-strife
-Section: contrib/games
-Architecture: any
-Depends:
- chocolate-common (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends:
- game-data-packager
-Provides:
- strife-engine
-Breaks:
- chocolate-doom (<< 2.1.0-2~)
-Replaces:
- chocolate-doom (<< 2.1.0-2~)
-Description: Strife engine closely-compatible with Vanilla Strife
- Chocolate Doom aims to accurately reproduce the original DOS version of
- Doom and other games based on the Doom engine in a form that can be
- run on modern computers. Unlike most modern Doom engines, Chocolate Doom
- is not derived from the Boom source port and does not inherit its
- features (or bugs).
- .
  Chocolate Strife is an accurate and complete recreation of Rogue
  Entertainment's "Strife: Quest for the Sigil". It was created through more
  than two years of reverse engineering effort with the blessings of the
  original programmers of the game.
  .
- Chocolate Strife requires game data to play. Commercial game data can be
- packaged using "game-data-packager".
+ Chocolate Doom supports all flavors of Doom, including The Ultimate Doom, Doom
+ 2 and Final Doom as well as Chex(R) Quest, HACX and FreeDM.
+ .
+ All Chocolate game engines require game data to play. For Chocolate Doom,
+ Free game data is available in the freedm package. Commercial game data for
+ all four engines can be packaged using "game-data-packager".

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/chocolate-doom.git



More information about the Pkg-games-commits mailing list