[ubuntu/xenial-proposed] freeipmi 1.4.11-1ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Mon Jan 11 12:11:15 UTC 2016
freeipmi (1.4.11-1ubuntu1) xenial; urgency=low
* Merge from Debian unstable (LP: #1527685). Remaining changes:
- debian/rules: Build with "-pie,-bindnow"
- Use dh-autoreconf to update libtool for ppc64el.
- Fix dso linking on the convenience library.
* Dropped changes, included upstream:
- debian/patches/0002_excel_when_opening_tmp.patch: Open files with
O_EXCL.
- debian/patches/fix-Wunused-result.patch: Resolve -Wunused-result's
warnings, by checking for non-0 return.
- debian/patches/Retry-ssif-reads-as-needed.patch: Retry SSIF reads
as needed
- debian/patches/freeipmi-uefi.patch: Fix ipmi-locate on non ia64
architectures.
- Don't probe the legacy SMBIOS address in /dev/mem on ARM platforms.
freeipmi (1.4.11-1) unstable; urgency=medium
* [186d83b] Merge tag 'upstream/1.4.11'
Upstream version 1.4.11
* [95cfc3a] Updating symbols file.
freeipmi (1.4.9-1) unstable; urgency=medium
* Fresh upstream release
- removes duplicate entry from manpage (Closes: #781633)
freeipmi (1.4.5-3) unstable; urgency=medium
* ACK and re-include NMU 1.4.4-1.2
freeipmi (1.4.5-2) unstable; urgency=medium
* Return to using /etc/logrotate.d/bmc-watchdog (Closes: #763136)
freeipmi (1.4.5-1) unstable; urgency=medium
* [7e02411b] Merge tag 'upstream/1.4.5'
Upstream version 1.4.5
freeipmi (1.4.4-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix debian/libipmimonitoring5a.symbols after incomplete
SONAME bump (Closes: #760920)
freeipmi (1.4.4-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Add postinsts to replace /usr/share/doc/*
with a symlink (Closes: #691439)
freeipmi (1.4.4-1) unstable; urgency=low
[ Tollef Fog Heen ]
* New upstream release
- bump sonames
- new tool: ipmi-config
- refresh quilt patches
- upstream dropped freeipmi-bmc-watchdog logrotate.d snippet,
reintroduce as a Debian patch.
* Add freeipmi-ipmiseld package.
* Adjust dh_fixperms_override call to only be called on binary-indep.
freeipmi (1.1.6-1) experimental; urgency=low
* [35d19e11] Merge tag 'upstream/1.1.6'
Upstream version 1.1.6
* [b343fe99] Add myself to Uploaders.
* [b7ece9fc] Refreshing patches, dropping those which were applied upstream.
freeipmi (1.1.5-4) experimental; urgency=low
[ Ferenc Wágner ]
* Refresh lintian overrides
* Fix typo (meta-package) in control file found by lintian
* New quilt patch to fix upstream typos found by lintian
* debian/control:
- remove duplicate Section fields
- add myself to Uploaders
- add ipmi-pet to freeipmi-tools description
* debian/rules:
- make mode and ownership change on freeipmi.conf effective
- go to debhelper compatibility level 9, but keep away from multiarch
- keep both upstream ChangeLogs and provide the changelog symlink
- install manpages and documentation via dh_install and make use of
--fail-missing
- trust dh_installdocs --link-doc to arrange things correctly
- clean up unused copy of bmc-watchdog default file to misspelled name
* debian/copyright:
- Link to versioned licence texts (suggestion by lintian
copyright-refers-to-symlink-license)
* Install symlinks for dash-separated utility names
* debian/source/options:
- Ignore files changed during build
[ Yaroslav Halchenko ]
* Listed the team as the Maintainer and moved myself into Uploaders
* Point to team's GIT repository on alioth instead of a private one
Date: Thu, 24 Dec 2015 22:17:36 -0600
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Robie Basak <robie.basak at canonical.com>
https://launchpad.net/ubuntu/+source/freeipmi/1.4.11-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 24 Dec 2015 22:17:36 -0600
Source: freeipmi
Binary: freeipmi-common freeipmi-tools freeipmi-bmc-watchdog freeipmi-ipmidetect freeipmi-ipmiseld libfreeipmi16 libfreeipmi-dev libipmidetect0 libipmidetect-dev libipmimonitoring5a libipmimonitoring-dev libipmiconsole2 libipmiconsole-dev freeipmi
Architecture: source
Version: 1.4.11-1ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
freeipmi - GNU implementation of the IPMI protocol
freeipmi-bmc-watchdog - GNU implementation of the IPMI protocol - BMC watchdog
freeipmi-common - GNU implementation of the IPMI protocol - common files
freeipmi-ipmidetect - GNU IPMI - IPMI node detection tool
freeipmi-ipmiseld - GNU IPMI - IPMI node detection tool
freeipmi-tools - GNU implementation of the IPMI protocol - tools
libfreeipmi-dev - GNU IPMI - development package
libfreeipmi16 - GNU IPMI - libraries
libipmiconsole-dev - GNU IPMI - ipmiconsole development package
libipmiconsole2 - GNU IPMI - Serial-over-Lan library
libipmidetect-dev - GNU IPMI - ipmidetect development package
libipmidetect0 - GNU IPMI - IPMI node detection library
libipmimonitoring-dev - GNU IPMI - ipmimonitoring development package
libipmimonitoring5a - GNU IPMI - Sensor monitoring library
Closes: 691439 760920 763136 781633
Launchpad-Bugs-Fixed: 1527685
Changes:
freeipmi (1.4.11-1ubuntu1) xenial; urgency=low
.
* Merge from Debian unstable (LP: #1527685). Remaining changes:
- debian/rules: Build with "-pie,-bindnow"
- Use dh-autoreconf to update libtool for ppc64el.
- Fix dso linking on the convenience library.
* Dropped changes, included upstream:
- debian/patches/0002_excel_when_opening_tmp.patch: Open files with
O_EXCL.
- debian/patches/fix-Wunused-result.patch: Resolve -Wunused-result's
warnings, by checking for non-0 return.
- debian/patches/Retry-ssif-reads-as-needed.patch: Retry SSIF reads
as needed
- debian/patches/freeipmi-uefi.patch: Fix ipmi-locate on non ia64
architectures.
- Don't probe the legacy SMBIOS address in /dev/mem on ARM platforms.
.
freeipmi (1.4.11-1) unstable; urgency=medium
.
* [186d83b] Merge tag 'upstream/1.4.11'
Upstream version 1.4.11
* [95cfc3a] Updating symbols file.
.
freeipmi (1.4.9-1) unstable; urgency=medium
.
* Fresh upstream release
- removes duplicate entry from manpage (Closes: #781633)
.
freeipmi (1.4.5-3) unstable; urgency=medium
.
* ACK and re-include NMU 1.4.4-1.2
.
freeipmi (1.4.5-2) unstable; urgency=medium
.
* Return to using /etc/logrotate.d/bmc-watchdog (Closes: #763136)
.
freeipmi (1.4.5-1) unstable; urgency=medium
.
* [7e02411b] Merge tag 'upstream/1.4.5'
Upstream version 1.4.5
.
freeipmi (1.4.4-1.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix debian/libipmimonitoring5a.symbols after incomplete
SONAME bump (Closes: #760920)
.
freeipmi (1.4.4-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add postinsts to replace /usr/share/doc/*
with a symlink (Closes: #691439)
.
freeipmi (1.4.4-1) unstable; urgency=low
.
[ Tollef Fog Heen ]
* New upstream release
- bump sonames
- new tool: ipmi-config
- refresh quilt patches
- upstream dropped freeipmi-bmc-watchdog logrotate.d snippet,
reintroduce as a Debian patch.
* Add freeipmi-ipmiseld package.
* Adjust dh_fixperms_override call to only be called on binary-indep.
.
freeipmi (1.1.6-1) experimental; urgency=low
.
* [35d19e11] Merge tag 'upstream/1.1.6'
Upstream version 1.1.6
* [b343fe99] Add myself to Uploaders.
* [b7ece9fc] Refreshing patches, dropping those which were applied upstream.
.
freeipmi (1.1.5-4) experimental; urgency=low
.
[ Ferenc Wágner ]
* Refresh lintian overrides
* Fix typo (meta-package) in control file found by lintian
* New quilt patch to fix upstream typos found by lintian
* debian/control:
- remove duplicate Section fields
- add myself to Uploaders
- add ipmi-pet to freeipmi-tools description
* debian/rules:
- make mode and ownership change on freeipmi.conf effective
- go to debhelper compatibility level 9, but keep away from multiarch
- keep both upstream ChangeLogs and provide the changelog symlink
- install manpages and documentation via dh_install and make use of
--fail-missing
- trust dh_installdocs --link-doc to arrange things correctly
- clean up unused copy of bmc-watchdog default file to misspelled name
* debian/copyright:
- Link to versioned licence texts (suggestion by lintian
copyright-refers-to-symlink-license)
* Install symlinks for dash-separated utility names
* debian/source/options:
- Ignore files changed during build
.
[ Yaroslav Halchenko ]
* Listed the team as the Maintainer and moved myself into Uploaders
* Point to team's GIT repository on alioth instead of a private one
Checksums-Sha1:
e8be6c8a343c7cdecbf6502ea86e6e116f5aa019 3001 freeipmi_1.4.11-1ubuntu1.dsc
ee2b6e2110427c4949298b706cdd902f4d52697c 3203918 freeipmi_1.4.11.orig.tar.gz
eeb3e3d54a05eb744ab8d048194c65d3f8662cda 24300 freeipmi_1.4.11-1ubuntu1.debian.tar.xz
Checksums-Sha256:
cfb423c462fafe584083be748926b36c75c594e9ade642dee31efd19ae06119e 3001 freeipmi_1.4.11-1ubuntu1.dsc
7460ce6c6fd8dfc0672db36ddcba85cdf8935c052f33d1eb637dfe20d7856f2e 3203918 freeipmi_1.4.11.orig.tar.gz
851e1e1b177c9da6b74817834113283ea5edb63642cc3dd1b71d3c86b63d5b62 24300 freeipmi_1.4.11-1ubuntu1.debian.tar.xz
Files:
1569946a18ba0e8fe01e7897a5c7d99c 3001 admin extra freeipmi_1.4.11-1ubuntu1.dsc
1215d88029c0221ae6ece5779ab0b288 3203918 admin extra freeipmi_1.4.11.orig.tar.gz
f6218cbca78090ab50ef02306e28cdee 24300 admin extra freeipmi_1.4.11-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian FreeIPMI Maintainers <pkg-freeipmi-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWk5rzAAoJEOVkucJ1vdUu75kP+wRTTOMSTWn+Sif3RT/rWIZa
qPomQDXWChyQzFebuo5lAFYB7gZIvjvdE/10UAyWkX/o1LwFBU4Yw3hPlJOaMAzH
tQvVguGats+jJlL/aUdQzvkYuCO/fuYpGZm96z6R+pG6bsey4b2Y26H9XHmZ+2tr
K61n9JcjZLra05RUbHdxCh4jBqGOVFwj3NvQml1wfijLUa5/utan/c3QtVk+IK40
QL5ymLQwmDnDubmOipf+9fXOahBnVuArz7S+KNCH0TKHzksvXsgQgd3FGIyqcPW9
ZWwLVgbCKCOw/R+WaPFlv4eqySb6uOzAtmpiFyHBwauEo9Y2KM0Vkcmx60/BWiI/
l8xUDCIESW7ytFR6awKkkBl1fFGMf8ejY8n9q46W/SAzoFzBx7EwLrMERKe1pwgR
iC8sJs0J3pHnFzWPG2cwTerM6Csu3/jUFlxifhQ3mBKxISSHKA0+qzKXYnxDTqm7
lUH8rFwFta8dyaKXOWgHy/jxkqmo+HLx5/Yc6KIMQHjbtGlcWufbYjei+m5RU8k8
BhdHnDoVxH9nxd58gIBG3+I3L+oK8wvfXC50Jk7x22Z/ESHWYTLNYIDSya5tO1wo
jRa60HlLD7IU9OblAA1/OvQbqdxIWRHVYoD+moZpIWSzZIu/QGMsraiYPlyPCbDM
Z9uqloxLy+rpTqxWxNiH
=ME1p
-----END PGP SIGNATURE-----
More information about the Xenial-changes
mailing list