Hello,
In this build, I do not see a call to dh_autoreconf_clean
so my question is: is it normal or a bug in dh-autoreconf ?
thanks for your help
Frederic
Hello,
Instead, I see it on the very same file :)
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
dh clean --with=gir
debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f Documentation/api/hkl-docs.sgml
dh_clean
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/ghkl.substvars debian/libhkl5.substvars > debian/libhkl-dev.substvars debian/libhkl-doc.substvars > debian/gir1.2-hkl-5.0.substvars debian/files
rm -fr -- debian/ghkl/ debian/tmp/ debian/libhkl5/ debian/libhkl-dev/ > debian/libhkl-doc/ debian/gir1.2-hkl-5.0/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path
.\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ > -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ > -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ > \) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \) -prune -exec rm
-rf {} + \) \)
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
G.
Il venerdì 19 aprile 2024 alle ore 14:45:15 CEST, PICCA Frederic-Emmanuel <frederic-emmanuel.picca@synchrotron-soleil.fr> ha scritto:
Hello,
In this build, I do not see a call to dh_autoreconf_clean
https://buildd.debian.org/status/fetch.php?pkg=hkl&arch=amd64&ver=5.0.0.3434-1&stamp=1713518550&raw=0
this package override_dh_clean like this
override_dh_clean:
rm -f Documentation/api/hkl-docs.sgml
dh_clean
so my question is: is it normal or a bug in dh-autoreconf ?
thanks for your help
Frederic
Hello,
In this build, I do not see a call to dh_autoreconf_clean
https://buildd.debian.org/status/fetch.php?pkg=hkl&arch=amd64&ver=5.0.0.3434-1&stamp=1713518550&raw=0
this package override_dh_clean like this
override_dh_clean:
rm -f Documentation/api/hkl-docs.sgml
dh_clean
so my question is: is it normal or a bug in dh-autoreconf ?
[...]
The first time `debian/rules clean` runs, dh_autoreconf has not run, so dh_autoreconf_clean has nothing to do and is silent. The second time,
after dh_autoreconf has run, you can see it doing stuff.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 153:52:31 |
Calls: | 10,383 |
Files: | 14,054 |
Messages: | 6,417,842 |