Skip to content

Commit

Permalink
debian: bump compat to 10 and ignore tests during build
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Fortin <[email protected]>
  • Loading branch information
julienfortin committed Dec 17, 2024
1 parent 834bd6d commit 45276df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: ifupdown2
Section: admin
Priority: optional
Maintainer: Julien Fortin <[email protected]>
Build-Depends: debhelper (>= 9.20160709),
Build-Depends: debhelper (>= 10),
dh-python,
python3,
python3-all,
Expand Down
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ override_dh_install:
mkdir -p debian/ifupdown2/lib/systemd/system/
install --mode=644 debian/[email protected] debian/ifupdown2/lib/systemd/system/

override_dh_auto_test:
@echo "Skipping tests during the build process."

override_dh_systemd_start:
dh_systemd_start --name=networking --no-start
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def build_deb_package():


if build_deb_package():
DATA_FILES.append(('/usr/share/ifupdown2/', ['ifupdown2/ifupdown2d']))
DATA_FILES.append(('/usr/share/ifupdown2/sbin/', ['ifupdown2/sbin/start-networking']))
else:
ENTRY_POINTS = {
Expand Down

0 comments on commit 45276df

Please sign in to comment.