diff options
Diffstat (limited to 'scripts/package/debian/rules')
-rwxr-xr-x | scripts/package/debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/package/debian/rules b/scripts/package/debian/rules index 2b3f9a0bd6c4..a417a7f8bbc1 100755 --- a/scripts/package/debian/rules +++ b/scripts/package/debian/rules @@ -43,6 +43,10 @@ package = $($(@:binary-%=%-package)) # which package is being processed in the build log. DH_OPTIONS = -p$(package) +# Note: future removal of KDEB_COMPRESS +# dpkg-deb >= 1.21.10 supports the DPKG_DEB_COMPRESSOR_TYPE environment +# variable, which provides the same functionality as KDEB_COMPRESS. The +# KDEB_COMPRESS variable will be removed in the future. define binary $(Q)dh_testdir $(DH_OPTIONS) $(Q)dh_testroot $(DH_OPTIONS) |