diff options
author | Bdale Garbee <bdale@gag.com> | 2019-01-02 23:51:45 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2019-01-02 23:51:45 -0700 |
commit | 297b8c67d7a7adf136ef230e8abc5805d5762714 (patch) | |
tree | 3dd71c960185fd5a1cf7f14d254843d50086709c | |
parent | a1bb51724529ea8bb920728673ebd8f8b61ba6cc (diff) |
actually deliver lintian overrides
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 4e7a7fb2..87bebbb4 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,7 @@ binary-arch: install cp icon/org-altusmetrum-mimetypes.xml debian/altos.sharedmimeinfo dh_installmime dh_installman + dh_lintian dh_link dh_strip dh_compress |