diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-12-02 12:58:37 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-12-02 12:58:37 +0100 |
commit | 631900d55f260bb0fa899fc8b393d9a2af3a3fd8 (patch) | |
tree | 036f0e1c8db2098991323c79a328a796bdb125a1 /ucspi-tcp6-deb/debian/rules | |
parent | a7346eefc82e5022b7474f18d4ef1815a9d8a431 (diff) |
Use dynamic version in hopefully all files of fehqlibs-deb and ucspi-tcp6-deb
A known outlier is the changelog of ucspi-tcp6.
Diffstat (limited to 'ucspi-tcp6-deb/debian/rules')
-rwxr-xr-x | ucspi-tcp6-deb/debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucspi-tcp6-deb/debian/rules b/ucspi-tcp6-deb/debian/rules index 58ae71b..46f9a49 100755 --- a/ucspi-tcp6-deb/debian/rules +++ b/ucspi-tcp6-deb/debian/rules @@ -6,6 +6,7 @@ export DH_VERBOSE = 1 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed UPSTREAM_VERSION := $(shell dpkg-parsechangelog --show-field Version | cut -d- -f1) +export UPSTREAM_VERSION get-orig-source: uscan --download-current-version |