Bug#935211: python-acme: Please port to Python 3 and/or drop Python 2 package

2019-10-04 Thread Gianfranco Costamagna


>Gianfranco Costamagna, the patch you have attached seems to be incorrect
>and meant for another unrelated package.


sorry, it is a side effect of my laziness to call files with a meaningful 
name...It was a trivial patch, I'm happy it has been already 
addressedhttp://launchpadlibrarian.net/440349267/python-acme_0.36.0-1_0.36.0-1ubuntu1.diff.gz
thanks!
Gianfranco
  

Bug#935211: python-acme: Please port to Python 3 and/or drop Python 2 package

2019-10-01 Thread Sunil Mohan Adapa
Hello,

The python-acme package and consequently, all of certbot and FreedomBox,
are set to be autoremoved from Debian testing in just a few days from
now on Sunday, the 6th of October, 2019. Since the fix seems to be
straight forward, can some please look into this and upload the package
without Python2 and python3-ndg-httpsclient?

Gianfranco Costamagna, the patch you have attached seems to be incorrect
and meant for another unrelated package.

Thank you,

-- 
Sunil



signature.asc
Description: OpenPGP digital signature


Bug#935211: python-acme: Please port to Python 3 and/or drop Python 2 package

2019-10-01 Thread Harlan Lieberman-Berg
Yup; I’m targeting it for tomorrow evening when I have some time to do
Debian work.

On Tue, Oct 1, 2019 at 14:29 Sunil Mohan Adapa  wrote:

> Hello,
>
> The python-acme package and consequently, all of certbot and FreedomBox,
> are set to be autoremoved from Debian testing in just a few days from
> now on Sunday, the 6th of October, 2019. Since the fix seems to be
> straight forward, can some please look into this and upload the package
> without Python2 and python3-ndg-httpsclient?
>
> Gianfranco Costamagna, the patch you have attached seems to be incorrect
> and meant for another unrelated package.
>
> Thank you,
>
> --
> Sunil
>
> --
Harlan Lieberman-Berg
~hlieberman


Bug#935211: python-acme: Please port to Python 3 and/or drop Python 2 package

2019-09-05 Thread Gianfranco Costamagna
control: tags -1 patch

> > More info at: https://wiki.debian.org/Python/2Removal
> since the python3 package is already there, and it has no reverse 
> dependencies,
> I'm dropping python-ndg-httpsclient from building, and bumping the severity 
> accordingly.

I'm attaching a patch that also removed python3-ndg-httpsclient from 
dependencies, looks like it is not needed anymore (removed from the package, 
and the reverse-dependency that triggered its addition has dropped it too)


Gianfranco
diff -u hdup-2.0.14/debian/changelog hdup-2.0.14/debian/changelog
--- hdup-2.0.14/debian/changelog
+++ hdup-2.0.14/debian/changelog
@@ -1,3 +1,11 @@
+hdup (2.0.14-5ubuntu1) eoan; urgency=low
+
+  * Merge from Debian unstable.  Remaining changes:
+- src/Makefile.in: Reorder placement of libglib in linking step to fix
+  FTBFS. (LP: #770850)
+
+ -- Gianfranco Costamagna   Thu, 05 Sep 2019 
15:12:21 +0200
+
 hdup (2.0.14-5) unstable; urgency=medium
 
   * New patch: gcc-4.6 to fix for GCC 4.6.
@@ -6,6 +14,19 @@
 
  -- Francesco Paolo Lovergine   Wed, 04 Sep 2019 10:24:23 
+0200
 
+hdup (2.0.14-4ubuntu2) bionic; urgency=high
+
+  * No change rebuild to pick up -fPIE compiler default
+
+ -- Balint Reczey   Tue, 03 Apr 2018 12:27:49 +
+
+hdup (2.0.14-4ubuntu1) oneiric; urgency=low
+
+  * src/Makefile.in: Reorder placement of libglib in linking step to fix
+FTBFS. (LP: #770850)
+
+ -- Daniel T Chen   Wed, 14 Sep 2011 17:07:02 -0400
+
 hdup (2.0.14-4) unstable; urgency=low
 
   * Now explicitly uses bash in examples/.
diff -u hdup-2.0.14/src/Makefile.in hdup-2.0.14/src/Makefile.in
--- hdup-2.0.14/src/Makefile.in
+++ hdup-2.0.14/src/Makefile.in
@@ -28,7 +28,7 @@
 all:   hdup Makefile.in
 
 hdup:  ${OBJ} ${HDR} Makefile.in
-   ${GCC} ${GLIB_LIBS} ${OBJ} -o hdup
+   ${GCC} ${OBJ} ${GLIB_LIBS} -o hdup
 #  ${STRIP}
 
 hdup.h:hdup.h.in Makefile.in


Bug#935211: python-acme: Please port to Python 3 and/or drop Python 2 package

2019-09-03 Thread Gianfranco Costamagna
control: severity -1 serious

On Tue, 20 Aug 2019 21:27:15 -0400 mo...@debian.org wrote:
> Package: python-acme
> Severity: normal
> User: debian-pyt...@lists.debian.org
> Usertags: py2removal
> 
> Hello, please port python-acme to Python3 and/or drop the python 2
> package. This will help the goal of removing Python 2 from Debian,
> and would also (more immediately) allow to remove packages currently
> dependencies of this one.
> 
> More info at: https://wiki.debian.org/Python/2Removal
since the python3 package is already there, and it has no reverse dependencies,
I'm dropping python-ndg-httpsclient from building, and bumping the severity 
accordingly.

thanks

Gianfranco