Comment 0 for bug 1699925

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : ftbfs in artful

The package fails to build in artful (e.g. https://launchpadlibrarian.net/324067270/buildlog_ubuntu-artful-amd64.ubuntu-defaults-builder_0.55_BUILDING.txt.gz), as far as I can tell because dh_ubuntu_defaults uses deprecated perl features:

Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE (\w+)}/ at /<<PKGBUILDDIR>>/bin/dh_ubuntu_defaults line 97.
Experimental push on scalar is now forbidden at /<<PKGBUILDDIR>>/bin/dh_ubuntu_defaults line 597, near "$file)"
Experimental push on scalar is now forbidden at /<<PKGBUILDDIR>>/bin/dh_ubuntu_defaults line 603, near "$file_path)"

I'd rather someone who knew perl better than me take a look at this.