[SCM] libebml packaging branch, master, updated. debian/0.7.7-3.1-29-gf044b07
fabian-guest at users.alioth.debian.org
fabian-guest at users.alioth.debian.org
Tue Jun 8 19:46:16 UTC 2010
The following commit has been merged in the master branch:
commit 0ae2655f608d192fb09ad382dd942fd589c901a6
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date: Tue Jun 8 21:33:23 2010 +0200
Fix debhelper-but-no-misc-depends.
diff --git a/debian/control b/debian/control
index f04e2ca..d5aca00 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libebml.git;a=summary
Package: libebml2
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: access library for the EBML format
The libebml library allows to read and write files using EBML (the
Extensible Binary Meta Language), a binary pendant to XML. Using libebml
@@ -25,7 +25,7 @@ Description: access library for the EBML format
Package: libebml-dev
Section: libdevel
Architecture: any
-Depends: libebml2 (= ${binary:Version}), ${shlibs:Depends}
+Depends: libebml2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: access library for the EBML format
The libebml library allows to read and write files using EBML (the
Extensible Binary Meta Language), a binary pendant to XML. Using libebml
--
libebml packaging
More information about the pkg-multimedia-commits
mailing list