[SCM] C Bindings for the SFML Library branch, master, updated. upstream/1.2-23-g767dc97

Christoph Egger Christoph.Egger at gmx.de
Tue Sep 9 18:29:28 UTC 2008


The following commit has been merged in the master branch:
commit 767dc9705e20303305d229210aa227417533bb9f
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Tue Sep 9 20:28:36 2008 +0200

     * debian/control contained unneeded and out-of-date manual dependencies
       on libsfml

diff --git a/debian/changelog b/debian/changelog
index 1b1f4fc..36bf8fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libcsfml (1.3-2) unstable; urgency=low
+
+  * Dropping depends on old libsfml packages that should not be there
+    the depends automatically pulled in should be enough here
+
+ -- Christoph Egger <Christoph.Egger at gmx.de>  Tue, 09 Sep 2008 11:11:46 +0200
+
 libcsfml (1.3-1) unstable; urgency=low
 
   * Initial release (Closes: #481665)
diff --git a/debian/control b/debian/control
index beaf3a6..b3d80af 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: Developmentfiles for the C binding of SFML
 Package: libcsfml-audio1.deb3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsfml-audio1
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Audio Part
  SFML is an simple but fast library for providing access
  to multimedia libraries. It can be used to develop OpenGL
@@ -35,7 +35,7 @@ Description: Libraries for the C Binding of SFML - Audio Part
 Package: libcsfml-graphics1.deb3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsfml-graphics1
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Graphics Part
  SFML is an simple but fast library for providing access
  to multimedia libraries. It can be used to develop OpenGL
@@ -45,7 +45,7 @@ Description: Libraries for the C Binding of SFML - Graphics Part
 Package: libcsfml-system1.deb3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsfml-system1
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - System Part
  SFML is an simple but fast library for providing access
  to multimedia libraries. It can be used to develop OpenGL
@@ -55,7 +55,7 @@ Description: Libraries for the C Binding of SFML - System Part
 Package: libcsfml-network1.deb3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsfml-network1
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Network Part
  SFML is an simple but fast library for providing access
  to multimedia libraries. It can be used to develop OpenGL
@@ -65,7 +65,7 @@ Description: Libraries for the C Binding of SFML - Network Part
 Package: libcsfml-window1.deb3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsfml-window1
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Libraries for the C Binding of SFML - Window Part
  SFML is an simple but fast library for providing access
  to multimedia libraries. It can be used to develop OpenGL

-- 
C Bindings for the SFML Library



More information about the Pkg-games-commits mailing list