[Python-modules-commits] [urlgrabber] 04/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 a38afe74f4095de94c93ffc56d7e08c725044191
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 bfa4a18..ec96986 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,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 ef18d6a..d256ced 100644
--- a/urlgrabber/grabber.py
+++ b/urlgrabber/grabber.py
@@ -2042,7 +2042,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