The following commit has been merged in the master branch:
commit de58b3062873c27fbfcae757c6eeeebdf43f4bc6
Author: Christoph Egger <[email protected]>
Date:   Tue Aug 10 18:41:14 2010 +0200

    Update for SFML 1.6

diff --git a/CSFML/lib/libcsfml-audio.so.1.6 b/CSFML/lib/libcsfml-audio.so.1.6
deleted file mode 100755
index 85bac9b..0000000
Binary files a/CSFML/lib/libcsfml-audio.so.1.6 and /dev/null differ
diff --git a/CSFML/lib/libcsfml-graphics.so.1.6 
b/CSFML/lib/libcsfml-graphics.so.1.6
deleted file mode 100755
index ffeae82..0000000
Binary files a/CSFML/lib/libcsfml-graphics.so.1.6 and /dev/null differ
diff --git a/CSFML/lib/libcsfml-network.so.1.6 
b/CSFML/lib/libcsfml-network.so.1.6
deleted file mode 100755
index 1718116..0000000
Binary files a/CSFML/lib/libcsfml-network.so.1.6 and /dev/null differ
diff --git a/CSFML/lib/libcsfml-system.so.1.6 b/CSFML/lib/libcsfml-system.so.1.6
deleted file mode 100755
index bc3edca..0000000
Binary files a/CSFML/lib/libcsfml-system.so.1.6 and /dev/null differ
diff --git a/CSFML/lib/libcsfml-window.so.1.6 b/CSFML/lib/libcsfml-window.so.1.6
deleted file mode 100755
index e2494ce..0000000
Binary files a/CSFML/lib/libcsfml-window.so.1.6 and /dev/null differ
diff --git a/debian/changelog b/debian/changelog
index 8af9876..ee9da21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcsfml (1.6-1) unstable; urgency=low
+
+  * New upstream 1.6 release
+  * Bump standards version (no changes)
+  * Rename library packages due to soname change
+  * Add a -doc package
+
+ -- Christoph Egger <[email protected]>  Sun, 09 May 2010 11:48:39 +0200
+
 libcsfml (1.5-3) unstable; urgency=low
 
   * Check for CSFML_SYSTEM_FREEBSD alternatively to _LINUX if X11 is
diff --git a/debian/control b/debian/control
index 603d3d8..297684a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Maintainer: Debian Games team 
<[email protected]>
 Uploaders: Christoph Egger <[email protected]>
 Build-Depends: debhelper (>= 7),
   quilt,
-  libsfml-dev (>= 1.5)
-Standards-Version: 3.8.3
+  libsfml-dev (>= 1.6)
+Standards-Version: 3.8.4
 Section: libs
 Homepage: http://www.sfml-dev.org
 Vcs-Git: git://git.debian.org/pkg-games/libcsfml.git
@@ -14,11 +14,12 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/libcsfml.git
 Package: libcsfml-dev
 Section: libdevel
 Architecture: any
-Depends: libcsfml-audio1.5 (= ${binary:Version}),
- libcsfml-graphics1.5 (= ${binary:Version}),
- libcsfml-network1.5 (= ${binary:Version}),
- libcsfml-system1.5 (= ${binary:Version}),
- libcsfml-window1.5 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libcsfml-audio1.6 (= ${binary:Version}),
+ libcsfml-graphics1.6 (= ${binary:Version}),
+ libcsfml-network1.6 (= ${binary:Version}),
+ libcsfml-system1.6 (= ${binary:Version}),
+ libcsfml-window1.6 (= ${binary:Version})
 Conflicts: libcsfml1.deb3-dev
 Replaces: libcsfml1.deb3-dev
 Description: Developmentfiles for the C binding of SFML
@@ -29,16 +30,28 @@ Description: Developmentfiles for the C binding of SFML
  .
  This Package provides the developmentfiles for the C Binding
 
