On Thu, Aug 21, 2008 at 5:51 PM, Tom Parker <[EMAIL PROTECTED]> wrote: > 2008/8/21 Ondrej Certik <[EMAIL PROTECTED]>: >> Great job! >> >> Should we add a dependency >=0.cvs20060823-8 then? > > Pretty much, although that will need to be a > not a >= (as > 0.cvs20060823-8 will bork). Also, as > http://snapshot.debian.net/package/libavformat-dev indicates that > there was released versions of libavformat-dev up to 0.cvs20071007-4 > that will probably still fail, that's probably the version you want to > do a > on (or a >= on 0.svn20080206-1 as that's apparently the first > released version that should work)
Thanks, I just committed the following patch to our svn. The bug will be fixed when we upload the next revision. $ svn di Index: debian/control =================================================================== --- debian/control (revision 3858) +++ debian/control (working copy) @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Scientific Computing Team <[EMAIL PROTECTED]> Uploaders: Christophe Prud'homme <[EMAIL PROTECTED]>, Ondrej Certik <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.51), debhelper (>= 5), autotools-dev, quilt (>= 0.46-4), cmake (>= 2.4.8), libqt4-dev (>= 4.3.3-2), libopenmpi-dev, ffmpeg, libavformat-dev, libavutil-dev, libavcodec-dev, python-dev, chrpath, libglu1-mesa-dev, libxt-dev, libxext-dev, doxygen, graphviz, gnuplot +Build-Depends: cdbs (>= 0.4.51), debhelper (>= 5), autotools-dev, quilt (>= 0.46-4), cmake (>= 2.4.8), libqt4-dev (>= 4.3.3-2), libopenmpi-dev, ffmpeg, libavformat-dev (>= 0.svn20080206-1), libavutil-dev, libavcodec-dev, python-dev, chrpath, libglu1-mesa-dev, libxt-dev, libxext-dev, doxygen, graphviz, gnuplot Standards-Version: 3.8.0 XS-DM-Upload-Allowed: yes Homepage: http://www.paraview.org/ Index: debian/changelog =================================================================== --- debian/changelog (revision 3858) +++ debian/changelog (working copy) @@ -1,3 +1,10 @@ +paraview (3.2.3-3) UNRELEASED; urgency=low + + [ Ondrej Certik ] + * Build-Depend on libavformat-dev (>= 0.svn20080206-1). (Closes: #495822) + + -- Ondrej Certik <[EMAIL PROTECTED]> Thu, 21 Aug 2008 20:06:22 +0200 + paraview (3.2.3-2) unstable; urgency=low [Christophe Prud'homme] Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

