Your message dated Sat, 23 Mar 2019 15:48:37 +0000
with message-id <20190323154837.ga29...@powdarrmonkey.net>
and subject line Re: Bug#925053: unblock: squirrel3/3.1-6
has caused the Debian Bug report #925053,
regarding unblock: squirrel3/3.1-6
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.)
--
925053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package squirrel3
I have simply taken what the maintainer Fabian Wolff had prepared on
Salsa since it is fixing #923012. Except the debhelper bump from 10
to 12 changes are in line with freeze policy. Since debhelper 12 seems
to work nicely I have seen no reason to revert it.
unblock squirrel3/3.1-6
-- 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.0-6-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru squirrel3-3.1/debian/changelog squirrel3-3.1/debian/changelog
--- squirrel3-3.1/debian/changelog 2017-09-17 21:31:30.000000000 +0200
+++ squirrel3-3.1/debian/changelog 2019-03-03 01:37:29.000000000 +0100
@@ -1,3 +1,15 @@
+squirrel3 (3.1-6) unstable; urgency=medium
+
+ * Update Vcs-Git and Vcs-Browser fields in debian/control.
+ * Add patch 02-sphinx-ext.patch to disable the pngmath Sphinx
+ extension (Closes: #923012).
+ * Add Applied-Upstream field to header of patch
+ 01-fix-spelling-errors.patch.
+ * Upgrade to Standards-Version 4.3.0 (no changes).
+ * Upgrade to debhelper compat level 12.
+
+ -- Fabian Wolff <fabi.wo...@arcor.de> Sun, 03 Mar 2019 01:37:29 +0100
+
squirrel3 (3.1-5) unstable; urgency=medium
* Update debian/copyright.
diff -Nru squirrel3-3.1/debian/compat squirrel3-3.1/debian/compat
--- squirrel3-3.1/debian/compat 2017-09-17 21:31:30.000000000 +0200
+++ squirrel3-3.1/debian/compat 2019-03-03 01:37:29.000000000 +0100
@@ -1 +1 @@
-10
+12
diff -Nru squirrel3-3.1/debian/control squirrel3-3.1/debian/control
--- squirrel3-3.1/debian/control 2017-09-17 21:31:30.000000000 +0200
+++ squirrel3-3.1/debian/control 2019-03-03 01:37:29.000000000 +0100
@@ -2,17 +2,17 @@
Maintainer: Fabian Wolff <fabi.wo...@arcor.de>
Section: interpreters
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 12),
cmake,
python3-sphinx | python-sphinx,
texlive,
texlive-latex-extra,
texlive-generic-extra,
latexmk
-Standards-Version: 4.1.0
+Standards-Version: 4.3.0
Homepage: http://squirrel-lang.org/
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/squirrel3.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/squirrel3.git
+Vcs-Git: https://salsa.debian.org/wolff-guest/squirrel3.git/
+Vcs-Browser: https://salsa.debian.org/wolff-guest/squirrel3
Package: squirrel3
Architecture: any
diff -Nru squirrel3-3.1/debian/patches/01-fix-spelling-errors.patch
squirrel3-3.1/debian/patches/01-fix-spelling-errors.patch
--- squirrel3-3.1/debian/patches/01-fix-spelling-errors.patch 2017-09-17
21:31:30.000000000 +0200
+++ squirrel3-3.1/debian/patches/01-fix-spelling-errors.patch 2019-03-03
01:37:29.000000000 +0100
@@ -3,7 +3,8 @@
false positive).
Author: Fabian Wolff <fabi.wo...@arcor.de>
Forwarded: https://github.com/albertodemichelis/squirrel/pull/30
-Last-Update: 2016-04-03
+Applied-Upstream:
https://github.com/albertodemichelis/squirrel/commit/6db0aa2095da222d06a0690eaacd5a8966c0651e
+Last-Update: 2019-03-03
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/sq/sq.c
diff -Nru squirrel3-3.1/debian/patches/02-sphinx-ext.patch
squirrel3-3.1/debian/patches/02-sphinx-ext.patch
--- squirrel3-3.1/debian/patches/02-sphinx-ext.patch 1970-01-01
01:00:00.000000000 +0100
+++ squirrel3-3.1/debian/patches/02-sphinx-ext.patch 2019-03-03
01:37:29.000000000 +0100
@@ -0,0 +1,18 @@
+Description: Remove pngmath extension from Sphinx configuration
+Author: Fabian Wolff <fabi.wo...@arcor.de>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923012
+Forwarded: yes
+Last-Update: 2019-03-02
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/doc/source/conf.py
++++ b/doc/source/conf.py
+@@ -30,7 +30,7 @@
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+ # ones.
+ extensions = [
+- 'sphinx.ext.pngmath',
++# 'sphinx.ext.pngmath',
+ ]
+
+ # Add any paths that contain templates here, relative to this directory.
diff -Nru squirrel3-3.1/debian/patches/series
squirrel3-3.1/debian/patches/series
--- squirrel3-3.1/debian/patches/series 2017-09-17 21:31:30.000000000 +0200
+++ squirrel3-3.1/debian/patches/series 2019-03-03 01:37:29.000000000 +0100
@@ -1 +1,2 @@
01-fix-spelling-errors.patch
+02-sphinx-ext.patch
--- End Message ---
--- Begin Message ---
On Thu, Mar 21, 2019 at 02:13:52PM +0100, Fabian Wolff wrote:
> I have now reverted the debhelper compat bump. I have also updated
> the meta-information of one of the two patches (the issue has been
> fixed upstream in the meantime).
>
> I have attached a debdiff between the version in testing (3.1-5) and
> the new version in unstable (3.1-7).
Unblocked; thanks.
--
Jonathan Wiltshire j...@debian.org
Debian Developer http://people.debian.org/~jmw
4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51
--- End Message ---