-Package: libcsfml1.5-dbg
+Package: libcsfml-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Libraries for the C Binding of SFML - Documentation
+ SFML is an simple but fast library for providing access
+ to multimedia libraries. It can be used to develop OpenGL
+ Applications with OpenAL Audio. It Supports Cross Platform
+ Development
+ .
+ This package includes documentation for all CSFML libraries.
+
+Package: libcsfml1.6-dbg
 Section: debug
 Architecture: any
 Depends: ${shlibs:Depends},
   ${misc:Depends},
-  libcsfml-audio1.5 (= ${binary:Version}) |
-  libcsfml-graphics1.5 (= ${binary:Version}) |
-  libcsfml-network1.5 (= ${binary:Version}) |
-  libcsfml-system1.5 (= ${binary:Version}) |
-  libcsfml-window1.5 (= ${binary:Version})
+  libcsfml-audio1.6 (= ${binary:Version}) |
+  libcsfml-graphics1.6 (= ${binary:Version}) |
+  libcsfml-network1.6 (= ${binary:Version}) |
+  libcsfml-system1.6 (= ${binary:Version}) |
+  libcsfml-window1.6 (= ${binary:Version})
 Description: Libraries for the C Binding of SFML - Debug Files
  SFML is an simple but fast library for providing access
  to multimedia libraries. It can be used to develop OpenGL
@@ -47,7 +60,7 @@ Description: Libraries for the C Binding of SFML - Debug Files
  .
  This package includes debug symbols for all CSFML libraries.
 
-Package: libcsfml-audio1.5
+Package: libcsfml-audio1.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Audio Part
@@ -59,7 +72,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-graphics1.5
+Package: libcsfml-graphics1.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Graphics Part
@@ -71,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-system1.5
+Package: libcsfml-system1.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - System Part
@@ -83,7 +96,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-network1.5
+Package: libcsfml-network1.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Network Part
@@ -94,7 +107,7 @@ Description: Libraries for the C Binding of SFML - Network 
Part
  .
  The Network Library brings basic networking support as needed by games.
 
-Package: libcsfml-window1.5
+Package: libcsfml-window1.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Window Part
diff --git a/debian/libcsfml-audio1.5.install b/debian/libcsfml-audio1.6.install
similarity index 100%
rename from debian/libcsfml-audio1.5.install
rename to debian/libcsfml-audio1.6.install
diff --git a/debian/libcsfml-dev.docs b/debian/libcsfml-dev.docs
deleted file mode 100644
index 1b34e29..0000000
--- a/debian/libcsfml-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-CSFML/doc/*
diff --git a/debian/libcsfml-graphics1.5.install 
b/debian/libcsfml-graphics1.6.install
similarity index 100%
rename from debian/libcsfml-graphics1.5.install
rename to debian/libcsfml-graphics1.6.install
diff --git a/debian/libcsfml-network1.5.install 
b/debian/libcsfml-network1.6.install
similarity index 100%
rename from debian/libcsfml-network1.5.install
rename to debian/libcsfml-network1.6.install
diff --git a/debian/libcsfml-system1.5.install 
b/debian/libcsfml-system1.6.install
similarity index 100%
rename from debian/libcsfml-system1.5.install
rename to debian/libcsfml-system1.6.install
diff --git a/debian/libcsfml-window1.5.install 
b/debian/libcsfml-window1.6.install
similarity index 100%
rename from debian/libcsfml-window1.5.install
rename to debian/libcsfml-window1.6.install
diff --git a/debian/rules b/debian/rules
index 475b85e..b51cc4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ include /usr/share/quilt/quilt.make
 include  $(wildcard /usr/share/topgit/tg2quilt.mk)
 
 # shared library versions, option 1
-version=1.5.0
+version=1.6.0
 major=1
 
 build: build-stamp
@@ -60,7 +60,7 @@ binary-arch: build install
        dh_install --fail-missing --sourcedir=debian/tmp
        dh_installman
        dh_link
-       dh_strip --dbg-package=libcsfml1.5-dbg
+       dh_strip --dbg-package=libcsfml1.6-dbg
        dh_compress
        dh_fixperms
        dh_makeshlibs
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0

-- 
C Bindings for the SFML Library

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to