Your message dated Thu, 18 May 2023 22:54:03 +0000
with message-id <e1pzmvx-005h76...@fasolo.debian.org>
and subject line Bug#1036267: Removed package(s) from unstable
has caused the Debian Bug report #897397,
regarding webmagick: Use of defined on aggregates is no longer supported
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.)
--
897397: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897397
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: webmagick
Version: 2.02-11
Severity: important
Dear Maintainer,
Webmagick will not run on newer version of Perl unless "defined" is removed
in lines: 1329, 1383, 1383, 3795. The diffs are below
diff webmagick webmagick.orig
1329c1329
< if( ! %dirTitles || ( compareHash(\%dirTitles,\%tmp_dirTitles) ) ) {
---
> if( !defined(%dirTitles) || ( compareHash(\%dirTitles,\%tmp_dirTitles)
> ) ) {
1361c1361
< if( ! %imageLabels || ( compareHash(\%imageLabels,\%tmp_imageLabels) )
) {
---
> if( !defined(%imageLabels) || (
> compareHash(\%imageLabels,\%tmp_imageLabels) ) ) {
1383c1383
< if( ! %iconImageUrls || (
compareHash(\%iconImageUrls,\%tmp_iconImageUrls) ) ) {
---
> if( !defined(%iconImageUrls) || (
> compareHash(\%iconImageUrls,\%tmp_iconImageUrls) ) ) {
3795c3795
< if( ! %iconImageSizes || (
compareHash(\%iconImageSizes,\%tmp_iconImageSizes) ) ) {
---
> if( !defined(%iconImageSizes) || (
> compareHash(\%iconImageSizes,\%tmp_iconImageSizes) ) ) {
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.15.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages webmagick depends on:
ii dpkg 1.19.0.5
ii ghostscript 9.22~dfsg-2.1
ii graphicsmagick 1.3.28-2
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.4
ii install-info 6.5.0.dfsg.1-2
ii libgraphics-magick-perl 1.3.28-2
webmagick recommends no packages.
webmagick suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.02-11.1+rm
Dear submitter,
as the package webmagick has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1036267
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---