This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository unknown-horizons.
commit 5b5f4bf7865eca87e110a7672728b7f6a3976b42 Author: Markus Koschany <[email protected]> Date: Fri Jan 20 22:35:26 2017 +0100 Add get-orig-source target and remove prebuilt libraries. --- debian/copyright | 2 ++ debian/rules | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/copyright b/debian/copyright index b62c19e..6038f80 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Unknown Horizons Source: https://github.com/unknown-horizons/unknown-horizons +Files-Excluded: + horizons/network/libs Files: * Copyright: 2010, 2011 Unknown Horizons Team diff --git a/debian/rules b/debian/rules index 27e8379..a43bf83 100755 --- a/debian/rules +++ b/debian/rules @@ -18,3 +18,5 @@ override_dh_auto_install: override_dh_auto_build-indep: convert -monitor -resize 32x32 $(CURDIR)/content/packages/unknown-horizons.xpm $(CURDIR)/unknown-horizons-32x32.xpm +get-orig-source: + uscan --force-download --download-current-version --repack --compression xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/unknown-horizons.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

