Dan Streetman 0d9d78a721 import-bug-from-debian fixes
change PEP263 coding value from invalid UTF-8 to valid utf-8

don't try to import debianbts, just import debianbts

migrate to argparge

add --verbose option

actually make --dry-run do a dry run

handle multiple cmdline bug numbers

correctly get the bug summary
2019-09-11 17:02:14 -04:00
..
2019-09-03 21:10:30 -03:00
2019-09-10 15:35:19 +02:00
2019-09-11 17:02:14 -04:00
2011-11-12 13:12:15 +02: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.