[opencv] 08/11: d/rules: be verbose while cleaning up

Mattia Rizzolo mattia at debian.org
Mon Oct 16 22:03:56 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 05002579334548088796dfb8c8c8acead6ba0868
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Oct 16 22:38:46 2017 +0200

    d/rules: be verbose while cleaning up
    
    trying to detect whether those rm are really needed
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 92bdcbb..33d13a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,12 +63,12 @@ CMAKE_FLAGS = \
 	dh $@ --with python2,python3,javahelper --parallel
 
 override_dh_clean:
-	rm -rf modules/python/src2/hdr_parser.pyc
-	rm -rf modules/java/generator/rst_parser.pyc
-	rm -rf modules/refman.rst
+	rm -rvf modules/python/src2/hdr_parser.pyc
+	rm -rvf modules/java/generator/rst_parser.pyc
+	rm -rvf modules/refman.rst
 
 	dh_clean
-	-rm -rf modules/python/src2/__pycache__
+	-rm -rvf modules/python/src2/__pycache__
 
 override_dh_auto_clean:
 	dh_auto_clean -B $(BUILDDIR)

-- 
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