[xiph-commits] r3301 - liboggz/trunk/debian
johnf at svn.annodex.net
johnf at svn.annodex.net
Fri Dec 7 03:24:12 PST 2007
Author: johnf
Date: 2007-12-07 03:24:11 -0800 (Fri, 07 Dec 2007)
New Revision: 3301
Modified:
liboggz/trunk/debian/control
Log:
need to use binary:version for libraries in debian/control
Modified: liboggz/trunk/debian/control
===================================================================
--- liboggz/trunk/debian/control 2007-12-07 11:23:34 UTC (rev 3300)
+++ liboggz/trunk/debian/control 2007-12-07 11:24:11 UTC (rev 3301)
@@ -29,7 +29,7 @@
Package: liboggz1-dev
Section: libdevel
Architecture: any
-Depends: liboggz1 (= ${source:Version}), libc6-dev, libogg-dev
+Depends: liboggz1 (= ${binary:Version}), libc6-dev, libogg-dev
Provides: liboggz-dev
Conflicts: liboggz-dev
Description: convenience interface for Ogg stream I/O (development files)
@@ -53,7 +53,7 @@
Package: liboggz1-dbg
Section: libdevel
Architecture: any
-Depends: liboggz1 (= ${source:Version})
+Depends: liboggz1 (= ${binary:Version})
Description: convenience interface for Ogg stream I/O debugging symbols
Oggz provides a simple programming interface for reading and writing
Ogg files and streams.
More information about the commits
mailing list