[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989297: marked as done (unblock: libaec/1.0.4-2)



Your message dated Mon, 21 Jun 2021 21:55:06 +0200
with message-id <YNDumg4MZM0BNQ4H@ramacher.at>
and subject line Re: Bug#989297: unblock: libaec/1.0.4-2
has caused the Debian Bug report #989297,
regarding unblock: libaec/1.0.4-2
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 owner@bugs.debian.org
immediately.)


-- 
989297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989297
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package libaec

Let's add some Breaks for smoother upgrades from buster due to the hdf5
library renames.

libhdf5*-103 got renamed to libhdf5*-103-1 and these two are not
co-installable, making upgrades harder for apt.
Both depend on libsz2, so libsz2 usually gets a higher score in apt and
is thus a good candidate for these Breaks.
Transitive Breaks usually don't work well in apt, so let's break some
more old library packages in this dependency chain (further renames not
co-installable due to hdf5: libgdal20 -> libgdal28, libnetcdf13 ->
libnetcdf18).

Andreas

unblock libaec/1.0.4-2
diff -Nru libaec-1.0.4/debian/changelog libaec-1.0.4/debian/changelog
--- libaec-1.0.4/debian/changelog	2019-07-19 14:54:12.000000000 +0200
+++ libaec-1.0.4/debian/changelog	2021-04-26 16:54:22.000000000 +0200
@@ -1,3 +1,11 @@
+libaec (1.0.4-2) unstable; urgency=medium
+
+  * Team upload.
+  * libsz2: Add 'Breaks: libhdf5-103, libhdf5-mpich-103, libhdf5-openmpi-103,
+    libnetcdf13, libgdal20' for smoother upgrades from buster.
+
+ -- Andreas Beckmann <anbe@debian.org>  Mon, 26 Apr 2021 16:54:22 +0200
+
 libaec (1.0.4-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru libaec-1.0.4/debian/control libaec-1.0.4/debian/control
--- libaec-1.0.4/debian/control	2019-07-19 14:54:12.000000000 +0200
+++ libaec-1.0.4/debian/control	2021-04-26 16:54:22.000000000 +0200
@@ -2,13 +2,13 @@
 Section: utils
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry@debian.org>
-Build-Depends: debhelper-compat (= 12), 
- dh-buildinfo, 
+Build-Depends: debhelper-compat (= 12),
+ dh-buildinfo,
  unzip
 Standards-Version: 4.4.0
-Homepage:  https://gitlab.dkrz.de/k202009/libaec
-Vcs-Browser: https://salsa.debian.org:/science-team/libaec.git
-Vcs-Git: https://salsa.debian.org:/science-team/libaec.git
+Homepage: https://gitlab.dkrz.de/k202009/libaec
+Vcs-Browser: https://salsa.debian.org/science-team/libaec
+Vcs-Git: https://salsa.debian.org/science-team/libaec.git
 
 Package: libaec0
 Section: libs
@@ -35,10 +35,11 @@
 Priority: optional
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
+Breaks: libhdf5-103, libhdf5-mpich-103, libhdf5-openmpi-103, libnetcdf13, libgdal20
 Multi-Arch: same
 Description: Adaptive Entropy Coding library - SZIP
  Libaec provides fast lossless compression of 1 up to 32 bit wide
- signed or unsigned integers (samples). 
+ signed or unsigned integers (samples).
  Libaec implements Golomb Rice coding as defined in the Space Data
  System Standard documents 121.0-B-2 [1] and 120.0-G-2[2].
  .
@@ -63,7 +64,7 @@
 Section: utils
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Adaptive Entropy Coding library (utilies)
+Description: Adaptive Entropy Coding library (utilities)
  Libaec provides fast lossless compression of 1 up to 32 bit wide
  signed or unsigned integers (samples).
  .

--- End Message ---
--- Begin Message ---
On 2021-05-31 13:52:26 +0200, Andreas Beckmann wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package libaec
> 
> Let's add some Breaks for smoother upgrades from buster due to the hdf5
> library renames.
> 
> libhdf5*-103 got renamed to libhdf5*-103-1 and these two are not
> co-installable, making upgrades harder for apt.
> Both depend on libsz2, so libsz2 usually gets a higher score in apt and
> is thus a good candidate for these Breaks.
> Transitive Breaks usually don't work well in apt, so let's break some
> more old library packages in this dependency chain (further renames not
> co-installable due to hdf5: libgdal20 -> libgdal28, libnetcdf13 ->
> libnetcdf18).

With hdf5 fixed and libgdal2{0,8} being fixed soon, this should no
longer necessary. Also, a new upstream release was uploaded on top of
that. So let's close this one.

Cheers

> 
> Andreas
> 
> unblock libaec/1.0.4-2

> diff -Nru libaec-1.0.4/debian/changelog libaec-1.0.4/debian/changelog
> --- libaec-1.0.4/debian/changelog	2019-07-19 14:54:12.000000000 +0200
> +++ libaec-1.0.4/debian/changelog	2021-04-26 16:54:22.000000000 +0200
> @@ -1,3 +1,11 @@
> +libaec (1.0.4-2) unstable; urgency=medium
> +
> +  * Team upload.
> +  * libsz2: Add 'Breaks: libhdf5-103, libhdf5-mpich-103, libhdf5-openmpi-103,
> +    libnetcdf13, libgdal20' for smoother upgrades from buster.
> +
> + -- Andreas Beckmann <anbe@debian.org>  Mon, 26 Apr 2021 16:54:22 +0200
> +
>  libaec (1.0.4-1) unstable; urgency=medium
>  
>    * New upstream release
> diff -Nru libaec-1.0.4/debian/control libaec-1.0.4/debian/control
> --- libaec-1.0.4/debian/control	2019-07-19 14:54:12.000000000 +0200
> +++ libaec-1.0.4/debian/control	2021-04-26 16:54:22.000000000 +0200
> @@ -2,13 +2,13 @@
>  Section: utils
>  Priority: optional
>  Maintainer: Alastair McKinstry <mckinstry@debian.org>
> -Build-Depends: debhelper-compat (= 12), 
> - dh-buildinfo, 
> +Build-Depends: debhelper-compat (= 12),
> + dh-buildinfo,
>   unzip
>  Standards-Version: 4.4.0
> -Homepage:  https://gitlab.dkrz.de/k202009/libaec
> -Vcs-Browser: https://salsa.debian.org:/science-team/libaec.git
> -Vcs-Git: https://salsa.debian.org:/science-team/libaec.git
> +Homepage: https://gitlab.dkrz.de/k202009/libaec
> +Vcs-Browser: https://salsa.debian.org/science-team/libaec
> +Vcs-Git: https://salsa.debian.org/science-team/libaec.git
>  
>  Package: libaec0
>  Section: libs
> @@ -35,10 +35,11 @@
>  Priority: optional
>  Depends: ${misc:Depends}, ${shlibs:Depends}
>  Pre-Depends: ${misc:Pre-Depends}
> +Breaks: libhdf5-103, libhdf5-mpich-103, libhdf5-openmpi-103, libnetcdf13, libgdal20
>  Multi-Arch: same
>  Description: Adaptive Entropy Coding library - SZIP
>   Libaec provides fast lossless compression of 1 up to 32 bit wide
> - signed or unsigned integers (samples). 
> + signed or unsigned integers (samples).
>   Libaec implements Golomb Rice coding as defined in the Space Data
>   System Standard documents 121.0-B-2 [1] and 120.0-G-2[2].
>   .
> @@ -63,7 +64,7 @@
>  Section: utils
>  Architecture: any
>  Depends: ${misc:Depends}, ${shlibs:Depends}
> -Description: Adaptive Entropy Coding library (utilies)
> +Description: Adaptive Entropy Coding library (utilities)
>   Libaec provides fast lossless compression of 1 up to 32 bit wide
>   signed or unsigned integers (samples).
>   .


-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: