This is an automated email from the git hooks/post-receive script. lepalom-guest pushed a commit to branch master in repository ode.
commit b0ffc1e58e368653247f6a408416bd64844f53ff Author: Leopold Palomo-Avellaneda <[email protected]> Date: Thu Sep 10 13:24:14 2015 +0200 Dropped old packages names and some errors. Thanks to James Cowgill --- debian/control | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 8eb8210..670a832 100644 --- a/debian/control +++ b/debian/control @@ -5,21 +5,18 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Barry deFreese <[email protected]>, Leopold Palomo-Avellaneda <[email protected]> Build-Depends: debhelper (>= 9), docbook-to-man, autotools-dev, - automake, libtool, + automake (>= 1.11), libtool, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libccd-dev, pkg-config, dh-exec Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/ode.git Vcs-Git: git://anonscm.debian.org/pkg-games/ode.git - Homepage: http://www.ode.org/ Package: libode4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: libode0c2, libode1 -Replaces: libode0c2, libode1 Description: Open Dynamics Engine - runtime library ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving @@ -36,8 +33,8 @@ Package: libode-dev Section: libdevel Architecture: any Depends: libode4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} -Conflicts: ode-dev, libode0-dev, libode-sp-dev -Replaces: ode-dev, libode0-dev +Conflicts: libode0-dev, libode-sp-dev +Replaces: libode0-dev Provides: libode4-dev Description: Open Dynamics Engine - development files ODE is a free, industrial quality library for simulating articulated rigid -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ode.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

