all repos — openbox @ 88348223db11dc8fef5e4d38c51588c2251a6134

openbox fork - make it a bit more like ryudo

set the ubuntu deb version right
Dana Jansens danakj@orodu.net
commit

88348223db11dc8fef5e4d38c51588c2251a6134

parent

6d2650263193aaa7e94b29261c6ba249c0be3fd3

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M debian/changelog.indebian/changelog.in

@@ -1,4 +1,4 @@

-openbox (@version@-0) unstable; urgency=low +openbox (@version@) unstable; urgency=low * Upstream release.
M makedebmakedeb

@@ -15,7 +15,7 @@ # get the version from configure.ac

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