$ debuild -us -uc -i -I
dpkg-buildpackage -us -uc -ui -i -I
dpkg-buildpackage: info: source package bmaptool
dpkg-buildpackage: info: source version 3.8.0-1ubuntu1
dpkg-buildpackage: info: source distribution focal
dpkg-source -i -I --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --with python3 --buildsystem=pybuild
debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/user/deb-build/ppa-bmap/bmaptool-3.8.0'
py3versions: no X-Python3-Version in control file, using supported versions
dh_auto_clean
I: pybuild base:217: python3.8 setup.py clean
running clean
removing '/home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build' (and everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.8' does not exist -- can't clean it
dh_clean PKG-INFO
dh_clean .pytest_cache/ bmaptool.egg-info/
make[1]: Leaving directory '/home/user/deb-build/ppa-bmap/bmaptool-3.8.0'
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
dpkg-source -i -I -b .
dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building bmaptool using existing ./bmaptool_3.8.0.orig.tar.gz
dpkg-source: info: building bmaptool in bmaptool_3.8.0-1ubuntu1.debian.tar.xz
dpkg-source: info: building bmaptool in bmaptool_3.8.0-1ubuntu1.dsc
debian/rules binary
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --with python3 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/user/deb-build/ppa-bmap/bmaptool-3.8.0'
py3versions: no X-Python3-Version in control file, using supported versions
dh_auto_configure --
I: pybuild base:217: python3.8 setup.py config
running config
dh_auto_configure --buildsystem=pybuild
I: pybuild base:217: python3.8 setup.py config
running config
make[1]: Leaving directory '/home/user/deb-build/ppa-bmap/bmaptool-3.8.0'
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py build
running build
running build_py
creating /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/__init__.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/BmapCopy.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/CLI.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/__main__.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/BmapCreate.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/BmapHelpers.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/TransRead.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
copying bmaptool/Filemap.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool
debian/rules override_dh_auto_test
make[1]: Entering directory '/home/user/deb-build/ppa-bmap/bmaptool-3.8.0'
py3versions: no X-Python3-Version in control file, using supported versions
set -e ; for pyvers in 3.8; do \
PYTHONPATH="./src" python$pyvers -m pytest -k 'not TestCLI' tests ; \
done
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.hypothesis/examples')
rootdir: /home/user/deb-build/ppa-bmap/bmaptool-3.8.0
plugins: hypothesis-4.36.2
collected 19 items / 5 deselected / 14 selected
tests/test_api_base.py . [ 7%]
tests/test_bmap_helpers.py ........... [ 85%]
tests/test_compat.py . [ 92%]
tests/test_filemap.py . [100%]
=================== 14 passed, 5 deselected in 88.12 seconds ===================
make[1]: Leaving directory '/home/user/deb-build/ppa-bmap/bmaptool-3.8.0'
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python3 setup.py install --root /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool
running install
running build
running build_py
running install_lib
creating /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr
creating /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib
creating /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8
creating /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages
creating /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/__init__.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/BmapCopy.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/CLI.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/__main__.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/BmapCreate.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/BmapHelpers.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/TransRead.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
copying /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/.pybuild/cpython3_3.8_bmaptool/build/bmaptool/Filemap.py -> /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/__init__.py to __init__.cpython-38.pyc
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/BmapCopy.py to BmapCopy.cpython-38.pyc
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/CLI.py to CLI.cpython-38.pyc
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/__main__.py to __main__.cpython-38.pyc
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/BmapCreate.py to BmapCreate.cpython-38.pyc
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/BmapHelpers.py to BmapHelpers.cpython-38.pyc
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/TransRead.py to TransRead.cpython-38.pyc
byte-compiling /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool/Filemap.py to Filemap.cpython-38.pyc
running install_egg_info
running egg_info
creating bmaptool.egg-info
writing bmaptool.egg-info/PKG-INFO
writing dependency_links to bmaptool.egg-info/dependency_links.txt
writing entry points to bmaptool.egg-info/entry_points.txt
writing top-level names to bmaptool.egg-info/top_level.txt
writing manifest file 'bmaptool.egg-info/SOURCES.txt'
reading manifest file 'bmaptool.egg-info/SOURCES.txt'
writing manifest file 'bmaptool.egg-info/SOURCES.txt'
Copying bmaptool.egg-info to /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/lib/python3.8/dist-packages/bmaptool-0.0.0.egg-info
Skipping SOURCES.txt
running install_scripts
Installing bmaptool script to /home/user/deb-build/ppa-bmap/bmaptool-3.8.0/debian/bmaptool/usr/bin
dh_installdocs -O--buildsystem=pybuild
dh_installchangelogs -O--buildsystem=pybuild
dh_installman -O--buildsystem=pybuild
dh_systemd_enable -O--buildsystem=pybuild
dh_python3 -O--buildsystem=pybuild
dh_installinit -O--buildsystem=pybuild
dh_systemd_start -O--buildsystem=pybuild
dh_perl -O--buildsystem=pybuild
dh_link -O--buildsystem=pybuild
dh_strip_nondeterminism -O--buildsystem=pybuild
dh_compress -O--buildsystem=pybuild
dh_fixperms -O--buildsystem=pybuild
dh_missing -O--buildsystem=pybuild
dh_installdeb -O--buildsystem=pybuild
dh_gencontrol -O--buildsystem=pybuild
dh_md5sums -O--buildsystem=pybuild
dh_builddeb -O--buildsystem=pybuild
dpkg-deb: building package 'bmaptool' in '../bmaptool_3.8.0-1ubuntu1_all.deb'.
dpkg-genbuildinfo
dpkg-genbuildinfo: warning: debian/changelog(l17): badly formatted trailer line
dpkg-genchanges >../bmaptool_3.8.0-1ubuntu1_amd64.changes
dpkg-genchanges: warning: debian/changelog(l17): badly formatted trailer line
dpkg-genchanges: info: not including original source code in upload
dpkg-source -i -I --after-build .
dpkg-buildpackage: info: binary and diff upload (original source NOT included)
Now running lintian bmaptool_3.8.0-1ubuntu1_amd64.changes ...
W: bmaptool source: odd-historical-debian-changelog-version 3.8.0 (for non-native)
W: bmaptool: syntax-error-in-debian-changelog line 17 "badly formatted trailer line"
W: bmaptool: syntax-error-in-debian-changelog line 27 "badly formatted trailer line"
W: bmaptool: syntax-error-in-debian-changelog line 35 "badly formatted trailer line"
W: bmaptool: syntax-error-in-debian-changelog line 42 "badly formatted trailer line"
Finished running lintian.