Your message dated Sat, 21 Jan 2017 04:03:47 +0000
with message-id <e1cumu3-000di4...@fasolo.debian.org>
and subject line Bug#844687: fixed in python-certbot 0.10.1-1
has caused the Debian Bug report #844687,
regarding certbot: various little adjustments in {Build-}Depends to help with 
backporting the package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
844687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=844687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: certbot
Version: 0.9.3-1~bpo8+1
Severity: minor
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Hi,

here are the various missing dependencies I found during backporting
certbot to trusty that needs to be tightened at build and runtime.

Cheers,
Ondrej

- -- System Information:
Debian Release: 8.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-41-generic (SMP w/24 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages certbot depends on:
ii  dialog               1.2-20140911-1
ii  init-system-helpers  1.22
ii  python               2.7.9-1
ii  python-certbot       0.9.3-1~bpo8+1
pn  python:any           <none>

certbot recommends no packages.

Versions of packages certbot suggests:
pn  python-certbot-apache  <none>
pn  python-certbot-doc     <none>

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQJ8BAEBCgBmBQJYLoK7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsH9EwQAKszDOXFzpA3JCHH08iCRZMm
Q8fhNdbKNO8MP+NXgUstAma1fO7KMIbgz8spHWzfz4CdFAGiRhbaNQXAE+nlCZ23
xwISnBrbVitQk8r4qZH4mz4SbB9rZzeKxwgNpFCC+Nb7MfEjF18N2p7pp+AxM5EL
2T4vxRKi6k9ycDdopT09DzXPu1KLp9VB7xByk4v+YotG8e3rdr5+TCrO0SlgWVww
fKL1dlXH90l09i0s9BshaGDk7kVjd0K92YHNuLs7CbOQ0fH2LnZXIbTqEdK1BQfO
UeXEO0wOIeK8WgGUTrxPOfrTkcgWQvLZVFJ26cp21V5InhaMlO0PYkXChkRh+llQ
JcpiiGjjg6/b7H+rxU2Ef9O5rlqRl1s5JLWoa7TOGrbZ+UtfQBOjdlit73UeOjaI
GnfhUanmfjtBSQhtegFAaP6CnE3z0ByXd86manaXqdbzYcLpN62B+kj92FZfjlTd
I8FNiThS9yNegLLq0p50RQXqiXicFRN0YY1TsTZnX+EIN7RP3BOfIDRbb1Pf0L1n
+WpPR0kM5lYvorUgfjteaeZM0QG2qf//PiqFotcO5+VFH66jBjPJ4CzilpWLOOue
F1JKsqMUu4XioJGmubQ6jNktKOHNNcvLVH9eO0iaHfR233QMLk7EpMcpN5DRRome
GzomYY0pijbCaK7QHTlX
=ZgIq
-----END PGP SIGNATURE-----
diff --git a/debian/control.in b/debian/control.in
index 543c2aa..5610f84 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -20,13 +20,13 @@ Build-Depends: debhelper (>= 9~),
                python-parsedatetime (>= 1.3),
                python-psutil (>= 2.2.1),
                python-repoze.sphinx.autointerface,
-               python-requests,
+               python-requests (>= 2.4.3),
                python-rfc3339,
                python-setuptools (>= 1.0),
                python-six,
-               python-sphinx (>= 1.3.1-1~),
-	       python-sphinx-rtd-theme,
-               python-sphinxcontrib.programoutput,
+               python-sphinx,
+               python-sphinx-rtd-theme,
+               python-sphinxcontrib.programoutput | python-sphinxcontrib-programoutput,
                python-tz,
                python-zope.component,
                python-zope.interface
@@ -39,9 +39,12 @@ X-Python-Version: >= 2.7
 Package: python-certbot
 Architecture: all
 Depends: python-acme (>= ###UPSTREAM_VERSION###),
-	 ${misc:Depends},
-	 ${python:Depends}
-Recommends: letsencrypt, python-psutil (>= 2.2.1)
+         python-dialog (>= 3.2.2rc1),
+         python-requests (>= 2.4.3),
+         ${misc:Depends},
+         ${python:Depends}
+Recommends: letsencrypt,
+            python-psutil (>= 2.2.1)
 Suggests: python-certbot-doc
 Breaks: python-certbot-apache (<< ###UPSTREAM_VERSION###),
         python-letsencrypt (<= 0.6.0)
@@ -73,7 +76,8 @@ Depends: dialog,
 Breaks: letsencrypt (<= 0.6.0)
 Replaces: letsencrypt
 Provides: letsencrypt
-Suggests: python-certbot-apache, python-certbot-doc
+Suggests: python-certbot-apache,
+          python-certbot-doc
 Description: automatically configure HTTPS using Let's Encrypt
  The objective of Certbot, Let's Encrypt, and the ACME (Automated
  Certificate Management Environment) protocol is to make it possible
@@ -95,7 +99,8 @@ Description: automatically configure HTTPS using Let's Encrypt
 Package: python-certbot-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
 Description: client documentation for certbot
  The objective of Certbot, Let's Encrypt, and the ACME (Automated
  Certificate Management Environment) protocol is to make it possible
@@ -116,7 +121,8 @@ Description: client documentation for certbot
 Package: letsencrypt
 Section: oldlibs
 Architecture: all
-Depends: certbot, ${misc:Depends}
+Depends: certbot,
+         ${misc:Depends}
 Description: transitional dummy package
  This is a transitional dummy package for the rename of letsencrypt to certbot.
  It can safely be removed.

--- End Message ---
--- Begin Message ---
Source: python-certbot
Source-Version: 0.10.1-1

We believe that the bug you reported is fixed in the latest version of
python-certbot, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 844...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Harlan Lieberman-Berg <hlieber...@debian.org> (supplier of updated 
python-certbot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 20 Jan 2017 22:19:59 -0500
Source: python-certbot
Binary: python-certbot certbot python-certbot-doc letsencrypt
Architecture: source
Version: 0.10.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Let's Encrypt <letsencrypt-devel@lists.alioth.debian.org>
Changed-By: Harlan Lieberman-Berg <hlieber...@debian.org>
Closes: 844687 845792
Description: 
 certbot    - automatically configure HTTPS using Let's Encrypt
 letsencrypt - transitional dummy package
 python-certbot-doc - client documentation for certbot
 python-certbot - main library for certbot
Changes:
 python-certbot (0.10.1-1) unstable; urgency=medium
 .
   [ Ondřej Surý ]
   * Tweaks to B-D, Depends for backporting to Trusty. (Closes: #844687)
 .
   [ Harlan Lieberman-Berg ]
   * New upstream version.
   * Update dependencies dropped by upstream, misc. cleanup
   * Remove ugly PYTHONPATH hack no longer needed, misc. cleanup
   * Pre-create /etc/letsencrypt (Closes: #845792)
Checksums-Sha1: 
 d128ae3dfb85d1a9d11f800e5344bd38f170b733 2849 python-certbot_0.10.1-1.dsc
 6951b48a72bf6ef0e0cff4512daa60a442306eb6 238656 
python-certbot_0.10.1.orig.tar.gz
 c88f2919948be557b06b73afb4e6be3b6c47ab31 8744 
python-certbot_0.10.1-1.debian.tar.xz
Checksums-Sha256: 
 bd721e3c737eb85f4c9258abcd9ea4b61add190512d3d8e270cfd7bfa263066b 2849 
python-certbot_0.10.1-1.dsc
 e0d699adb3f8ca3e077a4db339de29ebb3f790fbc5f3f02e446e227ed40aa743 238656 
python-certbot_0.10.1.orig.tar.gz
 bee24c5d936d2c90ecd44201dc656ec8821da06b4a72c91aba5fd2d189f0b5e2 8744 
python-certbot_0.10.1-1.debian.tar.xz
Files: 
 6da59334ccdffbb76714dcf860c237fc 2849 python extra python-certbot_0.10.1-1.dsc
 a62fe276a779b0cccf284ac0cefb05ad 238656 python extra 
python-certbot_0.10.1.orig.tar.gz
 67831919ef6831a5916e7e2830e27714 8744 python extra 
python-certbot_0.10.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQKqBAEBCgCUFiEEC4/gdC1SedxlUOKJhUCe5LmfiWEFAliC16dfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDBC
OEZFMDc0MkQ1Mjc5REM2NTUwRTI4OTg1NDA5RUU0Qjk5Rjg5NjEWHGhsaWViZXJt
YW5AZGViaWFuLm9yZwAKCRCFQJ7kuZ+JYS+ND/9lkbmOKko8k2sgJ1deRxdkCgNP
66a/xYITnxYlV8mzt2obAy1D+5VoXdHJVdedCTNEChqKwDSOi2lPtoI4lFP0I+yW
Xe5m8jb3oIhuq+W/8C87otugrcQunPfcGH73ysLBs/cYEyV4vuj2Ps7DOxvKxs1k
DkQeh4SJvYyrRcz0yAP9UMuQg6glCLawME0eSha2NmBYLU1EZ93ZueLXXDJDiYga
dwEvZMScikePVA0B9OfYW8Nm1YFejDn3Jie+GYvEF1vnkvd921rV8OQ4eHF18ria
+i341F+uyK+1zRan2vuPTNtJ5Q9mJDnCY78aF7QmVJioCN+Xn2FEaI/JDRSgjzxF
tnKclMXF4stwBtsYUIXDhZ4EfMqv2eyroLpNRHdDk9wpywfF6X8q3GXJBjX1hkXh
ceOr6pSSHpj4vXBlaGZLBckxFr73gUlcbXLm+qAw59lDxTfEFf/L5siMZhV+imat
5APr9WIN34fLGhnH9mk1IAsAEmrFilDAvNuCEc5v41d5E0a4Tu0ZceL41TWGrk0P
kFeDQVYrhtPnMdSuge2Y6Hlh/FoBUBeEJtVEkIBJllzaG9cluERPE/vV5IHZ93YN
etY3KghmiPyU2YShiYi2jwnTlTiI/p0hkzkdbQOWAOsHWklJACf8VBFVv4jEU6Ua
1QkEI+6ZLF1yuepeCg==
=txkp
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Letsencrypt-devel mailing list
Letsencrypt-devel@lists.alioth.debian.org
https://lists.alioth.debian.org/mailman/listinfo/letsencrypt-devel

Reply via email to