Browse Source

Merge pull request #2691 from rogers0/PR/fix_debian_rules

debian/rules: Fix #2675
pull/2694/head
Max Lv 4 years ago
committed by GitHub
parent
commit
401d323480
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. 3
      debian/rules

3
debian/rules

@ -20,8 +20,5 @@ override_dh_auto_configure:
override_dh_installchangelogs: override_dh_installchangelogs:
dh_installchangelogs -XChanges dh_installchangelogs -XChanges
override_dh_missing:
dh_missing --fail-missing
%: %:
dh $@ dh $@
Loading…
Cancel
Save