diff options
author | Matthew Johnson <mjj29@adonis.matthew.ath.cx> | 2007-12-13 12:27:37 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@adonis.matthew.ath.cx> | 2007-12-13 12:27:37 +0000 |
commit | c1ec110b8f1e6cad347873e7173a7ac3eccc4962 (patch) | |
tree | ce81bd68d7945cfdbd382f6f5b18a47dd7f151f4 | |
parent | cedea1572839b91766a6c4040850fa3defc981a8 (diff) | |
parent | 25d3e7d94673dbca46f3c19b1ff7e8ad25fd345b (diff) |
Merge branch 'master' of /export/git/debian
-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 |