[ros-genmsg] 01/02: Simplify rules

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Jul 26 08:17:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

jspricke-guest pushed a commit to branch master
in repository ros-genmsg.

commit 8c3a8251efc6601ed0d232931a80c79d23bf7156
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Jul 26 10:16:36 2016 +0200

    Simplify rules
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e5a363d..915968f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_install:
 
 override_dh_auto_clean:
 	dh_auto_clean --
-	-find . -name '*.pyc' -print0 | xargs -0 rm -f
+	find . -name '*.pyc' -print0 | xargs -0 rm -f
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compress xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-genmsg.git



More information about the debian-science-commits mailing list