diff options
author | Niels Thykier <niels@thykier.net> | 2017-07-07 10:43:25 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-07-07 11:24:18 +0000 |
commit | 1d94471647f372c55bfed8e33f9e6d33c30ab85c (patch) | |
tree | cb27db04689b2198588ccb0f0940cc2f9e564b56 /dh_auto_clean | |
parent | b7ca7f5adf4efbef7693d62e0e029bb18d30040d (diff) | |
download | debhelper-1d94471647f372c55bfed8e33f9e6d33c30ab85c.tar.gz |
Dh_Lib: Embed tool versions into auto-generated snippets
Use $main::VERSION to determine the version of the tool and embed that
into auto-generated snippets (e.g. via autoscript). This enables
lintian to extract the tool + version and display it on:
https://lintian.debian.org/tags/debhelper-autoscript-in-maintainer-scripts.html
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_auto_clean')
-rwxr-xr-x | dh_auto_clean | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dh_auto_clean b/dh_auto_clean index 0f4ce092..e71448ee 100755 --- a/dh_auto_clean +++ b/dh_auto_clean @@ -11,6 +11,8 @@ use warnings; use Debian::Debhelper::Dh_Lib; use Debian::Debhelper::Dh_Buildsystems; +our $VERSION = DH_BUILTIN_VERSION; + =head1 SYNOPSIS B<dh_auto_clean> [S<I<build system options>>] [S<I<debhelper options>>] [S<B<--> I<params>>] |