Source: kexec-tools Severity: normal Tags: patch User: [email protected] Usertags: ppc64el
Dear Maintainer, The architecture ppc64el is not enabled in this src package. I have added it to the archs list within debian/control and also added usage of dh-autoreconf. After that the package built successfully. The suggested modifications can be found in the file attached. Thanks and regards. Fernando -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -Nru kexec-tools-2.0.7/debian/changelog kexec-tools-2.0.7/debian/changelog --- kexec-tools-2.0.7/debian/changelog 2014-07-09 19:23:44.000000000 +0000 +++ kexec-tools-2.0.7/debian/changelog 2014-09-23 20:41:06.000000000 +0000 @@ -1,3 +1,10 @@ +kexec-tools (1:2.0.7-1ppc64el1) UNRELEASED; urgency=medium + + * debian/control: added architecture ppc64el and dh-autoreconf to build-deps + * debian/rules: added usage of dh_autoreconf + + -- Fernando Seiti Furusato <[email protected]> Tue, 23 Sep 2014 20:40:36 +0000 + kexec-tools (1:2.0.7-1) unstable; urgency=low * New upstream release. Refreshed patches to apply without offsets diff -Nru kexec-tools-2.0.7/debian/control kexec-tools-2.0.7/debian/control --- kexec-tools-2.0.7/debian/control 2014-07-09 17:45:25.000000000 +0000 +++ kexec-tools-2.0.7/debian/control 2014-09-23 20:39:59.000000000 +0000 @@ -3,11 +3,11 @@ Homepage: http://kernel.org/pub/linux/utils/kernel/kexec/ Priority: optional Maintainer: Khalid Aziz <[email protected]> -Build-Depends: debhelper (>= 7.0.0), autoconf, gnu-efi (>=3.0a-4)[ia64], libz-dev[ia64], po-debconf +Build-Depends: debhelper (>= 7.0.0), dh-autoreconf, gnu-efi (>=3.0a-4)[ia64], libz-dev[ia64], po-debconf Standards-Version: 3.9.5 Package: kexec-tools -Architecture: i386 amd64 ppc64 powerpc ia64 s390 arm armel armhf sh4 mips mipsel +Architecture: i386 amd64 ppc64el ppc64 powerpc ia64 s390 arm armel armhf sh4 mips mipsel Depends: ${shlibs:Depends}, ${misc:Depends}, debconf Description: tools to support fast kexec reboots This package provides tools to load a kernel into memory and then @@ -16,7 +16,7 @@ Package: kexec-tools-udeb Section: debian-installer -Architecture: i386 amd64 ppc64 powerpc ia64 s390 arm armel armhf sh4 mips mipsel +Architecture: i386 amd64 ppc64el ppc64 powerpc ia64 s390 arm armel armhf sh4 mips mipsel XC-Package-Type: udeb Depends: ${misc:Depends}, ${shlibs:Depends} Description: tools to support fast kexec reboots (udeb) diff -Nru kexec-tools-2.0.7/debian/rules kexec-tools-2.0.7/debian/rules --- kexec-tools-2.0.7/debian/rules 2014-07-09 18:53:09.000000000 +0000 +++ kexec-tools-2.0.7/debian/rules 2014-09-23 20:40:32.000000000 +0000 @@ -26,8 +26,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. - autoheader - autoconf + dh_autoreconf CPPFLAGS="$(shell dpkg-buildflags --get CPPFLAGS)" CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)" ./configure --prefix=/usr --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share touch configure-stamp @@ -56,6 +55,7 @@ # Add here commands to clean up after the build process. $(MAKE) dist-clean + dh_autoreconf_clean dh_clean debconf-updatepo

