r1490 - /experimental/ffmpeg-debian/debian/control

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Sep 23 08:40:29 UTC 2008


Author: fabian-guest
Date: Tue Sep 23 08:40:29 2008
New Revision: 1490

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1490
Log:
Changed the order of libpostproc* and libavformat* in debian/control.
Should not break anything (please kick me if it does!) but makes the file better arranged IMHO.

Modified:
    experimental/ffmpeg-debian/debian/control

Modified: experimental/ffmpeg-debian/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg-debian/debian/control?rev=1490&op=diff
==============================================================================
--- experimental/ffmpeg-debian/debian/control (original)
+++ experimental/ffmpeg-debian/debian/control Tue Sep 23 08:40:29 2008
@@ -98,17 +98,6 @@
  This package contains a Debian-specific version of the libavdevice shared
  object that should only be used by Debian packages.
 
-Package: libpostproc51
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: ffmpeg video postprocessing library
- This is the video postprocessing library from the ffmpeg project.
- .
- This package contains a Debian-specific version of the libpostproc shared
- object that should only be used by Debian packages.
-
 Package: libavformat52
 Section: libs
 Architecture: any
@@ -119,6 +108,17 @@
  existing file formats (AVI, MPEG, OGG, Matroska, ASF...).
  .
  This package contains a Debian-specific version of the libavformat shared
+ object that should only be used by Debian packages.
+
+Package: libpostproc51
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: ffmpeg video postprocessing library
+ This is the video postprocessing library from the ffmpeg project.
+ .
+ This package contains a Debian-specific version of the libpostproc shared
  object that should only be used by Debian packages.
 
 Package: libswscale0
@@ -176,17 +176,6 @@
  This package contains the header files and static libraries needed to
  compile applications or shared objects that use libavdevice.
 
-Package: libpostproc-dev
-Section: libdevel
-Architecture: any
-Depends: libpostproc51 (= ${binary:Version}),
-         libavutil-dev (= ${binary:Version})
-Description: development files for libpostproc
- This is the video postprocessing library from the ffmpeg project.
- .
- This package contains the header files and static libraries needed to
- compile applications or shared objects that use libpostproc.
-
 Package: libavformat-dev
 Section: libdevel
 Architecture: any
@@ -199,6 +188,17 @@
  This package contains the header files and static libraries needed to
  compile applications or shared objects that use libavformat.
 
+Package: libpostproc-dev
+Section: libdevel
+Architecture: any
+Depends: libpostproc51 (= ${binary:Version}),
+         libavutil-dev (= ${binary:Version})
+Description: development files for libpostproc
+ This is the video postprocessing library from the ffmpeg project.
+ .
+ This package contains the header files and static libraries needed to
+ compile applications or shared objects that use libpostproc.
+
 Package: libswscale-dev
 Section: libdevel
 Architecture: any




More information about the pkg-multimedia-commits mailing list