chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dad19e
)
test suite: lib-build-modes: Honour $cleanmodes_dpkgsource_extra
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 13 Oct 2018 15:17:32 +0000
(16:17 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 13 Oct 2018 15:18:40 +0000
(16:18 +0100)
Nothing sets this now so NFC.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
tests/lib-build-modes
patch
|
blob
|
history
diff --git
a/tests/lib-build-modes
b/tests/lib-build-modes
index 6c0908f2fc1f22ca48260f956ba166a5d7cbbd16..232d322e139fe983b3a730be15b7f80e717dd2f1 100644
(file)
--- a/
tests/lib-build-modes
+++ b/
tests/lib-build-modes
@@
-34,7
+34,9
@@
bm-prep () {
dpkgbuildpackage_deps_for_clean=false
fi
- cleanmodes_default="git none dpkg-source dpkg-source-d"
+ cleanmodes_default="git none"
+ cleanmodes_default+=" dpkg-source$cleanmodes_dpkgsource_extra"
+ cleanmodes_default+=" dpkg-source-d$cleanmodes_dpkgsource_extra"
cleanmodes_all="$cleanmodes_default git-ff check"
cleanmodes="$cleanmodes_default"
}