On Sun, 1 Dec 2019, Dmitry Bogatov wrote: > I do not understand what happened. I did source-only upload, so I > believe .deb files are generated by buildd, not me.
Maybe they kept the timestamp from the .debian.tar.gz? I recently also had fails with my archive normaliser setting things to the Unix epoch and tools failing to pick them up, even if I’d expected that. In case of doubt, touch everything under the debian/ directory to the timestamp of the HEAD commit before building. Taken from another project and untested but should work: ts=$(TZ=UTC git show --no-patch --pretty=format:%ad \ --date=format-local:%Y%m%d%H%M.%S) find debian/ -print0 | TZ=UTC xargs -0r touch -h -t "$ts" -- gl hf, //mirabilos -- «MyISAM tables -will- get corrupted eventually. This is a fact of life. » “mysql is about as much database as ms access” – “MSSQL at least descends from a database” “it's a rebranded SyBase” “MySQL however was born from a flatfile and went downhill from there” – “at least jetDB doesn’t claim to be a database” (#nosec) ‣‣‣ Please let MySQL and MariaDB finally die!