File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 9
1+ 10
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Source: ifupdown2
22Section: admin
33Priority: optional
44Maintainer: Julien Fortin <jfortin@nvidia.com>
5- Build-Depends: debhelper (>= 9.20160709 ),
5+ Build-Depends: debhelper (>= 10 ),
66 dh-python,
77 python3,
88 python3-all,
Original file line number Diff line number Diff 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
2022override_dh_systemd_start :
2123 dh_systemd_start --name=networking --no-start
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ def build_deb_package():
3030
3131
3232if build_deb_package ():
33- DATA_FILES .append (('/usr/share/ifupdown2/' , ['ifupdown2/ifupdown2d' ]))
3433 DATA_FILES .append (('/usr/share/ifupdown2/sbin/' , ['ifupdown2/sbin/start-networking' ]))
3534else :
3635 ENTRY_POINTS = {
You can’t perform that action at this time.
0 commit comments