aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-20 22:31:03 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-23 15:00:43 +0300
commit48d33f745d928a1ce7c234fef5721046de97e928 (patch)
treed44dc47c92c29602ea3b60441ed9088d473a2c71 /scripts
parentae29d0598c2095114b47e927333f1bd802754d98 (diff)
Revert "scripts/builddeb: add support for source only generation"
This reverts commit ae29d0598c2095114b47e927333f1bd802754d98. Intend of this patch was to prepare tarball with sources from odp.git. But to do that ./configure stage should be passed to create 'dist' target in Makefile. But ./configure checks for various discrepancies and traps if they do not match. Patch reverted due to it does not solve original problem. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/builddeb7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/builddeb b/scripts/builddeb
index 28927ea8f..829fd1d68 100755
--- a/scripts/builddeb
+++ b/scripts/builddeb
@@ -23,11 +23,6 @@ if [ $(egrep "\.([a-z0-9]{8}\>|dirty)" .scmversion |wc -l) -gt 0 ]; then
dch --newversion ${version}-1 --urgency low "not a official release!"
fi
-if [ "$1" = source ]
-then
- dpkg-buildpackage -S -d
-else
- debuild -us -uc
-fi
+debuild -us -uc
popd
popd