[ros-genpy] 01/02: Simplify rules

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Jul 26 08:18:12 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-genpy.

commit c0b1b0608d86ef96496d4e0aa467f11b5f96627e
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Jul 26 10:17:47 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-genpy.git



More information about the debian-science-commits mailing list