diff options
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c6823fbf..4fee0570 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ export PYTHON=/usr/bin/python3 PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) %: - dh $@ --with gir,ppp $(BUILD_PACKAGES) + dh $@ --with ppp $(BUILD_PACKAGES) autoreconf: gtkdocize --copy |