[Letsencrypt-devel] Bug#825635: Temporary rebuild

Joachim Helzer joachim.helzer at gmx.de
Sat May 28 14:38:47 UTC 2016


Hi all,
same problem here. Did a rebuild.

debchange --nmu
debuild -i -us -uc -b

diff -r acme-0.6.0/debian/control dist/acme-0.6.0/debian/control
45a46,47
> Breaks: python-letsencrypt (<< ${source:Upstream-Version}),
>         python-certbot (<< ${source:Upstream-Version})


diff -r letsencrypt-0.5.0/debian/control
dist/letsencrypt-0.5.0/debian/control
64c64
<          python-letsencrypt (>= ${source:Version}),
---
>          python-letsencrypt (= ${source:Version}),
diff -r letsencrypt-0.5.0/debian/control.in
diff/letsencrypt-0.5.0/debian/control.in
64c64
<          python-letsencrypt (>= ${source:Version}),
---
>          python-letsencrypt (= ${source:Version}),

diff -r letsencrypt-0.5.0/letsencrypt.egg-info/requires.txt
dist/letsencrypt-0.5.0/letsencrypt.egg-info/requires.txt
1c1
< acme>=0.5.0
---
> acme==0.5.0


diff -r letsencrypt-0.5.0/setup.py dist/letsencrypt-0.5.0/setup.py
35c35
<     'acme>={0}'.format(version),
---
>     'acme=={0}'.format(version),



More information about the Letsencrypt-devel mailing list