Your message dated Sat, 17 Jun 2017 00:18:38 +0000
with message-id <[email protected]>
and subject line Bug#612181: fixed in bluemon 1.4-7
has caused the Debian Bug report #612181,
regarding ftbfs with binutils-gold
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.)
--
612181: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612181
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bluemon
Version: 1.4-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmpL0M1L6
Hi! This package ftbfs with binutils-gold, in the future Debian will use this
new
toolchain. This patch solves this problem reordering libs
Thanks for considering the patch.
-- System Information:
Debian Release: squeeze/sid
APT prefers natty-updates
APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.37-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u bluemon-1.4/debian/patches/series bluemon-1.4/debian/patches/series
--- bluemon-1.4/debian/patches/series
+++ bluemon-1.4/debian/patches/series
@@ -1 +1,2 @@
+fix-ftbfs-with-binutils-gold.diff
fix-system-bus-permissions.diff
only in patch2:
unchanged:
--- bluemon-1.4.orig/debian/patches/fix-ftbfs-with-binutils-gold.diff
+++ bluemon-1.4/debian/patches/fix-ftbfs-with-binutils-gold.diff
@@ -0,0 +1,20 @@
+Description: Fix ftbfs with binutils-gold
+Author: Angel Abad <[email protected]>
+
+--- a/Makefile
++++ b/Makefile
+@@ -20,11 +20,11 @@
+ echo $(DEB_RELEASE)
+
+ bluemon: bluetooth-monitor.c
+- $(CC) $(CFLAGS) $(INCLUDES) $(LIBS) -DVERSION=\"$(VERSION)\" -o $@ $<
++ $(CC) $(CFLAGS) $(INCLUDES) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBS)
+ bluemon-query: bluemon-query.c
+- $(CC) $(CFLAGS) $(INCLUDES) $(LIBS) -DVERSION=\"$(VERSION)\" -o $@ $<
++ $(CC) $(CFLAGS) $(INCLUDES) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBS)
+ bluemon-client: bluemon-client.c
+- $(CC) $(CFLAGS) $(INCLUDES) $(LIBS) -DVERSION=\"$(VERSION)\" -o $@ $<
++ $(CC) $(CFLAGS) $(INCLUDES) -DVERSION=\"$(VERSION)\" -o $@ $< $(LIBS)
+
+ %.1: %.sgml
+ docbook-to-man $< > $@
--- End Message ---
--- Begin Message ---
Source: bluemon
Source-Version: 1.4-7
We believe that the bug you reported is fixed in the latest version of
bluemon, 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.
Andreas Moog <[email protected]> (supplier of updated bluemon 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: SHA512
Format: 1.8
Date: Fri, 26 May 2017 19:42:43 +0200
Source: bluemon
Binary: bluemon
Architecture: source
Version: 1.4-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: Andreas Moog <[email protected]>
Description:
bluemon - Activate or deactivate programs based on Bluetooth link quality
Closes: 612181 679109 740036
Changes:
bluemon (1.4-7) unstable; urgency=medium
.
* QA upload.
* Convert to Source-Format 3.0 (quilt)
* debian/control, debian/compat:
- change debhelper-compat level to 10
* debian/control:
- set Maintainer to QA group, package is orphaned (#762537)
- add dependency on lsb-base for init script
- run wrap-and-sort -sa
- declare policy-compliance for Policy 3.9.8
- Add a homepage field
* debian/rules:
- use dh
* debian/prerm+preinst:
- Remove prerm file, was only needed for upgrades from version 1.3-1.2,
which no longer is in any supported Debian release
- Remove preinst file, debhelper does the right thing automatically
* debian/dirs:
- Remove, not needed
* debian/init:
- Add $remote_fs to Required-Start/-Stop
- Also stop at runlevel 1
- Don't start daemon on restart action if disabled in /etc/defaults/bluemon
(Closes: #679109)
* debian/copyright:
- Add a machine-readable copyright-file
* debian/patches:
- add-cppflags-hardening.patch: Add CPPFLAGS and LDFLAGS to pass hardening
options to the compiler. This also fixes build with binutils-gold
(Closes: #612181)
- add clang-ftbfs.diff to Fix FTBFS with clang:
Fixed the non-void function should return a value in
bluetooth-monitor.c (Closes: #740036)
Patch from Arthur Marble <[email protected]>
Checksums-Sha1:
27b78ba301d14c10d7b32a5e95fc482e6a8ad4c1 1445 bluemon_1.4-7.dsc
f9b3eabddfd7c21d880bb44235f55a9f518b5892 5632 bluemon_1.4-7.debian.tar.xz
dca0b0fdc30a31f4a061af2ccd17efdce63af5c6 5226 bluemon_1.4-7_source.buildinfo
Checksums-Sha256:
80a8fa2ec44f2f1ff585aab498871378a9c3aba7fc8fb647625de29fe698b86e 1445
bluemon_1.4-7.dsc
b9f5821a130a899f048395877c2871b645e49fb2de91e25d163746afbc616bdb 5632
bluemon_1.4-7.debian.tar.xz
729d2f414d7dce36ea60c26f7d8e7b684b0c57adee302d19b130e3479ee29359 5226
bluemon_1.4-7_source.buildinfo
Files:
96bee08c5107983f6f9f78eb64d147ae 1445 net optional bluemon_1.4-7.dsc
fc6fa4dd3900416a9a1088953a2b6ed3 5632 net optional bluemon_1.4-7.debian.tar.xz
532b7bf87c2859c6bbfb8ee51f711c6f 5226 net optional
bluemon_1.4-7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE/Zzi2Nd1S3irJ5u9LDtDb+rGgQEFAlkwozUACgkQLDtDb+rG
gQFk3Af/S3xcgmPG/EIndvnQ4CCSzJf2z3htpTF0yvsDD4Ad3NEWppw2mbfSrf3e
m+gYsRuUPeCFwlDs0IoXMXg4ik/5zba8xcTBOosXvQMipgIiMT5vaqOiQYoB5a56
76jKnovUI5kU1U83XuZXFXMV6RcqmaDV6RyxkOcjE1IfvyKg4eUDWtoVAJvA301z
gt8k3Kkt9cjLUEf719I/JsK7leOt/n4sp+oHBVlAgK5RX/SyCKVTCyoYIQokqH/t
v//hF05/1jJgtzShQghYB5rSfwbs1yaIGRQRamF/Pt6ab7UHDM93lHwl4E2/ECz6
ACfhDSGJXSkt4knW40TfBJnASWObqg==
=qVHU
-----END PGP SIGNATURE-----
--- End Message ---