Source: paperwork Version: 2.1.2-1 Severity: minor Tags: trixie sid ftbfs User: [email protected] Usertags: ftbfs-sab-20230813 ftbfs-source-after-build User: [email protected] Usertags: qa-doublebuild
Hi, This package fails to build a source package after a successful build (dpkg-buildpackage ; dpkg-buildpackage -S). This is probably a clear violation of Debian Policy section 4.9 (clean target), but this is filed as severity:minor for now, because a discussion on debian-devel showed that we might want to revisit the requirement of a working 'clean' target. More information about this class of issues, included common problems and solutions, is available at https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild Relevant part of the build log: > cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env > -us -uc -rfakeroot -S > ------------------------------------------------------------------------------------------------------------------------- > > dpkg-buildpackage: info: source package paperwork > dpkg-buildpackage: info: source version 2.1.2-1 > dpkg-buildpackage: info: source distribution unstable > dpkg-buildpackage: info: source changed by Thomas Perret > <[email protected]> > dpkg-source --before-build . > debian/rules clean > dh clean --with python3,sphinxdoc --buildsystem=pybuild > rm -f debian/openpaperwork-core-doc.debhelper.log > debian/openpaperwork-core.debhelper.log > debian/openpaperwork-gtk-doc.debhelper.log > debian/openpaperwork-gtk.debhelper.log > debian/paperwork-backend-doc.debhelper.log > debian/paperwork-backend.debhelper.log > debian/paperwork-gtk-l10n-de.debhelper.log > debian/paperwork-gtk-l10n-en.debhelper.log > debian/paperwork-gtk-l10n-es.debhelper.log > debian/paperwork-gtk-l10n-fr.debhelper.log > debian/paperwork-gtk-l10n-oc.debhelper.log > debian/paperwork-gtk-l10n-uk.debhelper.log debian/paperwork-gtk.debhelper.log > debian/paperwork-shell.debhelper.log > debian/rules override_dh_auto_clean > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dh_auto_clean -D openpaperwork-core --buildsystem=pybuild > pybuild --clean -i python{version} -p 3.11 --dir openpaperwork-core > D: pybuild pybuild:598: version: 6.20230802 > D: pybuild pybuild:599: ['/usr/bin/pybuild', '--clean', '-i', > 'python{version}', '-p', '3.11', '--dir', 'openpaperwork-core'] > D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False, > really_quiet=False, detect_only=False, clean_only=True, configure_only=False, > build_only=False, install_only=False, test_only=False, > autopkgtest_only=False, list_systems=False, print_args=None, > before_clean=None, clean_args=None, after_clean=None, before_configure=None, > configure_args=None, after_configure=None, before_build=None, > build_args=None, after_build=None, before_install=None, install_args=None, > after_install=None, before_test=None, test_args=None, after_test=None, > test_nose=False, test_nose2=False, test_pytest=False, test_tox=False, > test_custom=False, dir='openpaperwork-core', destdir='debian/tmp', > ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None, > ext_sub_repl=None, install_dir=None, name=None, > system=None, versions=['3.11'], interpreter=['python{version}'], > disable=None, custom_tests=False) > D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command > 'cmake' > D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command > 'meson' > D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture > D: pybuild debhelper:175: skipping package openpaperwork-core-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package openpaperwork-gtk-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-backend-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-en (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-fr (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-de (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-uk (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-es (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-oc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:183: source=paperwork, binary > packages=['openpaperwork-core', 'openpaperwork-gtk', 'paperwork-backend', > 'paperwork-gtk', 'paperwork-shell'] > D: pybuild pybuild:123: Plugin autopkgtest: certainty 0 > D: pybuild pybuild:123: Plugin custom: certainty 0 > D: pybuild pybuild:123: Plugin distutils: certainty 51 > D: pybuild pybuild:123: Plugin flit: certainty 0 > D: pybuild pybuild:123: Plugin pyproject: certainty 0 > D: pybuild pybuild:149: detected build system: distutils (certainty: 51%) > D: pybuild base:190: removing dir: > openpaperwork-core/src/openpaperwork_core/__pycache__ > D: pybuild base:190: removing dir: > openpaperwork-core/src/openpaperwork_core/config/__pycache__ > D: pybuild base:190: removing dir: > openpaperwork-core/src/openpaperwork_core/config/backend/__pycache__ > D: pybuild base:190: removing dir: > openpaperwork-core/src/openpaperwork_core/fs/__pycache__ > I: pybuild base:275: python3.11 setup.py clean > D: pybuild tools:232: invoking: python3.11 setup.py clean > OpenPaperwork-core version: 2.1.2 > running clean > removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything > under it) > 'build/bdist.linux-x86_64' does not exist -- can't clean it > 'build/scripts-3.11' does not exist -- can't clean it > rm -rf .pybuild/ > find . -name \*.pyc -exec rm {} \; > dh_auto_clean -D openpaperwork-gtk --buildsystem=pybuild > pybuild --clean -i python{version} -p 3.11 --dir openpaperwork-gtk > D: pybuild pybuild:598: version: 6.20230802 > D: pybuild pybuild:599: ['/usr/bin/pybuild', '--clean', '-i', > 'python{version}', '-p', '3.11', '--dir', 'openpaperwork-gtk'] > D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False, > really_quiet=False, detect_only=False, clean_only=True, configure_only=False, > build_only=False, install_only=False, test_only=False, > autopkgtest_only=False, list_systems=False, print_args=None, > before_clean=None, clean_args=None, after_clean=None, before_configure=None, > configure_args=None, after_configure=None, before_build=None, > build_args=None, after_build=None, before_install=None, install_args=None, > after_install=None, before_test=None, test_args=None, after_test=None, > test_nose=False, test_nose2=False, test_pytest=False, test_tox=False, > test_custom=False, dir='openpaperwork-gtk', destdir='debian/tmp', > ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None, > ext_sub_repl=None, install_dir=None, name=None, > system=None, versions=['3.11'], interpreter=['python{version}'], > disable=None, custom_tests=False) > D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command > 'cmake' > D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command > 'meson' > D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture > D: pybuild debhelper:175: skipping package openpaperwork-core-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package openpaperwork-gtk-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-backend-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-en (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-fr (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-de (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-uk (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-es (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-oc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:183: source=paperwork, binary > packages=['openpaperwork-core', 'openpaperwork-gtk', 'paperwork-backend', > 'paperwork-gtk', 'paperwork-shell'] > D: pybuild pybuild:123: Plugin autopkgtest: certainty 0 > D: pybuild pybuild:123: Plugin custom: certainty 0 > D: pybuild pybuild:123: Plugin distutils: certainty 51 > D: pybuild pybuild:123: Plugin flit: certainty 0 > D: pybuild pybuild:123: Plugin pyproject: certainty 0 > D: pybuild pybuild:149: detected build system: distutils (certainty: 51%) > D: pybuild plugin_distutils:54: pydistutils config file: > [clean] > all=1 > [build] > build_lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build > [install] > force=1 > install_layout=deb > install_scripts=$base/bin > install_lib=/usr/lib/python3.11/dist-packages > prefix=/usr > > I: pybuild base:275: python3.11 setup.py clean > D: pybuild tools:232: invoking: python3.11 setup.py clean > OpenPaperwork-gtk version: 2.1.2 > running clean > removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything > under it) > 'build/bdist.linux-x86_64' does not exist -- can't clean it > 'build/scripts-3.11' does not exist -- can't clean it > rm -rf .pybuild/ > find . -name \*.pyc -exec rm {} \; > dh_auto_clean -D paperwork-gtk --buildsystem=pybuild > pybuild --clean -i python{version} -p 3.11 --dir paperwork-gtk > D: pybuild pybuild:598: version: 6.20230802 > D: pybuild pybuild:599: ['/usr/bin/pybuild', '--clean', '-i', > 'python{version}', '-p', '3.11', '--dir', 'paperwork-gtk'] > D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False, > really_quiet=False, detect_only=False, clean_only=True, configure_only=False, > build_only=False, install_only=False, test_only=False, > autopkgtest_only=False, list_systems=False, print_args=None, > before_clean=None, clean_args=None, after_clean=None, before_configure=None, > configure_args=None, after_configure=None, before_build=None, > build_args=None, after_build=None, before_install=None, install_args=None, > after_install=None, before_test=None, test_args=None, after_test=None, > test_nose=False, test_nose2=False, test_pytest=False, test_tox=False, > test_custom=False, dir='paperwork-gtk', destdir='debian/tmp', > ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None, > ext_sub_repl=None, install_dir=None, name=None, system=None, > versions=['3.11'], interpreter=['python{version}'], disable=None, > custom_tests=False) > D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command > 'cmake' > D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command > 'meson' > D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture > D: pybuild debhelper:175: skipping package openpaperwork-core-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package openpaperwork-gtk-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-backend-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-en (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-fr (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-de (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-uk (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-es (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-oc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:183: source=paperwork, binary > packages=['openpaperwork-core', 'openpaperwork-gtk', 'paperwork-backend', > 'paperwork-gtk', 'paperwork-shell'] > D: pybuild pybuild:123: Plugin autopkgtest: certainty 0 > D: pybuild pybuild:123: Plugin custom: certainty 0 > D: pybuild pybuild:123: Plugin distutils: certainty 50 > D: pybuild pybuild:123: Plugin flit: certainty 0 > D: pybuild pybuild:123: Plugin pyproject: certainty 0 > D: pybuild pybuild:149: detected build system: distutils (certainty: 50%) > D: pybuild plugin_distutils:54: pydistutils config file: > [clean] > all=1 > [build] > build_lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build > [install] > force=1 > install_layout=deb > install_scripts=$base/bin > install_lib=/usr/lib/python3.11/dist-packages > prefix=/usr > > I: pybuild base:275: python3.11 setup.py clean > D: pybuild tools:232: invoking: python3.11 setup.py clean > Paperwork version: 2.1.2 > running clean > removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything > under it) > 'build/bdist.linux-x86_64' does not exist -- can't clean it > 'build/scripts-3.11' does not exist -- can't clean it > ============================================================ > ============================================================ > || IMPORTANT || > || || > || Please run || > ||--------------------------------------------------------|| > || paperwork-gtk chkdeps || > || paperwork-gtk install --user || > ||--------------------------------------------------------|| > || to find any missing dependencies || > || and install Paperwork's icons and shortcuts || > ============================================================ > ============================================================ > rm -rf .pybuild/ > find . -name \*.pyc -exec rm {} \; > dh_auto_clean -D paperwork-backend --buildsystem=pybuild > pybuild --clean -i python{version} -p 3.11 --dir paperwork-backend > D: pybuild pybuild:598: version: 6.20230802 > D: pybuild pybuild:599: ['/usr/bin/pybuild', '--clean', '-i', > 'python{version}', '-p', '3.11', '--dir', 'paperwork-backend'] > D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False, > really_quiet=False, detect_only=False, clean_only=True, configure_only=False, > build_only=False, install_only=False, test_only=False, > autopkgtest_only=False, list_systems=False, print_args=None, > before_clean=None, clean_args=None, after_clean=None, before_configure=None, > configure_args=None, after_configure=None, before_build=None, > build_args=None, after_build=None, before_install=None, install_args=None, > after_install=None, before_test=None, test_args=None, after_test=None, > test_nose=False, test_nose2=False, test_pytest=False, test_tox=False, > test_custom=False, dir='paperwork-backend', destdir='debian/tmp', > ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None, > ext_sub_repl=None, install_dir=None, name=None, > system=None, versions=['3.11'], interpreter=['python{version}'], > disable=None, custom_tests=False) > D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command > 'cmake' > D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command > 'meson' > D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture > D: pybuild debhelper:175: skipping package openpaperwork-core-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package openpaperwork-gtk-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-backend-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-en (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-fr (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-de (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-uk (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-es (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-oc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:183: source=paperwork, binary > packages=['openpaperwork-core', 'openpaperwork-gtk', 'paperwork-backend', > 'paperwork-gtk', 'paperwork-shell'] > D: pybuild pybuild:123: Plugin autopkgtest: certainty 0 > D: pybuild pybuild:123: Plugin custom: certainty 0 > D: pybuild pybuild:123: Plugin distutils: certainty 50 > D: pybuild pybuild:123: Plugin flit: certainty 0 > D: pybuild pybuild:123: Plugin pyproject: certainty 0 > D: pybuild pybuild:149: detected build system: distutils (certainty: 50%) > D: pybuild plugin_distutils:54: pydistutils config file: > [clean] > all=1 > [build] > build_lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build > [install] > force=1 > install_layout=deb > install_scripts=$base/bin > install_lib=/usr/lib/python3.11/dist-packages > prefix=/usr > > I: pybuild base:275: python3.11 setup.py clean > D: pybuild tools:232: invoking: python3.11 setup.py clean > Paperwork-backend version: 2.1.2 > running clean > removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything > under it) > 'build/bdist.linux-x86_64' does not exist -- can't clean it > 'build/scripts-3.11' does not exist -- can't clean it > ============================================================ > ============================================================ > || IMPORTANT || > || Please run 'paperwork-cli chkdeps' || > || to find any missing dependency || > ============================================================ > ============================================================ > rm -rf .pybuild/ > find . -name \*.pyc -exec rm {} \; > dh_auto_clean -D paperwork-shell --buildsystem=pybuild > pybuild --clean -i python{version} -p 3.11 --dir paperwork-shell > D: pybuild pybuild:598: version: 6.20230802 > D: pybuild pybuild:599: ['/usr/bin/pybuild', '--clean', '-i', > 'python{version}', '-p', '3.11', '--dir', 'paperwork-shell'] > D: pybuild pybuild:39: cfg: Namespace(verbose=True, quiet=False, > really_quiet=False, detect_only=False, clean_only=True, configure_only=False, > build_only=False, install_only=False, test_only=False, > autopkgtest_only=False, list_systems=False, print_args=None, > before_clean=None, clean_args=None, after_clean=None, before_configure=None, > configure_args=None, after_configure=None, before_build=None, > build_args=None, after_build=None, before_install=None, install_args=None, > after_install=None, before_test=None, test_args=None, after_test=None, > test_nose=False, test_nose2=False, test_pytest=False, test_tox=False, > test_custom=False, dir='paperwork-shell', destdir='debian/tmp', > ext_destdir=None, ext_pattern='\\.so(\\.[^/]*)?$', ext_sub_pattern=None, > ext_sub_repl=None, install_dir=None, name=None, system=None, > versions=['3.11'], interpreter=['python{version}'], disable=None, > custom_tests=False) > D: pybuild __init__:37: cannot initialize 'cmake' plugin: Missing command > 'cmake' > D: pybuild __init__:37: cannot initialize 'meson' plugin: Missing command > 'meson' > D: pybuild tools:232: invoking: /usr/bin/dpkg-architecture > D: pybuild debhelper:175: skipping package openpaperwork-core-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package openpaperwork-gtk-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-backend-doc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-en (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-fr (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-de (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-uk (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-es (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:175: skipping package paperwork-gtk-l10n-oc (missing > ${python3:Depends} in Depends/Recommends) > D: pybuild debhelper:183: source=paperwork, binary > packages=['openpaperwork-core', 'openpaperwork-gtk', 'paperwork-backend', > 'paperwork-gtk', 'paperwork-shell'] > D: pybuild pybuild:123: Plugin autopkgtest: certainty 0 > D: pybuild pybuild:123: Plugin custom: certainty 0 > D: pybuild pybuild:123: Plugin distutils: certainty 50 > D: pybuild pybuild:123: Plugin flit: certainty 0 > D: pybuild pybuild:123: Plugin pyproject: certainty 0 > D: pybuild pybuild:149: detected build system: distutils (certainty: 50%) > D: pybuild plugin_distutils:54: pydistutils config file: > [clean] > all=1 > [build] > build_lib=/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build > [install] > force=1 > install_layout=deb > install_scripts=$base/bin > install_lib=/usr/lib/python3.11/dist-packages > prefix=/usr > > I: pybuild base:275: python3.11 setup.py clean > D: pybuild tools:232: invoking: python3.11 setup.py clean > Paperwork-shell version: 2.1.2 > running clean > removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build' (and everything > under it) > 'build/bdist.linux-x86_64' does not exist -- can't clean it > 'build/scripts-3.11' does not exist -- can't clean it > ============================================================ > ============================================================ > || IMPORTANT || > || Please run 'paperwork-cli chkdeps' || > || to find any missing dependency || > ============================================================ > ============================================================ > rm -rf .pybuild/ > find . -name \*.pyc -exec rm {} \; > rm -f openpaperwork-core/src/openpaperwork_core/_version.py > rm -f openpaperwork-gtk/src/openpaperwork_gtk/_version.py > rm -f paperwork-backend/src/paperwork_backend/_version.py > rm -f paperwork-gtk/src/paperwork_gtk/_version.py > rm -f paperwork-shell/src/paperwork_shell/_version.py > rm -f debian/paperwork-gtk.1 > rm -f debian/paperwork-cli.1 > rm -f debian/paperwork-json.1 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_autoreconf_clean -O--buildsystem=pybuild > dh_clean -O--buildsystem=pybuild > rm -f debian/debhelper-build-stamp > rm -rf debian/.debhelper/ > rm -f -- debian/openpaperwork-core.substvars > debian/openpaperwork-core.postinst.debhelper > debian/openpaperwork-core.prerm.debhelper > debian/openpaperwork-core-doc.substvars debian/openpaperwork-gtk.substvars > debian/openpaperwork-gtk.postinst.debhelper > debian/openpaperwork-gtk.prerm.debhelper > debian/openpaperwork-gtk-doc.substvars debian/paperwork-backend.substvars > debian/paperwork-backend.postinst.debhelper > debian/paperwork-backend.prerm.debhelper > debian/paperwork-backend-doc.substvars debian/paperwork-gtk.substvars > debian/paperwork-gtk.postinst.debhelper debian/paperwork-gtk.prerm.debhelper > debian/paperwork-shell.substvars debian/paperwork-shell.postinst.debhelper > debian/paperwork-shell.prerm.debhelper debian/paperwork-gtk-l10n-en.substvars > debian/paperwork-gtk-l10n-fr.substvars debian/paperwork-gtk-l10n-de.substvars > debian/paperwork-gtk-l10n-uk.substvars debian/paperwork-gtk-l10n-es.substvars > debian/paperwork-gtk-l10n-oc.substvars debian/files > rm -fr -- debian/openpaperwork-core/ debian/tmp/ > debian/openpaperwork-core-doc/ debian/openpaperwork-gtk/ > debian/openpaperwork-gtk-doc/ debian/paperwork-backend/ > debian/paperwork-backend-doc/ debian/paperwork-gtk/ debian/paperwork-shell/ > debian/paperwork-gtk-l10n-en/ debian/paperwork-gtk-l10n-fr/ > debian/paperwork-gtk-l10n-de/ debian/paperwork-gtk-l10n-uk/ > debian/paperwork-gtk-l10n-es/ debian/paperwork-gtk-l10n-oc/ > 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 \ > -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ > -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ > -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ > \) -exec rm -f {} + \) -o \ > \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) > \) > dpkg-source -b . > dpkg-source: info: using source format '3.0 (quilt)' > dpkg-source: info: building paperwork using existing > ./paperwork_2.1.2.orig-test-documents.tar.gz > dpkg-source: info: building paperwork using existing > ./paperwork_2.1.2.orig.tar.gz > dpkg-source: info: using patch list from debian/patches/series > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/config.doctree: binary file contents > changed > dpkg-source: error: add > build/openpaperwork_core/html/.doctrees/config.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/core.doctree: binary file contents > changed > dpkg-source: error: add build/openpaperwork_core/html/.doctrees/core.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/core_api.doctree: binary file > contents changed > dpkg-source: error: add > build/openpaperwork_core/html/.doctrees/core_api.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/environment.pickle: binary file > contents changed > dpkg-source: error: add > build/openpaperwork_core/html/.doctrees/environment.pickle in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/example_app.doctree: binary file > contents changed > dpkg-source: error: add > build/openpaperwork_core/html/.doctrees/example_app.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/example_plugin.doctree: binary file > contents changed > dpkg-source: error: add > build/openpaperwork_core/html/.doctrees/example_plugin.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/fs.doctree: binary file contents > changed > dpkg-source: error: add build/openpaperwork_core/html/.doctrees/fs.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/index.doctree: binary file contents > changed > dpkg-source: error: add build/openpaperwork_core/html/.doctrees/index.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/logs.doctree: binary file contents > changed > dpkg-source: error: add build/openpaperwork_core/html/.doctrees/logs.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/mainloop.doctree: binary file > contents changed > dpkg-source: error: add > build/openpaperwork_core/html/.doctrees/mainloop.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/.doctrees/promise.doctree: binary file contents > changed > dpkg-source: error: add > build/openpaperwork_core/html/.doctrees/promise.doctree in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/_images/plantuml-4633743a165c45ebf5874ab606c4d81b313ff0b7.png: > binary file contents changed > dpkg-source: error: add > build/openpaperwork_core/html/_images/plantuml-4633743a165c45ebf5874ab606c4d81b313ff0b7.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/_images/plantuml-4bc6f01f95c4a994e4b71c538cbd39ad42ab4cb2.png: > binary file contents changed > dpkg-source: error: add > build/openpaperwork_core/html/_images/plantuml-4bc6f01f95c4a994e4b71c538cbd39ad42ab4cb2.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/_images/plantuml-9780857c51dfaae6376da98c802f05a94c82b714.png: > binary file contents changed > dpkg-source: error: add > build/openpaperwork_core/html/_images/plantuml-9780857c51dfaae6376da98c802f05a94c82b714.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_modules/index.html has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_modules/openpaperwork_core.html > has no final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_modules/openpaperwork_core/config.html > has no final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_modules/openpaperwork_core/config/backend/configparser.html > has no final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_modules/openpaperwork_core/fs/memory.html > has no final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_modules/openpaperwork_core/promise.html > has no final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_static/alabaster.css has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_static/basic.css has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_static/documentation_options.js > has no final newline (either original or modified version) > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/_static/file.png: binary file contents changed > dpkg-source: error: add build/openpaperwork_core/html/_static/file.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/_static/forkme_right_darkblue_121621.png: > binary file contents changed > dpkg-source: error: add > build/openpaperwork_core/html/_static/forkme_right_darkblue_121621.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/_static/minus.png: binary file contents changed > dpkg-source: error: add build/openpaperwork_core/html/_static/minus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/_static/plus.png: binary file contents changed > dpkg-source: error: add build/openpaperwork_core/html/_static/plus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/_static/pygments.css has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/config.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/core.html has no final newline > (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/core_api.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/example_app.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/example_plugin.html has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/fs.html has no final newline > (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/genindex.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/index.html has no final newline > (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/logs.html has no final newline > (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/mainloop.html has no final > newline (either original or modified version) > dpkg-source: error: cannot represent change to > build/openpaperwork_core/html/objects.inv: binary file contents changed > dpkg-source: error: add build/openpaperwork_core/html/objects.inv in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/promise.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/py-modindex.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/search.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_core/html/searchindex.js has no final > newline (either original or modified version) > dpkg-source: error: cannot represent change to > build/openpaperwork_gtk/html/.doctrees/environment.pickle: binary file > contents changed > dpkg-source: error: add > build/openpaperwork_gtk/html/.doctrees/environment.pickle in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_gtk/html/.doctrees/index.doctree: binary file contents > changed > dpkg-source: error: add build/openpaperwork_gtk/html/.doctrees/index.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/_static/alabaster.css has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/_static/basic.css has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/_static/documentation_options.js > has no final newline (either original or modified version) > dpkg-source: error: cannot represent change to > build/openpaperwork_gtk/html/_static/file.png: binary file contents changed > dpkg-source: error: add build/openpaperwork_gtk/html/_static/file.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_gtk/html/_static/forkme_right_darkblue_121621.png: binary > file contents changed > dpkg-source: error: add > build/openpaperwork_gtk/html/_static/forkme_right_darkblue_121621.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_gtk/html/_static/minus.png: binary file contents changed > dpkg-source: error: add build/openpaperwork_gtk/html/_static/minus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/openpaperwork_gtk/html/_static/plus.png: binary file contents changed > dpkg-source: error: add build/openpaperwork_gtk/html/_static/plus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/_static/pygments.css has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/genindex.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/index.html has no final newline > (either original or modified version) > dpkg-source: error: cannot represent change to > build/openpaperwork_gtk/html/objects.inv: binary file contents changed > dpkg-source: error: add build/openpaperwork_gtk/html/objects.inv in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/search.html has no final newline > (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/openpaperwork_gtk/html/searchindex.js has no final > newline (either original or modified version) > dpkg-source: error: cannot represent change to > build/paperwork_backend/html/.doctrees/environment.pickle: binary file > contents changed > dpkg-source: error: add > build/paperwork_backend/html/.doctrees/environment.pickle in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/paperwork_backend/html/.doctrees/index.doctree: binary file contents > changed > dpkg-source: error: add build/paperwork_backend/html/.doctrees/index.doctree > in debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/_static/alabaster.css has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/_static/basic.css has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/_static/documentation_options.js > has no final newline (either original or modified version) > dpkg-source: error: cannot represent change to > build/paperwork_backend/html/_static/file.png: binary file contents changed > dpkg-source: error: add build/paperwork_backend/html/_static/file.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/paperwork_backend/html/_static/forkme_right_darkblue_121621.png: binary > file contents changed > dpkg-source: error: add > build/paperwork_backend/html/_static/forkme_right_darkblue_121621.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/paperwork_backend/html/_static/minus.png: binary file contents changed > dpkg-source: error: add build/paperwork_backend/html/_static/minus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > build/paperwork_backend/html/_static/plus.png: binary file contents changed > dpkg-source: error: add build/paperwork_backend/html/_static/plus.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/_static/pygments.css has no > final newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/genindex.html has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/index.html has no final newline > (either original or modified version) > dpkg-source: error: cannot represent change to > build/paperwork_backend/html/objects.inv: binary file contents changed > dpkg-source: error: add build/paperwork_backend/html/objects.inv in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/search.html has no final newline > (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/build/paperwork_backend/html/searchindex.js has no final > newline (either original or modified version) > dpkg-source: warning: file > paperwork-2.1.2/openpaperwork-core/src/openpaperwork_core.egg-info/SOURCES.txt > has no final newline (either original or modified version) > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/de/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-core/src/openpaperwork_core/l10n/out/de/LC_MESSAGES/openpaperwork_core.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-core/src/openpaperwork_core/l10n/out/de/LC_MESSAGES/openpaperwork_core.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/de/__init__.py' will not > be represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/es/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-core/src/openpaperwork_core/l10n/out/es/LC_MESSAGES/openpaperwork_core.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-core/src/openpaperwork_core/l10n/out/es/LC_MESSAGES/openpaperwork_core.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/es/__init__.py' will not > be represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/fr/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-core/src/openpaperwork_core/l10n/out/fr/LC_MESSAGES/openpaperwork_core.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-core/src/openpaperwork_core/l10n/out/fr/LC_MESSAGES/openpaperwork_core.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/fr/__init__.py' will not > be represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/oc/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-core/src/openpaperwork_core/l10n/out/oc/LC_MESSAGES/openpaperwork_core.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-core/src/openpaperwork_core/l10n/out/oc/LC_MESSAGES/openpaperwork_core.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/oc/__init__.py' will not > be represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/uk/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-core/src/openpaperwork_core/l10n/out/uk/LC_MESSAGES/openpaperwork_core.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-core/src/openpaperwork_core/l10n/out/uk/LC_MESSAGES/openpaperwork_core.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-core/src/openpaperwork_core/l10n/out/uk/__init__.py' will not > be represented in diff > dpkg-source: warning: file > paperwork-2.1.2/openpaperwork-gtk/src/openpaperwork_gtk.egg-info/SOURCES.txt > has no final newline (either original or modified version) > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/de/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/de/LC_MESSAGES/openpaperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/de/LC_MESSAGES/openpaperwork_gtk.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/de/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/es/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/es/LC_MESSAGES/openpaperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/es/LC_MESSAGES/openpaperwork_gtk.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/es/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/fr/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/fr/LC_MESSAGES/openpaperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/fr/LC_MESSAGES/openpaperwork_gtk.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/fr/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/oc/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/oc/LC_MESSAGES/openpaperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/oc/LC_MESSAGES/openpaperwork_gtk.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/oc/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/uk/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/uk/LC_MESSAGES/openpaperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/uk/LC_MESSAGES/openpaperwork_gtk.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'openpaperwork-gtk/src/openpaperwork_gtk/l10n/out/uk/__init__.py' will not be > represented in diff > dpkg-source: warning: file > paperwork-2.1.2/paperwork-backend/src/paperwork_backend.egg-info/SOURCES.txt > has no final newline (either original or modified version) > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/de/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-backend/src/paperwork_backend/l10n/out/de/LC_MESSAGES/paperwork_backend.mo: > binary file contents changed > dpkg-source: error: add > paperwork-backend/src/paperwork_backend/l10n/out/de/LC_MESSAGES/paperwork_backend.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/de/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/es/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-backend/src/paperwork_backend/l10n/out/es/LC_MESSAGES/paperwork_backend.mo: > binary file contents changed > dpkg-source: error: add > paperwork-backend/src/paperwork_backend/l10n/out/es/LC_MESSAGES/paperwork_backend.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/es/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/fr/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-backend/src/paperwork_backend/l10n/out/fr/LC_MESSAGES/paperwork_backend.mo: > binary file contents changed > dpkg-source: error: add > paperwork-backend/src/paperwork_backend/l10n/out/fr/LC_MESSAGES/paperwork_backend.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/fr/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/oc/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-backend/src/paperwork_backend/l10n/out/oc/LC_MESSAGES/paperwork_backend.mo: > binary file contents changed > dpkg-source: error: add > paperwork-backend/src/paperwork_backend/l10n/out/oc/LC_MESSAGES/paperwork_backend.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/oc/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/uk/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-backend/src/paperwork_backend/l10n/out/uk/LC_MESSAGES/paperwork_backend.mo: > binary file contents changed > dpkg-source: error: add > paperwork-backend/src/paperwork_backend/l10n/out/uk/LC_MESSAGES/paperwork_backend.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-backend/src/paperwork_backend/l10n/out/uk/__init__.py' will not be > represented in diff > dpkg-source: warning: file > paperwork-2.1.2/paperwork-gtk/src/paperwork.egg-info/SOURCES.txt has no final > newline (either original or modified version) > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_128.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_128.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_16.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_16.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_32.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_32.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_48.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_48.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_64.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/icon/out/paperwork_64.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/de/LC_MESSAGES/__init__.py' will > not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/l10n/out/de/LC_MESSAGES/paperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/l10n/out/de/LC_MESSAGES/paperwork_gtk.mo in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/de/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/es/LC_MESSAGES/__init__.py' will > not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/l10n/out/es/LC_MESSAGES/paperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/l10n/out/es/LC_MESSAGES/paperwork_gtk.mo in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/es/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/fr/LC_MESSAGES/__init__.py' will > not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/l10n/out/fr/LC_MESSAGES/paperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/l10n/out/fr/LC_MESSAGES/paperwork_gtk.mo in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/fr/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/oc/LC_MESSAGES/__init__.py' will > not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/l10n/out/oc/LC_MESSAGES/paperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/l10n/out/oc/LC_MESSAGES/paperwork_gtk.mo in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/oc/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/uk/LC_MESSAGES/__init__.py' will > not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/l10n/out/uk/LC_MESSAGES/paperwork_gtk.mo: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/l10n/out/uk/LC_MESSAGES/paperwork_gtk.mo in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-gtk/src/paperwork_gtk/l10n/out/uk/__init__.py' will not be > represented in diff > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/advanced_search.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/advanced_search.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/advanced_search_button.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/advanced_search_button.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/app_menu.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/app_menu.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/app_menu_opened.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/app_menu_opened.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/bug_report.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/bug_report.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_extra_text.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_extra_text.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_labels.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_labels.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_menu_opened.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_menu_opened.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_new_button.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_new_button.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_new_label.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_new_label.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_properties_button.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/doc_properties_button.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_grid.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_grid.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_paged.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_paged.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_scale.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_scale.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_show_all_boxes.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/docview_layout_show_all_boxes.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/intro.pdf: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/intro.pdf in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/main_window.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/main_window.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/main_window_split.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/main_window_split.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/page_actions.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/page_actions.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/page_add.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/page_add.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/page_menu_opened.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/page_menu_opened.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/paperwork_going_up.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/paperwork_going_up.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/search.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/search.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_calibration_dialog.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_calibration_dialog.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_help_improve_paperwork.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_help_improve_paperwork.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_optical_character_recognition.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_optical_character_recognition.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_calibration.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_calibration.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_device.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_device.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_mode.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_mode.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_resolution.png: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_scanner_resolution.png > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_storage.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_storage.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_updates.png: binary > file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/settings_updates.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/shortcuts.png: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/shortcuts.png in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_intro_de.pdf: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_intro_de.pdf in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_intro_fr.pdf: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_intro_fr.pdf in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_usage_de.pdf: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_usage_de.pdf in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_usage_fr.pdf: > binary file contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/translated_usage_fr.pdf in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: error: cannot represent change to > paperwork-gtk/src/paperwork_gtk/model/help/out/usage.pdf: binary file > contents changed > dpkg-source: error: add > paperwork-gtk/src/paperwork_gtk/model/help/out/usage.pdf in > debian/source/include-binaries if you want to store the modified binary in > the debian tarball > dpkg-source: warning: file > paperwork-2.1.2/paperwork-shell/src/paperwork_shell.egg-info/SOURCES.txt has > no final newline (either original or modified version) > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/de/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-shell/src/paperwork_shell/l10n/out/de/LC_MESSAGES/paperwork_shell.mo: > binary file contents changed > dpkg-source: error: add > paperwork-shell/src/paperwork_shell/l10n/out/de/LC_MESSAGES/paperwork_shell.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/de/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/es/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-shell/src/paperwork_shell/l10n/out/es/LC_MESSAGES/paperwork_shell.mo: > binary file contents changed > dpkg-source: error: add > paperwork-shell/src/paperwork_shell/l10n/out/es/LC_MESSAGES/paperwork_shell.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/es/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/fr/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-shell/src/paperwork_shell/l10n/out/fr/LC_MESSAGES/paperwork_shell.mo: > binary file contents changed > dpkg-source: error: add > paperwork-shell/src/paperwork_shell/l10n/out/fr/LC_MESSAGES/paperwork_shell.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/fr/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/oc/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-shell/src/paperwork_shell/l10n/out/oc/LC_MESSAGES/paperwork_shell.mo: > binary file contents changed > dpkg-source: error: add > paperwork-shell/src/paperwork_shell/l10n/out/oc/LC_MESSAGES/paperwork_shell.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/oc/__init__.py' will not be > represented in diff > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/uk/LC_MESSAGES/__init__.py' > will not be represented in diff > dpkg-source: error: cannot represent change to > paperwork-shell/src/paperwork_shell/l10n/out/uk/LC_MESSAGES/paperwork_shell.mo: > binary file contents changed > dpkg-source: error: add > paperwork-shell/src/paperwork_shell/l10n/out/uk/LC_MESSAGES/paperwork_shell.mo > in debian/source/include-binaries if you want to store the modified binary > in the debian tarball > dpkg-source: warning: newly created empty file > 'paperwork-shell/src/paperwork_shell/l10n/out/uk/__init__.py' will not be > represented in diff > dpkg-source: error: unrepresentable changes to source > dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1 > > E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage > --sanitize-env -us -uc -rfakeroot -S' failed to run. The full build log is available from: http://qa-logs.debian.net/2023/08/13/paperwork_2.1.2-1_unstable.log If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.

