Your message dated Sat, 26 Oct 2019 02:41:43 +0000
with message-id <e1ioc1p-000ecw...@fasolo.debian.org>
and subject line Bug#942339: fixed in peony-extensions 1.1.3-1
has caused the Debian Bug report #942339,
regarding peony-extensions: FTBFS - local unused g_ptr_array_copy definition 
collides with glib
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
942339: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942339
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: peony-extensions
Version: 1.1.2-1
Severity: serious
Tags: patch
Justification: FTBFS

Dear Maintainer,

The peony-extensions package currently fails to build from source.

The package will soon also be part of the gssdp/gupnp transition.
Since I haven't been able to find any signs of porting attempts started
anywhere I think it might be best to simply unblock the transition by
disabling upnp sendto support. This can be easily done by dropping the
gupnp build-dependency as built features are autodetected.

The attached debdiff takes care of both of the above issues.

Regards,
Andreas Henriksson
diff -Nru peony-extensions-1.1.2/debian/changelog 
peony-extensions-1.1.2/debian/changelog
--- peony-extensions-1.1.2/debian/changelog     2018-11-16 08:13:45.000000000 
+0100
+++ peony-extensions-1.1.2/debian/changelog     2019-10-14 22:22:38.000000000 
+0200
@@ -1,3 +1,14 @@
+peony-extensions (1.1.2-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add debian/patches/fix-ftbfs-gptrarraycopy.patch
+    - fixes FTBFS by dropping unused locally defined
+      g_ptr_array_copy which collides with glib function with same name.
+  * Drop gupnp build-dependency, disabling upnp sendto support.
+    - needs porting to gupnp 1.2
+
+ -- Andreas Henriksson <andr...@fatal.se>  Mon, 14 Oct 2019 22:22:38 +0200
+
 peony-extensions (1.1.2-1) unstable; urgency=medium
 
   * Initial release. (Closes: #913874)
diff -Nru peony-extensions-1.1.2/debian/control 
peony-extensions-1.1.2/debian/control
--- peony-extensions-1.1.2/debian/control       2018-11-16 08:13:45.000000000 
+0100
+++ peony-extensions-1.1.2/debian/control       2019-10-14 22:01:01.000000000 
+0200
@@ -16,7 +16,6 @@
                libgtk-3-dev,
                libjson-glib-dev,
                libmagic-dev,
-               libgupnp-1.0-dev,
                libmate-desktop-dev (>= 1.18),
                libstartup-notification0-dev,
                mate-common (>= 1.18),
diff -Nru peony-extensions-1.1.2/debian/patches/fix-ftbfs-gptrarraycopy.patch 
peony-extensions-1.1.2/debian/patches/fix-ftbfs-gptrarraycopy.patch
--- peony-extensions-1.1.2/debian/patches/fix-ftbfs-gptrarraycopy.patch 
1970-01-01 01:00:00.000000000 +0100
+++ peony-extensions-1.1.2/debian/patches/fix-ftbfs-gptrarraycopy.patch 
2019-10-14 22:20:03.000000000 +0200
@@ -0,0 +1,35 @@
+--- a/parchives/src/glib-utils.c
++++ b/parchives/src/glib-utils.c
+@@ -569,22 +569,6 @@
+ }
+ 
+ 
+-GPtrArray *
+-g_ptr_array_copy (GPtrArray *array)
+-{
+-      GPtrArray *new_array;
+-      
+-      if (array == NULL)
+-              return NULL;
+-              
+-      new_array = g_ptr_array_sized_new (array->len);
+-      memcpy (new_array->pdata, array->pdata, array->len * sizeof 
(gpointer)); 
+-      new_array->len = array->len;
+-      
+-      return new_array;
+-}
+-
+-
+ void
+ g_ptr_array_free_full (GPtrArray *array,
+                        GFunc      free_func,
+--- a/parchives/src/glib-utils.h
++++ b/parchives/src/glib-utils.h
+@@ -67,7 +67,6 @@
+                                                 int          last_field);
+ int                 n_fields                     (char       **str_array);
+ char *              get_time_string              (time_t       time);
+-GPtrArray *         g_ptr_array_copy             (GPtrArray   *array);
+ void                g_ptr_array_free_full        (GPtrArray   *array,
+                                                         GFunc        func,
+                                                         gpointer     
user_data);
diff -Nru peony-extensions-1.1.2/debian/patches/series 
peony-extensions-1.1.2/debian/patches/series
--- peony-extensions-1.1.2/debian/patches/series        1970-01-01 
01:00:00.000000000 +0100
+++ peony-extensions-1.1.2/debian/patches/series        2019-10-14 
22:19:31.000000000 +0200
@@ -0,0 +1 @@
+fix-ftbfs-gptrarraycopy.patch

--- End Message ---
--- Begin Message ---
Source: peony-extensions
Source-Version: 1.1.3-1

We believe that the bug you reported is fixed in the latest version of
peony-extensions, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 942...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
handsome_feng <jianfen...@ubuntukylin.com> (supplier of updated 
peony-extensions package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 25 Oct 2019 11:30:51 +0800
Source: peony-extensions
Architecture: source
Version: 1.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Kylin Team <pkg-kylin-de...@lists.alioth.debian.org>
Changed-By: handsome_feng <jianfen...@ubuntukylin.com>
Closes: 942339
Changes:
 peony-extensions (1.1.3-1) unstable; urgency=medium
 .
   [ Andreas Henriksson ]
   * New upstream release.
     - Fixes FTBFS by dropping unused locally defined g_ptr_array_copy
       which collides with glib function with same name. (Closes: #942339)
   * Debian/control:
     - Drop gupnp build-dependency, disabling upnp sendto support.
       needs porting to gupnp 1.2
 .
   [ handsome_feng ]
   * Debian:
     - Bump standards-vertion to 4.4.0.
     - Bump compat level to 12.
     - Fix the warning of inconsistent license.
Checksums-Sha1:
 15110b9652006bb4de5097d3528ba39676d0ecee 2776 peony-extensions_1.1.3-1.dsc
 18ba8080f90c523737764abf11649ddc3ca23edd 1978086 
peony-extensions_1.1.3.orig.tar.gz
 40615216b86bc3e3ba3e046e8a4b3647db85100d 7488 
peony-extensions_1.1.3-1.debian.tar.xz
 b2cb1b11faab9350fc66d4ab9b4026351af1e37c 16984 
peony-extensions_1.1.3-1_source.buildinfo
Checksums-Sha256:
 ba55870bdded6d2ac18684c69e1a6a7c94cd6850674e1b6949e9ebe3490c07ae 2776 
peony-extensions_1.1.3-1.dsc
 4b2f87495577afc11b201732c7bd563411717b7e7a602d982ba4c45c380bc87d 1978086 
peony-extensions_1.1.3.orig.tar.gz
 9ff2551685c3e3165e62bda7a02f26d7eec04b4725af6339d19d6a054b60c042 7488 
peony-extensions_1.1.3-1.debian.tar.xz
 bbe96c3e4e42ebe87e1f7a9294f059a37f8ee0c9f2b79418940a8571fc31c19f 16984 
peony-extensions_1.1.3-1_source.buildinfo
Files:
 cad63389c3656dfdeaa57a34cb0838bf 2776 x11 optional peony-extensions_1.1.3-1.dsc
 24f7aee734a0934d2b3bff8591ff9a38 1978086 x11 optional 
peony-extensions_1.1.3.orig.tar.gz
 04e730b72396d9ec1cccd52cd252fcfb 7488 x11 optional 
peony-extensions_1.1.3-1.debian.tar.xz
 a17e565183797185c046cf0aa9aad0bc 16984 x11 optional 
peony-extensions_1.1.3-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJPBAEBCAA5FiEEhsgAHpUwnacZWWSCm7hQwBMRHwwFAl2zokUbHGppYW5mZW5n
bGlAdWJ1bnR1a3lsaW4uY29tAAoJEJu4UMATER8M30EP/1XZgIIvNyEGtzXDKy/o
TJb9cXX8P+9EtL1hBwmgJjStRrHhDcva5ZncZspcR5C1NrEsQXcLbBmrwMVJozxg
5D8Gc7k+yQUcDekg5Ye7a8KWdvXwQ8HiT1UdD2pglAYm2e0xdwDuQO87VpLqCGdJ
Ta4NmC8se8XuxqQ5LhCw1ZJkRtT8vRNaM13hD0MS09sDC4+mxlO92ZMS4XU/BXY1
78BhHWIfMVpyB4bueu+iO7vimCyLoWoZeLh83WCWSY0Kz/oeKT1w1uJ54enw/fvu
/2fxa8DxBlo0Si+iNIUVnnMnT3PP6S4UWpffGij9UhBE1LomJzI3v5QyrlASkHNe
YFmkOAkpsO6QPUaqlseeWXnes1lIQrvMGKA1RxzTTqsqulsYyJGms2cYHo5htzie
IT9kplU3sbyLQe+l7Dz64Yhhs0GAB2MDaojoaqk8+wW83j8rbD/uqnnzRwKdD50T
uDm5+ZQXabvY7aP1aTg0shCfT851jRN7TU7TThZdmfaygstscrX1ZYqyMYQ7ITWA
rhFhuiWE94ZoveDsitvO5T2xirF1/UO0QpzAiof/Si5GwbnkbmTp/6bpR14vuiin
ywn6TB5L1vEpPWAdliGQ6f1roTGdWLeAfESYN3gkz62YAmkdH2qzC+HgLkRQzCT8
2hL84yKv0UbFGAgrnFT83lBJ
=vhLw
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to