stappers@gallop:~/src/debian/certbot$ mv certbot-1.20.0.tar.gz
../python-certbot_1.12.0.orig.tar.gz
stappers@gallop:~/src/debian/certbot$ sbuild -d buster
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-remove-external-images.patch
dpkg-source: info: applying 0002-manpage-section.patch
dh clean --with python3,sphinxdoc --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:240: python3.11 setup.py clean
/home/stappers/src/debian/certbot/setup.py:63: DeprecationWarning:
distutils Version classes are deprecated. Use packaging.version instead.
setuptools_known_environment_markers =
(LooseVersion(setuptools_version) >= LooseVersion('36.2'))
running clean
removing
'/home/stappers/src/debian/certbot/.pybuild/cpython3_3.11_certbot/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
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: warning: upstream signing key but no upstream tarball signature
dpkg-source: info: building python-certbot using existing
./python-certbot_1.12.0.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
patching file docs/conf.py
Hunk #1 FAILED at 97.
1 out of 1 hunk FAILED
dpkg-source: info: the patch has fuzz which is not allowed, or is malformed
dpkg-source: info: if patch '0002-manpage-section.patch' is correctly
applied by quilt, use 'quilt refresh' to update it
dpkg-source: info: if the file is present in the unpacked source, make
sure it is also present in the orig tarball
dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -E -b -B
.pc/0002-manpage-section.patch/ --reject-file=- <
certbot.orig.3cIQGh/debian/patches/0002-manpage-section.patch subprocess
returned exit status 1
E: Failed to package source directory /home/stappers/src/debian/certbot
stappers@gallop:~/src/debian/certbot$ git diff | grep +++
+++ b/README.rst
+++ b/docs/conf.py
stappers@gallop:~/src/debian/certbot$ quilt pop -a
Removing patch debian/patches/0002-manpage-section.patch
Restoring docs/conf.py
Removing patch debian/patches/0001-remove-external-images.patch
Restoring README.rst
No patches applied
stappers@gallop:~/src/debian/certbot$ git diff | grep +++
stappers@gallop:~/src/debian/certbot$ dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying 0001-remove-external-images.patch
dpkg-source: info: applying 0002-manpage-section.patch
dpkg-source: warning: upstream signing key but no upstream tarball signature
dpkg-source: info: building python-certbot using existing
./python-certbot_1.12.0.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
patching file docs/conf.py
Hunk #1 FAILED at 97.
1 out of 1 hunk FAILED
dpkg-source: info: the patch has fuzz which is not allowed, or is malformed
dpkg-source: info: if patch '0002-manpage-section.patch' is correctly
applied by quilt, use 'quilt refresh' to update it
dpkg-source: info: if the file is present in the unpacked source, make
sure it is also present in the orig tarball
dpkg-source: error: LC_ALL=C patch -t -F 0 -N -p1 -u -V never -E -b -B
.pc/0002-manpage-section.patch/ --reject-file=- <
certbot.orig.yTtMhy/debian/patches/0002-manpage-section.patch subprocess
returned exit status 1
stappers@gallop:~/src/debian/certbot$ git diff | grep +++
+++ b/README.rst
+++ b/docs/conf.py
stappers@gallop:~/src/debian/certbot$ quilt pop -a
Removing patch debian/patches/0002-manpage-section.patch
Restoring docs/conf.py
Removing patch debian/patches/0001-remove-external-images.patch
Restoring README.rst
No patches applied
stappers@gallop:~/src/debian/certbot$ quilt pop -a
No patch removed
stappers@gallop:~/src/debian/certbot$