[Debian-astro-maintainers] Bug#1062183: gnuastro: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Sat Feb 24 06:22:06 GMT 2024
Please find attached an updated patch rebased against the current unstable
version.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer https://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
-------------- next part --------------
diff -Nru gnuastro-0.22/debian/changelog gnuastro-0.22/debian/changelog
--- gnuastro-0.22/debian/changelog 2024-02-20 08:43:34.000000000 +0000
+++ gnuastro-0.22/debian/changelog 2024-02-24 06:20:51.000000000 +0000
@@ -1,3 +1,10 @@
+gnuastro (0.22-3.1~exp1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org> Sat, 24 Feb 2024 06:20:51 +0000
+
gnuastro (0.22-3) unstable; urgency=medium
* 'd/control': Drop not required 'libtool-bin' Build-Depends.
diff -Nru gnuastro-0.22/debian/control gnuastro-0.22/debian/control
--- gnuastro-0.22/debian/control 2024-02-20 08:43:34.000000000 +0000
+++ gnuastro-0.22/debian/control 2024-02-24 06:20:36.000000000 +0000
@@ -19,11 +19,14 @@
Vcs-Git: https://salsa.debian.org/debian-astro-team/gnuastro.git
Vcs-Browser: https://salsa.debian.org/debian-astro-team/gnuastro
-Package: libgnuastro20
+Package: libgnuastro20t64
+Provides: ${t64:Provides}
Replaces: libgnuastro17,
- libgnuastro18
+ libgnuastro18,
+ libgnuastro20
Breaks: libgnuastro17 (<< ${source:Version}),
- libgnuastro18 (<< ${source:Version})
+ libgnuastro18 (<< ${source:Version}),
+ libgnuastro20 (<< ${source:Version})
Architecture: any
Section: libs
Multi-Arch: same
@@ -39,7 +42,7 @@
Package: libgnuastro-dev
Architecture: any
Section: libdevel
-Depends: libgnuastro20 (= ${binary:Version}), ${misc:Depends}
+Depends: libgnuastro20t64 (= ${binary:Version}), ${misc:Depends}
Description: GNU Astronomy Utilities development files
GNU Astronomy Utilities (Gnuastro) is a collection of libraries and programs
for astronomical data analysis and manipulation. The programs can be run on
@@ -50,7 +53,7 @@
Package: gnuastro
Architecture: any
-Depends: libgnuastro20 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libgnuastro20t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: GNU Astronomy Utilities programs
GNU Astronomy Utilities (Gnuastro) is a collection of libraries and programs
for astronomical data analysis and manipulation. The programs can be run on
diff -Nru gnuastro-0.22/debian/libgnuastro20.install gnuastro-0.22/debian/libgnuastro20.install
--- gnuastro-0.22/debian/libgnuastro20.install 2024-02-19 15:35:40.000000000 +0000
+++ gnuastro-0.22/debian/libgnuastro20.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,7 +0,0 @@
-usr/lib/*/libgnuastro*.so.*
-
-# This is a GNU Make extension library for using Gnuastro's library directly
-# with Makefiles without having to use '$(shell ...)'. See:
-# https://www.gnu.org/software/make/manual/html_node/Loading-Objects.html
-usr/lib/*/libgnuastro_make.so
-usr/lib/*/libgnuastro_make*.so.*
diff -Nru gnuastro-0.22/debian/libgnuastro20t64.install gnuastro-0.22/debian/libgnuastro20t64.install
--- gnuastro-0.22/debian/libgnuastro20t64.install 1970-01-01 00:00:00.000000000 +0000
+++ gnuastro-0.22/debian/libgnuastro20t64.install 2024-02-19 15:35:40.000000000 +0000
@@ -0,0 +1,7 @@
+usr/lib/*/libgnuastro*.so.*
+
+# This is a GNU Make extension library for using Gnuastro's library directly
+# with Makefiles without having to use '$(shell ...)'. See:
+# https://www.gnu.org/software/make/manual/html_node/Loading-Objects.html
+usr/lib/*/libgnuastro_make.so
+usr/lib/*/libgnuastro_make*.so.*
diff -Nru gnuastro-0.22/debian/libgnuastro20t64.lintian-overrides gnuastro-0.22/debian/libgnuastro20t64.lintian-overrides
--- gnuastro-0.22/debian/libgnuastro20t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ gnuastro-0.22/debian/libgnuastro20t64.lintian-overrides 2024-02-24 06:19:22.000000000 +0000
@@ -0,0 +1 @@
+libgnuastro20t64: package-name-doesnt-match-sonames libgnuastro20
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-astro-maintainers/attachments/20240223/16f14ab5/attachment.sig>
More information about the Debian-astro-maintainers
mailing list