Your message dated Wed, 29 May 2024 14:02:20 +0200 with message-id <0c6aa956-c8ac-44b0-b7cd-6c07f5b24a6f@debian.org> and subject line Re: Bug#1071821: RFS: vzlogger/0.8.6-2 Fixes FTBFS has caused the Debian Bug report #1071821, regarding RFS: vzlogger/0.8.6-2 Fixes FTBFS 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 owner@bugs.debian.org immediately.) -- 1071821: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071821 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: RFS: vzlogger/0.8.6-2 Fixes FTBFS
- From: Joachim Zobel <jz-2017@heute-morgen.de>
- Date: Sat, 25 May 2024 08:20:43 +0200
- Message-id: <[🔎] 1a197e150d11e03cfe87a8a91703ab4a26eb39a0.camel@heute-morgen.de>
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "vzlogger": Package name : vzlogger Version : 0.8.6-2 Upstream contact : Joachim Zobel jz-2017@heute-morgen.de URL : http://wiki.volkszaehler.org/software/controller/vzlogger License : GPL-3.0-or-later Vcs : https://github.com/volkszaehler/vzlogger/tree/debian Section : net The source builds the following binary packages: vzlogger - program for logging measurements of smart meters To access further information about this package, please visit the following URL: http://www.heute-morgen.de/debian/repo/unstable/main/source/net/ Alternatively, you can download the package with 'dget' using this command: dget -x http://www.heute-morgen.de/debian/repo/unstable/main/source/net/vzlogger_0.8.6-2.dsc Changes since the last upload: Patch that fixes a FTBFS by removing a time dration assert Regards, Joachim Zobel
--- End Message ---
--- Begin Message ---
- To: 1071821-done@bugs.debian.org
- Subject: Re: Bug#1071821: RFS: vzlogger/0.8.6-2 Fixes FTBFS
- From: Gianfranco Costamagna <locutusofborg@debian.org>
- Date: Wed, 29 May 2024 14:02:20 +0200
- Message-id: <0c6aa956-c8ac-44b0-b7cd-6c07f5b24a6f@debian.org>
- In-reply-to: <[🔎] cb3700287db9ebcafb158d29299487c3d4f7ca0b.camel@heute-morgen.de>
- References: <[🔎] 1a197e150d11e03cfe87a8a91703ab4a26eb39a0.camel@heute-morgen.de> <[🔎] ZlHb3Rl5z9fHIpw9@belkar.wrar.name> <3787bcd633e7fa8290254af61d8d2e2d06bf503b.camel@heute-morgen.de> <[🔎] cb3700287db9ebcafb158d29299487c3d4f7ca0b.camel@heute-morgen.de> <[🔎] cb3700287db9ebcafb158d29299487c3d4f7ca0b.camel@heute-morgen.de>
On Sat, 25 May 2024 16:21:05 +0200 Joachim Zobel <jz-2017@heute-morgen.de> wrote:(forgotten cc) Am Samstag, dem 25.05.2024 um 17:38 +0500 schrieb Andrey Rakhmatullin: > Both require authentication. Only over https, if you use http everything is fine. The original idea was that all administration should go over https. Unfortunately there are by now browsers out there that change the protocol without using Upgrade-Insecure-Requests. Sincerely, Joachimsponsored but please next time make sure you are using the same orig tarball, otherwise the debiff/upload becomes painful. I took the debian patch and changelog, and added on top of the current sid version--- vzlogger-0.8.6/debian/changelog 2024-05-17 06:32:32.000000000 +0200 +++ vzlogger-0.8.6/debian/changelog 2024-05-25 07:41:06.000000000 +0200 @@ -1,3 +1,9 @@ +vzlogger (0.8.6-2) unstable; urgency=medium + + * Added patch that removes an assert for a time duration (Closes: #1071728) + + -- Joachim Zobel <jz-2017@heute-morgen.de> Sat, 25 May 2024 07:41:06 +0200 + vzlogger (0.8.6-1) unstable; urgency=medium* New upstream release (Closes: #1070430)diff -Nru vzlogger-0.8.6/debian/patches/remove-time-assert vzlogger-0.8.6/debian/patches/remove-time-assert --- vzlogger-0.8.6/debian/patches/remove-time-assert 1970-01-01 01:00:00.000000000 +0100 +++ vzlogger-0.8.6/debian/patches/remove-time-assert 2024-05-25 07:41:06.000000000 +0200 @@ -0,0 +1,18 @@ +Description: Removes an assert that checks for a time duration + This assert failed on a Debian build system. Since I don't see a reliable way + to stop this from happening I remove it from Debian releases. +Author: Joachim Zobel <jz-2017@heute-morgen.de> +Forwarded: not-needed +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/tests/mocks/mock_MeterS0.cpp ++++ b/tests/mocks/mock_MeterS0.cpp +@@ -170,8 +170,6 @@ + ASSERT_EQ(rds[1].value(), 0); + ASSERT_EQ(rds2[0].value(), 0); + ASSERT_EQ(rds2[1].value(), 0); +- int64_t tdist = rds2[0].time_ms() - rds[0].time_ms(); +- ASSERT_TRUE(tdist >= 900 && tdist <= 1100) << "tdist=" << tdist; + + m.close(); // this might be called and should not cause problems + } diff -Nru vzlogger-0.8.6/debian/patches/series vzlogger-0.8.6/debian/patches/series --- vzlogger-0.8.6/debian/patches/series 2024-05-17 06:32:32.000000000 +0200 +++ vzlogger-0.8.6/debian/patches/series 2024-05-25 07:41:06.000000000 +0200 @@ -1 +1,2 @@ just-works-conf +remove-time-assertAttachment: OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---