diff -u gpp4-1.0.4/debian/rules gpp4-1.0.4/debian/rules --- gpp4-1.0.4/debian/rules +++ gpp4-1.0.4/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f # -*- mode: makefile; mode: font-lock -*- +include /usr/share/quilt/quilt.make + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -15,7 +17,7 @@ CFLAGS += -O2 -D_REENTRANT endif -config.status: configure +config.status: patch configure dh_testdir ./configure --prefix=/usr @@ -39,7 +41,7 @@ cd src; doxygen touch $@ -clean: +clean: unpatch dh_testdir dh_testroot rm -f build-arch-stamp build-indep-stamp diff -u gpp4-1.0.4/debian/changelog gpp4-1.0.4/debian/changelog --- gpp4-1.0.4/debian/changelog +++ gpp4-1.0.4/debian/changelog @@ -1,3 +1,9 @@ +gpp4 (1.0.4-0ubuntu3) hardy; urgency=low + + * FTBFS error on the hppa platform fixed (LP: #193289) + + -- Morten Kjeldgaard Tue, 19 Feb 2008 15:32:00 +0100 + gpp4 (1.0.4-0ubuntu2) hardy; urgency=low * Removed dependency to non-existent package libgpp4-data (LP: #186393) diff -u gpp4-1.0.4/debian/control gpp4-1.0.4/debian/control --- gpp4-1.0.4/debian/control +++ gpp4-1.0.4/debian/control @@ -3,7 +3,7 @@ Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Morten Kjeldgaard Homepage: http://www.bioxray.au.dk/~mok/gpp4 -Build-Depends: debhelper (>= 5), autotools-dev +Build-Depends: debhelper (>= 5), autotools-dev, quilt Build-Depends-Indep: doxygen Standards-Version: 3.7.3 Section: science only in patch2: unchanged: --- gpp4-1.0.4.orig/debian/patches/series +++ gpp4-1.0.4/debian/patches/series @@ -0,0 +1 @@ +ccp4_sysdep.h.patch only in patch2: unchanged: --- gpp4-1.0.4.orig/debian/patches/ccp4_sysdep.h.patch +++ gpp4-1.0.4/debian/patches/ccp4_sysdep.h.patch @@ -0,0 +1,11 @@ +--- gpp4.orig/src/ccp4_sysdep.h ++++ gpp4/src/ccp4_sysdep.h +@@ -260,7 +260,7 @@ + # define NATIVEIT DFNTI_IBO + #endif + +-#if defined(MIPSEB) || defined(__hpux) || defined(_AIX) || defined(m68k) || defined(mc68000) || defined(sparc) || defined (__sparc__) ++#if defined(MIPSEB) || defined(__hpux) || defined(_AIX) || defined(m68k) || defined(mc68000) || defined(sparc) || defined (__sparc__) || defined (__hppa__) + # define NATIVEIT DFNTI_MBO + # define NATIVEFT DFNTF_BEIEEE + #endif