diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index d21539472..099050b7d 100755 --- a/debian/rules +++ b/debian/rules @@ -41,11 +41,7 @@ override_dh_clean: override_dh_installchangelog: ### the doc/changelog file is the actual NX (redistributed) ChangeLog - #dh_installchangelog doc/changelog - - ### the nx-X11/CHANGELOG is an old upstream ChangeLog by NoMachine that prevents us from - ### being shouted at by lintian (while testing the package build scripts) - dh_installchangelog nx-X11/CHANGELOG + dh_installchangelog doc/changelog override_dh_install: |