This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch master in repository wesnoth.
commit 656e1fd1d6476e0e289e46cebe16c8df9d2c79bf Author: Vincent Cheng <[email protected]> Date: Sat May 23 00:36:34 2015 -0700 remove build-dep on deprecated python-support --- debian/changelog | 6 ++++++ debian/control | 4 ++-- debian/control.in | 4 ++-- debian/rules | 1 - 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c18dd7a..984a42e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wesnoth-1.12 (1:1.12.2-3) UNRELEASED; urgency=medium + + * Remove build-dep on deprecated python-support. (Closes: #786135) + + -- Vincent Cheng <[email protected]> Sat, 23 May 2015 00:35:17 -0700 + wesnoth-1.12 (1:1.12.2-2) unstable; urgency=medium * Add metapackages for wesnoth{,-core,-music} since 1.12 is a stable branch. diff --git a/debian/control b/debian/control index a3b1ec6..42a0f5e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Build-Depends: debhelper (>= 7), libsdl-image1.2-dev, libfreetype6-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, libsdl1.2-dev, - libsdl-ttf2.0-dev (>= 2.0.8), python-support, libdbus-1-dev, + libsdl-ttf2.0-dev (>= 2.0.8), libdbus-1-dev, libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev, libboost-serialization-dev, libboost-system-dev, libboost-thread-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-locale-dev, @@ -167,7 +167,7 @@ Description: multiplayer network server for Wesnoth (branch 1.12) Package: wesnoth-1.12-tools Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, +Depends: ${misc:Depends}, ${shlibs:Depends}, python, wesnoth-1.12-data (= ${source:Version}) Enhances: wesnoth-1.12-core Description: tools for campaign developers for Wesnoth (branch 1.12) diff --git a/debian/control.in b/debian/control.in index 3f5961e..92e1b13 100644 --- a/debian/control.in +++ b/debian/control.in @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Build-Depends: debhelper (>= 7), libsdl-image1.2-dev, libfreetype6-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libfribidi-dev, libsdl1.2-dev, - libsdl-ttf2.0-dev (>= 2.0.8), python-support, libdbus-1-dev, + libsdl-ttf2.0-dev (>= 2.0.8), libdbus-1-dev, libboost-iostreams-dev, libboost-test-dev, libboost-regex-dev, libboost-serialization-dev, libboost-system-dev, libboost-thread-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-locale-dev, @@ -167,7 +167,7 @@ Description: multiplayer network server for Wesnoth (branch BRANCH) Package: wesnoth-BRANCH-tools Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, +Depends: ${misc:Depends}, ${shlibs:Depends}, python, wesnoth-BRANCH-data (= ${source:Version}) Enhances: wesnoth-BRANCH-core Description: tools for campaign developers for Wesnoth (branch BRANCH) diff --git a/debian/rules b/debian/rules index 9d4d5a2..b40455f 100755 --- a/debian/rules +++ b/debian/rules @@ -111,7 +111,6 @@ binary-common: dh_installexamples dh_installmenu dh_lintian - dh_pysupport dh_systemd_enable dh_installinit dh_systemd_start -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

