dpt post hook: use gbp import-orig instead of manual commands
Per DPT policy, packages should use GBP already. Use gbp import-orig instead of manually creating a pristine tar.
Shell variables have been quoted in order to improve safety.
Shell option has been set to error in case of undefined variable.
Git branch -m command has been used instead of rm + git checkout -b.
Merge request reports
Activity
mentioned in merge request !4 (closed)
added 13 commits
-
7291a930...ffa09584 - 12 commits from branch
python-team/tools:master
- 02fd440b - dpt post hook: use gbp import-orig instead of manual commands
-
7291a930...ffa09584 - 12 commits from branch
added 8 commits
-
02fd440b...75da5b83 - 7 commits from branch
python-team/tools:master
- 5357d06c - dpt post hook: use gbp import-orig instead of manual commands
-
02fd440b...75da5b83 - 7 commits from branch
added 11 commits
-
5357d06c...066ac0c1 - 10 commits from branch
python-team/tools:master
- bb5b7ed2 - dpt post hook: use gbp import-orig instead of manual commands
-
5357d06c...066ac0c1 - 10 commits from branch
thanks for the inspiration to work on this!
I decided to go a slightly different version with 60cff56b in particular
- use git init -b
- pass the version explicitly to import-orig, otherwise a prompt would appear which i didnt like
feel free to keep sending ideas/code for pypi2deb!
Please register or sign in to reply