[SCM] FFmpeg packaging branch, master.snapshot, updated. debian/0.6-1-3-g78672dc

Reinhard Tartler siretart at tauware.de
Mon Jun 21 08:11:07 UTC 2010


On Mon, Jun 21, 2010 at 10:01:01 (CEST), fabian-guest at users.alioth.debian.org wrote:

> The following commit has been merged in the master.snapshot branch:
> commit 78672dca8b70c55841f695ed051adcf24b2bc596
> Author: Fabian Greffrath <fabian at greffrath.com>
> Date:   Mon Jun 21 10:02:47 2010 +0200
>
>     Fix obsolete-relation-form for the internal dependencies.
>
> diff --git a/debian/rules b/debian/rules
> index d223016..21ee67b 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -127,7 +127,7 @@ binary-arch: build install codecs.txt formats.txt
>  # strict internal dependencies
>  	for pkg in $(LIB_PKGS); do \
>  	    upkg=$$(echo "$$pkg" | sed -r 's/([0-9]+)$$/-extra-\1/'); \
> -	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(DEB_VERSION)) | $$upkg (>= $(DEB_VERSION)), $$pkg (< $(EPOCH)$(UPSTREAM_VERSION)-99) | $$upkg (< $(EPOCH)$(UPSTREAM_VERSION)-99)"; \
> +	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(DEB_VERSION)) | $$upkg (>= $(DEB_VERSION)), $$pkg (<< $(EPOCH)$(UPSTREAM_VERSION)-99) | $$upkg (<< $(EPOCH)$(UPSTREAM_VERSION)-99)"; \
>  	done
>  	env LD_LIBRARY_PATH="$(LD_LIBRARY_PATH):$(CURDIR)/debian/tmp/usr/lib" \
>  	dh_shlibdeps

oh? relationships are nowadays marked with a single '<' instead of '<<'?
Is that only for the shlibs file, or also for debian/control? And is
this also supported in debian lenny, or do we have to take care when
backporting?

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



More information about the pkg-multimedia-maintainers mailing list