summaryrefslogtreecommitdiffstats
path: root/tools/tarsource.sh
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2018-12-11 00:18:12 +0100
committerDavid Lamparter <equinox@diac24.net>2019-02-19 21:31:18 +0100
commit081253fcd5a07388ae034c8e1ddfc3a060cba9ca (patch)
tree9e1b00a36224056ca95c9cfe9bc20cd5f8ce343a /tools/tarsource.sh
parentdebian: fix up for new initscripts (diff)
downloadfrr-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-xtools/tarsource.sh3
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