This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository unknown-horizons.
commit a981cdcb2679128cb4030c82426be5b4c93975f8 Author: Markus Koschany <[email protected]> Date: Sat Jul 8 00:19:04 2017 +0200 Drop deprecated menu file and xpm icon. Remove imagemagick from Build-Depends. --- debian/clean | 1 - debian/control | 1 - debian/install | 1 - debian/menu | 6 ------ debian/rules | 6 ------ 5 files changed, 15 deletions(-) diff --git a/debian/clean b/debian/clean deleted file mode 100644 index c92b714..0000000 --- a/debian/clean +++ /dev/null @@ -1 +0,0 @@ -unknown-horizons-32x32.xpm diff --git a/debian/control b/debian/control index 9d1b6bc..782bfea 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: dh-python, docbook-xml, docbook-xsl, - imagemagick, intltool, python, xsltproc diff --git a/debian/install b/debian/install deleted file mode 100644 index 6870a45..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -unknown-horizons-32x32.xpm usr/share/pixmaps diff --git a/debian/menu b/debian/menu deleted file mode 100644 index 8075772..0000000 --- a/debian/menu +++ /dev/null @@ -1,6 +0,0 @@ -?package(unknown-horizons):needs="X11" \ - section="Games/Strategy" \ - title="Unknown Horizons" \ - longtitle="Unknown Horizons - 2D realtime strategy simulation" \ - command="/usr/games/unknown-horizons" \ - icon="/usr/share/pixmaps/unknown-horizons-32x32.xpm" diff --git a/debian/rules b/debian/rules index a43bf83..22e8806 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: @@ -15,8 +12,5 @@ override_dh_auto_install: # Remove executable bit from files like tm_* and make Lintian happy find debian/unknown-horizons/usr/share/unknown-horizons -type f -exec chmod a-x {} \; -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

