1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Note on Upstream tarball
========================
Please always use the release tarball as provided by the
upstream author on pypi (as configured in the "debian/watch"
file).
There are release tarballs available via the the official git
repo at github too, but they are not identical.
Workflows (git-dpm)
===================
DPMT policy: http://python-modules.alioth.debian.org/policy.html
Clone::
gbp clone git+ssh://git.debian.org/git/python-modules/packages/python-django-registration.git
New upstream::
uscan
git-dpm import-new-upstream --pristine-tar-commit --rebase ../python-django-registration_X.Y.Z.orig.tar.gz
git-dpm dch -- -v X.Y.Z-1 "New upstream: X.Y.Z"
Remove/Edit patches::
git-dpm checkout-patched
git rebase -i upstream
git-dpm dch -- -i
-- Stephan Sürken <absurd@olurdix.de>, Mon, 28 Nov 2016 17:32:47 +0000
|