[ubuntu/kinetic-proposed] zookeeper 3.8.0-3ubuntu1 (Accepted)
Steve Langasek
steve.langasek at ubuntu.com
Fri Jul 1 19:51:15 UTC 2022
zookeeper (3.8.0-3ubuntu1) kinetic; urgency=low
* Merge from Debian unstable. Remaining changes:
- Fix build with gcc -O3.
- Fix zktreeutil compatibility with gcc 11.
* Refresh patches for new upstream release.
zookeeper (3.8.0-3) unstable; urgency=medium
* Team upload
* Raising a bit some time limits in tests, failures can happen depending
on the buildds
zookeeper (3.8.0-2) unstable; urgency=medium
* Team upload
* Making appropriate overrides for -arch and -indep in d/rules so that
builds of architecture-dependent packages only succeed
zookeeper (3.8.0-1) unstable; urgency=medium
* Team upload
* New upstream version 3.8.0 (Closes: #927673):
- Checking it is affected by no known security vulnerability
(Closes: #990345)
- Checking it does not use xml2-config anymore (Closes: #949517)
- Checking the package does not FTBFS with gcc-11 (Closes: #984406)
* Refreshing patches
* Building with Maven, adapting B-D, refreshing d/rules and adapting install
paths accordingly
* Adapting install paths after switching to Maven
* Updates in debian/control:
- Depending on debhelper-compat 13
- Removing X-Python3-Version field
- Raising Standards version to 4.6.1 (no change)
- Adding a Pre-Depends field in d/control for zookeeperd so that it
pre-depends on init-system-helpers
- zookeeper needs to depend on default-jre, not only the headless version
* Refreshing d/copyright
* Updating / refreshing the packaging style:
- New upstream signing keys
- Rewriting d/watch, set to version 4, no repack
- Removing debian/gbp.conf
- Removing debian/orig-tar.sh, repacking is done via debian/copyright
- Set upstream metadata fields: Bug-Database, Repository,
Repository-Browse.
* Providing patches related to the new Maven build:
- Adding missing versions of some Maven plugins in the POM files
- Skipping the unpackaged Timeout annotations in the tests
- Using the ValueSource annotation with ints instead of booleans, which are
not available in Debian-package junit5
- Omitting the TempDir annotation in the tests, as it is not available yet
- Correcting call to deprecated method in Bouncycastle
- Switching from test-jar type to tests classifier in the POM files
- Omitting the dependency of the assembly POM on the
zookeeper-prometheus-metrics jar, which cannot be built right now
- Adding missing artifacts in the zookeeper-contrib-rest POM file
- Skipping some classes because of unpackaged org.openjdk-jmh package
- Building the Python3 artifacts without OpenSSL
- Omitting test classes needing junit5 unpackaged classes or attempting to
use the network
* Correcting tiny spelling errors in the code
* Reworking debian/rules:
- Updating the overrides of dh_clean and dh_auto_clean
- Stopping parsing changelog in d/rules
* Providing an up-to-date d/libzookeeper-java.manifest file, updating
dependencies of the binary package accordingly
* Refreshing the doc-base files
* Stopping providing zktreeutil, providing a NEWS file to explain this
* Adding a NEWS entry about possible failure at startup and how to solve it
(Closes: #1012770)
* Adding a Lintian override for the embedded js in the javadoc
* Adding a Lintian override for files with long lines
* Adding missing patch headers
* Hacking in the libtool file to prevent -rpath flags when building
* Changing USER to NAME in d/zookeeper.postinst and d/zookeeper.postrm to be
sure the script is doing the right thing (actually the shell uses USER for
the logged in name)
* Using --remove-home in d/zookeeper.postrm to ensure everything is properly
deleted (Closes: #1001959)
Date: Fri, 01 Jul 2022 12:43:57 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/zookeeper/3.8.0-3ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 01 Jul 2022 12:43:57 -0700
Source: zookeeper
Built-For-Profiles: noudeb
Architecture: source
Version: 3.8.0-3ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 927673 949517 984406 990345 1001959 1012770
Changes:
zookeeper (3.8.0-3ubuntu1) kinetic; urgency=low
.
* Merge from Debian unstable. Remaining changes:
- Fix build with gcc -O3.
- Fix zktreeutil compatibility with gcc 11.
* Refresh patches for new upstream release.
.
zookeeper (3.8.0-3) unstable; urgency=medium
.
* Team upload
* Raising a bit some time limits in tests, failures can happen depending
on the buildds
.
zookeeper (3.8.0-2) unstable; urgency=medium
.
* Team upload
* Making appropriate overrides for -arch and -indep in d/rules so that
builds of architecture-dependent packages only succeed
.
zookeeper (3.8.0-1) unstable; urgency=medium
.
* Team upload
* New upstream version 3.8.0 (Closes: #927673):
- Checking it is affected by no known security vulnerability
(Closes: #990345)
- Checking it does not use xml2-config anymore (Closes: #949517)
- Checking the package does not FTBFS with gcc-11 (Closes: #984406)
* Refreshing patches
* Building with Maven, adapting B-D, refreshing d/rules and adapting install
paths accordingly
* Adapting install paths after switching to Maven
* Updates in debian/control:
- Depending on debhelper-compat 13
- Removing X-Python3-Version field
- Raising Standards version to 4.6.1 (no change)
- Adding a Pre-Depends field in d/control for zookeeperd so that it
pre-depends on init-system-helpers
- zookeeper needs to depend on default-jre, not only the headless version
* Refreshing d/copyright
* Updating / refreshing the packaging style:
- New upstream signing keys
- Rewriting d/watch, set to version 4, no repack
- Removing debian/gbp.conf
- Removing debian/orig-tar.sh, repacking is done via debian/copyright
- Set upstream metadata fields: Bug-Database, Repository,
Repository-Browse.
* Providing patches related to the new Maven build:
- Adding missing versions of some Maven plugins in the POM files
- Skipping the unpackaged Timeout annotations in the tests
- Using the ValueSource annotation with ints instead of booleans, which are
not available in Debian-package junit5
- Omitting the TempDir annotation in the tests, as it is not available yet
- Correcting call to deprecated method in Bouncycastle
- Switching from test-jar type to tests classifier in the POM files
- Omitting the dependency of the assembly POM on the
zookeeper-prometheus-metrics jar, which cannot be built right now
- Adding missing artifacts in the zookeeper-contrib-rest POM file
- Skipping some classes because of unpackaged org.openjdk-jmh package
- Building the Python3 artifacts without OpenSSL
- Omitting test classes needing junit5 unpackaged classes or attempting to
use the network
* Correcting tiny spelling errors in the code
* Reworking debian/rules:
- Updating the overrides of dh_clean and dh_auto_clean
- Stopping parsing changelog in d/rules
* Providing an up-to-date d/libzookeeper-java.manifest file, updating
dependencies of the binary package accordingly
* Refreshing the doc-base files
* Stopping providing zktreeutil, providing a NEWS file to explain this
* Adding a NEWS entry about possible failure at startup and how to solve it
(Closes: #1012770)
* Adding a Lintian override for the embedded js in the javadoc
* Adding a Lintian override for files with long lines
* Adding missing patch headers
* Hacking in the libtool file to prevent -rpath flags when building
* Changing USER to NAME in d/zookeeper.postinst and d/zookeeper.postrm to be
sure the script is doing the right thing (actually the shell uses USER for
the logged in name)
* Using --remove-home in d/zookeeper.postrm to ensure everything is properly
deleted (Closes: #1001959)
Checksums-Sha1:
a50b7681294b017983dac89efb697d44a161c931 3907 zookeeper_3.8.0-3ubuntu1.dsc
c6556b6e4237f78955e3d8cd313d0ef04ed1b7e9 3485515 zookeeper_3.8.0.orig.tar.gz
c2622953992c4495ac935662243a60c4e40d8828 488 zookeeper_3.8.0.orig.tar.gz.asc
e54e0bb40ece49c475ebd60d2f7c50f64e963742 91056 zookeeper_3.8.0-3ubuntu1.debian.tar.xz
5df30e1a5112b2dffed5e45be78774358bc57c17 7344 zookeeper_3.8.0-3ubuntu1_source.buildinfo
Checksums-Sha256:
3c09192b48c30d47bfbf324350a27576731bd037fdba51a658e8688ed19a842e 3907 zookeeper_3.8.0-3ubuntu1.dsc
b0c5684640bea2d8bd6610b47ff41be2aefd6c910ba48fcad5949bd2bf2fa1ac 3485515 zookeeper_3.8.0.orig.tar.gz
22bd6c0fe38b3184cb2b7d5039392f7a63a506915b27a58328f1b4f9731ebfc3 488 zookeeper_3.8.0.orig.tar.gz.asc
928f590caf2ade1d748bf47c5c19dfffaca6713eed0a66343332554ea2903152 91056 zookeeper_3.8.0-3ubuntu1.debian.tar.xz
5a6b8acae797840737b04551302eb7591e3cde1e1c6221c37c106e6ca39a9093 7344 zookeeper_3.8.0-3ubuntu1_source.buildinfo
Files:
77dce225f6de0fc8e6e21df7ccb3ce68 3907 java optional zookeeper_3.8.0-3ubuntu1.dsc
dd50b329f3e17c03d2da8ed8497babb6 3485515 java optional zookeeper_3.8.0.orig.tar.gz
0309b972507b7ef0f1851660618d090e 488 java optional zookeeper_3.8.0.orig.tar.gz.asc
2b8178eab8e3a762098b8781930cdd80 91056 java optional zookeeper_3.8.0-3ubuntu1.debian.tar.xz
14b837b0b5dcc06ad95e391a214da961 7344 java optional zookeeper_3.8.0-3ubuntu1_source.buildinfo
Original-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
More information about the kinetic-changes
mailing list