Your message dated Sun, 13 Jan 2019 22:35:37 +0000
with message-id <[email protected]>
and subject line Bug#918500: fixed in duperemove 0.11.1-3
has caused the Debian Bug report #918500,
regarding duperemove FTCBFS: uses the wrong pkg-config
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 [email protected]
immediately.)


-- 
918500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: duperemove
Version: 0.11.1-2
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

duperemove fails to cross build from source, because the upstream
Makefile hard codes the build architecture pkg-config. After making it
substitutable, dh_auto_build's substitution takes effect and duperemove
becomes cross buildable. Please consider applying the attached patch.

Helmut
--- duperemove-0.11.1.orig/Makefile
+++ duperemove-0.11.1/Makefile
@@ -2,6 +2,7 @@
 RELEASE=v$(VER)
 
 CC ?= gcc
+PKG_CONFIG ?= pkg-config
 CFLAGS ?= -Wall -ggdb -O2
 
 MANPAGES=duperemove.8 btrfs-extent-same.8 hashstats.8 show-shared-extents.8
@@ -41,10 +42,10 @@
 install_progs = duperemove hashstats btrfs-extent-same show-shared-extents
 progs = $(install_progs) csum-test
 
-glib_CFLAGS=$(shell pkg-config --cflags glib-2.0)
-glib_LIBS=$(shell pkg-config --libs glib-2.0)
-sqlite_CFLAGS=$(shell pkg-config --cflags sqlite3)
-sqlite_LIBS=$(shell pkg-config --libs sqlite3)
+glib_CFLAGS=$(shell $(PKG_CONFIG) --cflags glib-2.0)
+glib_LIBS=$(shell $(PKG_CONFIG) --libs glib-2.0)
+sqlite_CFLAGS=$(shell $(PKG_CONFIG) --cflags sqlite3)
+sqlite_LIBS=$(shell $(PKG_CONFIG) --libs sqlite3)
 
 ifdef DEBUG
 	DEBUG_FLAGS = -ggdb3 -fsanitize=address -fno-omit-frame-pointer	\

--- End Message ---
--- Begin Message ---
Source: duperemove
Source-Version: 0.11.1-3

We believe that the bug you reported is fixed in the latest version of
duperemove, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Záhradník <[email protected]> (supplier of updated duperemove 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Jan 2019 13:18:07 +0000
Source: duperemove
Binary: duperemove
Architecture: source
Version: 0.11.1-3
Distribution: unstable
Urgency: medium
Maintainer: Peter Záhradník <[email protected]>
Changed-By: Peter Záhradník <[email protected]>
Description:
 duperemove - extent-based deduplicator for file systems
Closes: 918500
Changes:
 duperemove (0.11.1-3) unstable; urgency=medium
 .
   * Add cross.patch (Closes: #918500)
   * Re-format patches (gbp pq import => export)
Checksums-Sha1:
 f4a2561f8bc00658acb07644aec372d7de9fa095 1918 duperemove_0.11.1-3.dsc
 2f8711124f5382aa6d4848360db26e8d9091534f 5492 duperemove_0.11.1-3.debian.tar.xz
 a7e2c3c6bb92e3f1bacc2470f863975e425f1c72 6289 
duperemove_0.11.1-3_source.buildinfo
Checksums-Sha256:
 27302851be4d7f81bb294ed93cc4d72ec4f20db298d213daeae3eb5a85a184fa 1918 
duperemove_0.11.1-3.dsc
 35027bbc541c11740023d8a7f75635d91aaf4c0ba962489934e193bfef504af1 5492 
duperemove_0.11.1-3.debian.tar.xz
 0c03f2f32135d4dc9b51331e2d63e51a9e80ff2f7915a46d019096b00045ee82 6289 
duperemove_0.11.1-3_source.buildinfo
Files:
 d833f890d29dd5aad616a0ab3f0a2547 1918 admin optional duperemove_0.11.1-3.dsc
 cc703a2411d5a44b3a4e4b3f46285531 5492 admin optional 
duperemove_0.11.1-3.debian.tar.xz
 8c0bc8f28b1ad0fd4cd7bc8e4e9bb01b 6289 admin optional 
duperemove_0.11.1-3_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAlw7uiYACgkQweDZLphv
fH4NAw//Soagjd+08DN6MQxipzyIe2tyNiAtTCDezd9t04JqNDnUrhraK1DLGWex
gkAi3+SGqZaO4FFOzoa8sBp8+Cp1Fxfb2DTfA40nCljdW6rx3DuklvqPic8kWVww
WekqFIZc8RBvYqyPV7gQWCY8PDAEx//SdJ3tFTqZcFZ3ZER8PibSp2T7B7CKJ5cB
dNqogHolhzNbjnht4hJugin/FN75t9Tn+gwrvinCzuhwz/96VYou1etidJldDAmz
EpUId+PWiyewfZiR3/PiXZVTlj7OBaUn28lSegHeLN1v6sXqDvPaBjj9Lp8eC34n
8bIRkvz5EqMv1NfeJpZCka+NH67GP4szEzu9exmLsW4K/8EGPalLwpYANMLGvlkW
19nv2USUp8H/oeUV+9fuuU7FeZqtuPu6XB1CD1j8mfABH+cZD8ZwwYpqH4mtTqv5
ad40HJ118RZKPKAezSuWznaiF1opx816pMkfmHPVYH7No2PxUVWWH5k9GvYULlBh
pX+fIEEPJN2Q7h/iHXogXhzYPwk/TZxkjdcTUhCWDgzGhdZOM7u6Fn0PjTElrfDP
X/469F8o2UUZIATBdRMfNdmCN92leKShR7ab3DdD09R+pNL1QjOjou6hQiVOfdv0
0EUGVt2u1MdtmHum/+Lgc5+WauEVkQN/R9WF1nUbgnRz36BjTuM=
=RpNs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to