[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xlibs-dev transition; packages with adjusted dependencies needing upload



On Wed, Jan 18, 2006 at 08:23:10PM -0500, Justin Pryzby wrote:
> 79 bugs presently tagged patched:
>   http://bugs.debian.org/cgi-bin/pkgreport.cgi?usertag=debian-release@lists.debian.org:transition-xlibs-dev&repeatmerged=no&tagexcl=patch#_0_2_4

> Yesterday I ran a for loop around all the xlibs-dev buggy packages,
> pbuiling with s/xlibs-dev/$(xlibs-split)/.  There were plenty of
> failures, such as for packages needing autofoo updates || libxt-dev,

FWIW, I've been using the following script which picks up Xt dependencies in
configure scripts as well.

$ grep -rh '#include.*<X11/' . | sed -e's,>[[:space:]]*\(/\*.*\*/\)*$,,; \
    s,^[[:space:]]*#include[[:space:]]*<,/usr/X11R6/include/,' | sort -u \
  | xargs dpkg -S | cut -f1 -d: | sort -u

And almost all libxt-dev matches are caused by old autoconf macros, FWIW;
nobody uses Xt by choice. :-P

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
vorlon@debian.org                                   http://www.debian.org/

Attachment: signature.asc
Description: Digital signature


Reply to: