[Python-modules-commits] [urlgrabber] 05/06: libexec.diff

Michal Cihar nijel at moszumanska.debian.org
Wed Nov 8 12:19:11 UTC 2017


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

nijel pushed a commit to annotated tag archive/debian/3.10.2-1
in repository urlgrabber.

commit 5d3e290a269c885ad0757fecb7bbfeb06dd6a4bc
Author: Stefano Rivera <stefanor at debian.org>
Date:   Tue Oct 13 00:10:42 2015 +0200

    libexec.diff
    
    Patch-Name: libexec.diff
    
    Gbp-Pq: Name libexec.diff
---
 setup.py              | 2 +-
 urlgrabber/grabber.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 72859af..6ba0423 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ package_dir = {'urlgrabber':'urlgrabber'}
 scripts = ['scripts/urlgrabber']
 data_files = [
     ('share/doc/' + name + '-' + version, ['README','LICENSE', 'TODO', 'ChangeLog']),
-    ('libexec', ['scripts/urlgrabber-ext-down']),
+    ('share/python-urlgrabber', ['scripts/urlgrabber-ext-down']),
 ]
 options = { 'clean' : { 'all' : 1 } }
 classifiers = [
diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
index 074a82f..1d10317 100644
--- a/urlgrabber/grabber.py
+++ b/urlgrabber/grabber.py
@@ -2072,7 +2072,7 @@ import subprocess
 class _ExternalDownloader:
     def __init__(self):
         self.popen = subprocess.Popen(
-            '/usr/libexec/urlgrabber-ext-down',
+            '/usr/share/python-urlgrabber/urlgrabber-ext-down',
             stdin = subprocess.PIPE,
             stdout = subprocess.PIPE,
         )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/urlgrabber.git



More information about the Python-modules-commits mailing list