Control: tags 959628 + patch
Control: tags 959628 + pending

Dear maintainer,

I've prepared an NMU for gnome-colors (versioned as 5.5.1-2.1) and
uploaded it to mentors for sponsoring. Please feel free to tell me if I
should remove it.

--
Regards
Sudip

diff -Nru gnome-colors-5.5.1/debian/changelog 
gnome-colors-5.5.1/debian/changelog
--- gnome-colors-5.5.1/debian/changelog 2014-01-13 22:55:21.000000000 +0000
+++ gnome-colors-5.5.1/debian/changelog 2020-06-18 12:50:52.000000000 +0100
@@ -1,3 +1,10 @@
+gnome-colors (5.5.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS. (Closes: #959628)
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Thu, 18 Jun 2020 12:50:52 
+0100
+
 gnome-colors (5.5.1-2) unstable; urgency=medium
 
   * Update my email address.
diff -Nru gnome-colors-5.5.1/debian/patches/fix_ftbfs.patch 
gnome-colors-5.5.1/debian/patches/fix_ftbfs.patch
--- gnome-colors-5.5.1/debian/patches/fix_ftbfs.patch   1970-01-01 
01:00:00.000000000 +0100
+++ gnome-colors-5.5.1/debian/patches/fix_ftbfs.patch   2020-06-18 
12:39:30.000000000 +0100
@@ -0,0 +1,20 @@
+Description: Fix FTBFS
+ Latest inkscape has deprecated the commandline argumenst that are used here.
+ Update the argumenst to inkscape.
+
+Author: Sudip Mukherjee <sudipm.mukher...@gmail.com>
+Bug-Debian: https://bugs.debian.org/959628
+
+---
+
+--- gnome-colors-5.5.1.orig/Makefile
++++ gnome-colors-5.5.1/Makefile
+@@ -99,7 +99,7 @@ $(foreach theme,$(THEMES),$(eval $(call
+ define png_template
+ $(1)/$(2).png: src/$(2).svg themes/$(1)
+       @if test ! -d $$(dir $$@); then mkdir -p $$(dir $$@); echo "mkdir -p 
$$(dir $$@)"; fi
+-      sed "$$($(1)_$(3)_sed)" $$< | inkscape --without-gui -f /dev/stdin -e 
"$$(CURDIR)/$$@"
++      sed "$$($(1)_$(3)_sed)" $$< | inkscape --pipe --export-type=png 
--export-filename="$$(CURDIR)/$$@"
+ endef
+ 
+ define svg_template
diff -Nru gnome-colors-5.5.1/debian/patches/series 
gnome-colors-5.5.1/debian/patches/series
--- gnome-colors-5.5.1/debian/patches/series    2014-01-13 22:55:21.000000000 
+0000
+++ gnome-colors-5.5.1/debian/patches/series    2020-06-18 12:36:48.000000000 
+0100
@@ -1 +1,2 @@
 remove-raster-image-from-scalable-directory.patch
+fix_ftbfs.patch

Reply via email to