[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:17 UTC 2010


The following commit has been merged in the master branch:
commit 6e3cd6016cc6e48ecf57b3a66143c667251fac79
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Tue Jun 8 21:33:53 2010 +0200

    Wrap lines in debian/control.

diff --git a/debian/control b/debian/control
index d5aca00..43d59a5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libebml.git;a=summary
 Package: libebml2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc: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 +26,9 @@ Description: access library for the EBML format
 Package: libebml-dev
 Section: libdevel
 Architecture: any
-Depends: libebml2 (= ${binary:Version}), ${shlibs:Depends}, ${misc: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