diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-18 00:43:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-18 00:43:04 +0000 |
| commit | 88348223db11dc8fef5e4d38c51588c2251a6134 (patch) | |
| tree | 676d015f78d85136bc6f0b6a6d31f328f2573aff | |
| parent | 6d2650263193aaa7e94b29261c6ba249c0be3fd3 (diff) | |
set the ubuntu deb version right
| -rw-r--r-- | debian/changelog.in | 2 | ||||
| -rwxr-xr-x | makedeb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog.in b/debian/changelog.in index 678b1497..a2172800 100644 --- a/debian/changelog.in +++ b/debian/changelog.in @@ -1,4 +1,4 @@ -openbox (@version@-0) unstable; urgency=low +openbox (@version@) unstable; urgency=low * Upstream release. @@ -15,7 +15,7 @@ fi VERSION=$(grep AC_INIT\(\\\[openbox\\] configure.ac|cut -d [ -f 3-|cut -d ] -f 1) echo -echo "Building deb for openbox-$VERSION$APPEND" +echo "Building deb for openbox-$VERSION-0$APPEND" echo TIME="$(date '+%a, %d %B %Y %T %z')" @@ -28,6 +28,6 @@ make distclean > /dev/null || rm -f config.status 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 && \ make distclean > /dev/null |
