Bug#947768: pppconfig fails with error $* is no longer supported as of Perl 5.30

2019-12-30 Thread manul
Package: pppconfig
Version: 2.3.23
Severity: important

Dear Maintainer,

The pppconfig script (/usr/sbin/pppconfig) fails with error

$* is no longer supported as of Perl 5.30 at /usr/sbin/pppconfig line 1619

This happens when running pppconfig, and using the following venue in the 
interactive menus:
- Create a connection
- Select connection name
- Use "Static DNS"
- Enter primary nameserver
- Enter secondary nameserver
- Use "CHAP" protocol

and here it fails with the above error (without creating anything).

Yours,

manul

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

Kernel: Linux 5.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pppconfig depends on:
ii  init-system-helpers  1.57
ii  ppp  2.4.7-2+4.1+b1
ii  whiptail 0.52.21-4

pppconfig recommends no packages.

Versions of packages pppconfig suggests:
pn  resolvconf  

-- Configuration Files:
/etc/ppp/ip-up.d/0dns-up changed [not included]

-- no debconf information



Bug#947769: pppconfig: The /etc/ppp/ip-up.d/0dns-up script fails to properly assign static nameservers.

2019-12-30 Thread manul
Package: pppconfig
Version: 2.3.23
Severity: important

Dear Maintainer,

The script /etc/ppp/ip-up.d/0dns-up fails to assign the static DNS config for 
the specific peer (as per the manual, the static file to temporary replace 
/etc/resolv.conf 
is stored in /etc/ppp/resolv/ directory, and named after the IPPARAM for the 
specific peer).

The issue may lead to unexpected DNS leak (when establishing pptp VPN 
connection, instead of statically explocitly configured nameservers, the defaul 
ones are still used)

The issue is in line 63:
...
[ -L  "$RESOLVCONF" ] || grep " / " /proc/mounts | grep -q " rw " || exit 0
...
where the grep fails to acknowledge that the root directory is mounted rw (due 
to requiring rw substring to be surrounded by spaces from both sides).

An easy fix, changing the above for example to 
[ -L  "$RESOLVCONF" ] || grep " / " /proc/mounts | grep -q " rw" || exit 0
will allow the script to operate properly, as per the corresponding ppconfig 
manual.


Yours,
manul



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

Kernel: Linux 5.4.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE= 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pppconfig depends on:
ii  init-system-helpers  1.57
ii  ppp  2.4.7-2+4.1+b1
ii  whiptail 0.52.21-4

pppconfig recommends no packages.

Versions of packages pppconfig suggests:
pn  resolvconf  

-- Configuration Files:
/etc/ppp/ip-up.d/0dns-up changed:
PATH=/sbin:/bin:/usr/sbin:/usr/bin
test -f /usr/sbin/pppconfig || exit 0
test -z "$PPP_IPPARAM" && exit 0
PROVIDER=`echo "$PPP_IPPARAM" | cut -d' ' -f1`
ETC="/etc"
RUNDIR="/var/run/pppconfig"
RESOLVCONF="$ETC/resolv.conf"
PPPRESOLV="$ETC/ppp/resolv"
TEMPLATE="$RUNDIR/0dns.temp"
RESOLVBAK="$RUNDIR/resolv.conf.bak.$PROVIDER"
test -f "$PPPRESOLV/$PROVIDER" || exit 0
if [ -x /sbin/resolvconf ]; then
test -n "$PPP_IFACE" || exit 1
/sbin/resolvconf -a "${PPP_IFACE}.pppconfig" < "$PPPRESOLV/$PROVIDER"
exit
fi
umask 022
cd "$RUNDIR" || exit 1
[ -e /proc/mounts ] || { echo "$0: Error: Could not read /proc/mounts" ; exit 1 
; }
[ -L  "$RESOLVCONF" ] || grep " / " /proc/mounts | grep -q " rw" || exit 0
TEMPRESOLV=`mktemp $TEMPLATE` || exit 1
mv "$TEMPRESOLV" "$RUNDIR/0dns.$PROVIDER" || exit 1
TEMPRESOLV="$RUNDIR/0dns.$PROVIDER"
cat "$PPPRESOLV/$PROVIDER" > "$TEMPRESOLV"
if [ "$DNS1" ] ; then
echo '' >> "$TEMPRESOLV"
echo "nameserver $DNS1" >> "$TEMPRESOLV"
if [ "$DNS2" ] ; then
echo '' >> "$TEMPRESOLV"
echo "nameserver $DNS2" >> "$TEMPRESOLV"
fi
elif [ "$MS_DNS1" ] ; then
echo '' >> "$TEMPRESOLV"
echo "nameserver $MS_DNS1" >> "$TEMPRESOLV"
if [ "$MS_DNS2" ] ; then
echo '' >> "$TEMPRESOLV"
echo "nameserver $MS_DNS2" >> "$TEMPRESOLV"
fi
fi
if [ ! -s "$TEMPRESOLV" ]
then
rm -f "$TEMPRESOLV"
exit 1
fi
if  ls | grep -q "resolv.conf.bak"
then
rm -f "$TEMPRESOLV"
exit 1
fi
/bin/cp -Lp "$RESOLVCONF" "$RESOLVBAK" || exit 1
/bin/cp -Lp "$TEMPRESOLV" "$RESOLVCONF" || exit 1
chmod 644 "$RESOLVCONF" || exit 1
[ -x /etc/init.d/nscd ] && { invoke-rc.d nscd restart || true ; }


