reopen 1044156 tags 1044156 patch severity 1044156 normal thanks On Sun, Jun 07, 2026 at 03:35:37PM +0000, Debian FTP Masters wrote: > * Minor bug fix release, harden the clean machinery (Closes: #1044156).
Hi. I'm reopening because it is still not possible to build the source package after a successful build. This is how it fails now: Package: gap-factint Version: 1.6.3+ds1-1 [...] dpkg-source: info: building gap-factint using existing ../gap-factint_1.6.3+ds1.orig.tar.xz dpkg-source: info: local changes detected, the modified files are: doc/_main.aux doc/_main.bbl doc/_main.blg doc/_main.brf doc/_main.idx doc/_main.ilg doc/_main.ind doc/_main.log doc/_main.out doc/_main.pnr doc/_main.tex doc/_main.toc doc/_main.xml dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/gap-factint_1.6.3+ds1-1.diff.GDAZqN The attached patch (in the same style as the existing debian/clean) should fix the issue. [ I leave it to you, unless you prefer that I do a team upload ] Thanks.
commit 68b3b44957ebbe1f8b482e289c99a91033a95e86 Author: Santiago Vila <[email protected]> Date: Wed Jun 10 16:55:00 2026 +0200 Fix clean target. Closes: #1044156. diff --git a/debian/clean b/debian/clean index abfcaef..5ba2b49 100644 --- a/debian/clean +++ b/debian/clean @@ -3,7 +3,7 @@ doc/title.xml doc/chap*.txt doc/chap*.html doc/chooser.html -doc/FactInt.{tex,aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,toc} +doc/_main.{tex,aux,bbl,blg,brf,idx,ilg,ind,log,out,pnr,toc,xml} doc/factintbib.xml.bib doc/FactInt.xml doc/manual.{six,lab}

