[chocolate-doom] 01/01: Trim down package dependencies.

Fabian Greffrath fabian-guest at moszumanska.debian.org
Tue May 5 15:32:52 UTC 2015


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

fabian-guest pushed a commit to branch master
in repository chocolate-doom.

commit 2382798beb7b7166549f14ff847a2234dd76decf
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Tue May 5 17:32:46 2015 +0200

    Trim down package dependencies.
    
    * Trim down package dependencies.
      + All four ports now merely have "Recommends: game-data-packager".
      + The chocolate-doom package has "Recommends: freedm | game-data-packager"
        and "Breaks: freedm (<< 0.9)".
---
 debian/changelog |  4 ++++
 debian/control   | 15 +++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a07cbd3..8f54a58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,10 @@ chocolate-doom (2.1.0-2) unstable; urgency=medium
     + The Heretic, Hexen and Strife ports remain in "contrib/games", though.
   * Apply a series of patches cherry-picked from upstream GIT to fix the
     hyphen-used-as-minus-sign lintian warning.
+  * Trim down package dependencies.
+    + All four ports now merely have "Recommends: game-data-packager".
+    + The chocolate-doom package has "Recommends: freedm | game-data-packager"
+      and "Breaks: freedm (<< 0.9)".
 
  -- Fabian Greffrath <fabian+debian at greffrath.com>  Mon, 04 May 2015 08:35:59 +0200
 
diff --git a/debian/control b/debian/control
index 3db7d14..1780a27 100644
--- a/debian/control
+++ b/debian/control
@@ -47,17 +47,17 @@ Package: chocolate-doom
 Architecture: any
 Depends:
  chocolate-common (= ${binary:Version}),
- freedm (>= 0.9) | game-data-packager | doom-wad,
  ${misc:Depends},
  ${shlibs:Depends}
 Recommends:
  chocolate-heretic,
  chocolate-hexen,
- chocolate-strife
+ chocolate-strife,
+ freedm | game-data-packager
 Provides:
  doom-engine
 Breaks:
- freedm (<< 0.6.4-4),
+ freedm (<< 0.9),
  freedoom (<< 0.6.4-4)
 Description: Doom engine closely-compatible with Vanilla Doom
  Chocolate Doom aims to accurately reproduce the original DOS version of
@@ -79,9 +79,10 @@ Section: contrib/games
 Architecture: any
 Depends:
  chocolate-common (= ${binary:Version}),
- game-data-packager | heretic-wad,
  ${misc:Depends},
  ${shlibs:Depends}
+Recommends:
+ game-data-packager
 Provides:
  heretic-engine
 Breaks:
@@ -106,9 +107,10 @@ Section: contrib/games
 Architecture: any
 Depends:
  chocolate-common (= ${binary:Version}),
- game-data-packager | hexen-wad,
  ${misc:Depends},
  ${shlibs:Depends}
+Recommends:
+ game-data-packager
 Provides:
  hexen-engine
 Breaks:
@@ -133,9 +135,10 @@ Section: contrib/games
 Architecture: any
 Depends:
  chocolate-common (= ${binary:Version}),
- game-data-packager | strife-wad,
  ${misc:Depends},
  ${shlibs:Depends}
+Recommends:
+ game-data-packager
 Provides:
  strife-engine
 Breaks:

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