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

Re: Upload of TeX Info 7.0.x to unstable?



Am 27.01.2023 um 13:36 teilte Lucas Nussbaum mit:
On 26/01/23 at 21:12 +0100, Hilmar Preuße wrote:

Hi Lucas,

The TexInfo 7.0.2 package was uploaded to experimental, so it is
currently already in the archive. Many thanks!

Sure, see https://lists.debian.org/debian-devel/2020/10/msg00097.html

If you are fast with providing me with what I need, I can do that over
the week-end.


The affected package list can be generated using

"reverse-depends -b texinfo"

The other two packages (info & install-info are not of interest for
building).

Regarding the script I'm unsure. Basically I just need an chroot
containing the texinfo from experimental, so the script could look like
this:

<snip>
#!/bin/bash
set -e -x

cat > /etc/apt/sources.list.d/experimental.list <<EOF
deb https://deb.debian.org/debian experimental main
deb-src https://deb.debian.org/debian  experimental main
EOF

apt-get update

apt-get install -t experimental texinfo
apt-get -y dist-upgrade
<snip>

Maybe I just got that wrong, I don't know. Let me know if you need
anything else.

Hilmar
--
sigfault


Reply to: