Page MenuHomeSoftware Heritage

Pb in packaging swh modules in latest debian testing
Closed, MigratedEdits Locked

Description

Context:

  • Trouble in packaging at least swh-loader-svn, swh-loader-debian
  • Latest debian testing.
  • Used swh-loader-debian as reference because nothing changed on it

P97 for details

Event Timeline

I have found the culprit, our initial changelog if of the form:

<module-name> (0.0.1-1) unstable; urgency=low

  *

 -- AUTHOR-NAME <AUTHOR-EMAIL>  <UTC-DATE>

When we build a package, it prepends a real changelog entry but does not touch the old one.
This was alright until recently.

Here is the list of the multiple potential broken packages:

swh-loader-core/debian/changelog: -- AUTHOR-NAME <AUTHOR-EMAIL>  <UTC-DATE>
swh-loader-debian/debian/changelog: -- AUTHOR-NAME <AUTHOR-EMAIL>  <UTC-DATE>
swh-objstorage/debian/changelog: -- AUTHOR-NAME <AUTHOR-EMAIL>  <UTC-DATE>
swh-py-template/debian/changelog: -- AUTHOR-NAME <AUTHOR-EMAIL>  <UTC-DATE>

I left the template alone and fixed the 3 modules referenced in the grep output.

I used the v0.0.1 tag's timestamp and author information as the initial changelog timestamp.
I checked that the make-package build routine worked (as dev).

So this can be closed now.