[PD] recent Pd versions on older ubuntu studio computers

IOhannes m zmoelnig zmoelnig at iem.at
Thu Jan 16 13:01:08 CET 2020


On 16.01.20 12:52, info at hansroels.be wrote:
> 
> Next I ran the script of IOhannes line by line
> 
> export LANG=C
> MAINREPO=https://deb.debian.org/debian/pool/main/
> 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)"

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20200116/bc69299b/attachment.sig>


More information about the Pd-list mailing list