Bug#877740: gedit-latex-plugin: diff for NMU version 3.20.0-1.2

2021-02-25 Thread Adrian Bunk
On Sat, Feb 13, 2021 at 11:23:58AM +0100, Pietro Battiston wrote:
> Thank you again!
> 
> Meanwhile, I merged your changes back in salsa, where there is a new
> version in principle ready to be uploaded:
> https://salsa.debian.org/debian/gedit-latex-plugin
> It fixes a number of small other issues which are not urgent, but
> neither invasive.
> 
> I'll let you judge if you want to proceed with this NMU or rather
> upload the new version (notice I'm not a DD, so I need a sponsor
> anyway). If you choose the second option, let me know beforehand and I
> will quickly squeeze 3.20.0-1.2 out of debian/changelog.
>...

Sorry for the late reply (and I had my second NMU already uploaded).

I've now uplaoded 3.20.0-2 after changing the distribution to unstable.

> Pietro

cu
Adrian



Bug#877740: gedit-latex-plugin: diff for NMU version 3.20.0-1.2

2021-02-13 Thread Pietro Battiston
Thank you again!

Meanwhile, I merged your changes back in salsa, where there is a new
version in principle ready to be uploaded:
https://salsa.debian.org/debian/gedit-latex-plugin
It fixes a number of small other issues which are not urgent, but
neither invasive.

I'll let you judge if you want to proceed with this NMU or rather
upload the new version (notice I'm not a DD, so I need a sponsor
anyway). If you choose the second option, let me know beforehand and I
will quickly squeeze 3.20.0-1.2 out of debian/changelog.

CC-ing Olivier Tilloy, who had prepared few months ago a 3.20.0-2
fixing this issue which however, to the best of my understanding, never
got uploaded to any repo, so I've removed the related lines from
debian/changelog.

Pietro

Il giorno sab, 13/02/2021 alle 10.57 +0200, Adrian Bunk ha scritto:
> Dear maintainer,
> 
> I've prepared an NMU for gedit-latex-plugin (versioned as 3.20.0-
> 1.2). 
> The diff is attached to this message.
> 
> This upload was a correction for a mistake I did in my previous NMU.
> 
> cu
> Adrian



Bug#877740: gedit-latex-plugin: diff for NMU version 3.20.0-1.2

2021-02-13 Thread Adrian Bunk
Dear maintainer,

I've prepared an NMU for gedit-latex-plugin (versioned as 3.20.0-1.2). 
The diff is attached to this message.

This upload was a correction for a mistake I did in my previous NMU.

cu
Adrian
diff -Nru gedit-latex-plugin-3.20.0/debian/changelog gedit-latex-plugin-3.20.0/debian/changelog
--- gedit-latex-plugin-3.20.0/debian/changelog	2021-02-07 11:24:42.0 +0200
+++ gedit-latex-plugin-3.20.0/debian/changelog	2021-02-12 13:59:15.0 +0200
@@ -1,3 +1,10 @@
+gedit-latex-plugin (3.20.0-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add the missing dependency on libglib2.0-bin, thanks to Paul Wise.
+
+ -- Adrian Bunk   Fri, 12 Feb 2021 13:59:15 +0200
+
 gedit-latex-plugin (3.20.0-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru gedit-latex-plugin-3.20.0/debian/control gedit-latex-plugin-3.20.0/debian/control
--- gedit-latex-plugin-3.20.0/debian/control	2021-02-07 11:24:42.0 +0200
+++ gedit-latex-plugin-3.20.0/debian/control	2021-02-12 13:59:14.0 +0200
@@ -13,7 +13,7 @@
 Package: gedit-latex-plugin
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, gedit (>= 3.20),
-  rubber, python3-dbus, python3-gi
+  rubber, python3-dbus, python3-gi, libglib2.0-bin
 Recommends: texlive
 Enhances: gedit
 Description: gedit plugin for composing and compiling LaTeX documents