[ros] 03/05: Missing env in roscreatepkg

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Sep 21 08:49:53 UTC 2015


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

jspricke-guest pushed a commit to branch patch-queue/master
in repository ros.

commit f4ec72afb4328f2c2c4f0f662c00c998a262f97e
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Tue Feb 3 09:15:00 2015 +0100

    Missing env in roscreatepkg
    
    The script has a missing
    
    #!/usr/bin/env python
    
    line.
    
    
    Gbp-Pq: Name 0003-Fix-env-roscreatepkg.patch
---
 tools/roscreate/src/roscreate/roscreatepkg.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/roscreate/src/roscreate/roscreatepkg.py b/tools/roscreate/src/roscreate/roscreatepkg.py
index 1fe5128..2fe9322 100755
--- a/tools/roscreate/src/roscreate/roscreatepkg.py
+++ b/tools/roscreate/src/roscreate/roscreatepkg.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 # Software License Agreement (BSD License)
 #
 # Copyright (c) 2008, Willow Garage, Inc.

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



More information about the debian-science-commits mailing list