r797 - in /unstable/ffmpeg/debian: changelog control

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Jun 23 14:12:04 UTC 2007


Author: siretart
Date: Sat Jun 23 14:12:04 2007
New Revision: 797

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=797
Log:

make ffmpeg binNMU-able by using ${binary:Version} rather than
${Source-Version}

Modified:
    unstable/ffmpeg/debian/changelog
    unstable/ffmpeg/debian/control

Modified: unstable/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/changelog?rev=797&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Sat Jun 23 14:12:04 2007
@@ -5,8 +5,10 @@
   * Add debian/strip.sh to strip ffmpeg upstream source disabling mpeg
     based encoders as discussed with ftp-master at debconf7
   * update XS-Vcs tags in debian/control.
-
- -- Reinhard Tartler <siretart at tauware.de>  Sat, 23 Jun 2007 14:54:20 +0100
+  * make ffmpeg binNMU-able by using ${binary:Version} rather than
+    ${Source-Version}
+
+ -- Reinhard Tartler <siretart at tauware.de>  Sat, 23 Jun 2007 15:11:21 +0100
 
 ffmpeg (0.cvs20070307-5) unstable; urgency=low
 

Modified: unstable/ffmpeg/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/control?rev=797&op=diff
==============================================================================
--- unstable/ffmpeg/debian/control (original)
+++ unstable/ffmpeg/debian/control Sat Jun 23 14:12:04 2007
@@ -1,4 +1,4 @@
-Source: ffmpeg
+Source: ffmpeg-free
 Section: libs
 Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
@@ -74,7 +74,7 @@
 Package: libavutil-dev
 Section: libdevel
 Architecture: any
-Depends: libavutil1d (= ${Source-Version}), ${shlibs:Depends}
+Depends: libavutil1d (= ${binary:Version}), ${shlibs:Depends}
 Conflicts: libavformat-dev (<< 0.cvs20060329-4), libavcodec-dev (<< 0.cvs20070307-1)
 Replaces: libavformat-dev (<< 0.cvs20060329-4), libavcodec-dev (<< 0.cvs20070307-1)
 Description: development files for libavutil
@@ -87,7 +87,7 @@
 Package: libavcodec-dev
 Section: libdevel
 Architecture: any
-Depends: libavcodec1d (= ${Source-Version}), libavutil-dev (= ${Source-Version}), libvorbis-dev, libogg-dev, libdts-dev, liba52-dev, zlib1g-dev, ${lib1394-dev}, libtheora-dev (>> 0.0.0.alpha4), libgsm1-dev, ${shlibs:Depends}
+Depends: libavcodec1d (= ${binary:Version}), libavutil-dev (= ${binary:Version}), libvorbis-dev, libogg-dev, libdts-dev, liba52-dev, zlib1g-dev, ${lib1394-dev}, libtheora-dev (>> 0.0.0.alpha4), libgsm1-dev, ${shlibs:Depends}
 Conflicts: libavformat-dev (<< 0.cvs20060329-4)
 Replaces: libavformat-dev (<< 0.cvs20060329-4)
 Description: development files for libavcodec
@@ -100,7 +100,7 @@
 Package: libpostproc-dev
 Section: libdevel
 Architecture: any
-Depends: libpostproc1d (= ${Source-Version}), libavcodec-dev (= ${Source-Version}), ${shlibs:Depends}
+Depends: libpostproc1d (= ${binary:Version}), libavcodec-dev (= ${binary:Version}), ${shlibs:Depends}
 Description: development files for libpostproc
  This is the video postprocessing library from the ffmpeg project.
  .
@@ -110,7 +110,7 @@
 Package: libavformat-dev
 Section: libdevel
 Architecture: any
-Depends: libavformat1d (= ${Source-Version}), libavcodec-dev (= ${Source-Version}), ${shlibs:Depends}
+Depends: libavformat1d (= ${binary:Version}), libavcodec-dev (= ${binary:Version}), ${shlibs:Depends}
 Conflicts: libavcodec-dev (<< 0.cvs20060306-1)
 Replaces: libavcodec-dev (<< 0.cvs20060306-1)
 Description: development files for libavformat
@@ -123,7 +123,7 @@
 Package: libswscale-dev
 Section: libdevel
 Architecture: any
-Depends: libswscale1d (= ${Source-Version}), libavutil-dev (= ${Source-Version}), ${shlibs:Depends}
+Depends: libswscale1d (= ${binary:Version}), libavutil-dev (= ${binary:Version}), ${shlibs:Depends}
 Description: development files for libswscale
  This is the video scaling library from the ffmpeg project.
  .




More information about the pkg-multimedia-commits mailing list