[hedgewars] 01/01: Preparing for new release
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Jan 17 16:15:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository hedgewars.
commit 41e2241c5b30b985261b533788374e3da21b6a90
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Jan 17 17:14:36 2014 +0100
Preparing for new release
---
debian/changelog | 12 ++++++++++++
debian/control | 11 +++++++++--
debian/hedgewars-data.links | 3 ---
debian/rules | 3 ++-
4 files changed, 23 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f219d13..06353ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+hedgewars (0.9.20.5-2) UNRELEASED; urgency=low
+
+ * Trying to use the system libphysfs library
+ * debian/control:
+ - added libphysfs-dev as build-dep
+ - depend on fonts-dejavu-core instead of ttf-dejavu-core
+ since it is smaller
+ * Adding font paths to debian/rules, dropping
+ hedgewars-data.links
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Thu, 16 Jan 2014 12:08:55 +0100
+
hedgewars (0.9.20.5-2) unstable; urgency=medium
* Fixed many copyright issues
diff --git a/debian/control b/debian/control
index 40c3f7b..c5c3042 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,14 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~),
libghc-utf8-string-dev,
libghc-vector-dev,
libghc-random-dev,
- imagemagick
+# convert function
+ imagemagick,
+# new dependency
+ libphysfs-dev,
+# finding system fonts
+ fonts-dejavu-core,
+ ttf-wqy-zenhei
+
Standards-Version: 3.9.5
Homepage: http://hedgewars.org
VCS-Git: git://anonscm.debian.org/pkg-games/hedgewars.git
@@ -38,7 +45,7 @@ VCS-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/hedgewars.git
Package: hedgewars
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- ttf-dejavu-core,
+ fonts-dejavu-core,
ttf-wqy-zenhei,
freeglut3,
hedgewars-data (>= ${source:Upstream-Version})
diff --git a/debian/hedgewars-data.links b/debian/hedgewars-data.links
deleted file mode 100644
index f973342..0000000
--- a/debian/hedgewars-data.links
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf /usr/share/games/hedgewars/Data/Fonts/DejaVuSans.ttf
-/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf /usr/share/games/hedgewars/Data/Fonts/DejaVuSans-Bold.ttf
-/usr/share/fonts/truetype/wqy/wqy-zenhei.ttc /usr/share/games/hedgewars/Data/Fonts/wqy-zenhei.ttc
diff --git a/debian/rules b/debian/rules
index 516ab29..618dd48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,8 @@ override_dh_auto_configure:
done
dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars \
-DDATA_INSTALL_DIR=/usr/share/games/hedgewars \
- -DCMAKE_BUILD_TYPE=RELEASE
+ -DCMAKE_BUILD_TYPE=RELEASE -DPHYSFS_SYSTEM=ON \
+ -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu'
override_dh_clean:
rm -rf tmp-icon
--
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