Show More
@@ -72,6 +72,10 b' if [ "$BUILD" ]; then' | |||
|
72 | 72 | sed -i.tmp "s/__CODENAME__/$CODENAME/" $changelog |
|
73 | 73 | rm $changelog.tmp |
|
74 | 74 | |
|
75 | # remove the node from the version string | |
|
76 | SRCFILE="mercurial_$(echo $debver | sed "s,-$node,,").orig.tar.gz" | |
|
77 | "$PWD/hg" archive $SRCFILE | |
|
78 | mv $SRCFILE .. | |
|
75 | 79 | debuild -us -uc -i -I -b |
|
76 | 80 | if [ $? != 0 ]; then |
|
77 | 81 | echo 'debuild failed!' |
General Comments 0
You need to be logged in to leave comments.
Login now