##// END OF EJS Templates
builddeb: create source archive for ubuntu
Sean Farley -
r28993:837119bf stable
parent child Browse files
Show More
@@ -72,6 +72,10 b' if [ "$BUILD" ]; then'
72 sed -i.tmp "s/__CODENAME__/$CODENAME/" $changelog
72 sed -i.tmp "s/__CODENAME__/$CODENAME/" $changelog
73 rm $changelog.tmp
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 debuild -us -uc -i -I -b
79 debuild -us -uc -i -I -b
76 if [ $? != 0 ]; then
80 if [ $? != 0 ]; then
77 echo 'debuild failed!'
81 echo 'debuild failed!'
General Comments 0
You need to be logged in to leave comments. Login now