[SCM] Simple and fast multimedia library for C++ branch, master, updated. 5a84c9f26d93dffa9a6965d88ddd6fa0d62ae616

Christoph Egger Christoph.Egger at gmx.de
Sat May 24 11:05:48 UTC 2008


The following commit has been merged in the master branch:
commit 5a84c9f26d93dffa9a6965d88ddd6fa0d62ae616
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat May 24 12:52:19 2008 +0200

     * package with any sould not depend on source:Version
     * readd dh_fixperms as removing adds more problems as it solves

diff --git a/debian/control b/debian/control
index 88fa8ef..877681b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Standards-Version: 3.7.3
 Package: libsfml1-dev
 Section: libdevel
 Architecture: any
-Depends: libsfml1 (= ${source:Version})
+Depends: libsfml1 (= ${binary:Version})
 Description: Simple and fast cross-platform multimedia library - Development Files
  SFML is an modern multimedia library offering a wide range of subsystems
  useful to produce an multimedia app. It offers OpenGL integration for
diff --git a/debian/rules b/debian/rules
index fe8caf7..1160f3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,7 @@ binary-arch: build install
 	dh_link
 	dh_strip
 	dh_compress
-#	dh_fixperms
+	dh_fixperms
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list