Your message dated Thu, 07 May 2026 20:22:03 +0000
with message-id <[email protected]>
and subject line scantpaper: FTBFS: help2man: can't get `--help' info from
python3 scantpaper/app.py
has caused the Debian Bug report #1135481,
regarding scantpaper: FTBFS: help2man: can't get `--help' info from python3
scantpaper/app.py
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.)
--
1135481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135481
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:scantpaper
Version: 3.0.5-5
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202605/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:scantpaper, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with python3 --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
pybuild --clean -i python{version} -p "3.14 3.13" --parallel=2
rm -rf .pybuild/
find . -name \*.pyc -exec rm {} \;
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/scantpaper.substvars debian/files
rm -fr -- debian/scantpaper/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
[... snipped ...]
adding 'scantpaper/imageview.py'
adding 'scantpaper/importthread.py'
adding 'scantpaper/page.py'
adding 'scantpaper/pagerange.py'
adding 'scantpaper/postprocess_controls.py'
adding 'scantpaper/print_operation.py'
adding 'scantpaper/progress.py'
adding 'scantpaper/savethread.py'
adding 'scantpaper/scan_menu_item_mixins.py'
adding 'scantpaper/session_mixins.py'
adding 'scantpaper/simplelist.py'
adding 'scantpaper/tesseract.py'
adding 'scantpaper/text_layer_control.py'
adding 'scantpaper/tools_menu_mixins.py'
adding 'scantpaper/unpaper.py'
adding 'scantpaper/dialog/__init__.py'
adding 'scantpaper/dialog/crop.py'
adding 'scantpaper/dialog/pagecontrols.py'
adding 'scantpaper/dialog/paperlist.py'
adding 'scantpaper/dialog/preferences.py'
adding 'scantpaper/dialog/renumber.py'
adding 'scantpaper/dialog/sane.py'
adding 'scantpaper/dialog/save.py'
adding 'scantpaper/dialog/scan.py'
adding 'scantpaper/frontend/enums.py'
adding 'scantpaper/frontend/image_sane.py'
adding 'scantpaper/scanner/__init__.py'
adding 'scantpaper/scanner/options.py'
adding 'scantpaper/scanner/profile.py'
adding 'scantpaper-3.0.5.dist-info/METADATA'
adding 'scantpaper-3.0.5.dist-info/WHEEL'
adding 'scantpaper-3.0.5.dist-info/entry_points.txt'
adding 'scantpaper-3.0.5.dist-info/top_level.txt'
adding 'scantpaper-3.0.5.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built scantpaper-3.0.5-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with
"installer" module
I: pybuild plugin_pyproject:142: Building wheel for python3.13 with "build"
module
I: pybuild base:385: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82:
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!
********************************************************************************
Please use a simple string containing a SPDX expression for
`project.license`. You can also use `project.license-files`. (Both options
available on setuptools>=77.0.0).
This deprecation is overdue, please update your project and remove
deprecated
calls to avoid build errors in the future.
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
running egg_info
writing scantpaper.egg-info/PKG-INFO
writing dependency_links to scantpaper.egg-info/dependency_links.txt
writing entry points to scantpaper.egg-info/entry_points.txt
writing requirements to scantpaper.egg-info/requires.txt
writing top-level names to scantpaper.egg-info/top_level.txt
reading manifest file 'scantpaper.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'scantpaper.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/scantpaper
copying build/lib/scantpaper/const.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/importthread.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
creating build/bdist.linux-x86_64/wheel/scantpaper/dialog
copying build/lib/scantpaper/dialog/__init__.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/save.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/preferences.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/pagecontrols.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/scan.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/sane.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/renumber.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/crop.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/dialog/paperlist.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/dialog
copying build/lib/scantpaper/entry_completion.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/savethread.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/canvas.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/unpaper.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/docthread.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/tools_menu_mixins.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/app.ui ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/postprocess_controls.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/scan_menu_item_mixins.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/tesseract.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/progress.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/file_menu_mixins.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/config.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/imageview.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/session_mixins.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/basedocument.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/pagerange.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
creating build/bdist.linux-x86_64/wheel/scantpaper/scanner
copying build/lib/scantpaper/scanner/__init__.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/scanner
copying build/lib/scantpaper/scanner/profile.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/scanner
copying build/lib/scantpaper/scanner/options.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/scanner
copying build/lib/scantpaper/page.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/app_window.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/i18n.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/document.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/helpers.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/basethread.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/comboboxtext.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/edit_menu_mixins.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/conftest.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/simplelist.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/bboxtree.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/text_layer_control.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
copying build/lib/scantpaper/app.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
creating build/bdist.linux-x86_64/wheel/scantpaper/frontend
copying build/lib/scantpaper/frontend/enums.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/frontend
copying build/lib/scantpaper/frontend/image_sane.py ->
build/bdist.linux-x86_64/wheel/./scantpaper/frontend
copying build/lib/scantpaper/print_operation.py ->
build/bdist.linux-x86_64/wheel/./scantpaper
running install_egg_info
Copying scantpaper.egg-info to
build/bdist.linux-x86_64/wheel/./scantpaper-3.0.5.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/scantpaper-3.0.5.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-5b2qs8da/scantpaper-3.0.5-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'scantpaper/app.py'
adding 'scantpaper/app.ui'
adding 'scantpaper/app_window.py'
adding 'scantpaper/basedocument.py'
adding 'scantpaper/basethread.py'
adding 'scantpaper/bboxtree.py'
adding 'scantpaper/canvas.py'
adding 'scantpaper/comboboxtext.py'
adding 'scantpaper/config.py'
adding 'scantpaper/conftest.py'
adding 'scantpaper/const.py'
adding 'scantpaper/docthread.py'
adding 'scantpaper/document.py'
adding 'scantpaper/edit_menu_mixins.py'
adding 'scantpaper/entry_completion.py'
adding 'scantpaper/file_menu_mixins.py'
adding 'scantpaper/helpers.py'
adding 'scantpaper/i18n.py'
adding 'scantpaper/imageview.py'
adding 'scantpaper/importthread.py'
adding 'scantpaper/page.py'
adding 'scantpaper/pagerange.py'
adding 'scantpaper/postprocess_controls.py'
adding 'scantpaper/print_operation.py'
adding 'scantpaper/progress.py'
adding 'scantpaper/savethread.py'
adding 'scantpaper/scan_menu_item_mixins.py'
adding 'scantpaper/session_mixins.py'
adding 'scantpaper/simplelist.py'
adding 'scantpaper/tesseract.py'
adding 'scantpaper/text_layer_control.py'
adding 'scantpaper/tools_menu_mixins.py'
adding 'scantpaper/unpaper.py'
adding 'scantpaper/dialog/__init__.py'
adding 'scantpaper/dialog/crop.py'
adding 'scantpaper/dialog/pagecontrols.py'
adding 'scantpaper/dialog/paperlist.py'
adding 'scantpaper/dialog/preferences.py'
adding 'scantpaper/dialog/renumber.py'
adding 'scantpaper/dialog/sane.py'
adding 'scantpaper/dialog/save.py'
adding 'scantpaper/dialog/scan.py'
adding 'scantpaper/frontend/enums.py'
adding 'scantpaper/frontend/image_sane.py'
adding 'scantpaper/scanner/__init__.py'
adding 'scantpaper/scanner/options.py'
adding 'scantpaper/scanner/profile.py'
adding 'scantpaper-3.0.5.dist-info/METADATA'
adding 'scantpaper-3.0.5.dist-info/WHEEL'
adding 'scantpaper-3.0.5.dist-info/entry_points.txt'
adding 'scantpaper-3.0.5.dist-info/top_level.txt'
adding 'scantpaper-3.0.5.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built scantpaper-3.0.5-py3-none-any.whl
I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.13 with
"installer" module
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: 'override_dh_auto_test' is up to date.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
rm -f -- debian/scantpaper.substvars
rm -fr -- debian/.debhelper/generated/scantpaper/ debian/scantpaper/
debian/tmp/
debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 -m pip install --no-deps --no-build-isolation
--root=/<<PKGBUILDDIR>>/debian/scantpaper --prefix=/usr .
Processing ./.
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: scantpaper
Building wheel for scantpaper (pyproject.toml): started
Building wheel for scantpaper (pyproject.toml): finished with status 'done'
Created wheel for scantpaper: filename=scantpaper-3.0.5-py3-none-any.whl
size=191232
sha256=7c8fd9d2842ece5a8dc25307dbf4b200b115b426229dfe392a0dce917e695eac
Stored in directory:
/tmp/pip-ephem-wheel-cache-of56shul/wheels/d2/f8/bb/db6aa714ec285cf61b58b1150ca8f9d96083312ccd2ed38794
Successfully built scantpaper
Installing collected packages: scantpaper
Successfully installed scantpaper-3.0.5
# dh_auto_install will still place any additional files; ensure dh runs
dh_auto_install --destdir=/<<PKGBUILDDIR>>/debian/scantpaper || true
install -m0755 -d /<<PKGBUILDDIR>>/debian/scantpaper
pybuild --install -i python{version} -p "3.14 3.13"
--dest-dir=/<<PKGBUILDDIR>>/debian/scantpaper --parallel=2
I: pybuild plugin_pyproject:199: Copying package built for python3.14 to destdir
I: pybuild plugin_pyproject:199: Copying package built for python3.13 to destdir
rm -rf /<<PKGBUILDDIR>>/debian/scantpaper/usr/local || true # FIXME: there has
to be a better way to prevent pip from installing to /usr/local
# install locale files
# can't directly install to /usr/share/locale since pybuild seems to delete them
python3 /<<PKGBUILDDIR>>/dev/compile_mo.py --src /<<PKGBUILDDIR>>/po --out
/<<PKGBUILDDIR>>/locale --domain scantpaper || true
Compiling /<<PKGBUILDDIR>>/po/scantpaper-fi.po ->
/<<PKGBUILDDIR>>/locale/fi/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=fi)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-nb.po ->
/<<PKGBUILDDIR>>/locale/nb/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=nb)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-hu.po ->
/<<PKGBUILDDIR>>/locale/hu/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=hu)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-zh_TW.po ->
/<<PKGBUILDDIR>>/locale/zh_TW/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=zh_TW)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-zh_CN.po ->
/<<PKGBUILDDIR>>/locale/zh_CN/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=zh_CN)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-tr.po ->
/<<PKGBUILDDIR>>/locale/tr/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=tr)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-bg.po ->
/<<PKGBUILDDIR>>/locale/bg/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=bg)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-de.po ->
/<<PKGBUILDDIR>>/locale/de/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=de)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-en_GB.po ->
/<<PKGBUILDDIR>>/locale/en_GB/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=en_GB)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-gu.po ->
/<<PKGBUILDDIR>>/locale/gu/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=gu)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-sk.po ->
/<<PKGBUILDDIR>>/locale/sk/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=sk)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-it.po ->
/<<PKGBUILDDIR>>/locale/it/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=it)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-pl.po ->
/<<PKGBUILDDIR>>/locale/pl/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=pl)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-nl.po ->
/<<PKGBUILDDIR>>/locale/nl/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=nl)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-ab.po ->
/<<PKGBUILDDIR>>/locale/ab/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=ab)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-ko.po ->
/<<PKGBUILDDIR>>/locale/ko/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=ko)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-eu.po ->
/<<PKGBUILDDIR>>/locale/eu/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=eu)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-es.po ->
/<<PKGBUILDDIR>>/locale/es/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=es)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-ru.po ->
/<<PKGBUILDDIR>>/locale/ru/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=ru)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-ja.po ->
/<<PKGBUILDDIR>>/locale/ja/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=ja)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-he.po ->
/<<PKGBUILDDIR>>/locale/he/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=he)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-da.po ->
/<<PKGBUILDDIR>>/locale/da/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=da)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-pt.po ->
/<<PKGBUILDDIR>>/locale/pt/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=pt)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-pt_BR.po ->
/<<PKGBUILDDIR>>/locale/pt_BR/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=pt_BR)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-sv.po ->
/<<PKGBUILDDIR>>/locale/sv/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=sv)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-fa.po ->
/<<PKGBUILDDIR>>/locale/fa/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=fa)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-fr.po ->
/<<PKGBUILDDIR>>/locale/fr/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=fr)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-el.po ->
/<<PKGBUILDDIR>>/locale/el/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=el)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-uk.po ->
/<<PKGBUILDDIR>>/locale/uk/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=uk)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-hr.po ->
/<<PKGBUILDDIR>>/locale/hr/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=hr)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-ca.po ->
/<<PKGBUILDDIR>>/locale/ca/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=ca)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-oc.po ->
/<<PKGBUILDDIR>>/locale/oc/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=oc)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-be.po ->
/<<PKGBUILDDIR>>/locale/be/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=be)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-en_US.po ->
/<<PKGBUILDDIR>>/locale/en_US/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=en_US)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-cs.po ->
/<<PKGBUILDDIR>>/locale/cs/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=cs)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-gl.po ->
/<<PKGBUILDDIR>>/locale/gl/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=gl)
Compiling /<<PKGBUILDDIR>>/po/scantpaper-sl.po ->
/<<PKGBUILDDIR>>/locale/sl/LC_MESSAGES/scantpaper.mo (domain=scantpaper,
lang=sl)
mkdir -p /<<PKGBUILDDIR>>/debian/scantpaper/usr/share
cp -a /<<PKGBUILDDIR>>/locale /<<PKGBUILDDIR>>/debian/scantpaper/usr/share/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_install -O--buildsystem=pybuild
install -m0755 -d debian/scantpaper/usr/share/applications
cp --reflink=auto -a ./org.scantpaper.desktop
debian/scantpaper/usr/share/applications/
install -m0755 -d debian/scantpaper/usr/share/icons/
cp --reflink=auto -a ./icons/hicolor debian/scantpaper/usr/share/icons//
install -m0755 -d debian/scantpaper/usr/share/metainfo
cp --reflink=auto -a ./scantpaper.appdata.xml
debian/scantpaper/usr/share/metainfo/
dh_installdocs -O--buildsystem=pybuild
install -m0755 -d debian/scantpaper/usr/share/doc/scantpaper
install -p -m0644 debian/copyright
debian/scantpaper/usr/share/doc/scantpaper/copyright
dh_installchangelogs -O--buildsystem=pybuild
install -m0755 -d debian/scantpaper/usr/share/doc/scantpaper
install -p -m0644
debian/.debhelper/generated/scantpaper/dh_installchangelogs.dch.trimmed
debian/scantpaper/usr/share/doc/scantpaper/changelog.Debian
install -p -m0644 ./changelog.md
debian/scantpaper/usr/share/doc/scantpaper/changelog
rm -f debian/scantpaper.debhelper.log
debian/rules override_dh_installman
make[1]: Entering directory '/<<PKGBUILDDIR>>'
help2man --no-info --name="a GUI to produce PDFs or DjVus from scanned
documents" --version-string=3.0.5 --output=/<<PKGBUILDDIR>>/debian/scantpaper.1
"python3 scantpaper/app.py"
help2man: can't get `--help' info from python3 scantpaper/app.py
Try `--no-discard-stderr' if option outputs to stderr
make[1]: *** [debian/rules:17: override_dh_installman] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
This was fixed by v3.0.6-1
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---