File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 9
1+ 12
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ Source: ev3devkit
22Section: embedded
33Priority: optional
44Maintainer: David Lechner <david@lechnology.com>
5- Build-Depends: debhelper (>= 9 ),
5+ Build-Depends: debhelper (>= 12 ),
66 cmake,
77 gobject-introspection,
88 libgirepository1.0-dev,
99 libgrx-3.0-dev,
1010 libgudev-1.0-dev,
1111 netpbm,
1212 valac (>= 0.24)
13- Standards-Version: 4.3 .0
13+ Standards-Version: 4.5 .0
1414Homepage: https://www.ev3dev.org
1515Vcs-Git: https://github.com/ev3dev/ev3devKit.git
1616Vcs-Browser: https://github.com/ev3dev/ev3devKit
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ GRX_SO_VERSION = $(shell dpkg -s libgrx-3.0-dev | grep -o -P 'libgrx-3.0-\d+\s'
99% :
1010 dh $@ --with gir
1111
12- override_dh_install :
13- dh_install --list -missing
12+ override_dh_missing :
13+ dh_missing --fail -missing
1414
1515override_dh_gencontrol :
1616 dh_gencontrol -- -Vgrx-so-version=$(GRX_SO_VERSION )
You can’t perform that action at this time.
0 commit comments