tags 733422 + patch
thanks

Dear maintainer,

please find attached a patch/NMU for this issue. If you don't object or want
to upload yourself, I'll seek out a sponsor.

Thanks for your time!

Regards.
diff -Nru hyde-0.8.5a1/debian/changelog hyde-0.8.5a1/debian/changelog
--- hyde-0.8.5a1/debian/changelog	2012-06-12 12:13:49.000000000 +0200
+++ hyde-0.8.5a1/debian/changelog	2014-02-09 19:31:50.000000000 +0100
@@ -1,3 +1,13 @@
+hyde (0.8.5a1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't use the deprecated python-distribute module, use setuptools
+    directly. This fixes FTBFS:
+    urllib2.URLError: <urlopen error [Errno -2] Name or service not known>
+    (Closes: #733422)
+
+ -- Andreas Moog <andreas.m...@warperbbs.de>  Sun, 09 Feb 2014 17:10:47 +0100
+
 hyde (0.8.5a1-4) unstable; urgency=low
 
   * Fix homepage URL (Closes: #653122)
diff -Nru hyde-0.8.5a1/debian/control hyde-0.8.5a1/debian/control
--- hyde-0.8.5a1/debian/control	2012-06-12 12:13:44.000000000 +0200
+++ hyde-0.8.5a1/debian/control	2014-02-09 17:15:08.000000000 +0100
@@ -1,7 +1,8 @@
 Source: hyde
 Section: web
 Priority: extra
-Maintainer: Julien Danjou <a...@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Julien Danjou <a...@debian.org>
 Build-Depends: debhelper (>= 8.0.0), python,
  python-setuptools,
  python-commando,
diff -Nru hyde-0.8.5a1/debian/patches/series hyde-0.8.5a1/debian/patches/series
--- hyde-0.8.5a1/debian/patches/series	2011-12-20 15:22:59.000000000 +0100
+++ hyde-0.8.5a1/debian/patches/series	2014-02-09 17:12:17.000000000 +0100
@@ -1,2 +1,3 @@
 fix_argparse_requires
 depends_on_typogrify
+use-setuptools.patch
diff -Nru hyde-0.8.5a1/debian/patches/use-setuptools.patch hyde-0.8.5a1/debian/patches/use-setuptools.patch
--- hyde-0.8.5a1/debian/patches/use-setuptools.patch	1970-01-01 01:00:00.000000000 +0100
+++ hyde-0.8.5a1/debian/patches/use-setuptools.patch	2014-02-09 17:14:55.000000000 +0100
@@ -0,0 +1,18 @@
+Description: Don't use the deprecated python-distribute module, use setuptools
+ directly. 
+Author: Andreas Moog <andreas.m...@warperbbs.de>
+Bug: https://github.com/hyde/hyde/issues/253
+Bug-Debian: http://bugs.debian.org/733422
+Forwarded: yes
+
+--- hyde-0.8.5a1.orig/setup.py
++++ hyde-0.8.5a1/setup.py
+@@ -1,6 +1,6 @@
+ # Bootstrap installation of Distribute
+-import distribute_setup
+-distribute_setup.use_setuptools()
++#import distribute_setup
++#distribute_setup.use_setuptools()
+ 
+ from setuptools import setup, find_packages
+ from hyde.version import __version__

Attachment: signature.asc
Description: Digital signature

Reply via email to