From: Ian Jackson Date: Sat, 17 Feb 2018 21:05:09 +0000 (+0000) Subject: git-debrebase: test suite: lib-gdr: introduce t-nmu-upload-3 X-Git-Tag: archive/debian/5.0~166 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=1c1d3d66204122d547e8cc203a3173ff5f3eb3c4 git-debrebase: test suite: lib-gdr: introduce t-nmu-upload-3 Signed-off-by: Ian Jackson --- diff --git a/tests/lib-gdr b/tests/lib-gdr index 831a2530..26afb1d3 100644 --- a/tests/lib-gdr +++ b/tests/lib-gdr @@ -151,6 +151,8 @@ t-nmu-upload-1 () { # nmu-upload-1 # gbp pq import or perhaps other similar things # nmu-upload-2 + # maybe make some dgit-covertible commits + # nmu-upload-3 t-git-next-date nmubranch=$1 @@ -165,7 +167,9 @@ t-nmu-upload-1 () { t-nmu-upload-2 () { t-git-next-date t-dch-commit -v $v -m "nmu $nmubranch $v" - t-some-changes "nmu $numbranch $v" +} + +t-nmu-upload-3 () { t-dch-commit -r sid t-dgit -wgf build-source diff --git a/tests/tests/gdr-import-dgit b/tests/tests/gdr-import-dgit index 544878b5..716a5ec7 100755 --- a/tests/tests/gdr-import-dgit +++ b/tests/tests/gdr-import-dgit @@ -14,6 +14,8 @@ v=2.0-2+nmu1 t-nmu-upload-1 nmu gbp pq import t-nmu-upload-2 +t-some-changes $numbranch +t-nmu-upload-3 : 'done the nmu, switching back to the maintainer hat' @@ -56,6 +58,8 @@ gbp pq import #t-dgit -wgf build-source t-nmu-upload-2 +t-some-changes $numbranch +t-nmu-upload-3 : 'done the nmu, back to the maintainer'