--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package live-wrapper
It fixes an RC bug (#861994, "Lacks dependency on python-pycurl") and adds
three missing build-dependencies needed to build all of the lwr autodocs.
diff -Nru live-wrapper-0.6/debian/changelog live-wrapper-0.6+nmu1/debian/changelog
--- live-wrapper-0.6/debian/changelog 2017-01-23 03:39:31.000000000 +0100
+++ live-wrapper-0.6+nmu1/debian/changelog 2017-05-16 23:31:36.000000000 +0200
@@ -1,3 +1,12 @@
+live-wrapper (0.6+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add a dependency on python-pycurl, needed by lwr (closes: #861994)
+ * Add Build-Depends: python-apt, python-cliapp, vmdebootstrap needed to
+ completely build the lwr autodoc
+
+ -- Florian Schlichting <fsfs@debian.org> Tue, 16 May 2017 23:31:36 +0200
+
live-wrapper (0.6) unstable; urgency=medium
[ Ana C. Custura ]
diff -Nru live-wrapper-0.6/debian/control live-wrapper-0.6+nmu1/debian/control
--- live-wrapper-0.6/debian/control 2017-01-22 23:30:58.000000000 +0100
+++ live-wrapper-0.6+nmu1/debian/control 2017-05-16 23:31:36.000000000 +0200
@@ -6,8 +6,11 @@
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
+ python-apt,
+ python-cliapp,
python-setuptools,
- python-sphinx
+ python-sphinx,
+ vmdebootstrap
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-live/live-wrapper.git
Vcs-Git: https://anonscm.debian.org/git/debian-live/live-wrapper.git
--- live-wrapper-0.6/setup.py 2017-01-08 00:44:10.000000000 +0100
+++ live-wrapper-0.6+nmu1/setup.py 2017-05-16 23:31:36.000000000 +0200
@@ -41,6 +41,7 @@
'cliapp >= 1.20150829',
'vmdebootstrap',
'requests',
+ 'pycurl',
'python-apt'
],
entry_points={
unblock live-wrapper/0.6+nmu1
-- System Information:
Debian Release: 9.0
APT prefers testing
APT policy: (990, 'testing'), (700, 'unstable')
Architecture: amd64
(x86_64)
Foreign Architectures: i386
Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---