diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8eec7955..9b730974 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Aron Xu <aron@debian.org> Build-Depends: debhelper-compat (= 13), + dh-sequence-gir, automake (>= 1.12), pkg-config, intltool, diff --git a/debian/rules b/debian/rules index 1f896f0a..bcb76768 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ export PYTHON=/usr/bin/python3 PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) %: - dh $@ --with gir,ppp + dh $@ --with ppp autoreconf: gtkdocize --copy |