projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4abb4ac
)
Fix multiple *.dsc in deb-src produces incorrect version match SA-660
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 3 Oct 2014 08:17:22 +0000
(08:17 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 3 Oct 2014 08:17:22 +0000
(08:17 +0000)
id-deb-build/id-pbuild.sh
patch
|
blob
|
history
diff --git
a/id-deb-build/id-pbuild.sh
b/id-deb-build/id-pbuild.sh
index
5feb881
..
75916cd
100755
(executable)
--- a/
id-deb-build/id-pbuild.sh
+++ b/
id-deb-build/id-pbuild.sh
@@
-121,6
+121,7
@@
if $debian; then
echo "deb-src could not be removed. Remove deb-src manually"
exit 1
fi
+ rm -f deb-src/*.dsc
fi
$MKDEBSRC
fi