Your message dated Sun, 11 May 2025 09:58:36 +0000 with message-id <[email protected]> and subject line Bug#1104974: Removed package(s) from unstable has caused the Debian Bug report #696748, regarding send-ping: wrong variable names 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 [email protected] immediately.) -- 696748: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696748 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: chronicle Version: 4.6-2 Severity: minor Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 The send-ping feature doesn't work right now, it complains about undefined variables. Proposed patch: #v+ - --- unpacked/usr/bin/chronicle 2011-05-15 20:15:12.000000000 +0200 +++ /usr/bin/chronicle 2012-12-26 19:07:49.357139264 +0100 @@ -528,7 +528,7 @@ # Send to just that specific service # system( "chronicle-ping", "--service=$ping", - - "--url=$CONFIG{'prefix'}", "--name=$CONFIG{'blog-title'}" ); + "--url=$CONFIG{'url_prefix'}", "--name=$CONFIG{'blog_title'}" ); # find next server $count += 1; @@ -544,8 +544,8 @@ { $CONFIG{ 'verbose' } && print "Sending to: default ping servers\n"; - - system( "chronicle-ping", "--url=$CONFIG{'prefix'}", - - "--name=$CONFIG{'blog-title'}" ); + system( "chronicle-ping", "--url=$CONFIG{'url_prefix'}", + "--name=$CONFIG{'blog_title'}" ); } $CONFIG{ 'verbose' } && print "Pings complete.\n"; #v- And the list of default servers in chronicle-ping could also use an update, a couple of them return 404, 408 etc. Cheers, gregor -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJQ2z4dAAoJELs6aAGGSaoGj3oQAK/eip48AlSgDcOIg6TyzELU C8FJMcuoK5KDwdU4+OnyVRaWvemBEfvb1y7H/jLAPzLpAIOUa+1s3Z485UiBaPA3 Iub9ArvkXEDUaOf8BgJX1npOj/fObWsjjFF2OYSRYAsxjkKwbtH1tNxub/25M07l aUzFgIvd2Btx+5CntlqDGPZrlAeVYIznlnfETYVfriHZgNyNG4hLAo9ZpW08uEtg U+5egq5gpHyftTb/gvc9jYZJ00xZ0Qzs6Mahr7rfxNkREKv/Jf7G3gxGGci8ixPc HT4bMU5MyxXedds4y82i9MWf1XcpUxCp0rt7nyZiFiU7/tPojYOyEwwQF0Ik8cMl YNB+7wyWaPwXNnaGWA6TRkXT5ACPHfK12UHl8ZFwdQoM4LPbovl28Iuqu66Ve4Lo 1qICSBd7u4VGDxG3nApbIL2J9E+P3O3ERJizDMHmLyszzTGgzj5W5KQ3hcGkbpHo 49ZfVQ8ociO3sQC5yTz+07wquX+ssO8oWjqA+QFmaUZN0RkfNFSuvzqz8wIrJ2Gy c90fOxhubxi4qSH1CmKMZ1VleZgcCuZfxU7a1fhTmtv2QhefXzI0Yl1LV11kB9S3 /V3IRK/skKdVgF3sEKspUOFIPWakTC4Uc6bY9JiTRbL830LvirZWhoLfbrIewiPS Hx0qTkGfw15FEdI9sDzw =wGKu -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Version: 4.6-2.1+rm Dear submitter, as the package chronicle 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/1104974 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 [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

