summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2014-04-05 11:45:36 +0200
committerHelge Deller <deller@gmx.de>2014-04-05 12:53:24 +0200
commitc7de22b4f6c9369e42e9fe435888b2daea077199 (patch)
tree0e53a29f2ac3accb56083cbce32277e3bb05a0c4
parentba637f0a5e7268df35f12b89b1443c9f4b3a42ff (diff)
downloadpalo-c7de22b4f6c9369e42e9fe435888b2daea077199.tar.gz
Remove boiler plate comment and fix wording in debian/rules.
-rwxr-xr-xdebian/rules16
1 files changed, 6 insertions, 10 deletions
diff --git a/debian/rules b/debian/rules
index 39726a1..0b99f7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,22 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
override_dh_auto_clean:
- # When building on an hppa machine, regenerate iplboot which
- # which is always shipped as a binary in the source package.
- # This way, palo can also be built without problems on
- # non-hppa build hosts.
+ # The palo package source ships with the iplboot binary
+ # pre-built and regenerates it from hppa assembly code
+ # when building on hppa machines only. This way, palo
+ # can also be built on non-hppa build hosts without
+ # problems using the pre-built iplboot binary.
@if [ `dpkg --print-architecture` = hppa ]; \
then \
echo "Regenerating iplboot."; \
$(MAKE) realclean; \
$(MAKE) iplboot; \
else \
- echo "Leaving iplboot in-place since we're not building on hppa."; \
+ echo "Leaving iplboot in place since we're not building on hppa."; \
fi
%: