Bug#955680: birdfont: diff for NMU version 2.28.0-1.1

2020-05-03 Thread Adrian Bunk
On Mon, May 04, 2020 at 01:07:02AM +0900, Hideki Yamane wrote:
> Hi Adrian,
> 
> On Sat, 2 May 2020 20:56:57 +0300
> Adrian Bunk  wrote:
> > I've prepared an NMU for birdfont (versioned as 2.28.0-1.1) and uploaded 
> > it to DELAYED/14. Please feel free to tell me if I should cancel it.
> 
>  Thanks for the patch! I'll include it as 2.28.0-2 upload.

Thanks! :-)

cu
Adrian



Bug#955680: birdfont: diff for NMU version 2.28.0-1.1

2020-05-03 Thread Hideki Yamane
Hi Adrian,

On Sat, 2 May 2020 20:56:57 +0300
Adrian Bunk  wrote:
> I've prepared an NMU for birdfont (versioned as 2.28.0-1.1) and uploaded 
> it to DELAYED/14. Please feel free to tell me if I should cancel it.

 Thanks for the patch! I'll include it as 2.28.0-2 upload.


-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Bug#955680: birdfont: diff for NMU version 2.28.0-1.1

2020-05-02 Thread Adrian Bunk
Control: tags 955680 + patch
Control: tags 955680 + pending

Dear maintainer,

I've prepared an NMU for birdfont (versioned as 2.28.0-1.1) and uploaded 
it to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -Nru birdfont-2.28.0/debian/changelog birdfont-2.28.0/debian/changelog
--- birdfont-2.28.0/debian/changelog	2019-10-11 18:42:17.0 +0300
+++ birdfont-2.28.0/debian/changelog	2020-05-02 20:40:39.0 +0300
@@ -1,3 +1,10 @@
+birdfont (2.28.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Link with libcairo-gobject. (Closes: #955680)
+
+ -- Adrian Bunk   Sat, 02 May 2020 20:40:39 +0300
+
 birdfont (2.28.0-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru birdfont-2.28.0/debian/patches/cairo-gobject.patch birdfont-2.28.0/debian/patches/cairo-gobject.patch
--- birdfont-2.28.0/debian/patches/cairo-gobject.patch	1970-01-01 02:00:00.0 +0200
+++ birdfont-2.28.0/debian/patches/cairo-gobject.patch	2020-05-02 20:40:39.0 +0300
@@ -0,0 +1,14 @@
+Description: Link with libcairo-gobject.
+Author: Adrian Bunk 
+Bug-Debian: https://bugs.debian.org/955680
+
+--- birdfont-2.28.0.orig/dodo.py
 birdfont-2.28.0/dodo.py
+@@ -335,6 +335,7 @@ def make_libbirdfont(target_binary, deps
+ $({pkg-config} --libs gio-2.0) \
+ $({pkg-config} --libs fontconfig) \
+ $({pkg-config} --libs cairo) \
++$({pkg-config} --libs cairo-gobject) \
+ $({pkg-config} --libs glib-2.0) \
+ $({pkg-config} --libs xmlbird) \
+ -L./build -L./build/bin -l birdgems \
diff -Nru birdfont-2.28.0/debian/patches/series birdfont-2.28.0/debian/patches/series
--- birdfont-2.28.0/debian/patches/series	2019-10-11 18:42:17.0 +0300
+++ birdfont-2.28.0/debian/patches/series	2020-05-02 20:40:39.0 +0300
@@ -1 +1,2 @@
 0001-Don-t-install-Roboto-Regular.ttf.patch
+cairo-gobject.patch