Your message dated Wed, 12 Jun 2019 14:52:47 +0000
with message-id <[email protected]>
and subject line unblock graphite-web
has caused the Debian Bug report #930110,
regarding unblock: graphite-web/1.1.4-3
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.)
--
930110: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930110
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package graphite-web
This release fixes the shebang of /usr/bin/graphite-manage to
/usr/bin/python3, as the package switched to Py3. Debdiff attached.
unblock graphite-web/1.1.4-3
diff -Nru graphite-web-1.1.4/debian/changelog
graphite-web-1.1.4/debian/changelog
--- graphite-web-1.1.4/debian/changelog 2018-12-26 08:35:26.000000000 +0100
+++ graphite-web-1.1.4/debian/changelog 2019-06-07 09:39:24.000000000 +0200
@@ -1,3 +1,9 @@
+graphite-web (1.1.4-3) unstable; urgency=medium
+
+ * Fix shebang of /usr/bin/graphite-manage. (Closes: #925240)
+
+ -- Thomas Goirand <[email protected]> Fri, 07 Jun 2019 09:39:24 +0200
+
graphite-web (1.1.4-2) unstable; urgency=medium
* Fix README to suggest installation of libapache2-mod-wsgi-py3, and added
diff -Nru graphite-web-1.1.4/debian/rules graphite-web-1.1.4/debian/rules
--- graphite-web-1.1.4/debian/rules 2018-12-26 08:35:26.000000000 +0100
+++ graphite-web-1.1.4/debian/rules 2019-06-07 09:39:24.000000000 +0200
@@ -58,3 +58,7 @@
cp webapp/graphite/local_settings.py.example
debian/graphite-web/etc/graphite/local_settings.py
cp ./webapp/graphite/wsgi.py
debian/graphite-web/usr/share/graphite-web/graphite.wsgi
rm -rf
debian/graphite-web/usr/share/graphite-web/static/js/ext/adapter/.DS_Store
+
+override_dh_fixperms:
+ dh_fixperms
+ sed -i 1s/python2/python3/ debian/graphite-web/usr/bin/graphite-manage
--- End Message ---
--- Begin Message ---
Unblocked graphite-web.
--- End Message ---