Your message dated Sat, 14 Jan 2023 17:08:56 +0000
with message-id <e1pgk1y-005bkt...@fasolo.debian.org>
and subject line Bug#1021492: fixed in httrack 3.49.4-1
has caused the Debian Bug report #1021492,
regarding libhttrack-dev: Generates many warnings about missing spaces between
literal and string macro.
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.)
--
1021492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021492
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhttrack-dev
Version: 3.49.2-1.1+b1
Severity: wishlist
X-Debbugs-Cc: bernha...@mailbox.org
Dear Maintainer,
currently the header htsglobal.h generates many warnings in
build of depending package httraqt.
/usr/include/httrack/htsglobal.h:211:28: warning: invalid suffix on literal;
C++11 requires a space between literal and string macro [-Wliteral-suffix]
211 | #define HTS_DEFAULT_FOOTER "<!-- Mirrored from %s%s by HTTrack Website
Copier/"HTTRACK_AFF_VERSION" "HTTRACK_AFF_AUTHORS", %s -->"
Attached a diff to add those few spaces to htsglobal.h.
Kind regards,
Bernhard
-- System Information:
Debian Release: bookworm/sid
APT prefers testing-debug
APT policy: (500, 'testing-debug'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 5.19.0-2-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libhttrack-dev depends on:
ii libc6 2.35-2
ii libhttrack2 3.49.2-1.1+b1
ii zlib1g-dev 1:1.2.11.dfsg-4.1
libhttrack-dev recommends no packages.
libhttrack-dev suggests no packages.
-- no debconf information
From cd855083532d8146d00694fafdb480f17fc7ccee Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bernhard=20=C3=9Cbelacker?= <bernha...@mailbox.org>
Date: Sun, 9 Oct 2022 17:13:49 +0200
Subject: Avoid warning because of missing space between literal and string
macro.
/usr/include/httrack/htsglobal.h:211:28: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
211 | #define HTS_DEFAULT_FOOTER "<!-- Mirrored from %s%s by HTTrack Website Copier/"HTTRACK_AFF_VERSION" "HTTRACK_AFF_AUTHORS", %s -->"
---
..._space_between_literal_and_string_macro.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
create mode 100644 debian/patches/10_avoid_warning_because_missing_space_between_literal_and_string_macro.patch
create mode 100644 debian/patches/series
diff --git a/debian/patches/10_avoid_warning_because_missing_space_between_literal_and_string_macro.patch b/debian/patches/10_avoid_warning_because_missing_space_between_literal_and_string_macro.patch
new file mode 100644
index 0000000..0cf02cb
--- /dev/null
+++ b/debian/patches/10_avoid_warning_because_missing_space_between_literal_and_string_macro.patch
@@ -0,0 +1,16 @@
+diff --git a/src/htsglobal.h b/src/htsglobal.h
+index 65ba1c6..72139e3 100644
+--- a/src/htsglobal.h
++++ b/src/htsglobal.h
+@@ -208,9 +208,9 @@ Please visit our Website: http://www.httrack.com
+
+ /* Copyright (C) 1998-2017 Xavier Roche and other contributors */
+ #define HTTRACK_AFF_AUTHORS "[XR&CO'2014]"
+-#define HTS_DEFAULT_FOOTER "<!-- Mirrored from %s%s by HTTrack Website Copier/"HTTRACK_AFF_VERSION" "HTTRACK_AFF_AUTHORS", %s -->"
++#define HTS_DEFAULT_FOOTER "<!-- Mirrored from %s%s by HTTrack Website Copier/" HTTRACK_AFF_VERSION " " HTTRACK_AFF_AUTHORS ", %s -->"
+ #define HTTRACK_WEB "http://www.httrack.com"
+-#define HTS_UPDATE_WEBSITE "http://www.httrack.com/update.php3?Product=HTTrack&Version="HTTRACK_VERSIONID"&VersionStr="HTTRACK_VERSION"&Platform=%d&Language=%s"
++#define HTS_UPDATE_WEBSITE "http://www.httrack.com/update.php3?Product=HTTrack&Version=" HTTRACK_VERSIONID "&VersionStr=" HTTRACK_VERSION "&Platform=%d&Language=%s"
+
+ #define H_CRLF "\x0d\x0a"
+ #define CRLF "\x0d\x0a"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fe50f7a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+10_avoid_warning_because_missing_space_between_literal_and_string_macro.patch
--
2.35.1
--- End Message ---
--- Begin Message ---
Source: httrack
Source-Version: 3.49.4-1
Done: Xavier Roche <xav...@debian.org>
We believe that the bug you reported is fixed in the latest version of
httrack, 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 1021...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Xavier Roche <xav...@debian.org> (supplier of updated httrack 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: Sat, 14 Jan 2023 17:24:31 +0100
Source: httrack
Architecture: source
Version: 3.49.4-1
Distribution: unstable
Urgency: low
Maintainer: Xavier Roche <ro...@httrack.com>
Changed-By: Xavier Roche <xav...@debian.org>
Closes: 1021492
Changes:
httrack (3.49.4-1) unstable; urgency=low
.
* Updated to 3.49.4 (3.49-4)
closes:#1021492
Checksums-Sha1:
7163bc4365ea18881ffccb150717b17e2ed3b1ef 2185 httrack_3.49.4-1.dsc
15df275cbcea3e9a7c4b1673aa909d6c05d409fb 1952604 httrack_3.49.4.orig.tar.gz
c069a3069d82c76653f4458e90d860fa32793dc3 10140 httrack_3.49.4-1.debian.tar.xz
2dd30d914b56fc2cbcf904375f0268d0ad54fb29 6895 httrack_3.49.4-1_source.buildinfo
Checksums-Sha256:
e32ea868f67d64048eb11025fedfe09312afb1673434fc3fdf1f7fe1558ea8f1 2185
httrack_3.49.4-1.dsc
2b796688615f0fc44ee42ce8509295d0509ab8795ffd6fd2404baf90b86deb7a 1952604
httrack_3.49.4.orig.tar.gz
0fdc263654076a487de64d329b90443536ed166a19bf9d21078ef2e870f0eb9c 10140
httrack_3.49.4-1.debian.tar.xz
377255d52c46b19bdebd2741c366dde47e6b5b6d2f8517236221f55f0b26b35c 6895
httrack_3.49.4-1_source.buildinfo
Files:
97686960d4e8c2ec13b3161db6d0299e 2185 web optional httrack_3.49.4-1.dsc
91bd352ea488601a0992c2caadc1690d 1952604 web optional
httrack_3.49.4.orig.tar.gz
a2de5209a0aebfd908b55718649d202a 10140 web optional
httrack_3.49.4-1.debian.tar.xz
6dad865e2abf8987a5ee8058a06af508 6895 web optional
httrack_3.49.4-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEu3HH5ssa2Pr1P+QqYMOqcYBZjvsFAmPC3VgACgkQYMOqcYBZ
jvs44g//YZ5iwP+C1RoJ1b1FxvDI9hWrp9ndFnaz+OaBpSsVrg4dVSI47l7yN8/L
myk27kCNxVEQ/EuxBYdhGyJ0fT42RyenffR3O//YIHAJz3xZu8TJHF8o8oRzefFv
xF8HylH4nhTMRaUU2YehVUgniBOxkRpHs4CsmsLC0oLOnwBliHT4ITp6PPWtVbaL
dzqvwKfBs3Rdj4I6jmosF52Uo2UNHWQ9ojQiXotgSEjynVdTLQPieN+KIBUYnwU+
cCEqEW/Nkl2fbIIJPGeKkk+GYvcy2T/Se8OFyQe9k/GwPPuYQK9ZuKglz47f/eMD
Ua4ccrrmBo1gpIqnwyvlNSQfWReBMQYxdnOX3baxMnmnM6b4kIrdeZchYaJrqL3o
i/7L7JBtyb3V/Bek7xHZEhGS01XPpAF69MbZiGxLT2cE0ahhvQWfXW94g1gGqmhN
Zxzmj6LqbDiaIrTr9OU3eupki0eslM72Q+IQOQBn58XckZxJRoyw5IVcCyVb+xJn
EU9BtCNvXzxkVTnAdhn7tMzMYyz6POEejU/5wYOFIp8SEsqJ4Oug07bMXqWja76I
x2sJcBMqK0He/dhy3JDZeJFlyZZOtrKBj/NGFWOId1UkCXsdEe885ofr+1jy8Di0
y1NSXww2XnkIImnd8CmI6VdA5ueaNtO9qbZ5UnAsk0lElESbBI8=
=SaaI
-----END PGP SIGNATURE-----
--- End Message ---