Skip to content

Commit 0e1ff45

Browse files
committed
debian: update debhelper version
1 parent fdbaf0f commit 0e1ff45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

debian/compat

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

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ Source: ev3devkit
22
Section: embedded
33
Priority: optional
44
Maintainer: 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
1414
Homepage: https://www.ev3dev.org
1515
Vcs-Git: https://github.com/ev3dev/ev3devKit.git
1616
Vcs-Browser: https://github.com/ev3dev/ev3devKit

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1515
override_dh_gencontrol:
1616
dh_gencontrol -- -Vgrx-so-version=$(GRX_SO_VERSION)

0 commit comments

Comments
 (0)