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

Reply via email to