[SCM] FFmpeg packaging branch, master, updated. debian/0.5+svn20090420-2-17-gc8d8dad

Reinhard Tartler siretart at tauware.de
Wed May 13 09:03:32 UTC 2009


Andres Mejia <mcitadel at gmail.com> writes:

>> > @@ -165,8 +174,6 @@ else
>> >  	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(EPOCH)$(UPSTREAM_VERSION)),
>> > $$pkg (< $(EPOCH)$(UPSTREAM_VERSION)-99)"; \ done
>> >  endif
>> > -	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \
>> > -	dh_shlibdeps
>> >  # target dependencies for external packages
>> >  ifeq ($(DEB_SOURCE),ffmpeg-debian)
>> >  	for pkg in $(LIB_PKGS); do \
>> > @@ -178,6 +185,8 @@ else
>> >  	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION))"; \
>> >  	done
>> >  endif
>> > +	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \
>> > +	dh_shlibdeps
>> >  	dh_installdeb
>> >  	dh_gencontrol -- -Vlib1394-dev="$(lib1394-dev)"
>> >  	dh_md5sums
>>
>> have you checks the the dependencies of the generated packages with the
>> shlibs file? I strongly suspect that they match now, which would break the
>> whole excercise.
>
> This I did to silence lintian. This also fixed some other issue. It allowed qt-
> faststart to be automatically stripped. Probably something to do with dh_fixperms 
> now being called before dh_strip.

okay, stripping qt-faststart is a good reason. Here again you see the
comfort of focused commits: you can cherry-pick them in a scratch branch
to test if they implement the intention of the author.

again, have you checked the shlibs file? how do the generated
dependencies of libavcodec52, etc look like with this patch?

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



More information about the pkg-multimedia-maintainers mailing list