TT#127355 use override_dh_install instead of execute_after_*

Change-Id: Ia8707c7c09e588c6f010af6c51aa95f28a2f4760
(cherry picked from commit 4b0aeb2c0c05358cf4f8e6a5d48ce6ef64274d26)
mr8.1.1
Rene Krenn 5 years ago
parent 7945eee29b
commit c3d126f8d9

3
debian/rules vendored

@ -8,7 +8,8 @@ include /usr/share/dpkg/pkg-info.mk
%:
dh "$@"
execute_after_dh_install:
override_dh_install:
dh_install
find debian/lib*-perl -name process.pl -print0 | \
xargs -0 sed -i \
-e 's/^our \$$VERSION = .*/our \$$VERSION = "$(DEB_VERSION)";/'

@ -3,7 +3,7 @@ use strict;
## no critic
BEGIN {
our $VERSION = "0.0";
our $VERSION = '0.0';
}
use File::Basename;

Loading…
Cancel
Save