On Mon, Aug 25, 2014 at 10:25:46AM +0200, Steinar H. Gunderson wrote: > On Mon, Aug 25, 2014 at 04:45:09AM +0200, Aurelien Jarno wrote: > > It would be very nice if you can upload a fixed version of this package. > > Don't hesitate to ask questions if you need help to fix this bug. If > > you lack time for that, I can also proceed with an NMU. > > Hi Aurelien,
Hi, > I would be very grateful if you have time for an NMU. Thanks. I have just done it. Please find the diff attached. Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://www.aurel32.net
diff -u pvm-3.4.5/debian/changelog pvm-3.4.5/debian/changelog --- pvm-3.4.5/debian/changelog +++ pvm-3.4.5/debian/changelog @@ -1,3 +1,11 @@ +pvm (3.4.5-12.6) unstable; urgency=medium + + * Non-maintainer upload with maintainer's permission. Thanks. + * Add support for arm64, mips64el, ppc64 in debian/getpvmarch (Closes: + #734468, #757324). + + -- Aurelien Jarno <aure...@debian.org> Fri, 12 Sep 2014 10:40:19 +0200 + pvm (3.4.5-12.5) unstable; urgency=low * Non-maintainer upload. diff -u pvm-3.4.5/debian/getpvmarch pvm-3.4.5/debian/getpvmarch --- pvm-3.4.5/debian/getpvmarch +++ pvm-3.4.5/debian/getpvmarch @@ -21,16 +21,13 @@ ia64) echo LINUX64 ;; - ppc64) + ppc64|ppc64el) echo LINUX64 ;; hppa) echo LINUXHPPA ;; - mips) - echo LINUXMIPS - ;; - mipsel) + mips*) echo LINUXMIPS ;; s390) @@ -45,6 +42,9 @@ arm) echo LINUXARM ;; + arm64) + echo LINUX64 + ;; sh4) echo LINUXSH ;;