Skip to content
Snippets Groups Projects
Commit aa6d3dcf authored by Dylan Aïssi's avatar Dylan Aïssi Committed by Vignesh Raman
Browse files

Switch to debhelper-compat 13

parent 6b4d25a5
Branches apertis/v2025pre apertis/v2026dev0
Tags apertis/0.2024.15
1 merge request!46Add debian/apertis/lintian
9
......@@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Apertis package maintainers <packagers@lists.apertis.org>
Build-Depends:
debhelper (>= 9),
debhelper-compat (= 13),
dh-sequence-python3,
flatpak,
git-buildpackage,
......
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
%:
dh $@
override_dh_auto_install:
dh_auto_install --destdir=debian/tmp
override_dh_install:
dh_install --fail-missing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment