<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">great, it works, thanks ! <br>
    </div>
    <div class="moz-cite-prefix">I followed your advice of the
      "dh_autoreconf" package and the adapted debian/rules file and then
      I could successfully compile Pd 0.50 on both laptops (and on a
      third laptop with Linux Mint 17.3).<br>
      In case someone searches info to compile and install recent
      versions of Pd on older Ubuntu computers I summarized the whole
      procedure at the end of this email.<br>
      <br>
      Can I help in some way to spread or upload compiled Pd versions
      for Ubuntu and derivatives? For sure I am not an expert in
      compiling programs, I just started trying this a week ago but
      maybe it can help in making Pd available for more people...</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">best, Hans</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">------------compiling Pd for Ubuntu 14
      or 16 systems <br>
    </div>
    <div class="moz-cite-prefix">First make sure these 5 packages are
      installed (commands in the terminal like "sudo apt-get install
      libjack-jackd2-dev" etc.):</div>
    <div class="moz-cite-prefix">libjack-jackd2-dev  portaudio19-dev
      equivs debhelper dh-autoreconf</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Next execute these commands in the
      terminal:</div>
    <div class="moz-cite-prefix">1)   export LANG=C<br>
      2)   MAINREPO=<a class="moz-txt-link-freetext" href="https://deb.debian.org/debian/pool/main/">https://deb.debian.org/debian/pool/main/</a><br>
      3)   PDVER=0.50.2-1<br>
      4)   sudo apt-get install devscripts<br>
      5)   mkdir -p build<br>
      6)   cd build<br>
      7)   dget -u ${MAINREPO}/p/puredata/puredata_${PDVER}.dsc<br>
      8)   cd puredata-${PDVER%-*}<br>
      9)a)   echo 9 > debian/compat<br>
      b) in the build/debian folder, search for the 'control' file and
      in this file change "debhelper-compat (= 12)" into "debhelper
      (>= 9)"<br>
      c) in the build/debian folder , search for the 'rules' file and
      change "dh $@" into "dh $@ --with autoreconf"<br>
      10)  sudo mk-build-deps -ir                          <br>
      11)  dpkg-buildpackage -rfakeroot<br>
      12) sudo dpkg -i ../*${PDVER}_*.deb<br>
    </div>
    <div class="moz-cite-prefix">(This last command to install Pd)<br>
    </div>
    <div class="moz-cite-prefix">------------<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 1/16/20 1:01 PM, IOhannes m zmoelnig
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:8fea95c8-3c5e-3e68-3b96-19516dc78518@iem.at">
      <pre class="moz-quote-pre" wrap="">On 16.01.20 12:52, <a class="moz-txt-link-abbreviated" href="mailto:info@hansroels.be">info@hansroels.be</a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Next I ran the script of IOhannes line by line

export LANG=C
MAINREPO=<a class="moz-txt-link-freetext" href="https://deb.debian.org/debian/pool/main/">https://deb.debian.org/debian/pool/main/</a>
PDVER=0.50.2-1
sudo apt-get install devscripts
mkdir -p build
cd build
dget -u ${MAINREPO}/p/puredata/puredata_${PDVER}.dsc
cd puredata-${PDVER%-*}
echo 9 > debian/compat
I changed the line "debhelper-compat (= 12)" in debian/control into
"debhelper (>= 9)"
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">since you are using quite old debhelper-package, you might also need to
install the "dh_autoreconf" package.

if that still doesn't work, you might also need to change the invocation
of "dh" in debian/rules to the following (indentation is <TAB> rather
than <SPACE>s):

<snip>
%:
        dh $@ --with autoreconf
</snip>

gmasdr
IOhannes

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <p><br>
    </p>
    <div class="moz-signature">-- <br>
    </div>
  </body>
</html>