summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@adonis.matthew.ath.cx>2007-12-13 12:27:37 +0000
committerMatthew Johnson <mjj29@adonis.matthew.ath.cx>2007-12-13 12:27:37 +0000
commitc1ec110b8f1e6cad347873e7173a7ac3eccc4962 (patch)
treece81bd68d7945cfdbd382f6f5b18a47dd7f151f4
parentcedea1572839b91766a6c4040850fa3defc981a8 (diff)
parent25d3e7d94673dbca46f3c19b1ff7e8ad25fd345b (diff)
Merge branch 'master' of /export/git/debian
-rwxr-xr-xdebian/rules11
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