-- no debconf information



Processing of fvwm-icons_20070101-5_source.changes

2019-12-30 Thread Debian FTP Masters
fvwm-icons_20070101-5_source.changes uploaded successfully to localhost
along with the files:
  fvwm-icons_20070101-5.dsc
  fvwm-icons_20070101-5.debian.tar.xz
  fvwm-icons_20070101-5_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



fvwm-icons_20070101-5_source.changes ACCEPTED into unstable

2019-12-30 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2019 21:17:22 -0300
Source: fvwm-icons
Architecture: source
Version: 20070101-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Giovani Augusto Ferreira 
Changes:
 fvwm-icons (20070101-5) unstable; urgency=medium
 .
   [ Giovani Augusto Ferreira ]
   * QA upload.
   * Set Debian QA Group as maintainer. (see #920084)
   * Using new DH level format. Consequently:
   - debian/compat: removed.
   - debian/control: Changed from 'debhelper' to 'debhelper-compat' in
 Build-Depends field and bumped level to 12.
   * debian/control:
   - Added the field Rules-Requires-Root: no
   - Standards-Version: bumped to 4.4.1 (no changes needed)
   - Switch VCS URLs to salsa.debian.org
   * debian/copyright: updated years and rights.
   * debian/NEWS.Debian: useless info, removed.
   * debian/patches:
   - 0001-xcalc.xpm-Chnage-unknown-color-peachpuff4-to-peachpu.patch
   ~ Fixed typo in patch description.
 .
   [ Jari Aalto ]
   * debian/copyright: (Source): Update to web.archive.org
   * debian/control: (Homepage): Update to web.archive.org
Checksums-Sha1:
 0b2756a834a14fd601acf48acc11e2f4408ba153 1920 fvwm-icons_20070101-5.dsc
 3e068af7830dce4e7dfc7093469fe55d5eae26d4 20504 
fvwm-icons_20070101-5.debian.tar.xz
 02f0325c17132672f5d3481914b0d84a1bba53bd 5306 
fvwm-icons_20070101-5_source.buildinfo
Checksums-Sha256:
 e8e591a3fa3ee4a98637ef6976e7076fb2e8951612995c231673dfd8bb78d359 1920 
fvwm-icons_20070101-5.dsc
 07795061fa719d6c06ba2ec429279c1222c802a0964c6598d096724986f46010 20504 
fvwm-icons_20070101-5.debian.tar.xz
 d67eda486a0fe21f809986c476db401663eb3a3eda070643ceafc65b60f275db 5306 
fvwm-icons_20070101-5_source.buildinfo
Files:
 57303c3a4f8a07797e54b8968c1d3e93 1920 x11 optional fvwm-icons_20070101-5.dsc
 03e7a8bfcf5895860f665bef7a1da128 20504 x11 optional 
fvwm-icons_20070101-5.debian.tar.xz
 07112bd5b986d45d2c9c0acf2e5975af 5306 x11 optional 
fvwm-icons_20070101-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEs/UaJxJhnD7NdLjheElO9yN1pmwFAl4Kk/YACgkQeElO9yN1
pmzcsg//fa8eBJ6hqd4no0rG/1dpJfLyvmh2s27PhugLRwC0YL5csL26lHKEkQ1U
ut2/AlKNHlAXVM9n/3UhS8E0dsfI8CIk62fFFYjwQk3RIO0qYOY+lQHbnhT4I98M
7bwhT24/h3LhAvJBIwOTwAm0FnQN6wAkAFrcmfu4t6DBZ8uxl29pwCa/wsDnYC94
lWC8Jiwra+yVBsMKVdGUebpp4k5Rs4a5ONz4Qk/1I3cEjvLBEiqbjRPyXJr2u+I5
SXifUIzp/I54nC0JVn31JkPaau6mx3LRpJxBw9bIdwXUCiQcVlWvikZrRe/ble0G
LMAfq81djoBhGijURrwrVLa/6IIk/T2m9i/Cfd1sE8ZsHU09B7fFYdbose6Rh+z5
kBJLmHR7+EZcHMWZQe8AfDNTvfc7RPmKfUwrq6fGikoSz2BHFpCcUx+t5kCcLG0z
1Mgbb6tXZQ4XSLZSymF+4GyLXyMQxQjm8JZH29TNk8mEBl1un3wva6dVeYlFyFgo
crpvgUc0d+kDc7uYxEvLAEe6vaVLWslCBwPDJILqIhPO/iipcVvNUfGtg1470NO0
ZOhcsgSGw/kkA21YX43A88Pas0KcCzmgvO18P06jNDMkh7WTcminAa7HBCqAX/If
+SPSr2+C9ZiCo1LR/lHmHE7LN2l7dzMRD2MIaU3eO5uk3plVHM4=
=jzs1
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of pktstat_1.8.5-6_source.changes

2019-12-30 Thread Debian FTP Masters
pktstat_1.8.5-6_source.changes uploaded successfully to localhost
along with the files:
  pktstat_1.8.5-6.dsc
  pktstat_1.8.5-6.debian.tar.xz
  pktstat_1.8.5-6_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



pktstat_1.8.5-6_source.changes ACCEPTED into unstable

2019-12-30 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2019 21:33:54 -0300
Source: pktstat
Architecture: source
Version: 1.8.5-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Giovani Augusto Ferreira 
Changes:
 pktstat (1.8.5-6) unstable; urgency=medium
 .
   * QA upload.
   * Set Debian QA Group as maintainer. (see #920079)
   * Using new DH level format. Consequently:
   - debian/compat: removed.
   - debian/control: Changed from 'debhelper' to 'debhelper-compat' in
 Build-Depends field and bumped level to 12.
   * debian/control:
   - Added the field Rules-Requires-Root: binary-targets.
   - Standards-Version: bumped to 4.4.1 (no changes needed)
   - Switch VCS URLs to salsa.debian.org
   * debian/copyright: updated years and rights.
Checksums-Sha1:
 ffe96b8994d4954162722425e50e1334c03432ae 1851 pktstat_1.8.5-6.dsc
 c43a15e520b46c863d56b8521efeccbc4f6ed17f 4064 pktstat_1.8.5-6.debian.tar.xz
 e30e473d247f0ba013ae81a7454a17639ea02a3d 5439 pktstat_1.8.5-6_source.buildinfo
Checksums-Sha256:
 67cd2988c0b55780d322d4871a1e71d01a54bffe54db175162a6b25e6e93a4cd 1851 
pktstat_1.8.5-6.dsc
 3e1c7d930b94a5f3b6fb9ce3ae170ad07eef814c3d63c29a0835d3b178578348 4064 
pktstat_1.8.5-6.debian.tar.xz
 8a514ccba831b7c5b6c50e396d89cc8c2d82efa1220a7ac94302600c886494f9 5439 
pktstat_1.8.5-6_source.buildinfo
Files:
 995ee69031cda42d16bf8c44b59847d1 1851 net optional pktstat_1.8.5-6.dsc
 b04f7911afce9e657a013c415ff5cec2 4064 net optional 
pktstat_1.8.5-6.debian.tar.xz
 5726cf9610e1f1a7a6accc42eb09 5439 net optional 
pktstat_1.8.5-6_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEs/UaJxJhnD7NdLjheElO9yN1pmwFAl4Kl8MACgkQeElO9yN1
pmxlyA//SBpqmIJdVmybN/LnMI7XXyV939w65OXoOReem5oGXiD9wmi13/lqkcR4
AGGX85BsX0c7V+iOZBCAsSiDo+dtG5IBoRkhCi7xiirGxA1V9QCcOfjwQHYcJYt3
RTkfS2pgbvEU7BjntbL9wLzJu6KbNugLqwMNPFdfV+U0P1fnKDBrJg1KAQv6eCuD
qj4R3wD8ggAsTofNU6HjMGJfaQBkYtHxu8AXON0XqmwZylQOyTlu0KmkVVTUw+75
ALfXrYp2yJg+opkJy/jNEUJ5keJdjmYWreeBJzWbcgu3FpG3bsDLbTaDJ0LNHjXf
2u7lF/9fT0IqiqB2rNoKuzLMnhxvNw6Jzg11I33JOzpxvdL1OhNkRgRMfbD06SKu
QmbK+HhuFw+gE6RX5ahRdIYNlUfj85j6F4IGj/qZemhcL2Zl/NDEqeURSbE+yW/i
PCIHWfNVuGugZQI7a5ExhqUroVCApyJQ64iYDz27fvLj2nEuzwQMW6UhuhVLFUOt
rSWKTJJVQh93mKcRpqrQMzSKoyQFvlve7xTowRrH9Y+P02czRriVYByPT2sl//TE
m2Uz5Wekhq2rGZI4XJduyoLo7gGnXwiIwWzZJ4sh/OfiZN0KstPfAJuQhjRmAVrw
RjtSqBkiuzj03Zt2Sq79HcM1iTEM+8M9Ulz0VoO4KkG+JnIKJ/A=
=y302
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of coinor-cbc_2.10.3+repack1-1_source.changes

2019-12-30 Thread Debian FTP Masters
coinor-cbc_2.10.3+repack1-1_source.changes uploaded successfully to localhost
along with the files:
  coinor-cbc_2.10.3+repack1-1.dsc
  coinor-cbc_2.10.3+repack1.orig.tar.xz
  coinor-cbc_2.10.3+repack1-1.debian.tar.xz
  coinor-cbc_2.10.3+repack1-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#927237: marked as done (coinor-cbc: Please update coinor-cbc to 2.10.1)

2019-12-30 Thread Debian Bug Tracking System
Your message dated Tue, 31 Dec 2019 02:42:24 +
with message-id 
and subject line Bug#927237: fixed in coinor-cbc 2.10.3+repack1-1
has caused the Debian Bug report #927237,
regarding coinor-cbc: Please update coinor-cbc to 2.10.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
927237: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927237
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: coinor-cbc
Version: 2.8.12-1+b2
Severity: wishlist

Dear Maintainer,

coinor-cbc is outdated. This bug is here to track progress on updating
it and its dependencies.

Thanks !

-- System Information:
Debian Release: 9.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.125-linuxkit (SMP w/6 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages coinor-cbc depends on:
ii  coinor-libcbc3   2.8.12-1+b2
ii  coinor-libcgl1   0.58.9-1+b1
ii  coinor-libclp1   1.15.10-3+b1
ii  coinor-libcoinutils3v5   2.9.15-4
ii  coinor-libosi1v5 0.106.9-2+b1
ii  libblas3 [libblas.so.3]  3.7.0-2
ii  libbz2-1.0   1.0.6-8.1
ii  libc62.24-11+deb9u4
ii  libgcc1  1:6.3.0-18+deb9u1
ii  liblapack3 [liblapack.so.3]  3.7.0-2
ii  libstdc++6   6.3.0-18+deb9u1
ii  zlib1g   1:1.2.8.dfsg-5

coinor-cbc recommends no packages.

coinor-cbc suggests no packages.


 8,7   Top
--- End Message ---
--- Begin Message ---
Source: coinor-cbc
Source-Version: 2.10.3+repack1-1

We believe that the bug you reported is fixed in the latest version of
coinor-cbc, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 927...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Håvard Flaget Aasen  (supplier of updated coinor-cbc 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2019 18:05:19 +0100
Source: coinor-cbc
Architecture: source
Version: 2.10.3+repack1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Håvard Flaget Aasen 
Closes: 927237
Changes:
 coinor-cbc (2.10.3+repack1-1) unstable; urgency=medium
 .
   * QA upload
   [ Debian Janitor ]
   * Drop use of autotools-dev debhelper.
   * Update standards version to 4.4.1, no changes needed.
   * Set upstream metadata fields: Bug-Submit.
   * Use secure URI in debian/watch.
 .
   [ Håvard Flaget Aasen ]
   * New upstream version 2.10.3+repack1 closes: #927237
   * Remove patch, fixed upstream.
   * Change to debhelper-compat
   * Add 'repack' in dversionmangle in debian/watch
   * Update build- and runtime-dependencies.
 - remove autotools-dev
 - Update version on dependencies
   * Remove debian/tmp/usr/share/coin from coinor-libcbc-dev.install
   * Use source created jquery.js in *.doc package
   * Fix spelling error i manpage.
   * Add coinor-libcdc-doc.links to symlink duplicates
   * In debian/rules add override_dh_fixperms to fix examples in *.doc package.
   * In debian/rules add override_dh_strip to fix static library.
Checksums-Sha1:
 c105d8046d293b4ccb235fa970af0e733b1f7dc4 2327 coinor-cbc_2.10.3+repack1-1.dsc
 e3d380024bada525b3226d2f0256680a10ef306d 865704 
coinor-cbc_2.10.3+repack1.orig.tar.xz
 0feffcebe6a320e7dc25550e5bb52200f4fe7a96 11600 
coinor-cbc_2.10.3+repack1-1.debian.tar.xz
 527a6280efff5d7956f4b2825b85df446667b6b2 5946 
coinor-cbc_2.10.3+repack1-1_source.buildinfo
Checksums-Sha256:
 ac025bd1055f91b4bbc9afb481e8d79e6e9fa887629ea8498afb92d881142730 2327 
coinor-cbc_2.10.3+repack1-1.dsc
 b508172f0f41f7a44065ffb624c43f9b400a451b6b16b1f05974b25cd93addf4 865704 
coinor-cbc_2.10.3+repack1.orig.tar.xz
 414266496a4bcc8e1c37d6b6fda9e275b9aebd14d08f29a1665df90d0c1db16f 11600 
coinor-cbc_2.10.3+repack1-1.debian.tar.xz
 2a892f5601c1ea6450fc1fa699a9f2a735548c917838dc7a4bf36a5e45b2377a 5946 
coinor-cbc_2.10.3+repack1-1_source.buildinfo
Files:
 8b87c85e0bcfbf3ab65cee54655726

coinor-cbc_2.10.3+repack1-1_source.changes ACCEPTED into unstable

2019-12-30 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Dec 2019 18:05:19 +0100
Source: coinor-cbc
Architecture: source
Version: 2.10.3+repack1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Håvard Flaget Aasen 
Closes: 927237
Changes:
 coinor-cbc (2.10.3+repack1-1) unstable; urgency=medium
 .
   * QA upload
   [ Debian Janitor ]
   * Drop use of autotools-dev debhelper.
   * Update standards version to 4.4.1, no changes needed.
   * Set upstream metadata fields: Bug-Submit.
   * Use secure URI in debian/watch.
 .
   [ Håvard Flaget Aasen ]
   * New upstream version 2.10.3+repack1 closes: #927237
   * Remove patch, fixed upstream.
   * Change to debhelper-compat
   * Add 'repack' in dversionmangle in debian/watch
   * Update build- and runtime-dependencies.
 - remove autotools-dev
 - Update version on dependencies
   * Remove debian/tmp/usr/share/coin from coinor-libcbc-dev.install
   * Use source created jquery.js in *.doc package
   * Fix spelling error i manpage.
   * Add coinor-libcdc-doc.links to symlink duplicates
   * In debian/rules add override_dh_fixperms to fix examples in *.doc package.
   * In debian/rules add override_dh_strip to fix static library.
Checksums-Sha1:
 c105d8046d293b4ccb235fa970af0e733b1f7dc4 2327 coinor-cbc_2.10.3+repack1-1.dsc
 e3d380024bada525b3226d2f0256680a10ef306d 865704 
coinor-cbc_2.10.3+repack1.orig.tar.xz
 0feffcebe6a320e7dc25550e5bb52200f4fe7a96 11600 
coinor-cbc_2.10.3+repack1-1.debian.tar.xz
 527a6280efff5d7956f4b2825b85df446667b6b2 5946 
coinor-cbc_2.10.3+repack1-1_source.buildinfo
Checksums-Sha256:
 ac025bd1055f91b4bbc9afb481e8d79e6e9fa887629ea8498afb92d881142730 2327 
coinor-cbc_2.10.3+repack1-1.dsc
 b508172f0f41f7a44065ffb624c43f9b400a451b6b16b1f05974b25cd93addf4 865704 
coinor-cbc_2.10.3+repack1.orig.tar.xz
 414266496a4bcc8e1c37d6b6fda9e275b9aebd14d08f29a1665df90d0c1db16f 11600 
coinor-cbc_2.10.3+repack1-1.debian.tar.xz
 2a892f5601c1ea6450fc1fa699a9f2a735548c917838dc7a4bf36a5e45b2377a 5946 
coinor-cbc_2.10.3+repack1-1_source.buildinfo
Files:
 8b87c85e0bcfbf3ab65cee546557260c 2327 science optional 
coinor-cbc_2.10.3+repack1-1.dsc
 d51e8c45bcf61f077083ef5a739e1e74 865704 science optional 
coinor-cbc_2.10.3+repack1.orig.tar.xz
 3aa9108658ad41f519d1de0d5461eff4 11600 science optional 
coinor-cbc_2.10.3+repack1-1.debian.tar.xz
 88335a236cd1fa90a07bee2db38f0706 5946 science optional 
coinor-cbc_2.10.3+repack1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl4Kr6EACgkQweDZLphv
fH6bpA//dM1v/Rn1bQJWDTBgndNcWRjhpW5oVZfJg+i+0xh734UVRUeSpdnRoEmD
Kmgrdt0jbogs/ShISS+Gb0SXCTyctDlMzqdJVW7Yqhdxygj0vVGa/5PFC7kcDYAI
7UYaOy6Hqu1HuSiD0DJzqjvY3u+WwnU2hnfG4Kr9qnMuntYDZpDC9dFHqYv7SMk8
r3oo+IhYfSTwKoSRn0qW2THQ6I5BxSZeudCLYIjgmDfxHOXDnqFj9yMWP4vkrLqS
qnO8JDAIJ/wiMWPFqRuSE/mUEP0gU/XlBD7mzT5vu31VofWUXGimdML0m0CeVvyA
sC/mmY5Jd1AzBwZcvXXl09vl3TwQgGhdTSiMdHpA4YAIhnyb7moY3WK1ErQ4n14Q
q5NHDJrOHXhgzrGD/lDAahw9R6zSTfRAiKOBQq27jAm0vWuaYb25dFoocqQk2Paf
LlccW6eG/FZNVzhVUpaFb/jp9VSqjNRLtIoISkwWD9e8/56I+YpLYOWaKJOdBQHb
0Lmjcc1QznqYYpHmYyYLRYT888EiOPh2FA2X9n8bB/W7s+8BX8EBNz5jrBsHCb1S
YOJJysYSVkzW9l/uFGa5QTw6lALrgnzDddp/CqMwc1fgKiOEAsmCi6Qb2Bp9cnnY
W7rynaiyY7aOEgzg+BarQz/9oL2z1GHb/dokE02137Sc7lswpvY=
=h/vT
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



obex-data-server is marked for autoremoval from testing

2019-12-30 Thread Debian testing autoremoval watch
obex-data-server 0.4.6-1 is marked for autoremoval from testing on 2020-01-11

It is affected by these RC bugs:
945676: obex-data-server: Python2 removal in sid/bullseye



picprog is marked for autoremoval from testing

2019-12-30 Thread Debian testing autoremoval watch
picprog 1.9.1-4 is marked for autoremoval from testing on 2020-01-01

It is affected by these RC bugs:
946039: picprog: picport: Will crash with Linux 5.5 due to cli



transfermii is marked for autoremoval from testing

2019-12-30 Thread Debian testing autoremoval watch
transfermii 1:0.6.1-3 is marked for autoremoval from testing on 2020-01-24

It (build-)depends on packages with these RC bugs:
936358: cwiid: Python2 removal in sid/bullseye
942981: cwiid: Python2 removal in sid/bullseye



ispell-lt is marked for autoremoval from testing

2019-12-30 Thread Debian testing autoremoval watch
ispell-lt 1.2.1-8 is marked for autoremoval from testing on 2020-01-15

It is affected by these RC bugs:
936753: ispell-lt: Python2 removal in sid/bullseye



cwiid is marked for autoremoval from testing

2019-12-30 Thread Debian testing autoremoval watch
cwiid 0.6.00+svn201-4 is marked for autoremoval from testing on 2020-01-24

It is affected by these RC bugs:
936358: cwiid: Python2 removal in sid/bullseye
942981: cwiid: Python2 removal in sid/bullseye