next steps with ffmpeg and mplayer

Reinhard Tartler siretart at tauware.de
Wed Mar 4 14:40:57 UTC 2009


Christian Marillat <marillat at debian.org> writes:

> Reinhard Tartler <siretart at tauware.de> writes:
>
> [...]
>
>> sorry?
>>
>>>> dpkg-source -x ffmpeg_0.svn20090303-1unstripped1.dsc
>
> I don't use the .dsc file. I'm doing that *always* for all my packages :
>
> tar xzvf ffmpeg_0.svn20090303.orig.tar.gz
> cd ffmpeg
> zcat ../ffmpeg_0.svn20090303-1unstripped1.diff.gz

oh, I see.

Well, I could do something like this:

diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index e543cc7..e885384 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -97,9 +97,11 @@ while read external url; do
       > ${TMPDIR}/${PACKAGENAME}/${external}/.svnrevision
 done
 
-tar czf ${TARBALL_UNSTRIPPED} -C ${TMPDIR} ${PACKAGENAME}
+mv ${TMPDIR}/${PACKAGENAME} ${TMPDIR}/${PACKAGENAME}-${SVNDATE}
+
+tar czf ${TARBALL_UNSTRIPPED} -C ${TMPDIR} ${PACKAGENAME}-${SVNDATE}
 	
-( cd ${TMPDIR}/${PACKAGENAME} && sh ${CLEANUPSCRIPT} )
+( cd ${TMPDIR}/${PACKAGENAME}-${SVNDATE} && sh ${CLEANUPSCRIPT} )
 
-tar czf ${TARBALL} -C ${TMPDIR} ${PACKAGENAME}
+tar czf ${TARBALL} -C ${TMPDIR} ${PACKAGENAME}-${SVNDATE}

that should do the trick.

I'll test it that actually works soon (at the latest on the next
upstream upgrade)

> [...]
>
>> Hm, indeed, the 2nd unstripped is redundant. Thinking about it,
>> backporting shouldn't be a problem either. I'll do s/unstripped1/.1/ in
>> the next upload, okay?
>
> s/1unstripped1/0.1/ is even better.
>
> How to change automatically SHLIBS_VERSION in debian/rules ?
>
>> Or do you insist on getting that changed before inclusion?
>
> I did my own change.

okay, please tell me when it is published, I'll import your
modifications then to the git branch.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list