diff options
author | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2007-12-13 12:14:32 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.matthew.ath.cx> | 2007-12-13 12:14:32 +0000 |
commit | 25d3e7d94673dbca46f3c19b1ff7e8ad25fd345b (patch) | |
tree | 3c96830705a92b1c80579199d068778a7e8a0bdd /debian/rules | |
parent | e26c0906b6da8b69ce451ddda695a24b8c606acf (diff) |
add dpatch
Diffstat (limited to 'debian/rules')
-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 |