You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
435 B

  1. --- a/tools/version.sh 2020-04-08 19:39:40.349461034 +0200
  2. +++ b/tools/version.sh 2020-04-08 19:40:26.354277094 +0200
  3. @@ -1,8 +1,2 @@
  4. #!/bin/sh
  5. -sed -ne '1s/.*(\(.*\)).*/\1/' -e '1s/-1$//' -e '1p' debian/changelog | tr -d "\n"
  6. -test -d .git || exit
  7. -git=$(git rev-parse --short HEAD)
  8. -lgit=$(git rev-parse --short $(git rev-list -1 HEAD debian/changelog) )
  9. -if test "$git" != "$lgit" ; then
  10. - echo -n ":$git"
  11. -fi
  12. +echo -n "0.14.35"