diff options
author | David Lamparter <equinox@diac24.net> | 2018-12-11 00:18:12 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-02-19 21:31:18 +0100 |
commit | 081253fcd5a07388ae034c8e1ddfc3a060cba9ca (patch) | |
tree | 9e1b00a36224056ca95c9cfe9bc20cd5f8ce343a /tools/tarsource.sh | |
parent | debian: fix up for new initscripts (diff) | |
download | frr-081253fcd5a07388ae034c8e1ddfc3a060cba9ca.tar.xz frr-081253fcd5a07388ae034c8e1ddfc3a060cba9ca.zip |
tools/tarsource.sh: create debian changelog
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to '')
-rwxr-xr-x | tools/tarsource.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/tarsource.sh b/tools/tarsource.sh index 78efae357..a197244f8 100755 --- a/tools/tarsource.sh +++ b/tools/tarsource.sh @@ -232,6 +232,9 @@ DIST_PACKAGE_VERSION="$pkgver$extraver" gitts="$gitts" taropt="$taropt" EOF + sed -e "s%@VERSION@%$pkgver$extraver%" \ + < debian/changelog-auto.in \ + > debian/changelog-auto exit 0 fi |