set the ubuntu deb version right
This commit is contained in:
parent
6d26502631
commit
88348223db
2 changed files with 3 additions and 3 deletions
2
debian/changelog.in
vendored
2
debian/changelog.in
vendored
|
@ -1,4 +1,4 @@
|
||||||
openbox (@version@-0) unstable; urgency=low
|
openbox (@version@) unstable; urgency=low
|
||||||
|
|
||||||
* Upstream release.
|
* Upstream release.
|
||||||
|
|
||||||
|
|
4
makedeb
4
makedeb
|
@ -15,7 +15,7 @@ fi
|
||||||
VERSION=$(grep AC_INIT\(\\\[openbox\\] configure.ac|cut -d [ -f 3-|cut -d ] -f 1)
|
VERSION=$(grep AC_INIT\(\\\[openbox\\] configure.ac|cut -d [ -f 3-|cut -d ] -f 1)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Building deb for openbox-$VERSION$APPEND"
|
echo "Building deb for openbox-$VERSION-0$APPEND"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
TIME="$(date '+%a, %d %B %Y %T %z')"
|
TIME="$(date '+%a, %d %B %Y %T %z')"
|
||||||
|
@ -28,6 +28,6 @@ make distclean > /dev/null || rm -f config.status
|
||||||
|
|
||||||
rm -f $OUT
|
rm -f $OUT
|
||||||
|
|
||||||
sed -e "s!@time@!$TIME!" -e "s!@version@!$VERSION$APPEND!" $IN >$OUT && \
|
sed -e "s!@time@!$TIME!" -e "s!@version@!$VERSION-0$APPEND!" $IN >$OUT && \
|
||||||
fakeroot debian/rules binary && \
|
fakeroot debian/rules binary && \
|
||||||
make distclean > /dev/null
|
make distclean > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue