diff options
| author | Jeremy Bicha <jbicha@ubuntu.com> | 2018-05-11 19:28:55 -0400 |
|---|---|---|
| committer | Jeremy Bicha <jbicha@ubuntu.com> | 2018-05-11 19:43:48 -0400 |
| commit | 0b286d6fc70334fa5fb6eb7bd3cc51285a3b8c15 (patch) | |
| tree | ffd67533499e7ca69f06dc6386f73c9b774ac3d5 /debian/rules | |
| parent | b7af299187e1cd0816362631eb1da0c6160c4acf (diff) | |
Go ahead and drop gir1.2-networkmanager-1.0
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 119c2946..df6cbdb6 100755 --- a/debian/rules +++ b/debian/rules @@ -56,6 +56,9 @@ override_dh_auto_configure: override_dh_install: find debian/tmp -name '*.la' -print -delete + # Drop gir1.2-networkmanager-1.0 now + find debian/tmp -name NMClient-1.0.* -print -delete + find debian/tmp -name NetworkManager-1.0.* -print -delete rm debian/tmp/usr/share/doc/NetworkManager/examples/server.conf rm -vf $(CURDIR)/debian/tmp/etc/init.d/NetworkManager dh_install |