This is an automated email from the git hooks/post-receive script. christoph pushed a commit to branch master in repository unknown-horizons.
commit e3ade63836524963fc62f8800a1ba1870e85caa0 Author: Christoph Egger <[email protected]> Date: Sun Feb 22 23:54:45 2015 +0100 debian cleanup --- debian/changelog | 15 +++++++++++++++ debian/control | 2 ++ debian/rules | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 35ae9cd..a2e2cdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +unknown-horizons (2014.1+ds1-2) UNRELEASED; urgency=medium + + * Add dh-python build dependency + * add python dependency + + -- Christoph Egger <[email protected]> Sun, 22 Feb 2015 23:54:13 +0100 + +unknown-horizons (2014.1+ds1-1) experimental; urgency=medium + + * New upstream release + * Add watchfile + * Upload to experimental (we're in freeze) + + -- Christoph Egger <[email protected]> Sun, 22 Feb 2015 23:05:25 +0100 + unknown-horizons (2013.3+ds1-1) unstable; urgency=low [ Markus Koschany ] diff --git a/debian/control b/debian/control index 416ea84..36a477e 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Christoph Egger <[email protected]> Build-Depends: debhelper (>= 7.0.50~), python, + dh-python, xsltproc, intltool, docbook-xsl, @@ -22,6 +23,7 @@ Depends: ${shlibs:Depends}, ${python:Depends}, python-fife (>= 0.3.4), python-enet, + python, python-yaml Pre-Depends: dpkg (>= 1.15.6~) Description: 2D realtime strategy simulation diff --git a/debian/rules b/debian/rules index b5d769f..76d9bac 100755 --- a/debian/rules +++ b/debian/rules @@ -14,5 +14,5 @@ override_dh_auto_install: debian/unknown-horizons/usr/share/unknown-horizons/content/fonts/OFL override_dh_auto_build-indep: - convert -monitor -resize 32x32 $(CURDIR)/content/unknown-horizons.xpm $(CURDIR)/unknown-horizons-32x32.xpm + convert -monitor -resize 32x32 $(CURDIR)/content/packages/unknown-horizons.xpm $(CURDIR)/unknown-horizons-32x32.xpm -- 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

