Your message dated Fri, 31 Jul 2026 15:21:36 +0000
with message-id <[email protected]>
and subject line Bug#1067469: fixed in prometheus-alertmanager 0.33.1-1
has caused the Debian Bug report #1067469,
regarding script for generating the UI does not work
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.)


-- 
1067469: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067469
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prometheus-alertmanager
Version: 0.25.0-1+b4
Severity: normal
Tags: upstream patch


Hi,

the included script 'generate-ui.sh' does not work. The attached patch fixes
this, at least to a degree.

Enjoy,
Toni



-- System Information:
Debian Release: 12.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-18-amd64 (SMP w/12 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages prometheus-alertmanager depends on:
ii  adduser              3.134
ii  init-system-helpers  1.65.2
ii  libc6                2.36-9+deb12u4
ii  tzdata               2024a-0+deb12u1

prometheus-alertmanager recommends no packages.

prometheus-alertmanager suggests no packages.

-- no debconf information
--- ./usr/share/prometheus/alertmanager/generate-ui.sh	2023-02-03 03:10:24.000000000 +0000
+++ /tmp/generate-ui.sh	2024-03-21 22:43:52.452041965 +0000
@@ -2,7 +2,7 @@
 
 set -e
 
-ELMDISTURL=https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-linux.tar.gz
+ELMDISTURL=https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz
 SRCDIR=/usr/share/gocode/src/github.com/prometheus/alertmanager/ui/app
 DSTDIR=/usr/share/prometheus/alertmanager/ui
 
@@ -14,7 +14,8 @@
 TMPDIR=$(mktemp -d)
 
 echo "Downloading Elm tools..." >&2
-curl --location $ELMDISTURL | tar xz -C $TMPDIR
+# curl --location $ELMDISTURL | tar xz -C $TMPDIR
+( cd $TMPDIR && curl -L -o - $ELMDISTURL | gzip -d - > elm && chmod 0755 ./elm )
 
 echo "Compiling source code..." >&2
 ln -s $SRCDIR/src $SRCDIR/elm.json $TMPDIR
@@ -31,7 +32,9 @@
 cp $TMPDIR/script.js $DSTDIR
 cp $SRCDIR/index.html $SRCDIR/favicon.ico $DSTDIR
 ln -s /usr/share/fonts-font-awesome $DSTDIR/lib/font-awesome
+ln -s /usr/share/nodejs/bootstrap/dist $DSTDIR/lib/bootstrap
 ln -s /usr/share/nodejs/bootstrap/dist $DSTDIR/lib/bootstrap4
+cp -a /usr/share/gocode/src/github.com/prometheus/alertmanager/ui/app/lib/elm-datepicker $DSTDIR/lib
 
 rm -rf $TMPDIR
 

--- End Message ---
--- Begin Message ---
Source: prometheus-alertmanager
Source-Version: 0.33.1-1
Done: Reinhard Tartler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
prometheus-alertmanager, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <[email protected]> (supplier of updated 
prometheus-alertmanager 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 31 Jul 2026 15:25:50 +0200
Source: prometheus-alertmanager
Architecture: source
Version: 0.33.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1067469 1139523
Changes:
 prometheus-alertmanager (0.33.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release, fixes flaky tests, closes: #1139523
   * Refresh patches for new upstream release.
   * Disable Kafka integration to avoid franz-go dependency.
   * Fix generate-ui.sh script and add an autopkgtest, closes: #1067469
   * Add lintian override for package-contains-vcs-control-file.
Checksums-Sha1:
 7413c70acebbd81a902301dd2414b4f8f30285ce 4230 
prometheus-alertmanager_0.33.1-1.dsc
 c23d385e5fd9b142eed79538153768776d746030 776552 
prometheus-alertmanager_0.33.1.orig.tar.gz
 b906411faa116b03de3d478bfd0b11cd4e1906f4 23756 
prometheus-alertmanager_0.33.1-1.debian.tar.xz
Checksums-Sha256:
 138103bf5e1fd1c3c90f975ee7233c67bb688653e169f57d256c98b1492db6ff 4230 
prometheus-alertmanager_0.33.1-1.dsc
 5810feb8fc8c6ba0a11d6905c26fdfa8e68a78e925927ff9be99503714f00827 776552 
prometheus-alertmanager_0.33.1.orig.tar.gz
 249038193d2e06bf13f62ba0415a661574ec3ef150c4b79745e823592236ebef 23756 
prometheus-alertmanager_0.33.1-1.debian.tar.xz
Files:
 7725953a11b8e3acd78b774fc70b3e60 4230 golang optional 
prometheus-alertmanager_0.33.1-1.dsc
 ecbcbcb486ca37ef7a71f1bca0548fd3 776552 golang optional 
prometheus-alertmanager_0.33.1.orig.tar.gz
 842c1e7491a3eb46c49c935baad1ce60 23756 golang optional 
prometheus-alertmanager_0.33.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmpsrYoUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsvnnw//ec/00yCCJosazBToe4w+WZESHh2s
s6isQg68HP0Ze1NiGvbcc1ShEk9Rmm1NSuCiqeRCSqTQ1b3gkNms8Ni8cDhY4paL
7ao7oZhjAck5iJsPk717NVTIvI7l5lRdAcivJkX30z3+O9DC8yoecVcavD6tsBIp
JROmUVs2xJMfwH3NUqOextrG1hBNqzhP4sQoCfWtQdkuQVIEZxM2XF6A+X7ewyYO
/xDM7IZvod7U2gq/SWgUaYcBUX9iZsca1dpYiEiAYDJT38oQfm3v+jKIo+fzNHTV
W40dIJiF/QzL4IeU3CZWmqOw618w1aif7BMsxhnvhB9RPGBWFzd50s06n+Ver6qu
seoAcxYWpluyYEKdtPYnYL/wjA1wmWVg/ktCiR+qCC2XEkyo0p8JUyV8xBIZatG8
xZjP9qxEr+ajr2lgry3JcETIFBGsNaF7rBboyuV2FtdAAFZfYA+PqnC2wvZbxe5n
1ciKgupSRPPcW0DQELA44c7kTtqGKfovO8K9abTqRZns8WkNrO8QIX34xSAWWqvi
51cqEWuDfXXwttgpr6okCkCltUGtMd2qG1OPVy21nOxt5iufQ9XLcDAymLvIbwvk
LlBUa7IisFow6S5oeMSXxV0g7pwsj4t+p1ce9Pw+Lq79hZMBlWbo0/Pazpw/K6ba
J476Kh+qn6cHj/o=
=pxum
-----END PGP SIGNATURE-----

Attachment: pgpjeYOrQ0HoI.pgp
Description: PGP signature


--- End Message ---

Reply via email to