janbar / noson-app

The essential to control music from your SONOS devices on Linux platforms
GNU General Public License v3.0
335 stars 28 forks source link

debian: upgrade to debhelper-compat 12 #181

Closed dlax closed 2 years ago

dlax commented 2 years ago

We use the "new" recommended way to specify compatibility level by adding a Build-Depends on debhelper-compat package:

https://manpages.debian.org/testing/debhelper/debhelper.7.en.html#COMPATIBILITY_LEVELS

Version 12 is available from Debian 10 and Ubuntu 20.04; the previous version 9 is deprecated.

This brings the ability to build the Debian package in parallel (e.g. dpkg-buildpackage -j4) in particular.

janbar commented 2 years ago

Thanks