[SCM] gmtk/master: debian/control: correct Depends
sramacher-guest at users.alioth.debian.org
sramacher-guest at users.alioth.debian.org
Mon Jan 2 14:43:25 UTC 2012
The following commit has been merged in the master branch:
commit 1a401dd300235bf00b2f4cde105a79da0da5345c
Author: Sebastian Ramacher <s.ramacher at gmx.at>
Date: Mon Jan 2 15:20:38 2012 +0100
debian/control: correct Depends
diff --git a/debian/control b/debian/control
index 0b554dd..2223701 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Package: libgmtk0-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: libgmtk0, ${shlibs:Depends}, ${misc:Depends}
+Depends: libgmtk0 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libgmtk0
This package contains debugging symbols for libgmtk0. Use this if you
encounter problems and need to provide debugging information to the developer.
@@ -45,7 +45,7 @@ Package: libgmlib0-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: libgmlib0, ${shlibs:Depends}, ${misc:Depends}
+Depends: libgmlib0 (= ${binary:Version}), ${misc:Depends}
Description: Debugging symbols for libgmlib0
This package contains debugging symbols for libgmlib0. Use this if you
encounter problems and need to provide debugging information to the developer.
@@ -53,13 +53,13 @@ Description: Debugging symbols for libgmlib0
Package: libgmtk-dev
Section: libdevel
Architecture: any
-Depends: libgmtk0(= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgmtk0(= ${binary:Version}), ${misc:Depends}
Description: libgmtk0 development headers
This package installs development headers for gmtk.
Package: libgmlib-dev
Section: libdevel
Architecture: any
-Depends: libgmlib0(= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libgmlib0(= ${binary:Version}), ${misc:Depends}
Description: libgmlib0 development headers
This package installs development headers for gmlib.
--
gmtk packaging
More information about the pkg-multimedia-commits
mailing list