This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch debian/master in repository colobot.
commit 0010eca76aa60e458b685c67ff81cecdca893de6 Author: Tobias Frost <[email protected]> Date: Fri Jan 8 09:35:58 2016 +0100 Update B-D to libpng-dev only, versioned depend is no longer needed. --- debian/changelog | 13 +++++++++++++ debian/control | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b91db0d..54fae39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +colobot (0.1.6-3) UNRELEASED; urgency=medium + + * Team upload. + * Update B-D to libpng-dev only, versioned depend is no longer needed. + + -- Tobias Frost <[email protected]> Fri, 08 Jan 2016 09:34:26 +0100 + +colobot (0.1.6-2) UNRELEASED; urgency=medium + + * Change B-D to libpng-dev only + + -- Didier Raboud <[email protected]> Fri, 08 Jan 2016 09:33:45 +0100 + colobot (0.1.6-1) unstable; urgency=medium * New upstream release: 0.1.6 The Code Battle Update diff --git a/debian/control b/debian/control index 62ceff5..801d198 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: libglew-dev, libgtest-dev, libopenal-dev, - libpng12-dev (>= 1.2), + libpng-dev, libphysfs-dev, librsvg2-bin, libsdl-image1.2-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

