diff options
| author | Michael Biebl <biebl@debian.org> | 2017-10-22 01:56:12 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-10-22 01:57:02 +0200 |
| commit | f8d717c3a639c037528a5015fe9aabcb7efd9018 (patch) | |
| tree | bb8072c0b3bb33c0986ad6192aafcb58e3483613 | |
| parent | c48f860c8c8bdf967e40f9d0231f3f8e474c4bc6 (diff) | |
Remove unnecessary files in dh_install override
Gbp-Dch: Ignore
| -rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e173c002..2fba0f18 100755 --- a/debian/rules +++ b/debian/rules @@ -51,9 +51,12 @@ override_dh_auto_configure: --with-selinux=yes \ --with-libaudit=yes -override_dh_missing: +override_dh_install: find debian/tmp -name '*.la' -print -delete rm debian/tmp/usr/share/doc/NetworkManager/examples/server.conf + dh_install + +override_dh_missing: dh_missing --fail-missing override_dh_makeshlibs: |