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

Bug#885145: blends-dev: blend-gen-control should use apt-get --allow-releaseinfo-change



Package: blends-dev
Version: 0.6.100
Severity: normal

Hiho,

while I was working on an update for debian-games, I discovered that
blend-gen-control would not update the apt sources.list and quit with
an error.

E: Repository 'http://ftp.debian.org/debian testing InRelease' changed its 'Codename' value from 'stretch' to 'buster'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

When I run make dist and try to release for unstable, the testing
repository will be updated and I will get a list with packages that
are listed in my task files but are not currently present in testing.
I had to change line 145 from

 my $aptget   = "apt-get --assume-yes -o " . join(" -o ", @aptopts);

 to

 my $aptget   = "apt-get --allow-releaseinfo-change --assume-yes -o " . join(" -o ", @aptopts);

to work around this issue.

Regards,

Markus

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages blends-dev depends on:
ii  build-essential  12.4
ii  debconf          1.5.65
ii  debhelper        11
ii  make             4.1-9.1

blends-dev recommends no packages.

Versions of packages blends-dev suggests:
pn  blends-doc  <none>

-- no debconf information


Reply to: