r1239 - in /unstable/ffmpeg/debian: ./ changelog control
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Wed Jun 4 07:30:38 UTC 2008
Author: siretart
Date: Wed Jun 4 07:30:38 2008
New Revision: 1239
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1239
Log:
* Remove depdency substitutions ${shlibs:Depends} and ${misc:Depends} from the
-dev packages.
Modified:
unstable/ffmpeg/debian/ (props changed)
unstable/ffmpeg/debian/changelog
unstable/ffmpeg/debian/control
Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. (original)
+++ bzr:revision-id:v3-single1-dW5zdGFibGUvZmZtcGVnL2RlYmlhbg.. Wed Jun 4 07:30:38 2008
@@ -9,3 +9,4 @@
33 siretart at tauware.de-20080603221546-696a6ep8qqr59bul
34 siretart at tauware.de-20080603224019-bm2rikljkj7kspqs
35 siretart at tauware.de-20080604071841-jvdvu4vak9gl94yj
+36 siretart at tauware.de-20080604072648-b9lic30wsqate9yr
Propchange: unstable/ffmpeg/debian/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Jun 4 07:30:38 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-06-04 09:18:41.233000040 +0200
+timestamp: 2008-06-04 09:26:48.805999994 +0200
committer: Reinhard Tartler <siretart at tauware.de>
properties:
branch-nick: unstable
Modified: unstable/ffmpeg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/changelog?rev=1239&op=diff
==============================================================================
--- unstable/ffmpeg/debian/changelog (original)
+++ unstable/ffmpeg/debian/changelog Wed Jun 4 07:30:38 2008
@@ -37,6 +37,8 @@
* disable altivec, at least for now. (Closes: #482717)
* always compile with --disable-strip. We strip the binaries afterwards using
dh_strip anyways.
+ * Remove depdency substitutions ${shlibs:Depends} and ${misc:Depends} from the
+ -dev packages.
-- Reinhard Tartler <siretart at tauware.de> Wed, 04 Jun 2008 00:04:08 +0200
Modified: unstable/ffmpeg/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg/debian/control?rev=1239&op=diff
==============================================================================
--- unstable/ffmpeg/debian/control (original)
+++ unstable/ffmpeg/debian/control Wed Jun 4 07:30:38 2008
@@ -127,9 +127,7 @@
Package: libavutil-dev
Section: libdevel
Architecture: any
-Depends: libavutil49 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+Depends: libavutil49 (= ${binary:Version})
Conflicts: libavformat-dev (<< 0.cvs20060329-4),
libavcodec-dev (<< 0.svn20080206-7)
Replaces: libavformat-dev (<< 0.cvs20060329-4),
@@ -152,9 +150,7 @@
libtheora-dev (>> 0.0.0.alpha4),
libvorbis-dev,
zlib1g-dev,
- ${lib1394-dev},
- ${shlibs:Depends},
- ${misc:Depends}
+ ${lib1394-dev}
Conflicts: libavformat-dev (<< 0.cvs20060329-4),
libavutil-dev (<< 0.svn20080206-8)
Replaces: libavformat-dev (<< 0.cvs20060329-4),
@@ -170,9 +166,7 @@
Section: libdevel
Architecture: any
Depends: libavdevice52 (= ${binary:Version}),
- libavformat-dev (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+ libavformat-dev (= ${binary:Version})
Conflicts: libavformat-dev (<< 0.cvs20060329-4)
Replaces: libavformat-dev (<< 0.cvs20060329-4)
Description: development files for libavdevice
@@ -185,9 +179,7 @@
Section: libdevel
Architecture: any
Depends: libpostproc51 (= ${binary:Version}),
- libavcodec-dev (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+ libavcodec-dev (= ${binary:Version})
Description: development files for libpostproc
This is the video postprocessing library from the ffmpeg project.
.
@@ -198,9 +190,7 @@
Section: libdevel
Architecture: any
Depends: libavformat52 (= ${binary:Version}),
- libavcodec-dev (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+ libavcodec-dev (= ${binary:Version})
Conflicts: libavcodec-dev (<< 0.cvs20060306-1)
Replaces: libavcodec-dev (<< 0.cvs20060306-1)
Description: development files for libavformat
@@ -214,9 +204,7 @@
Section: libdevel
Architecture: any
Depends: libswscale0 (= ${binary:Version}),
- libavutil-dev (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
+ libavutil-dev (= ${binary:Version})
Description: development files for libswscale
This is the video scaling library from the ffmpeg project.
.
More information about the pkg-multimedia-commits
mailing list