Merging upstream version 3.5.5 (Closes: #1098233).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c86ae7dcba
commit
6af28b7e8e
144 changed files with 43534 additions and 11497 deletions
|
@ -1,10 +1,7 @@
|
|||
#!/bin/bash
|
||||
# create archive from current source using git
|
||||
|
||||
VERSION=$(git describe --tags --always)
|
||||
# skip "v" from start of version number (if it exists) and replace - with .
|
||||
VERSION=${VERSION#v}
|
||||
VERSION=${VERSION//[-]/.}
|
||||
VERSION=$(git log --oneline -n1 --grep="^VERSION" | rev | cut -d' ' -f1 | rev)
|
||||
|
||||
NAMEVER=libnetconf2-$VERSION
|
||||
ARCHIVE=$NAMEVER.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue