[Pkg-owncloud-commits] [owncloud-client] 121/135: Use dh_missing instead of dh_install.
Sandro Knauß
hefee at debian.org
Sat Sep 9 14:29:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository owncloud-client.
commit 8d6bf48764f6f6ceda3aca918fa2e23bcca65f44
Author: Sandro Knauß <hefee at debian.org>
Date: Sat Sep 9 13:03:01 2017 +0200
Use dh_missing instead of dh_install.
---
debian/not-installed | 5 +++++
debian/rules | 10 ++--------
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/debian/not-installed b/debian/not-installed
new file mode 100644
index 0000000..069eb66
--- /dev/null
+++ b/debian/not-installed
@@ -0,0 +1,5 @@
+usr/share/doc/client/latex
+usr/share/doc/client/qthelp
+usr/share/doc/client/html
+usr/share/man/man1/owncloudcmd.1
+usr/share/man/man1/owncloud.1
diff --git a/debian/rules b/debian/rules
index d059378..690e0dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,14 +31,8 @@ override_dh_auto_build-arch:
dh_auto_build -- doc-man
dh_auto_build --
-override_dh_install:
- dh_install
- dh_install --list-missing \
- -Xusr/share/doc/client/latex \
- -Xusr/share/doc/client/qthelp \
- -Xusr/share/doc/client/html \
- -Xusr/share/man/man1/owncloudcmd.1 \
- -Xusr/share/man/man1/owncloud.1
+override_dh_missing:
+ dh_missing --list-missing
override_dh_python3:
dh_python3 -i -p nautilus-owncloud usr/share/nautilus-python/extensions
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list