Nick Rosbrook 8eac1e843b d/control: Depends: dput-ng instead of dput (LP: #2147656)
We want Ubuntu developers to use dput-ng by default, as it comes with
several advantages over dput, including pre-upload hooks.
2026-04-16 11:36:34 +02:00
..
2025-12-03 14:40:47 +01:00
2025-03-01 11:11:34 -06:00
2026-03-04 22:16:15 +01:00
2021-07-14 17:41:10 -04:00
2026-03-04 22:14:15 +01:00
2011-11-12 13:12:15 +02:00
2025-12-03 14:54:54 +01:00

Changelog generation and releasing
----------------------------------

The changelog is generated by the uploader using `gbp dch' from
`git-buildpackage'. To invoke, just run

  $ gbp dch

and then edit the changelog as appropriate - wrap lines, remove Signed-Off-By,
and so on. Then finalise the changelog, e.g.

  $ dch -D unstable --release ""

commit it

  $ git commit debian/changelog -m "Releasing 0.foo"

and tag/sign this commit

  $ gbp buildpackage --git-tag-only

then build using (for example)

  $ gbp buildpackage -S

and test/upload as normal.