[libcsfml] 05/20: Rename library package suffixes from 2 to 2.2 according to soname change

James Cowgill jcowgill-guest at moszumanska.debian.org
Tue Mar 3 23:56:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository libcsfml.

commit 2a99c7a4e3626a6f3aa5c8010783b750e2b3399b
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Tue Mar 3 20:57:24 2015 +0000

    Rename library package suffixes from 2 to 2.2 according to soname change
---
 debian/control                                     | 30 +++++++++++-----------
 ...ml-audio2.install => libcsfml-audio2.2.install} |  0
 ...ml-audio2.symbols => libcsfml-audio2.2.symbols} |  0
 ...phics2.install => libcsfml-graphics2.2.install} |  0
 ...phics2.symbols => libcsfml-graphics2.2.symbols} |  0
 ...etwork2.install => libcsfml-network2.2.install} |  0
 debian/libcsfml-network2.2.lintian-overrides       |  3 +++
 ...etwork2.symbols => libcsfml-network2.2.symbols} |  0
 debian/libcsfml-network2.lintian-overrides         |  3 ---
 ...-system2.install => libcsfml-system2.2.install} |  0
 ...-system2.symbols => libcsfml-system2.2.symbols} |  0
 ...-window2.install => libcsfml-window2.2.install} |  0
 ...-window2.symbols => libcsfml-window2.2.symbols} |  0
 13 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 2150312..d9acde2 100644
--- a/debian/control
+++ b/debian/control
@@ -20,11 +20,11 @@ Multi-Arch: same
 Depends: ${misc:Depends},
  libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
- libcsfml-audio2 (= ${binary:Version}),
- libcsfml-graphics2 (= ${binary:Version}),
- libcsfml-network2 (= ${binary:Version}),
- libcsfml-system2 (= ${binary:Version}),
- libcsfml-window2 (= ${binary:Version})
+ libcsfml-audio2.2 (= ${binary:Version}),
+ libcsfml-graphics2.2 (= ${binary:Version}),
+ libcsfml-network2.2 (= ${binary:Version}),
+ libcsfml-system2.2 (= ${binary:Version}),
+ libcsfml-window2.2 (= ${binary:Version})
 Description: Libraries for the C Binding of SFML - Development Files
  SFML is a modern multimedia library offering a wide range of subsystems
  useful to produce a multimedia app. It offers OpenGL integration for
@@ -55,11 +55,11 @@ Priority: extra
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
-  libcsfml-audio2 (= ${binary:Version}) |
-  libcsfml-graphics2 (= ${binary:Version}) |
-  libcsfml-network2 (= ${binary:Version}) |
-  libcsfml-system2 (= ${binary:Version}) |
-  libcsfml-window2 (= ${binary:Version})
+  libcsfml-audio2.2 (= ${binary:Version}) |
+  libcsfml-graphics2.2 (= ${binary:Version}) |
+  libcsfml-network2.2 (= ${binary:Version}) |
+  libcsfml-system2.2 (= ${binary:Version}) |
+  libcsfml-window2.2 (= ${binary:Version})
 Description: Libraries for the C Binding of SFML - Debug Files
  SFML is a modern multimedia library offering a wide range of subsystems
  useful to produce a multimedia app. It offers OpenGL integration for
@@ -70,7 +70,7 @@ Description: Libraries for the C Binding of SFML - Debug Files
  .
  This package includes debug symbols for all CSFML libraries.
 
-Package: libcsfml-audio2
+Package: libcsfml-audio2.2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -86,7 +86,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
+Package: libcsfml-graphics2.2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -102,7 +102,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
+Package: libcsfml-system2.2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -118,7 +118,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
+Package: libcsfml-network2.2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -133,7 +133,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
+Package: libcsfml-window2.2
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff --git a/debian/libcsfml-audio2.install b/debian/libcsfml-audio2.2.install
similarity index 100%
rename from debian/libcsfml-audio2.install
rename to debian/libcsfml-audio2.2.install
diff --git a/debian/libcsfml-audio2.symbols b/debian/libcsfml-audio2.2.symbols
similarity index 100%
rename from debian/libcsfml-audio2.symbols
rename to debian/libcsfml-audio2.2.symbols
diff --git a/debian/libcsfml-graphics2.install b/debian/libcsfml-graphics2.2.install
similarity index 100%
rename from debian/libcsfml-graphics2.install
rename to debian/libcsfml-graphics2.2.install
diff --git a/debian/libcsfml-graphics2.symbols b/debian/libcsfml-graphics2.2.symbols
similarity index 100%
rename from debian/libcsfml-graphics2.symbols
rename to debian/libcsfml-graphics2.2.symbols
diff --git a/debian/libcsfml-network2.install b/debian/libcsfml-network2.2.install
similarity index 100%
rename from debian/libcsfml-network2.install
rename to debian/libcsfml-network2.2.install
diff --git a/debian/libcsfml-network2.2.lintian-overrides b/debian/libcsfml-network2.2.lintian-overrides
new file mode 100644
index 0000000..025f450
--- /dev/null
+++ b/debian/libcsfml-network2.2.lintian-overrides
@@ -0,0 +1,3 @@
+# The libcsfml-network2.2 package doesn't use any functions which can be
+#  fortified, even though all the correct flags are passed.
+libcsfml-network2.2 binary: hardening-no-fortify-functions
diff --git a/debian/libcsfml-network2.symbols b/debian/libcsfml-network2.2.symbols
similarity index 100%
rename from debian/libcsfml-network2.symbols
rename to debian/libcsfml-network2.2.symbols
diff --git a/debian/libcsfml-network2.lintian-overrides b/debian/libcsfml-network2.lintian-overrides
deleted file mode 100644
index 1aefda0..0000000
--- a/debian/libcsfml-network2.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# The libcsfml-network2 package doesn't use any functions which can be
-#  fortified, even though all the correct flags are passed.
-libcsfml-network2 binary: hardening-no-fortify-functions
diff --git a/debian/libcsfml-system2.install b/debian/libcsfml-system2.2.install
similarity index 100%
rename from debian/libcsfml-system2.install
rename to debian/libcsfml-system2.2.install
diff --git a/debian/libcsfml-system2.symbols b/debian/libcsfml-system2.2.symbols
similarity index 100%
rename from debian/libcsfml-system2.symbols
rename to debian/libcsfml-system2.2.symbols
diff --git a/debian/libcsfml-window2.install b/debian/libcsfml-window2.2.install
similarity index 100%
rename from debian/libcsfml-window2.install
rename to debian/libcsfml-window2.2.install
diff --git a/debian/libcsfml-window2.symbols b/debian/libcsfml-window2.2.symbols
similarity index 100%
rename from debian/libcsfml-window2.symbols
rename to debian/libcsfml-window2.2.symbols

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libcsfml.git



More information about the Pkg-games-commits mailing list