Hi Benjamin,

Excellent, thank you!

Bye,

Joost

On Wed, Feb 28, 2024 at 04:06:10PM +0000, Benjamin Drung wrote:
> Source: liboprf
> Dear maintainer,
> 
> Please find attached a final version of this patch for the time_t
> transition.  This patch is being uploaded to unstable.
> 
> Note that this adds a versioned build-dependency on dpkg-dev, to guard
> against accidental backports with a wrong ABI.
> 
> Thanks!
> 
> 
> -- System Information:
> Debian Release: trixie/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 6.5.0-21-generic (SMP w/16 CPU threads; PREEMPT)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
> TAINT_UNSIGNED_MODULE
> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: unable to detect

> diff -Nru liboprf-0.1+git20231001.0da3e2b/debian/changelog 
> liboprf-0.1+git20231001.0da3e2b/debian/changelog
> --- liboprf-0.1+git20231001.0da3e2b/debian/changelog  2023-10-04 
> 14:07:26.000000000 +0000
> +++ liboprf-0.1+git20231001.0da3e2b/debian/changelog  2024-02-28 
> 16:06:06.000000000 +0000
> @@ -1,3 +1,10 @@
> +liboprf (0.1+git20231001.0da3e2b-1.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Rename libraries for 64-bit time_t transition.  Closes: #1062555
> +
> + -- Benjamin Drung <bdr...@debian.org>  Wed, 28 Feb 2024 16:06:06 +0000
> +
>  liboprf (0.1+git20231001.0da3e2b-1) unstable; urgency=low
>  
>    * New upstream git snapshot (thanks again Thorsten Alteholz for
> diff -Nru liboprf-0.1+git20231001.0da3e2b/debian/control 
> liboprf-0.1+git20231001.0da3e2b/debian/control
> --- liboprf-0.1+git20231001.0da3e2b/debian/control    2023-10-04 
> 14:07:26.000000000 +0000
> +++ liboprf-0.1+git20231001.0da3e2b/debian/control    2024-02-28 
> 16:06:06.000000000 +0000
> @@ -3,14 +3,17 @@
>  Priority: optional
>  Maintainer: Joost van Baal-Ilić <joos...@debian.org>
>  Uploaders: Stefan Marsiske <jdx5y...@ctrlc.hu>
> -Build-Depends: debhelper-compat (= 13), dh-exec (>=0.3), pkgconf, 
> libequihash-dev, libsodium-dev
> +Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), dh-exec 
> (>=0.3), pkgconf, libequihash-dev, libsodium-dev
>  Standards-Version: 4.5.1
>  Homepage: https://github.com/stef/liboprf
>  Rules-Requires-Root: no
>  Vcs-Browser: https://salsa.debian.org/debian/liboprf
>  Vcs-Git: https://salsa.debian.org/debian/liboprf.git
>  
> -Package: liboprf0
> +Package: liboprf0t64
> +Provides: ${t64:Provides}
> +Replaces: liboprf0
> +Breaks: liboprf0 (<< ${source:Version})
>  Section: libs
>  Architecture: any
>  Multi-Arch: same
> diff -Nru liboprf-0.1+git20231001.0da3e2b/debian/liboprf0.install 
> liboprf-0.1+git20231001.0da3e2b/debian/liboprf0.install
> --- liboprf-0.1+git20231001.0da3e2b/debian/liboprf0.install   2023-10-04 
> 14:07:26.000000000 +0000
> +++ liboprf-0.1+git20231001.0da3e2b/debian/liboprf0.install   1970-01-01 
> 00:00:00.000000000 +0000
> @@ -1,2 +0,0 @@
> -#!/usr/bin/dh-exec
> -usr/lib/liboprf.so.0 => usr/lib/${DEB_HOST_MULTIARCH}/liboprf.so.0
> diff -Nru liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.install 
> liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.install
> --- liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.install        
> 1970-01-01 00:00:00.000000000 +0000
> +++ liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.install        
> 2023-10-04 14:07:26.000000000 +0000
> @@ -0,0 +1,2 @@
> +#!/usr/bin/dh-exec
> +usr/lib/liboprf.so.0 => usr/lib/${DEB_HOST_MULTIARCH}/liboprf.so.0
> diff -Nru 
> liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.lintian-overrides 
> liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.lintian-overrides
> --- liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.lintian-overrides      
> 1970-01-01 00:00:00.000000000 +0000
> +++ liboprf-0.1+git20231001.0da3e2b/debian/liboprf0t64.lintian-overrides      
> 2024-02-28 16:05:00.000000000 +0000
> @@ -0,0 +1 @@
> +liboprf0t64: package-name-doesnt-match-sonames liboprf0
> diff -Nru liboprf-0.1+git20231001.0da3e2b/debian/rules 
> liboprf-0.1+git20231001.0da3e2b/debian/rules
> --- liboprf-0.1+git20231001.0da3e2b/debian/rules      2023-10-04 
> 14:07:26.000000000 +0000
> +++ liboprf-0.1+git20231001.0da3e2b/debian/rules      2024-02-28 
> 16:06:05.000000000 +0000
> @@ -7,7 +7,7 @@
>  export DEB_LDFLAGS_MAINT_APPEND = -lsodium
>  
>  %:
> -     dh $@ -p liboprf-dev -p liboprf0
> +     dh $@
>  
>  override_dh_auto_install:
>       dh_auto_install -- PREFIX=/usr

Reply via email to