This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository libcsfml.
commit 9a1304f068eb20fa4bc0ecf0b788cff3a064ef07 Author: James Cowgill <[email protected]> Date: Fri Mar 3 22:34:50 2017 +0000 Rename packages for SONAME bump --- debian/control | 20 ++++++++++---------- ...ml-audio2.3.install => libcsfml-audio2.4.install} | 0 ...ml-audio2.3.symbols => libcsfml-audio2.4.symbols} | 0 ...phics2.3.install => libcsfml-graphics2.4.install} | 0 ...phics2.3.symbols => libcsfml-graphics2.4.symbols} | 0 debian/libcsfml-network2.3.lintian-overrides | 3 --- ...etwork2.3.install => libcsfml-network2.4.install} | 0 debian/libcsfml-network2.4.lintian-overrides | 3 +++ ...etwork2.3.symbols => libcsfml-network2.4.symbols} | 0 ...-system2.3.install => libcsfml-system2.4.install} | 0 ...-system2.3.symbols => libcsfml-system2.4.symbols} | 0 ...-window2.3.install => libcsfml-window2.4.install} | 0 ...-window2.3.symbols => libcsfml-window2.4.symbols} | 0 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index d0878af..78a238f 100644 --- a/debian/control +++ b/debian/control @@ -22,11 +22,11 @@ Multi-Arch: same Depends: ${misc:Depends}, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, - libcsfml-audio2.3 (= ${binary:Version}), - libcsfml-graphics2.3 (= ${binary:Version}), - libcsfml-network2.3 (= ${binary:Version}), - libcsfml-system2.3 (= ${binary:Version}), - libcsfml-window2.3 (= ${binary:Version}) + 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}) 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 @@ -52,7 +52,7 @@ Description: Libraries for the C Binding of SFML - Documentation . This package includes documentation for all CSFML libraries. -Package: libcsfml-audio2.3 +Package: libcsfml-audio2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -68,7 +68,7 @@ Description: Libraries for the C Binding of SFML - Audio Part The Audio library is used to play sound and music in games. It is able to load OGG/Vorbis files. -Package: libcsfml-graphics2.3 +Package: libcsfml-graphics2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -84,7 +84,7 @@ Description: Libraries for the C Binding of SFML - Graphics Part The Graphics library contains all the OpenGL and drawing code. It needs the Window library for Window creation. -Package: libcsfml-system2.3 +Package: libcsfml-system2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -100,7 +100,7 @@ Description: Libraries for the C Binding of SFML - System Part The system library brings useful system utilities like multithreading and UNICODE handling -Package: libcsfml-network2.3 +Package: libcsfml-network2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -115,7 +115,7 @@ Description: Libraries for the C Binding of SFML - Network Part . The Network Library brings basic networking support as needed by games. -Package: libcsfml-window2.3 +Package: libcsfml-window2.4 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} diff --git a/debian/libcsfml-audio2.3.install b/debian/libcsfml-audio2.4.install similarity index 100% rename from debian/libcsfml-audio2.3.install rename to debian/libcsfml-audio2.4.install diff --git a/debian/libcsfml-audio2.3.symbols b/debian/libcsfml-audio2.4.symbols similarity index 100% rename from debian/libcsfml-audio2.3.symbols rename to debian/libcsfml-audio2.4.symbols diff --git a/debian/libcsfml-graphics2.3.install b/debian/libcsfml-graphics2.4.install similarity index 100% rename from debian/libcsfml-graphics2.3.install rename to debian/libcsfml-graphics2.4.install diff --git a/debian/libcsfml-graphics2.3.symbols b/debian/libcsfml-graphics2.4.symbols similarity index 100% rename from debian/libcsfml-graphics2.3.symbols rename to debian/libcsfml-graphics2.4.symbols diff --git a/debian/libcsfml-network2.3.lintian-overrides b/debian/libcsfml-network2.3.lintian-overrides deleted file mode 100644 index 3a7b773..0000000 --- a/debian/libcsfml-network2.3.lintian-overrides +++ /dev/null @@ -1,3 +0,0 @@ -# The libcsfml-network2.3 package doesn't use any functions which can be -# fortified, even though all the correct flags are passed. -libcsfml-network2.3 binary: hardening-no-fortify-functions diff --git a/debian/libcsfml-network2.3.install b/debian/libcsfml-network2.4.install similarity index 100% rename from debian/libcsfml-network2.3.install rename to debian/libcsfml-network2.4.install diff --git a/debian/libcsfml-network2.4.lintian-overrides b/debian/libcsfml-network2.4.lintian-overrides new file mode 100644 index 0000000..13d242c --- /dev/null +++ b/debian/libcsfml-network2.4.lintian-overrides @@ -0,0 +1,3 @@ +# The libcsfml-network2.4 package doesn't use any functions which can be +# fortified, even though all the correct flags are passed. +libcsfml-network2.4 binary: hardening-no-fortify-functions diff --git a/debian/libcsfml-network2.3.symbols b/debian/libcsfml-network2.4.symbols similarity index 100% rename from debian/libcsfml-network2.3.symbols rename to debian/libcsfml-network2.4.symbols diff --git a/debian/libcsfml-system2.3.install b/debian/libcsfml-system2.4.install similarity index 100% rename from debian/libcsfml-system2.3.install rename to debian/libcsfml-system2.4.install diff --git a/debian/libcsfml-system2.3.symbols b/debian/libcsfml-system2.4.symbols similarity index 100% rename from debian/libcsfml-system2.3.symbols rename to debian/libcsfml-system2.4.symbols diff --git a/debian/libcsfml-window2.3.install b/debian/libcsfml-window2.4.install similarity index 100% rename from debian/libcsfml-window2.3.install rename to debian/libcsfml-window2.4.install diff --git a/debian/libcsfml-window2.3.symbols b/debian/libcsfml-window2.4.symbols similarity index 100% rename from debian/libcsfml-window2.3.symbols rename to debian/libcsfml-window2.4.symbols -- 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

