Control: tags 733422 + pending

Dear maintainer,

I've prepared an NMU for hyde (versioned as 0.8.5a1-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -Nru hyde-0.8.5a1/debian/changelog hyde-0.8.5a1/debian/changelog
--- hyde-0.8.5a1/debian/changelog       2012-06-12 07:13:49.000000000 -0300
+++ hyde-0.8.5a1/debian/changelog       2016-12-23 02:46:43.000000000 -0200
@@ -1,3 +1,15 @@
+hyde (0.8.5a1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10.
+  * Bumped Standards-Version to 3.9.8.
+  * Don't use the deprecated python-distribute module, use setuptools
+    directly. This fixes a FTBFS. Thanks to Andreas Moog
+    <andreas.m...@warperbbs.de>. (Closes: #733422)
+  * debian/watch: created.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Fri, 23 Dec 2016 02:46:43 
-0200
+
 hyde (0.8.5a1-4) unstable; urgency=low
 
   * Fix homepage URL (Closes: #653122)
diff -Nru hyde-0.8.5a1/debian/compat hyde-0.8.5a1/debian/compat
--- hyde-0.8.5a1/debian/compat  2011-12-13 07:34:30.000000000 -0200
+++ hyde-0.8.5a1/debian/compat  2016-12-23 02:46:43.000000000 -0200
@@ -1 +1 @@
-8
+10
diff -Nru hyde-0.8.5a1/debian/control hyde-0.8.5a1/debian/control
--- hyde-0.8.5a1/debian/control 2012-06-12 07:13:44.000000000 -0300
+++ hyde-0.8.5a1/debian/control 2016-12-23 02:46:43.000000000 -0200
@@ -2,7 +2,7 @@
 Section: web
 Priority: extra
 Maintainer: Julien Danjou <a...@debian.org>
-Build-Depends: debhelper (>= 8.0.0), python,
+Build-Depends: debhelper (>= 10), python,
  python-setuptools,
  python-commando,
  python-jinja2,
@@ -10,7 +10,7 @@
  python-pygments,
  python-typogrify,
  python-markdown
-Standards-Version: 3.9.3
+Standards-Version: 3.9.8
 Homepage: http://hyde.github.com
 Vcs-Git: git://git.debian.org/collab-maint/hyde.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/hyde.git;a=summary
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 12:22:59.000000000 -0200
+++ hyde-0.8.5a1/debian/patches/series  2016-12-23 02:46:43.000000000 -0200
@@ -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    1969-12-31 
21:00:00.000000000 -0300
+++ hyde-0.8.5a1/debian/patches/use-setuptools.patch    2016-12-23 
02:46:43.000000000 -0200
@@ -0,0 +1,19 @@
+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
+Last-Update: 2014-02-09
+
+--- 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__
diff -Nru hyde-0.8.5a1/debian/watch hyde-0.8.5a1/debian/watch
--- hyde-0.8.5a1/debian/watch   1969-12-31 21:00:00.000000000 -0300
+++ hyde-0.8.5a1/debian/watch   2016-12-23 02:46:43.000000000 -0200
@@ -0,0 +1,2 @@
+version=4
+https://github.com/hyde/hyde/releases .*/archive/v?(\d\S+)\.tar\.(?:bz2|gz|xz)

Reply via email to