Bug #6121
Compile-Error Debian: dh: error: Compatibility levels before 7 are no longer supported (level 5 requested)
0%
Description
Hi,
compiling with debian is not possible:
Use the -v/--verbose option for more details.
dpkg-buildpackage: Information: Quellpaket tvheadend
dpkg-buildpackage: Information: Quellversion 4.3-1994~gc7b713edb
dpkg-buildpackage: Information: Quelldistribution unstable
dpkg-buildpackage: Information: Quelle geändert durch Andreas Öman <[email protected]>
dpkg-buildpackage: Information: Host-Architektur amd64
dpkg-source --before-build .
debian/rules clean
dh clean --with-systemd
dh: error: Compatibility levels before 7 are no longer supported (level 5 requested)
make: *** [debian/rules:6: clean] Fehler 255
dpkg-buildpackage: Fehler: Unterprozess debian/rules clean lieferte Exitstatus 2
History
Updated by Stefan Dietzel almost 3 years ago
It's not happening during compilation but when building dkpg packages.
Parameters are:
AUTOBUILD_CONFIGURE_EXTRA="--enable-libav --disable-hdhomerun_client --disable-hdhomerun_static --disable-ffmpeg_static --disable-libffmpeg_static --enable-libx264 --enable-libx265 --enable-vaapi --enable-libfdkaac --disable-libx264_static --disable-libx265_static --disable-libfdkaac_static --disable-libvorbis_static --disable-libtheora_static --disable-libvpx_static --disable-libopus_static --enable-libav" ./Autobuild.sh -t debian
Updated by saen acro almost 3 years ago
No need to say on your Debian that is Debian he already, knows it.
See if there is updates with
apt update && apt upgrade
https://tvheadend.org/boards/4/topics/24116#Automated-build-script
Updated by Stefan Dietzel almost 3 years ago
Problem is that new dpkg is not supporting the requested package Version.
Compatibility levels before 7 are no longer supported (level 5 requested)
This happens during.deb creation.
Updated by Stefan Dietzel almost 3 years ago
Problem fixed localy for me.
In file debian/compat version is set to 5.
This needs to be upgraded to 7 and it works.
Updated by Stefan Dietzel over 2 years ago
Created a pull request in github for this (#1439).
This pull request also includes a small change for my former pull request regarding vappi h264/hevc transcoding (a few years ago). Buffer size needed to be increased to get better quality results.