This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch devel in repository wesnoth.
commit 7b97dbff1cc3ed5eb1cdf95ece41f82d7a85063d Author: Vincent Cheng <[email protected]> Date: Sat May 23 00:44:24 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 b5461aa..f770e7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wesnoth-1.12 (1:1.13.0-2) 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.13 (1:1.13.0-1) unstable; urgency=medium * New upstream devel release. diff --git a/debian/control b/debian/control index ab48661..d988772 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, @@ -125,7 +125,7 @@ Description: multiplayer network server for Wesnoth (branch 1.13) Package: wesnoth-1.13-tools Architecture: all -Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, +Depends: ${misc:Depends}, ${shlibs:Depends}, python, wesnoth-1.13-data (= ${source:Version}) Enhances: wesnoth-1.13-core Description: tools for campaign developers for Wesnoth (branch 1.13) diff --git a/debian/control.in b/debian/control.in index 4415b46..c3eb322 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, @@ -125,7 +125,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 fa833f9..75d5787 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

