Your message dated Sun, 28 Jun 2009 21:33:25 +0000
with message-id <[email protected]>
and subject line Bug#513171: fixed in lm-sensors-3 1:3.1.1-1
has caused the Debian Bug report #513171,
regarding lm-sensors-3: Please, make lm-sensors take into account distribution
LDFLAGS
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.)
--
513171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513171
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lm-sensors-3
Version: 1:3.0.2-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu intrepid ubuntu-patch
It would be great if lm-sensors can take into account distribution
LDFLAGS so that exported variables change linker behavior.
For instance, ubuntu uses -Wl,-Bsymbolic-functions. Taking this patch
will enable us to just sync from debian on this package.
*** /tmp/tmplQQTaq
In Ubuntu, we've applied the attached patch to achieve the following:
* handle default ubuntu LDFLAGS for linking option (LP: #321632)
- Remove the old hack directly pushed in lib/Module.mk (now
lib/Module.mk if from pristine source)
- add debian/patches/07-use-LDFLAGS.patch to take LDFLAGS into account
We thought you might be interested in doing the same.
-- System Information:
Debian Release: lenny/sid
APT prefers intrepid-updates
APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'),
(500, 'intrepid-proposed'), (500, 'intrepid')
, 'intrepid')
Architecture: i386 (i686)
Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--===============1127119989==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="tmpAD1H78"
diff -u lm-sensors-3-3.0.2/debian/patches/series
lm-sensors-3-3.0.2/debian/patches/series
--- lm-sensors-3-3.0.2/debian/patches/series
+++ lm-sensors-3-3.0.2/debian/patches/series
@@ -6,0 +7 @@
+07-use-LDFLAGS.patch
only in patch2:
unchanged:
--- lm-sensors-3-3.0.2.orig/debian/patches/07-use-LDFLAGS.patch
+++ lm-sensors-3-3.0.2/debian/patches/07-use-LDFLAGS.patch
@@ -0,0 +1,13 @@
+Index: lm-sensors-3-3.0.2/lib/Module.mk
+===================================================================
+--- lm-sensors-3-3.0.2.orig/lib/Module.mk 2008-05-18
18:07:48.000000000 +0200
++++ lm-sensors-3-3.0.2/lib/Module.mk 2009-01-26 22:15:02.000000000 +0100
+@@ -60,7 +60,7 @@
+
+ # How to create the shared library
+ $(MODULE_DIR)/$(LIBSHLIBNAME): $(LIBSHOBJECTS)
+- $(CC) -shared -Wl,-soname,$(LIBSHSONAME) -o $@ $^ -lc -lm
++ $(CC) -shared $(LDFLAGS) -Wl,-soname,$(LIBSHSONAME) -o $@ $^ -lc -lm
+
+ $(MODULE_DIR)/$(LIBSHSONAME): $(MODULE_DIR)/$(LIBSHLIBNAME)
+ $(RM) $@
--===============1127119989==--
--- End Message ---
--- Begin Message ---
Source: lm-sensors-3
Source-Version: 1:3.1.1-1
We believe that the bug you reported is fixed in the latest version of
lm-sensors-3, which is due to be installed in the Debian FTP archive:
libsensors4-dev_3.1.1-1_amd64.deb
to pool/main/l/lm-sensors-3/libsensors4-dev_3.1.1-1_amd64.deb
libsensors4_3.1.1-1_amd64.deb
to pool/main/l/lm-sensors-3/libsensors4_3.1.1-1_amd64.deb
lm-sensors-3_3.1.1-1.diff.gz
to pool/main/l/lm-sensors-3/lm-sensors-3_3.1.1-1.diff.gz
lm-sensors-3_3.1.1-1.dsc
to pool/main/l/lm-sensors-3/lm-sensors-3_3.1.1-1.dsc
lm-sensors-3_3.1.1.orig.tar.gz
to pool/main/l/lm-sensors-3/lm-sensors-3_3.1.1.orig.tar.gz
lm-sensors_3.1.1-1_amd64.deb
to pool/main/l/lm-sensors-3/lm-sensors_3.1.1-1_amd64.deb
sensord_3.1.1-1_amd64.deb
to pool/main/l/lm-sensors-3/sensord_3.1.1-1_amd64.deb
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.
Aurelien Jarno <[email protected]> (supplier of updated lm-sensors-3 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: SHA1
Format: 1.8
Date: Sun, 28 Jun 2009 21:59:56 +0200
Source: lm-sensors-3
Binary: lm-sensors libsensors4 libsensors4-dev sensord
Architecture: source amd64
Version: 1:3.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[email protected]>
Changed-By: Aurelien Jarno <[email protected]>
Description:
libsensors4 - library to read temperature/voltage/fan sensors
libsensors4-dev - lm-sensors development kit
lm-sensors - utilities to read temperature/voltage/fan sensors
sensord - hardware sensor information logging daemon
Closes: 513171 520056 525899 528276
Changes:
lm-sensors-3 (1:3.1.1-1) unstable; urgency=low
.
* New upstream version.
- LDFLAGS is taken into account by the build system (closes:
bug#513171).
* debian/sensord.init: add a 'sleep 1' between stop and start for
the restart action (closes: #528276).
* debian/*.init: add status actions (closes: #525899).
* Update sensord.README.Debian to mention /etc/sensors3.conf instead
of /etc/sensors.conf (closes: #520056).
* Bumped Standards-version to 3.8.2.
Checksums-Sha1:
105a08339a49f6bc204c76956977a979a0775f36 1086 lm-sensors-3_3.1.1-1.dsc
84aa123440dcd515291cc2d4e6363165e4f63fce 185151 lm-sensors-3_3.1.1.orig.tar.gz
44085610294fefe93da1b272acf88903fdbb2875 27172 lm-sensors-3_3.1.1-1.diff.gz
264b953f6061d4997403e9fd4a6628ec3c8b7033 135468 lm-sensors_3.1.1-1_amd64.deb
aa280ec2b5adba2c8753e2b6b3e85e0b21814933 65640 libsensors4_3.1.1-1_amd64.deb
80019072f57e1d1559ccf544a6ac253a11c7c7b8 57512
libsensors4-dev_3.1.1-1_amd64.deb
1da16c70ec6e554ad756512c833aef663c0264c8 42842 sensord_3.1.1-1_amd64.deb
Checksums-Sha256:
24189445be23d7b75a94e13b43e01754690353339d29a9fa88b906cf562de71a 1086
lm-sensors-3_3.1.1-1.dsc
e857695cf9a841ed51610b1c08d08d4d50d48504074d74687c75b43775a056c4 185151
lm-sensors-3_3.1.1.orig.tar.gz
3272dc398e7515ecc8d92c9615829ca870452fdc10cfce0fedc2b1e6f62240ea 27172
lm-sensors-3_3.1.1-1.diff.gz
05df9a69ce4466d5df218f1aadf79e8766eea71596e03be912464cbda33c573c 135468
lm-sensors_3.1.1-1_amd64.deb
7f9b4fb638f43ca324163d7c16b31835398a096c15f7b1c09a33d8aff9b660fb 65640
libsensors4_3.1.1-1_amd64.deb
4cde74e0f91c3ae49ab6b1a387f1c18240a552274963f693afc560e9ab2e07cd 57512
libsensors4-dev_3.1.1-1_amd64.deb
2fef8f02fd4b7ec20e853b975042443a8fd6e2a2a01dbf596f010c73e5c112f4 42842
sensord_3.1.1-1_amd64.deb
Files:
f3df4c84c7db63e4113fac5ebed5c6ce 1086 utils extra lm-sensors-3_3.1.1-1.dsc
3add2cdcaeac5a278db854defe1c1ae8 185151 utils extra
lm-sensors-3_3.1.1.orig.tar.gz
74216b698ee459b63c916803b997145f 27172 utils extra lm-sensors-3_3.1.1-1.diff.gz
9d182f9d99ddf1b1e50fc01244a3b15e 135468 utils extra
lm-sensors_3.1.1-1_amd64.deb
f00ce2bc88b7c765acf766eaaddb2654 65640 libs optional
libsensors4_3.1.1-1_amd64.deb
0778f79db50f56130e7b580b9f72a36f 57512 libdevel extra
libsensors4-dev_3.1.1-1_amd64.deb
b08d26ba3648aaded23581cc17845b01 42842 utils extra sensord_3.1.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKR9dTw3ao2vG823MRAmprAJwLv0lSjroFdi4yJhAtSoJINi7pkwCdGgAY
kd5pPLbmvnLXzS8eC0DobOk=
=4vQ1
-----END PGP SIGNATURE-----
--- End Message ---