[pkg-nvidia-devel] r968 - in /packages/libvdpau/trunk/debian: changelog control
Russ Allbery
rra at debian.org
Mon May 31 16:28:12 UTC 2010
anbe-guest at users.alioth.debian.org writes:
> + * Tighten the dependency of libvdpau-dev on libvdpau1 to only allow the
> + matching binary:Version or binary NMUs thereof.
I think this is unnecessarily tight, and what was there was more typical
for this situation. For the tightening to be necessary, we'd need to
change the API of the library in a Debian version rather than because of a
new upstream version, and I can't imagine we'd ever want to do that.
> --- packages/libvdpau/trunk/debian/control (original)
> +++ packages/libvdpau/trunk/debian/control Mon May 31 11:38:30 2010
> @@ -17,8 +17,9 @@
> Package: libvdpau-dev
> Architecture: all
> Section: libdevel
> -Depends: libvdpau1 (>= ${source:Upstream-Version}),
> - libvdpau1 (<< ${source:Upstream-Version}+1~),
> +Depends: libvdpau1 (>= ${binary:Version}),
> + libvdpau1 (<= ${binary:Version}+b99),
> + libx11-dev,
> ${misc:Depends}
> Replaces: nvidia-libvdpau-dev (<< 195.36.24-2)
> Conflicts: nvidia-libvdpau-dev (<< 195.36.24-2)
--
Russ Allbery (rra at debian.org) <http://www.eyrie.org/~eagle/>
More information about the Pkg-nvidia-devel
mailing list