[opencv] 08/08: d/rules: remove old uneeded rm
Mattia Rizzolo
mattia at debian.org
Sun Apr 23 19:13:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository opencv.
commit 1c9c1ccaefb21ae1789ccf887dbcbb80582adb76
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Apr 23 20:49:08 2017 +0200
d/rules: remove old uneeded rm
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index e9d9b6f..a6af6a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,8 +124,7 @@ override_dh_install:
# put the static libs together with the rest of the stuff
cp -v $(BUILDDIR)-static/lib/*.a debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/
- rm -rf debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*_pch_dephelp.a
- rm -rf debian/tmp/usr/share/OpenCV/doc/html/jquery.js
+ rm -vrf debian/tmp/usr/share/OpenCV/doc/html/jquery.js
find debian/tmp -type d -empty -delete
dh_install --list-missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list