diff -Nru plplot-5.9.9/debian/changelog plplot-5.9.9/debian/changelog --- plplot-5.9.9/debian/changelog 2012-04-04 21:45:15.000000000 +0100 +++ plplot-5.9.9/debian/changelog 2012-06-26 19:03:55.000000000 +0100 @@ -1,3 +1,10 @@ +plplot (5.9.9-4+rpi1) wheezy; urgency=low + + * Non-maintainer upload. + * Disable ada + + -- Peter Michael Green Tue, 26 Jun 2012 18:03:10 +0000 + plplot (5.9.9-4) unstable; urgency=low * debian/rules: diff -Nru plplot-5.9.9/debian/control plplot-5.9.9/debian/control --- plplot-5.9.9/debian/control 2012-04-02 14:01:22.000000000 +0100 +++ plplot-5.9.9/debian/control 2012-06-26 19:03:02.000000000 +0100 @@ -11,7 +11,7 @@ quilt, slice, python-gtk2-dev, libwxgtk2.8-dev, python-all-dev (>= 2.6.6-3~), python-numpy (>= 1:1.4.1-4~), ttf-freefont, default-jdk, - fastjar, swig, gnat [!sh4], libqt4-dev, python-sip-dev, + fastjar, swig, gnat [!sh4 !armhf], libqt4-dev, python-sip-dev, python-qt4, python-qt4-dev, ocaml-nox, camlidl, ocaml-findlib, libcairo-ocaml-dev, liblablgtk2-ocaml-dev, liblua5.1-0-dev, lua5.1, gdc-v1 diff -Nru plplot-5.9.9/debian/rules plplot-5.9.9/debian/rules --- plplot-5.9.9/debian/rules 2012-04-04 21:45:10.000000000 +0100 +++ plplot-5.9.9/debian/rules 2012-06-26 19:02:36.000000000 +0100 @@ -53,7 +53,7 @@ # Disable Ada build on armel - gnat not available on armel at the moment. -ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:sh4:)) +ifneq (,$(findstring :$(DEB_BUILD_ARCH):,:sh4:armhf:)) BUILD_ADA = no else BUILD_ADA = yes