Your message dated Mon, 03 Oct 2016 17:47:26 +0000
with message-id <[email protected]>
and subject line Bug#733645: fixed in morse2ascii 0.2+dfsg-2
has caused the Debian Bug report #733645,
regarding morse2ascii: Please move $(LIBS) to the end of the $(CC) call
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.)
--
733645: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733645
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: morse2ascii
Version: 0.2+dfsg-1
Severity: wishlist
Hello,
could you please move the $(LIBS) placement in the $(CC) call to the
end? This allows morse2ascii to build with ld --as-needed (which is
default on Ubuntu) as the order matters there (the used libaries must
appear after the object files using them).
Simply modify debian/patches/makefile.patch from
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(EXE) $(LIBS) morse2ascii.o
resample2.o
to
+ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(EXE) morse2ascii.o
resample2.o $(LIBS)
Thanks,
Michael
--- End Message ---
--- Begin Message ---
Source: morse2ascii
Source-Version: 0.2+dfsg-2
We believe that the bug you reported is fixed in the latest version of
morse2ascii, 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.
Dominik George <[email protected]> (supplier of updated morse2ascii 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: SHA256
Format: 1.8
Date: Mon, 03 Oct 2016 15:12:54 +0200
Source: morse2ascii
Binary: morse2ascii
Architecture: source
Version: 0.2+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Dominik George <[email protected]>
Changed-By: Dominik George <[email protected]>
Description:
morse2ascii - tool for decoding the morse codes from a PCM WAV file
Closes: 733645
Changes:
morse2ascii (0.2+dfsg-2) unstable; urgency=medium
.
* Move $(LIBS) to end of $(CC) call. (Closes: #733645)
* Raise Standards-Version and compat level.
+ No changes needed.
* Fix copyright file style.
* Enable hardening flags.
* Make package lintian clean.
* Add VCS URLs.
Checksums-Sha1:
f953ae7b5a5128707b036ae7cb93d7b9e1e8371e 1895 morse2ascii_0.2+dfsg-2.dsc
b84e164dd6ffd3c9f80c141a6fc4cbf76e6bbf3a 10080
morse2ascii_0.2+dfsg-2.debian.tar.xz
Checksums-Sha256:
c4f31b62d277b7ad77f135e207e1bee7a5860deb2aa35f9817e62e03b4d594ae 1895
morse2ascii_0.2+dfsg-2.dsc
c23b67008573346d90181f697e5c4c325c2c5e8837bd0607f1a0845182e7f161 10080
morse2ascii_0.2+dfsg-2.debian.tar.xz
Files:
1acd2b957be8332d439854a5c04b0e48 1895 hamradio optional
morse2ascii_0.2+dfsg-2.dsc
7072bf51afb530feaa70194406d0fec6 10080 hamradio optional
morse2ascii_0.2+dfsg-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCAAGBQJX8pCTAAoJEPNPCXROn13ZHuUP/Arx3FPtmOOdv/C6vrf3v+Lo
oJh7grh4V6Io8bdEYFccAkDsr2aEbIpTw/lCKElLz40R/Q8J9T+Jpz57f7V9yzhZ
OnTW/Q/k551bGZnoPvLpv/fwf1MAagj3I9d+g3+/u5t9GDvVl/9ASu7siaF4Vux5
4CvfcxYWhe8ndHdaXAz4ccYwGId/eU5pP95oTih+vbRTLt4N33KY6+jCaJp/4bIF
bIZEul1PD4mNOQOY9kcsbXsJz2buSo/tjvAU/eOgYsvHtZDzV0o085c2ybpq5b8y
NjYwZkPMG6VnoLadBcvSkhdrx0CTzFUVoe9iqVugv1N3P8RgBf/dt0XiN+Kj0HSb
yRR8dMsif8Rzq8jwH8zAKNV9HBS7/1h+cFNUdNFNZoJr1I2+AM/rZvjW+z/ym7im
xOwhQqjuyIIx+7mmMMjp99epr97PG2ri9RbUqOq0gfTT8j8Ahsn0hMADjpaWRjDL
x4Rcxnk5x3ewschD0aZmrJjbRiFWxl8cu9vcy7Opabn5IPmsmMduyrRCqUvo/M4c
bTNkyunsFRO5qz0wS8yrGsSvNI4b6Kz1iQCNfXpHrSW5V7ODz0gDrdqyJW9cl+E6
Ha1f316o60apDZjNtDpqx02uC0K+pfR1MpEVnhg1f3asKgdt9w7Py9vLVD+s/4DG
Nli+1DnwoSICle7+iRA9
=dXHW
-----END PGP SIGNATURE-----
--- End Message ---