[hedgewars] 01/01: Use fp-compiler and subpackages to simplify build-deps

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Jan 5 17:19:41 UTC 2018


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

locutusofborg pushed a commit to branch master
in repository hedgewars.

commit 75131ba3fc3b9bf52262f4d5fefc0a70b6a30a15
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Jan 5 18:18:29 2018 +0100

    Use fp-compiler and subpackages to simplify build-deps
---
 debian/changelog | 7 +++++++
 debian/control   | 4 +++-
 debian/rules     | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7bd2e95..8678ef2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hedgewars (0.9.23-dfsg-2) unstable; urgency=medium
+
+  * Minimize dependencies (Closes: #886392)
+    thanks Graham Inggs for the help!
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 05 Jan 2018 17:31:26 +0100
+
 hedgewars (0.9.23-dfsg-1) unstable; urgency=medium
 
   * New upstream version 0.9.23-dfsg
diff --git a/debian/control b/debian/control
index 5d1bced..e298b38 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Build-Depends: clang [hurd-i386 kfreebsd-amd64 kfreebsd-i386 mips64el ppc64el s3
                cmake,
                debhelper (>= 10),
                dpkg-dev (>= 1.16.1~),
-               fpc [amd64 arm64 armel armhf i386 mips mipsel m68k powerpc ppc64],
+               fp-compiler [amd64 arm64 armel armhf i386 mips mipsel m68k powerpc ppc64],
+               fp-units-misc [amd64 arm64 armel armhf i386 mips mipsel m68k powerpc ppc64],
+               fp-units-gfx [amd64 arm64 armel armhf i386 mips mipsel m68k powerpc ppc64],
                freeglut3-dev,
                ghc,
 # convert function
diff --git a/debian/rules b/debian/rules
index 42e5ee8..443ffd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 DEJAVU_DIRECTORY := $(shell dirname `readlink -f /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf`)
 
-ifeq ($(shell dpkg -s fpc | grep -o installed), installed)
+ifeq ($(shell dpkg -s fp-compiler | grep -o installed), installed)
  BUILD_ENGINE_C := NO
 else
  BUILD_ENGINE_C := YES

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/hedgewars.git



More information about the Pkg-games-commits mailing list