Your message dated Tue, 11 Sep 2018 13:49:20 +0000
with message-id <e1fzj2e-000b1m...@fasolo.debian.org>
and subject line Bug#899115: fixed in pasco 20040505-3
has caused the Debian Bug report #899115,
regarding pasco FTCBFS: hard codes plain gcc, policy 4.6 violation
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.)
--
899115: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899115
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pasco
Version: 20040505-2
Severity: serious
Justification: policy 4.6
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap
pasco fails to cross build from source, because its upstream Makefile
hard codes the build architecture compiler. While fixing it, I spotted a
policy 4.6 (error trapping in Makefiles) violation (hence serious). The
attached patch fixes both and makes pasco cross build successfully.
Please consider applying it.
Helmut
diff --minimal -Nru pasco-20040505/debian/changelog
pasco-20040505/debian/changelog
--- pasco-20040505/debian/changelog 2017-01-26 00:04:03.000000000 +0100
+++ pasco-20040505/debian/changelog 2018-05-19 13:33:09.000000000 +0200
@@ -1,3 +1,10 @@
+pasco (20040505-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix the upstream Makefile. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Sat, 19 May 2018 13:33:09 +0200
+
pasco (20040505-2) unstable; urgency=medium
* Team upload.
diff --minimal -Nru pasco-20040505/debian/patches/10_add-GCC-hardening.patch
pasco-20040505/debian/patches/10_add-GCC-hardening.patch
--- pasco-20040505/debian/patches/10_add-GCC-hardening.patch 2015-07-13
00:34:07.000000000 +0200
+++ pasco-20040505/debian/patches/10_add-GCC-hardening.patch 2018-05-19
13:33:09.000000000 +0200
@@ -1,14 +1,23 @@
Last-Update: 2015-07-12
Index: pasco-1.0+20040505/src/Makefile
===================================================================
+
+Also use $(CC) for cross building.
+
+And fix the policy 4.6 violation.
+
--- pasco-1.0+20040505.orig/src/Makefile
+++ pasco-1.0+20040505/src/Makefile
-@@ -1,7 +1,7 @@
+@@ -1,7 +1,10 @@
all: install
- install: pasco.c
+-install: pasco.c
- gcc -o pasco pasco.c -lm -lc;cp pasco ../bin
-+ gcc $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o pasco pasco.c -lm -lc;cp pasco
../bin
++pasco: pasco.c
++ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< -lm -lc
++
++install: pasco
++ cp pasco ../bin
installwin: pasco.c
gcc -DCYGWIN -o pasco.exe pasco.c -lm -lc;cp pasco.exe ../bin
--- End Message ---
--- Begin Message ---
Source: pasco
Source-Version: 20040505-3
We believe that the bug you reported is fixed in the latest version of
pasco, 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 899...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Raphaël Hertzog <hert...@debian.org> (supplier of updated pasco 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: Tue, 11 Sep 2018 15:28:39 +0200
Source: pasco
Binary: pasco
Architecture: source
Version: 20040505-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Raphaël Hertzog <hert...@debian.org>
Description:
pasco - Internet Explorer cache forensic analysis tool
Closes: 899115
Changes:
pasco (20040505-3) unstable; urgency=medium
.
* Team upload.
.
[ Helmut Grohne ]
* Fix the upstream Makefile. (Closes: #899115)
.
[ Lorenzo "Palinuro" Faletra ]
* debian/control:
- Bump Standards-Version 4.1.4.1.
* Add debian/gbp.conf.
.
[ Raphaël Hertzog ]
* Bump Standards-Version to 4.2.1
* Bump debhelper compat level to 11
* Add missing string.h include to fix implicit declarations warnings
Checksums-Sha1:
aa18fc6b30e3f4265c4297428f6e39f3ccf27993 1634 pasco_20040505-3.dsc
b3ce791a9afd7634d2788b4a62dc3569e7c56e7e 4532 pasco_20040505-3.debian.tar.xz
3d2254c4a91dec14815c2fb3b43e5fd20dc57d5b 5525 pasco_20040505-3_amd64.buildinfo
Checksums-Sha256:
8034c5c3cdb2f3ec9641466a8c971ba8ba3038764a7e7c38b4c9bcf13ff11bed 1634
pasco_20040505-3.dsc
1dd72dc629842b163b27a7eb42d897cebbf9d3a3e9d217e9815b6e59e29c7724 4532
pasco_20040505-3.debian.tar.xz
dd474369a4658ddf22f34a522a951791dfda8421005d19606e71bcf6a8684807 5525
pasco_20040505-3_amd64.buildinfo
Files:
3afdf110061a6f399fbaab6219dd602d 1634 utils optional pasco_20040505-3.dsc
1a88f9a72f4a3fed59541951765806e2 4532 utils optional
pasco_20040505-3.debian.tar.xz
33aeb8a2887af818f74ac4246c92ed3b 5525 utils optional
pasco_20040505-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
Comment: Signed by Raphael Hertzog
iQEzBAEBCgAdFiEE1823g1EQnhJ1LsbSA4gdq+vCmrkFAluXxUEACgkQA4gdq+vC
mrnr2Af+M0ik4wvcEO/c/Jcj3sTYov9eaTiewKwaaYLjHPwtYWxsUPfOmTzttKeb
VWX7eXhVMVd8mw05nNUHp7ZwwFgw268V98xYLL83a2D8Oi5m+AfPM2Gjk8icV4FB
iUxF27ReZ4gRXxXyNUh7LwQuXIipVi1xCpjDVZ36BGcyLuTqVXQzeKmVU63nCqRK
K0OlYVZeVM+9vSFGp7I4Jc5PFigiCDHxFn3O4li1yPNJvXvwnt5O2vVlntGMInj1
pGxXcZkwL/gAbPb15AfGGgLSTxMCALQQG2eT6zgn5NXdKODdzTyHha30nApRkAaS
6ycVCnMReWpq0xdI9UP/XhVXOrAPNQ==
=E+dA
-----END PGP SIGNATURE-----
--- End Message ---