tags 1048817 patch thanks On Sun, Aug 13, 2023 at 09:20:51PM +0200, Lucas Nussbaum wrote:
> > dpkg-source: info: using source format '3.0 (quilt)' > > dpkg-source: info: building libcifpp using existing > > ./libcifpp_5.0.7.1.orig.tar.gz > > dpkg-source: info: using patch list from debian/patches/series > > dpkg-source: info: local changes detected, the modified files are: > > libcifpp-5.0.7.1/src/revision.hpp Hello. The current version has a more verbose output, but it can still be fixed without too much work. I'm attaching my proposal to fix the issue. Thanks.
commit 06170bac8e6aed920e126b8a3ff1ca75fa3b1b4f Author: Santiago Vila <[email protected]> Date: Sun Nov 23 11:35:00 2025 +0100 Fix clean target. Closes: #1048817. diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..b6814ca --- /dev/null +++ b/debian/clean @@ -0,0 +1,5 @@ +docs/api/*.rst +docs/api/*.rst.include +docs/conf.py +include/cif++/exports.hpp +src/revision.hpp

