This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch master in repository widelands.
commit 5b573abf79218ebb6a6e3b3e8d2ba6cfe4598284 Author: Martin Quinson <[email protected]> Date: Sat Mar 11 09:10:58 2017 +0100 Fix path to amiri-font (Closes: #845660) + document recent changes and upload to unstable --- debian/changelog | 10 ++++++++++ debian/rules | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 94c6d52..583168d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +widelands (1:19+repack-3) unstable; urgency=medium + + * Pick a new appdata file from upstream, so that widelands appears + back in the software center. + * Fix path to amiri-font (Closes: #845660) + Thanks to eingousef for the report and Nobuhiro Ban for the patch. + * Forget commented patches: they are actually useless now. + + -- Martin Quinson <[email protected]> Sat, 11 Mar 2017 09:14:22 +0100 + widelands (1:19+repack-2) unstable; urgency=medium * Pick a new desktop file from upstream, mainly to fix the icon path. diff --git a/debian/rules b/debian/rules index 749da57..7a93891 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,7 @@ override_dh_auto_install: # Take care of the fonts (use system-wide ones) # Not doing so would violate the Debian Policy, preventing the package to enter the official repositories rm -r debian/tmp/usr/share/games/widelands/data/i18n/fonts/amiri - ln -s /usr/share/fonts/opentype/fonts-hosny-amiri debian/tmp/usr/share/games/widelands/data/i18n/fonts + ln -s /usr/share/fonts/opentype/fonts-hosny-amiri debian/tmp/usr/share/games/widelands/data/i18n/fonts/amiri rm -r debian/tmp/usr/share/games/widelands/data/i18n/fonts/DejaVu ln -s /usr/share/fonts/truetype/dejavu debian/tmp/usr/share/games/widelands/data/i18n/fonts/DejaVu rm -r debian/tmp/usr/share/games/widelands/data/i18n/fonts/MicroHei -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/widelands.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

