> Christoph Berg <m...@debian.org> hat am 23. Juli 2018 um 21:38 geschrieben: > Hi Thomas, > > the package on mentors uses a tarball that differs from the one in the > archive. (But the package seems to build fine with the archive one.) > > > Changes since the last upload: > > > > * also build and ship the html manual > > The "build" entry in debian/clean is bogus: > > dh clean --with python2 > dh_clean > rm: cannot remove './build': Is a directory > dh_clean: rm -f -- debian/rurple-ng.substvars ./build debian/files returned > exit code 1 > > Could you fix that? (You can just put "rm -rf build" into the > override_dh_auto_clean target you already have.) > > Christoph
Hello Christoph, thank you for taking a look. I fixed the clean step by adding a slash after "build" in d/clean. I remember I was happy when I saw this finally working: https://bugs.debian.org/511048 I uploaded the package again to mentors, this time with the orig tarball that's already in the archive. https://mentors.debian.net/package/rurple-ng If you want to rebuild with gbp, you can take the Git commit from here: https://salsa.debian.org/thk-guest/rurple-ng/commit/148067f7654c4a160f945876c05b7a279b5b410e I'll tag the debian version once the package is in the archive. Greetings, Thomas