##// END OF EJS Templates
builddeb: use the os codename instead of 'unstable'...
Sean Farley -
r28989:a8256e37 stable
parent child Browse files
Show More
@@ -69,6 +69,7 b' if [ "$BUILD" ]; then'
69 69
70 70 sed -i.tmp "s/__VERSION__/$debver/" $changelog
71 71 sed -i.tmp "s/__DATE__/$(date --rfc-2822)/" $changelog
72 sed -i.tmp "s/__CODENAME__/$CODENAME/" $changelog
72 73 rm $changelog.tmp
73 74
74 75 debuild -us -uc -b
@@ -1,4 +1,4 b''
1 mercurial (__VERSION__) unstable; urgency=medium
1 mercurial (__VERSION__) __CODENAME__; urgency=medium
2 2
3 3 * Automated build performed by upstream.
4 4
General Comments 0
You need to be logged in to leave comments. Login now