Author: tobi Date: 2014-09-13 10:47:37 +0000 (Sat, 13 Sep 2014) New Revision: 15197
Modified: packages/trunk/renpy/debian/changelog packages/trunk/renpy/debian/control Log: Changeset for 6.17.6-1.1 Modified: packages/trunk/renpy/debian/changelog =================================================================== --- packages/trunk/renpy/debian/changelog 2014-09-13 09:04:37 UTC (rev 15196) +++ packages/trunk/renpy/debian/changelog 2014-09-13 10:47:37 UTC (rev 15197) @@ -1,3 +1,11 @@ +renpy (6.17.6-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Tighten dependency of penpy on same version of python-renpy" (Closes: + #753756) + + -- Tobias Frost <[email protected]> Sun, 10 Aug 2014 19:09:07 +0200 + renpy (6.17.6-1) unstable; urgency=medium [ Miriam Ruiz ] Modified: packages/trunk/renpy/debian/control =================================================================== --- packages/trunk/renpy/debian/control 2014-09-13 09:04:37 UTC (rev 15196) +++ packages/trunk/renpy/debian/control 2014-09-13 10:47:37 UTC (rev 15197) @@ -18,9 +18,9 @@ Package: renpy Architecture: all -Depends: python-pygame (>= 1.8.1), python-renpy, - ttf-dejavu-core, fonts-roboto, fonts-motoya-l-cedar, fonts-nanum, - ${python:Depends}, ${misc:Depends} +Depends: python-pygame (>= 1.8.1), python-renpy (>= ${source:Version}), + python-renpy (<< ${source:Version}.1~), ttf-dejavu-core, fonts-roboto, + fonts-motoya-l-cedar, fonts-nanum, ${python:Depends}, ${misc:Depends} Recommends: python-ctypes, zenity Description: framework for developing visual-novel type games Ren'Py is a programming language and runtime, intended to ease the creation _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

