[Python-modules-commits] [urlgrabber] 01/04: Revert code to upstream (we patch it by debian/patches)

Michal Cihar nijel at moszumanska.debian.org
Mon Oct 31 08:17:46 UTC 2016


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

nijel pushed a commit to branch master
in repository urlgrabber.

commit 92d195f5139069a1ebc675b0b9fc2e81a18499dd
Author: Michal Čihař <michal at cihar.com>
Date:   Mon Oct 31 08:58:12 2016 +0100

    Revert code to upstream (we patch it by debian/patches)
---
 setup.py              | 2 +-
 urlgrabber/grabber.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index ec96986..bfa4a18 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']),
-    ('share/python-urlgrabber', ['scripts/urlgrabber-ext-down']),
+    ('libexec', ['scripts/urlgrabber-ext-down']),
 ]
 options = { 'clean' : { 'all' : 1 } }
 classifiers = [
diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
index d256ced..ef18d6a 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/share/python-urlgrabber/urlgrabber-ext-down',
+            '/usr/libexec/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