--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package pysurfer
-2 fixes documentation issue (manpages being garbage), should be safe otherwise
Full diff:
diff -Nru pysurfer-0.7/debian/changelog pysurfer-0.7/debian/changelog
--- pysurfer-0.7/debian/changelog 2016-11-12 13:43:21.000000000 -0500
+++ pysurfer-0.7/debian/changelog 2017-03-27 17:09:17.000000000 -0400
@@ -1,3 +1,10 @@
+pysurfer (0.7-2) unstable; urgency=medium
+
+ * Run help2man under xvfb to avoid manpage containing just an error
+ message (Closes: #858848)
+
+ -- Yaroslav Halchenko <debian@onerussian.com> Mon, 27 Mar 2017 17:09:17 -0400
+
pysurfer (0.7-1) unstable; urgency=medium
* Fresh upstream release
diff -Nru pysurfer-0.7/debian/control pysurfer-0.7/debian/control
--- pysurfer-0.7/debian/control 2016-11-12 13:43:21.000000000 -0500
+++ pysurfer-0.7/debian/control 2017-03-27 17:09:17.000000000 -0400
@@ -13,6 +13,7 @@
mayavi2,
python-matplotlib,
ipython,
+ xvfb, xauth,
Standards-Version: 3.9.6
XS-Python-Version: >= 2.6
Homepage: http://pysurfer.github.com
diff -Nru pysurfer-0.7/debian/rules pysurfer-0.7/debian/rules
--- pysurfer-0.7/debian/rules 2016-11-12 13:43:21.000000000 -0500
+++ pysurfer-0.7/debian/rules 2017-03-27 17:09:17.000000000 -0400
@@ -27,7 +27,7 @@
#endif
override_dh_installman:
- PYTHONPATH=. help2man --version-string="$(upstreamver)" -N \
+ PYTHONPATH=. xvfb-run --auto-servernum help2man --version-string="$(upstreamver)" -N \
--no-discard-stderr \
-n 'visualize cortical surface reconstruction from Freesurfer' \
debian/python-surfer/usr/bin/pysurfer > build/pysurfer.1
unblock pysurfer/0.7-2
-- System Information:
Debian Release: 9.0
APT prefers testing
APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (100, 'unstable-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---