Bug#953954: python-greenlet: diff for NMU version 0.4.15-4.1

2021-10-11 Thread Sandro Tosi
>  OK, this package is also a good candidate for DPT maintenance if you
> have time for it. I can't promise much activity.
> I don't have any SCM for the packaging, just the packaging files as-is.

i've imported the history in
https://salsa.debian.org/python-team/packages/python-greenlet and i'm
going to upload it soon to fix the metadata. There are also 1.x
releases, which i'll investigate at a later time

Cheers,
-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Bug#953954: python-greenlet: diff for NMU version 0.4.15-4.1

2021-10-11 Thread GCS
Hi,

On Sun, Mar 15, 2020 at 1:02 AM Sandro Tosi  wrote:
> On Sat, Mar 14, 2020 at 7:59 PM László Böszörményi (GCS)  
> wrote:
> >  I don't know what made it target for immediate NMU, but thanks for your 
> > help.
>
> just working thru the list of python-sphinx rdeps, sorry if that was a
> bit too aggressive
 OK, this package is also a good candidate for DPT maintenance if you
have time for it. I can't promise much activity.
I don't have any SCM for the packaging, just the packaging files as-is.

Regards,
Laszlo/GCS



Bug#953954: python-greenlet: diff for NMU version 0.4.15-4.1

2020-03-14 Thread GCS
On Sun, Mar 15, 2020 at 1:02 AM Sandro Tosi  wrote:
> On Sat, Mar 14, 2020 at 7:59 PM László Böszörményi (GCS)  
> wrote:
> > On Sat, Mar 14, 2020 at 11:42 PM Sandro Tosi  wrote:
> > > I've prepared an NMU for python-greenlet (versioned as 0.4.15-4.1). The 
> > > diff
> > > is attached to this message.
> >  I don't know what made it target for immediate NMU, but thanks for your 
> > help.
>
> just working thru the list of python-sphinx rdeps, sorry if that was a
> bit too aggressive
 It was. Most of the time I can act very quickly and would have let me
include other changes as well.

Laszlo/GCS



Bug#953954: python-greenlet: diff for NMU version 0.4.15-4.1

2020-03-14 Thread Sandro Tosi
On Sat, Mar 14, 2020 at 7:59 PM László Böszörményi (GCS)  
wrote:
>
> On Sat, Mar 14, 2020 at 11:42 PM Sandro Tosi  wrote:
> > Package: python-greenlet
> > Version: 0.4.15-4
> > Severity: normal
> > Tags: patch  pending
> [...]
> > I've prepared an NMU for python-greenlet (versioned as 0.4.15-4.1). The diff
> > is attached to this message.
>  I don't know what made it target for immediate NMU, but thanks for your help.

just working thru the list of python-sphinx rdeps, sorry if that was a
bit too aggressive

>
> Regards,
> Laszlo/GCS



-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Bug#953954: python-greenlet: diff for NMU version 0.4.15-4.1

2020-03-14 Thread GCS
On Sat, Mar 14, 2020 at 11:42 PM Sandro Tosi  wrote:
> Package: python-greenlet
> Version: 0.4.15-4
> Severity: normal
> Tags: patch  pending
[...]
> I've prepared an NMU for python-greenlet (versioned as 0.4.15-4.1). The diff
> is attached to this message.
 I don't know what made it target for immediate NMU, but thanks for your help.

Regards,
Laszlo/GCS



Bug#953954: python-greenlet: diff for NMU version 0.4.15-4.1

2020-03-14 Thread Sandro Tosi
Package: python-greenlet
Version: 0.4.15-4
Severity: normal
Tags: patch  pending


Dear maintainer,

I've prepared an NMU for python-greenlet (versioned as 0.4.15-4.1). The diff
is attached to this message.

Please consider maintaining this package under DPMT umbrella.

Regards.

diff -Nru python-greenlet-0.4.15/debian/changelog python-greenlet-0.4.15/debian/changelog
--- python-greenlet-0.4.15/debian/changelog	2019-11-20 12:13:29.0 -0500
+++ python-greenlet-0.4.15/debian/changelog	2020-03-14 18:37:04.0 -0400
@@ -1,3 +1,10 @@
+python-greenlet (0.4.15-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build documentation with python3-sphinx
+
+ -- Sandro Tosi   Sat, 14 Mar 2020 18:37:04 -0400
+
 python-greenlet (0.4.15-4) unstable; urgency=medium
 
   * Fix dh-python build dependency (closes: #945135).
diff -Nru python-greenlet-0.4.15/debian/control python-greenlet-0.4.15/debian/control
--- python-greenlet-0.4.15/debian/control	2019-11-20 12:13:29.0 -0500
+++ python-greenlet-0.4.15/debian/control	2020-03-14 18:33:51.0 -0400
@@ -5,7 +5,7 @@
  python-all-dev, python-all-dbg,
  python3-all-dev, python3-all-dbg,
  python-setuptools, python3-setuptools,
- python-sphinx, python3-sphinx
+ python3-sphinx
 Standards-Version: 4.4.1
 Section: python
 Homepage: https://pypi.python.org/pypi/greenlet
diff -Nru python-greenlet-0.4.15/debian/rules python-greenlet-0.4.15/debian/rules
--- python-greenlet-0.4.15/debian/rules	2019-11-20 12:13:22.0 -0500
+++ python-greenlet-0.4.15/debian/rules	2020-03-14 18:34:51.0 -0400
@@ -26,7 +26,7 @@
 
 override_dh_auto_build: $(PYTHON3:%=build-python%)
 	dh_auto_build
-	cd doc && PYTHONPATH=.. make html
+	cd doc && PYTHONPATH=.. make html SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
 
 install-python%:
 	python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb