Skip to content

Commit

Permalink
chore(debian): change compat level from 10 to 13
Browse files Browse the repository at this point in the history
Signed-off-by: Cedric Hombourger <[email protected]>
  • Loading branch information
chombourger committed Jan 21, 2024
1 parent 3195f4e commit cc8974a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
13
10 changes: 1 addition & 9 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PY_TARGET=$(shell python3 -c "import sysconfig; print(sysconfig.get_path('stdlib
MTDA_DIST=$(PY_TARGET)/dist-packages/mtda

%:
dh $@ --with python3 --with=systemd --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:

Expand Down Expand Up @@ -71,14 +71,6 @@ override_dh_auto_install:
mv debian/mtda-service$(MTDA_DIST)/www.py debian/mtda-www$(MTDA_DIST)/
install -m 0644 configs/10-www.conf debian/mtda-www/etc/mtda/config.d/

override_dh_systemd_enable:
dh_systemd_enable --name=mtda
dh_systemd_enable --name=mtda-config

override_dh_installsystemd:
dh_installsystemd --name=mtda
dh_installsystemd --name=mtda-config

override_dh_systemd_start:
dh_systemd_start --name=mtda
dh_systemd_start --name=mtda-config

0 comments on commit cc8974a

Please sign in to comment.