This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository minetest-v04x.
commit 1700592cb2e4c58bc0b3148fab906851ca60c8e8 Author: Markus Koschany <[email protected]> Date: Fri Jan 13 22:04:01 2017 +0100 Update repack.sh. Remove liberation fonts as well we use Debian's system fonts anyway. Closes: #851114 --- debian/repack.sh | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/debian/repack.sh b/debian/repack.sh index 98b749f..2e1127b 100755 --- a/debian/repack.sh +++ b/debian/repack.sh @@ -8,17 +8,19 @@ repacksuffix="+repack" dfsgremovals="Makefile.bak \ - .gitattributes \ - .gitignore \ - .hg_archival \ - .hg_archival.txt \ - .hgignore \ - .hgtags \ - fontlucida.png \ - sqlite \ - json \ - lua" -# jthread # upstream patched that lib, which seem dead upstream itself, so use minetest's version even if I don't like it. + .gitattributes \ + .gitignore \ + .hg_archival \ + .hg_archival.txt \ + .hgignore \ + .hgtags \ + fontlucida.png \ + sqlite \ + json \ + lua \ + liberationmono.ttf \ + liberationsans.ttf" +#jthread # upstream patched that lib, which seem dead upstream itself, so use minetest's version even if I don't like it. included_games="minetest_game" @@ -63,4 +65,4 @@ GZIP="-9fn" tar -czf "../$basedir/${source}_${newups}.orig.tar.gz" "${source}-${ rm -rf "${source}-${newups}" cd ../ # out of temp -rm -rf temp \ No newline at end of file +rm -rf temp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

