[SCM] ffms2/master: Re-arrange and drop Pre-Depends

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Jan 1 09:40:56 UTC 2018


The following commit has been merged in the master branch:
commit 4b01dab27a2fc8552b8737c0ee69bd0b60b9adce
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Jan 1 10:28:28 2018 +0100

    Re-arrange and drop Pre-Depends

diff --git a/debian/control b/debian/control
index 6e720e2..08ba2d7 100644
--- a/debian/control
+++ b/debian/control
@@ -21,10 +21,29 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/ffms2.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/ffms2.git
 Homepage: https://github.com/FFMS/ffms2
 
+Package: libffms2-dev
+Architecture: any
+Section: libdevel
+Depends: libffms2-4 (= ${binary:Version}),
+ libavformat-dev,
+ libavcodec-dev,
+ libswscale-dev,
+ libavresample-dev,
+ libavutil-dev,
+ zlib1g-dev,
+ ${misc:Depends}
+Recommends: ffmsindex
+Description: Development files for libffms2
+ A cross platform ffmpeg wrapper library, and some additional content for
+ things ffmpeg doesn't handle well. A more friendly API and an easy way to
+ say "open and decompress this, I don't care how".
+ .
+ This package contain headers and other files needed to compile and link
+ against libffms2.
+
 Package: libffms2-4
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Cross platform ffmpeg wrapper library
  A cross platform ffmpeg wrapper library, and some additional content for
@@ -43,23 +62,3 @@ Description: Command line tool to create ffms2 index files
  This package contain a command line indexer tool. Used to create index
  files which can later be used by applications which are useing ffms2
  to speed up loading of multimedia files.
-
-Package: libffms2-dev
-Architecture: any
-Section: libdevel
-Depends: libffms2-4 (= ${binary:Version}),
- libavformat-dev,
- libavcodec-dev,
- libswscale-dev,
- libavresample-dev,
- libavutil-dev,
- zlib1g-dev,
- ${misc:Depends}
-Recommends: ffmsindex
-Description: Development files for libffms2
- A cross platform ffmpeg wrapper library, and some additional content for
- things ffmpeg doesn't handle well. A more friendly API and an easy way to
- say "open and decompress this, I don't care how".
- .
- This package contain headers and other files needed to compile and link
- against libffms2.

-- 
ffms2 packaging



More information about the pkg-multimedia-commits mailing list