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.
_______________________________________________
Letsencrypt-devel mailing list
[email protected]
https://lists.alioth.debian.org/mailman/listinfo/letsencrypt-devel