[SCM] mp4v2/master: debian/control: added ccache to b-deps

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Aug 8 22:24:56 UTC 2011


The following commit has been merged in the master branch:
commit d9b77434f0af71fbd1b6329f6afbfdbbf53df16d
Author: Matteo F. Vescovi <m.vescovi at revese.it>
Date:   Tue Aug 9 00:17:31 2011 +0200

    debian/control: added ccache to b-deps

diff --git a/debian/control b/debian/control
index d43bf25..e6d8af5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Matteo F. Vescovi <m.vescovi at revese.it>
 Standards-Version: 3.9.2
 Build-Depends: autotools-dev,
+               ccache,
                debhelper (>= 8),
                help2man
 Homepage: http://code.google.com/p/mp4v2/
@@ -14,8 +15,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/mp4v2.git
 Package: libmp4v2-1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Enhances: gtkpod (>> 0.99.16)
 Description: library to read, create, and modify mp4 files (shared library)
  The MP4v2 library provides an API to create and modify mp4 files as
@@ -73,8 +74,8 @@ Description: library to read, create, and modify mp4 files (debug)
 
 Package: mp4v2-utils
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: library to read, create, and modify mp4 files (frontends)
  The MP4v2 library provides an API to create and modify mp4 files as
  defined by ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list