-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian: bump compat to 10 and ignore tests during build
Signed-off-by: Julien Fortin <[email protected]>
- Loading branch information
1 parent
834bd6d
commit bb4ccf7
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9 | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters