Hmm.  The distribution list seems a bit excessive, since this build
problem is with the slink NMU version only.  The debian/rules in
versions 1.7 and later don't have the problem.  Since my development
system is now potato, a second NMU to fix the rules problem would be
fine with me.  Then, feel free to close the bug.

On a related matter: adjtimex version 1.8 in frozen still has the Y2K
bug.  My upload of 1.9 (on January 3) sat in Incoming over two weeks,
then disappeared without a trace.  I've written [EMAIL PROTECTED]
about that.

               - Jim Van Zandt



>Date: Mon, 24 Jan 2000 15:39:12 +0100 (MET)
>From: Roman Hodek <[EMAIL PROTECTED]>
>Cc: [email protected], [email protected],
>        [EMAIL PROTECTED]
>
>
>> which version of adjtimex are you talking about?
>
>-2.1, same as you. debian/rules does the following:
>
>       debstd README debian/README.debian
>       mv debian/tmp/usr/share/doc/adjtimex/* debian/tmp/usr/doc/adjtimex/
>       rm -r debian/tmp/usr/share/doc/
>       mv debian/tmp/usr/share/man debian/tmp/usr/man
>
>i.e. it expects that debstd installs docs and man pages to
>/usr/share/{doc,man} and moves them back to /usr/{doc,man}. However,
>the debstd in slink installs the files into /usr in first place so
>that the action isn't necessary.
>
>Probably this is a portable solution (for both debstd versions):
>
>       debstd README debian/README.debian
>       if [ -d debian/tmp/usr/share/doc ]; then \
>               mv debian/tmp/usr/share/doc/adjtimex/* 
> debian/tmp/usr/doc/adjtimex/; \
>               rm -r debian/tmp/usr/share/doc/; \
>       fi
>       if [ -d debian/tmp/usr/share/man ]; then \
>               mv debian/tmp/usr/share/man debian/tmp/usr/man; \
>       fi
>
>i.e. move the files/dirs only if they're in /usr/share.
>
>Roman
>

Reply via email to