diff options
-rwxr-xr-x | debian/rules | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 5d96d9c..adbc323 100755 --- a/debian/rules +++ b/debian/rules @@ -72,16 +72,9 @@ install-arch: # debian/tmp. $(MAKE) install DESTDIR=$(CURDIR)/debian/ipmitool - # No need to have two copies of the license text in the package. + # No need to have two copies of the license text/changelog in the package. $(RM) $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/COPYING - - # Move upstream changelog to correct filename. - #mv $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/ChangeLog \ - # $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/changelog - - # Compress to avoid lintian warning. Not sure why dh_compress - # isn't fixing this. - #gzip -9 $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/changelog + $(RM) $(CURDIR)/debian/ipmitool/usr/share/doc/ipmitool/ChangeLog # Must not depend on anything. This is to be called by # binary-arch/binary-multi |