This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository libcsfml.
commit e57c9457cbe7c24de97c27f68b0cccba218484e1 Author: James Cowgill <[email protected]> Date: Fri Mar 3 22:47:34 2017 +0000 Run wrap-and-sort -s on debian/control --- debian/control | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/debian/control b/debian/control index 78a238f..86d0f0f 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,9 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Christoph Egger <[email protected]>, James Cowgill <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: cmake (>= 2.8.9), + debhelper (>= 9), doxygen, libsfml-dev (>= 2.4) Standards-Version: 3.9.8 @@ -19,14 +20,15 @@ Package: libcsfml-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: ${misc:Depends}, - libgl1-mesa-dev | libgl-dev, - libglu1-mesa-dev | libglu-dev, +Depends: libcsfml-audio2.4 (= ${binary:Version}), libcsfml-graphics2.4 (= ${binary:Version}), libcsfml-network2.4 (= ${binary:Version}), libcsfml-system2.4 (= ${binary:Version}), - libcsfml-window2.4 (= ${binary:Version}) + libcsfml-window2.4 (= ${binary:Version}), + libgl1-mesa-dev | libgl-dev, + libglu1-mesa-dev | libglu-dev, + ${misc:Depends} Suggests: libcsfml-doc Description: Libraries for the C Binding of SFML - Development Files SFML is a modern multimedia library offering a wide range of subsystems @@ -56,7 +58,7 @@ Package: libcsfml-audio2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Libraries for the C Binding of SFML - Audio Part SFML is a modern multimedia library offering a wide range of subsystems useful to produce a multimedia app. It offers OpenGL integration for @@ -72,7 +74,7 @@ Package: libcsfml-graphics2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Libraries for the C Binding of SFML - Graphics Part SFML is a modern multimedia library offering a wide range of subsystems useful to produce a multimedia app. It offers OpenGL integration for @@ -88,7 +90,7 @@ Package: libcsfml-system2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Libraries for the C Binding of SFML - System Part SFML is a modern multimedia library offering a wide range of subsystems useful to produce a multimedia app. It offers OpenGL integration for @@ -104,7 +106,7 @@ Package: libcsfml-network2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Libraries for the C Binding of SFML - Network Part SFML is a modern multimedia library offering a wide range of subsystems useful to produce a multimedia app. It offers OpenGL integration for @@ -119,7 +121,7 @@ Package: libcsfml-window2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Libraries for the C Binding of SFML - Window Part SFML is a modern multimedia library offering a wide range of subsystems useful to produce a multimedia app. It offers OpenGL integration for -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

