Your message dated Mon, 30 Oct 2023 17:50:36 +0000
with message-id <e1qxwpm-00af7d...@fasolo.debian.org>
and subject line Bug#1052701: fixed in owfs 3.2p4+dfsg1-4.2
has caused the Debian Bug report #1052701,
regarding owfs FTBFS when systemd.pc changes systemdsystemunitdir
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.)


-- 
1052701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052701
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: owfs
Version: 3.2p4+dfsg1-4.1
Severity: normal
Tags: ftbfs patch
User: helm...@debian.org
Usertags: dep17m2

We want to change the value of systemdsystemunitdir in systemd.pc to
point below /usr. owfs' upstream build system consumes this variable
while the packaging hard codes its current value. As we change it, owfs
will FTBFS. Consider applying the attached patch to avoid that failure.

Helmut
diff -Nru owfs-3.2p4+dfsg1/debian/changelog owfs-3.2p4+dfsg1/debian/changelog
--- owfs-3.2p4+dfsg1/debian/changelog   2022-10-31 22:48:27.000000000 +0100
+++ owfs-3.2p4+dfsg1/debian/changelog   2023-09-26 09:57:55.000000000 +0200
@@ -1,3 +1,10 @@
+owfs (3.2p4+dfsg1-4.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS when systemd.pc changes systemdsystemunitdir. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 26 Sep 2023 09:57:55 +0200
+
 owfs (3.2p4+dfsg1-4.1) unstable; urgency=medium
 
   * Non-maintainer upload
diff -Nru owfs-3.2p4+dfsg1/debian/owfs-fuse.install 
owfs-3.2p4+dfsg1/debian/owfs-fuse.install
--- owfs-3.2p4+dfsg1/debian/owfs-fuse.install   2022-10-31 22:34:45.000000000 
+0100
+++ owfs-3.2p4+dfsg1/debian/owfs-fuse.install   2023-09-26 09:57:10.000000000 
+0200
@@ -1,4 +1,4 @@
 usr/bin/owfs   usr/libexec/owfs
 debian/wrappers/owfs   usr/bin
 usr/share/man/man1/owfs.1
-lib/systemd/system/owfs.service
+${env:systemdsystemunitdir}/owfs.service
diff -Nru owfs-3.2p4+dfsg1/debian/owftpd.install 
owfs-3.2p4+dfsg1/debian/owftpd.install
--- owfs-3.2p4+dfsg1/debian/owftpd.install      2022-10-31 22:34:45.000000000 
+0100
+++ owfs-3.2p4+dfsg1/debian/owftpd.install      2023-09-26 09:57:21.000000000 
+0200
@@ -1,3 +1,3 @@
 usr/bin/owftpd
 usr/share/man/man1/owftpd.1
-lib/systemd/system/owftpd.service
+${env:systemdsystemunitdir}/owftpd.service
diff -Nru owfs-3.2p4+dfsg1/debian/owhttpd.install 
owfs-3.2p4+dfsg1/debian/owhttpd.install
--- owfs-3.2p4+dfsg1/debian/owhttpd.install     2022-10-31 22:34:45.000000000 
+0100
+++ owfs-3.2p4+dfsg1/debian/owhttpd.install     2023-09-26 09:57:31.000000000 
+0200
@@ -1,3 +1,3 @@
 usr/bin/owhttpd
 usr/share/man/man1/owhttpd.1
-lib/systemd/system/owhttpd.service
+${env:systemdsystemunitdir}/owhttpd.service
diff -Nru owfs-3.2p4+dfsg1/debian/owserver.install 
owfs-3.2p4+dfsg1/debian/owserver.install
--- owfs-3.2p4+dfsg1/debian/owserver.install    2022-10-31 22:34:45.000000000 
+0100
+++ owfs-3.2p4+dfsg1/debian/owserver.install    2023-09-26 09:57:48.000000000 
+0200
@@ -1,5 +1,5 @@
 usr/bin/owserver
 usr/bin/owexternal
 usr/share/man/man1/owserver.1
-lib/systemd/system/owserver.service
-lib/systemd/system/owserver.socket
+${env:systemdsystemunitdir}/owserver.service
+${env:systemdsystemunitdir}/owserver.socket
diff -Nru owfs-3.2p4+dfsg1/debian/rules owfs-3.2p4+dfsg1/debian/rules
--- owfs-3.2p4+dfsg1/debian/rules       2022-10-31 22:34:45.000000000 +0100
+++ owfs-3.2p4+dfsg1/debian/rules       2023-09-26 09:55:33.000000000 +0200
@@ -26,6 +26,8 @@
 DEB_LDFLAGS = `dpkg-buildflags --get LDFLAGS`
 export DEB_CPPFLAGS DEB_CFLAGS DEB_LDFLAGS
 
+export systemdsystemunitdir = $(shell pkg-config 
--variable=systemdsystemunitdir systemd | sed s,^/,,)
+
 CONFIGURE_OPTIONS=\
        --enable-debian       \
        --enable-debug        \

--- End Message ---
--- Begin Message ---
Source: owfs
Source-Version: 3.2p4+dfsg1-4.2
Done: Jochen Sprickerhof <jspri...@debian.org>

We believe that the bug you reported is fixed in the latest version of
owfs, 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 1052...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated owfs 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: SHA512

Format: 1.8
Date: Mon, 30 Oct 2023 18:27:35 +0100
Source: owfs
Architecture: source
Version: 3.2p4+dfsg1-4.2
Distribution: unstable
Urgency: medium
Maintainer: Vincent Danjean <vdanj...@debian.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Closes: 1052701
Changes:
 owfs (3.2p4+dfsg1-4.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Helmut Grohne ]
   * Fix FTBFS when systemd.pc changes systemdsystemunitdir (Closes: #1052701)
Checksums-Sha1:
 ced898003b19d39049bfdf9375ca8f7d46e2c817 2975 owfs_3.2p4+dfsg1-4.2.dsc
 a0278f1bef30663d4b32c4a53b5d75218c86e074 18604 
owfs_3.2p4+dfsg1-4.2.debian.tar.xz
 68e8c6aaae20b482c6f7a47b5eab7e3a6056245f 6478 
owfs_3.2p4+dfsg1-4.2_source.buildinfo
Checksums-Sha256:
 e20aaf4ed8a7dfb75bb4689edbd366286476b72b252c5e6b38b650ee81d62574 2975 
owfs_3.2p4+dfsg1-4.2.dsc
 84c16847c07efaa726101f74120dd799ba394e01d09f08a3c90c7b8a2aba6db8 18604 
owfs_3.2p4+dfsg1-4.2.debian.tar.xz
 e0eb1dfc71b72f35abc2076b41e273bbb105e36ae708dbc0bf99ba542b6aec40 6478 
owfs_3.2p4+dfsg1-4.2_source.buildinfo
Files:
 e20eccf5e26f1cc25fcfcf68b245b639 2975 electronics optional 
owfs_3.2p4+dfsg1-4.2.dsc
 cac97a7c6f5248059d7787ffe3562bf3 18604 electronics optional 
owfs_3.2p4+dfsg1-4.2.debian.tar.xz
 2f0ef612b958c2021f8725bffc3d1a75 6478 electronics optional 
owfs_3.2p4+dfsg1-4.2_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmU/6O8ACgkQW//cwljm
lDOs0A/+NaPxsss4wQsGPL5LNDyTzCaD5HjjfGtwgWZBjzoJPujLBiDYhfG+jE/W
iaReMMMrHFQuASeRdL/Wct00f2hLMyT1BNVDEFGAs2rV47Fpa5AHWbpXhPgYkBUs
paLp9KDUkZp77fvGKh/8zFfccC0hNg7h+0pCIF/CTiKRNPA5/66jyxmhS4sK2AV7
/8FneuqUoQyADSAn+xIJgR3lFV/jgqiKr8k2QQwLPZhUUrq6vi7zSVYimXnsm75v
IHDpYObaX1jkMwEXu1rcHA1JBYSWbUAGAYBHPB6nZIi9Yw7aPo+vSmXZdph3oHiz
E6ApVWXaKgt4an03WyRDVU2bmMpQHWcr0FERnnwM5nP5EdyEU0tydwGL4Hx8OpYu
7tyev2pDm7B8SgNWJAamueBzJvl2ratWqrGu2B2jLLaXArtnElYv8botjIdA6d2B
PLsrI4xk9JuasQzb8CKG7ohH04ldpEd++rbSD6QCNywh+CRpM2BtR0DJpUzy6wsX
NrQgoXnEbplR78ArRH0prDBCbKIuq1WmbQsbufzxlUSl7pptHW5RYml0Cfv65HcO
rL9DNQo4oLXfzjxCh90iH3AQVPZ960saljV+HiRHgaVODwK0rUp880sfIvmeWTVt
ZoDHtiBWQBhX95NBZ+7ZV0oMLotmMKzsF/tl30CAfExwz61M/e0=
=4mZK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to