summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>2017-01-26 22:27:45 +0100
committerHelge Deller <deller@gmx.de>2017-01-26 22:29:58 +0100
commit305c805caab36a27f5017b86010d86803d0b8d2d (patch)
tree294ee210425d563e4ded9e8dbd107056061ec394
parentf054cec2116e67ba6b65074b134bc2ba01f165b5 (diff)
downloadpalo-305c805caab36a27f5017b86010d86803d0b8d2d.tar.gz
Build palo on amd64, i386, hppa and x32 only.v1.97
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules9
3 files changed, 16 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index 4125382..40d5273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
palo (1.97) unstable; urgency=medium
- * Build iplboot on all arches. (Closes: #851792)
-
- -- Helge Deller <deller@gmx.de> Sat, 21 Jan 2017 16:39:31 +0100
+ * Enable support for cross-building of iplboot: (Closes: #851792)
+ [ Helge Deller ]
+ - Add gcc-hppa-linux-gnu and libc6-dev-hppa-cross to
+ Build-Depends on architectures other than hppa.
+ - Modify ipl/Makefile to support cross-compiling.
+ [ John Paul Adrian Glaubitz ]
+ - Build palo on amd64, i386, hppa and x32 only.
+ - Move building of iplboot from dh_auto_clean to dh_auto_build.
+
+ -- Helge Deller <deller@gmx.de> Thu, 26 Jan 2017 14:48:37 +0100
palo (1.96) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 1cf16bf..95d18df 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.kernel.org/cgit/linux/kernel/git/deller/palo.git
Vcs-Git: git://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git
Package: palo
-Architecture: any
+Architecture: amd64 i386 hppa x32
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: e2fsprogs (>= 1.2)
Description: Linux boot loader for HP PA-RISC
diff --git a/debian/rules b/debian/rules
index b0e123e..3b94747 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-override_dh_auto_clean:
- echo "Regenerating iplboot."; \
- $(MAKE) realclean; \
- $(MAKE) iplboot;
+override_dh_auto_build:
+ echo "Regenerating iplboot."
+ $(MAKE) realclean
+ $(MAKE) iplboot
+ dh_auto_build
%:
dh $@