On May 31, 2017, at 08:58 PM, Stefano Rivera wrote: >It's been a while, but I found some time and energy at PyCon, to work >our SVN->Git migration.
Thanks for all your great work on this Stefano! >Here's what the migration currently looks like [0]. >[0]: https://anonscm.debian.org/cgit/users/stefanor/python-apps/ I did a spot check on twine. I don't see a debian/.git-dpm file on master so git-dpm won't work. Is it supposed to? Let's assume not (which is fine with me; i.e. why adopt git-dpm for PAPT when we know we just want to get rid of it later?). Then i tried to import a new upstream as described here https://wiki.debian.org/Python/GitPackagingPQ $ gbp pq export - This doesn't work until you at least do a first pq import, but now I see the d/p/changlog-docs patch gets changed in ways that lose information: modified debian/patches/changelog-docs @@ -1,14 +1,17 @@ -Description: link changelog.rst from index.rst - The generated documentation is otherwise useless so let's just link the - changelog for now. Upstream is aware of this issue and will fix it with the - next release. -Bug: https://github.com/dstufft/twine/issues/46 -Forwarded: yes -Last-Update: 2014-04-20 +From: Python Applications Packaging Team + <[email protected]> +Date: Wed, 31 May 2017 17:21:14 -0400 +Subject: changelog-docs +--- + docs/index.rst | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/docs/index.rst b/docs/index.rst +index 69d1847..94c5ffb 100644 --- a/docs/index.rst +++ b/docs/index.rst -@@ -11,6 +11,7 @@ +@@ -11,6 +11,7 @@ Contents: .. toctree:: :maxdepth: 2 Other than that, `gbp import-orig --pristine-tar --uscan` seems to work well, and the resulting repo produces a good package. Cheers, -Barry

