Your message dated Sun, 27 Mar 2016 05:48:57 +0000
with message-id <[email protected]>
and subject line Bug#641381: fixed in ethstatus 0.4.6
has caused the Debian Bug report #641381,
regarding ethstatus: FTBFS due to new DSO link order
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.)
--
641381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641381
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ethstatus
Version: 0.4.3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following:
* Makefile: reorder LDFLAGS to fix FTBFS from new DSO linking (LP: #770833)
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.38-11-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru ethstatus-0.4.3/debian/changelog ethstatus-0.4.3ubuntu1/debian/changelog
diff -Nru ethstatus-0.4.3/debian/control ethstatus-0.4.3ubuntu1/debian/control
--- ethstatus-0.4.3/debian/control 2006-10-19 17:09:01.000000000 -0600
+++ ethstatus-0.4.3ubuntu1/debian/control 2011-09-12 21:45:00.000000000 -0600
@@ -1,7 +1,8 @@
Source: ethstatus
Section: net
Priority: optional
-Maintainer: Aurélien GÉRÔME <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Aurélien GÉRÔME <[email protected]>
Build-Depends: debhelper (>> 4.0.0), libncurses5-dev
Standards-Version: 3.7.2
diff -Nru ethstatus-0.4.3/Makefile ethstatus-0.4.3ubuntu1/Makefile
--- ethstatus-0.4.3/Makefile 2006-10-19 16:10:08.000000000 -0600
+++ ethstatus-0.4.3ubuntu1/Makefile 2011-09-12 21:39:12.000000000 -0600
@@ -19,7 +19,7 @@
all : ethstatus
ethstatus : ethstatus.c ethstatus.h
- gcc $(CFLAGS) $(LDFLAGS) -o ${BIN} ${SRC}
+ gcc $(CFLAGS) -o ${BIN} ${SRC} $(LDFLAGS)
clean:
rm -f ${BIN} *.o core *~
--- End Message ---
--- Begin Message ---
Source: ethstatus
Source-Version: 0.4.6
We believe that the bug you reported is fixed in the latest version of
ethstatus, 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.
Marcio de Souza Oliveira <[email protected]> (supplier of updated ethstatus
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: Sat, 26 Mar 2016 18:37:34 +0000
Source: ethstatus
Binary: ethstatus
Architecture: source amd64
Version: 0.4.6
Distribution: experimental
Urgency: medium
Maintainer: Marcio de Souza Oliveira <[email protected]>
Changed-By: Marcio de Souza Oliveira <[email protected]>
Description:
ethstatus - console-based ethernet statistics monitor
Closes: 458483 641381 745184 803663 818929
Changes:
ethstatus (0.4.6) experimental; urgency=medium
.
* New release.
* debian/control:
- Updated the architeture field to linux-any because
this package has a strong dependency on Linux.
Thanks Samuel Thibault. (Closes: #745184)
* ethstatus.c:
- Allow interface name up to 20 characteres.
Thanks Sven Haegar. (Closes: #803663)
- Screen updates restricted to half second to reduce
cpu usage. Thanks Sven Haegar. (Closes: #458483)
- Updated to show the RX usage summary and TX separately,
not only the summary the both.
Thanks Sven Haegar by patches. (Closes: #818929)
* Makefile:
- Reordered LDFLAGS to fixes FTBFS in Ubuntu.
- Thanks Alex Chiang by patch. (Closes: #641381,LP: #770833)
Checksums-Sha1:
81b03380ecf54165a3b4b6085503e6d9ef0aa190 1425 ethstatus_0.4.6.dsc
4afdb141fd8b95b0e196caa4a8a77efbe25ef2fd 17940 ethstatus_0.4.6.tar.xz
a6a3e720ef6cec1f32227bf0f32183590933a9bd 17744 ethstatus-dbgsym_0.4.6_amd64.deb
a3441cb12fcecff8558ed158fd3304205825fc49 13154 ethstatus_0.4.6_amd64.deb
Checksums-Sha256:
e790daba5e3b1725187435e41d431357e8a4ce83433ced8289fc6d31e0150f8e 1425
ethstatus_0.4.6.dsc
d365976bd0639a528d385ef0f235e4bf03afb9c58ace53b6478971b2f85b79a7 17940
ethstatus_0.4.6.tar.xz
1f6756bf0036d0a70b2d959510ee15f33a73be55f022334407a1d24c1c41d183 17744
ethstatus-dbgsym_0.4.6_amd64.deb
844a34979fde06a986ac87b4564065c886f4bee2c52c598bc644be939ce2c033 13154
ethstatus_0.4.6_amd64.deb
Files:
e50513c6ecee1af8545f9338f9f9433f 1425 net optional ethstatus_0.4.6.dsc
7fce38e74e45c30dad7d9d99af4dfcff 17940 net optional ethstatus_0.4.6.tar.xz
77e1e685aa2176db7c72ab102b08efe3 17744 debug extra
ethstatus-dbgsym_0.4.6_amd64.deb
8ec5af8f33c585a3b7faa9f7b6e62db3 13154 net optional ethstatus_0.4.6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJW93BvAAoJEEdt8W0oDNrTrNMP/Roaa4nbFgGIoJtpa096DoUJ
eA9wJovDnBwq4DUNxKjfbwt9R3MzJC0fDbkhf4XEOiO/rKR/bJ3kPTsuCLo95eTv
y5j77DJQJ1tgu8IDBOTmSYVM3r7yMZpYJq3LcT2BW8lEKwZoXQzM6pgHYIhFAOTe
Sj9gG50o/6ZHHqvYsIXFOgr48lmh0qnMVJTjXLbIkPusoMyfe87TFTicCzhTqStb
M6iCcrXNLZarGymBGNTj5cufB6HfskSjOTWO+ka9MtCgnk2X8yPjAskdNESzfDZa
Q58y4lO19CwUbduoP9Aq9xHgtdTIgPj04+fJsZUFJu985PGHMErszjV/F9k0vu8Y
b9clgKZ2FcVGJ1MAI1gdY5xGp+X3hQ/72VBupIiSo85l0PIc3QpKuFM6YD6qmqNb
4Ql2W/vTypnPb88qNMGrQV6nnf9pIHMVNDKvnJOyjOdPy0k06/e9iju09veUOckX
ix6o/w8W6KFvAYGXijwI7lI4Dw5lRBxMszPYjddkWMUgdSAB55/I8lg8qblJQoeh
EaFqgmW0i0HcYvCbLYipG9jKmFJnvJ9ff/vy/nokymhD8gHF6DnGZynKCePiO6ur
fZJVTd1hXMjR3kUqSgHv0785AJroZiEy4lmQ/AnlIWcR94RxpqPcbIxWWJTKxBq3
86j+w+Yn5cue5DxTzqdF
=gWVJ
-----END PGP SIGNATURE-----
--- End Message ---