Skip to content

Commit 45276df

Browse files
committed
debian: bump compat to 10 and ignore tests during build
Signed-off-by: Julien Fortin <jfortin@nvidia.com>
1 parent 834bd6d commit 45276df

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9
1+
10

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: ifupdown2
22
Section: admin
33
Priority: optional
44
Maintainer: Julien Fortin <jfortin@nvidia.com>
5-
Build-Depends: debhelper (>= 9.20160709),
5+
Build-Depends: debhelper (>= 10),
66
dh-python,
77
python3,
88
python3-all,

debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ override_dh_install:
1616
mkdir -p debian/ifupdown2/lib/systemd/system/
1717
install --mode=644 debian/ifup@.service debian/ifupdown2/lib/systemd/system/
1818

19+
override_dh_auto_test:
20+
@echo "Skipping tests during the build process."
1921

2022
override_dh_systemd_start:
2123
dh_systemd_start --name=networking --no-start

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def build_deb_package():
3030

3131

3232
if build_deb_package():
33-
DATA_FILES.append(('/usr/share/ifupdown2/', ['ifupdown2/ifupdown2d']))
3433
DATA_FILES.append(('/usr/share/ifupdown2/sbin/', ['ifupdown2/sbin/start-networking']))
3534
else:
3635
ENTRY_POINTS = {

0 commit comments

Comments
 (0)