[Letsencrypt-devel] Bug#805738: versioned dependency on python-acme unsatisfiable

Vagrant Cascadian vagrant at debian.org
Tue Dec 1 19:10:59 UTC 2015


Source: python-letsencrypt
Version: 0.0.0.dev20151123-1
Followup-For: Bug #805738
Control: tags 805738 patch
Control: retitle 805738 versioned dependency on python-acme unsatisfiable

I'm really excited by your work on letsencrypt! Thanks!

The last two uploads have unfortunately been uninstallable due to this
issue... since the public beta is only two days away, here's a patch
that fixes the issue:

--- control.orig	2015-12-01 10:56:34.261665302 -0800
+++ control	2015-12-01 10:56:47.589487826 -0800
@@ -36,7 +36,7 @@
 
 Package: python-letsencrypt
 Architecture: all
-Depends: python-acme (= ${source:Upstream-Version}),
+Depends: python-acme (>= ${source:Upstream-Version}),
 	 ${misc:Depends},
 	 ${python:Depends}
 Recommends: letsencrypt


If you really need to ensure that python-acme and python-letsencrypt
have the same upstream version, you could add to python-acme:

  Breaks: python-letsencrypt (<< ${source:Upstream-Version})


Both of these together ought to solve the issue, without allowing the
upstream versions to get out of sync.


live well,
  vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/letsencrypt-devel/attachments/20151201/746de260/attachment.sig>


More information about the Letsencrypt-devel mailing list