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

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


The following commit has been merged in the master branch:
commit 22ad3fd8e9b369042ac10f14e5961871efb6f16d
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat May 24 12:36:51 2008 +0200

     * package in any should not depend on source:Version but on
         binary:Version

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

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list