Source: astrometry.net
Followup-For: Bug #1061922

Apologies, an oversight in the conversion script caused us to fail to
update strict versioned dependencies on the previous package name.
Please find attached a fixed patch.

This has also now been uploaded to experimental.
diff -Nru astrometry.net-0.93+dfsg/debian/changelog 
astrometry.net-0.93+dfsg/debian/changelog
--- astrometry.net-0.93+dfsg/debian/changelog   2022-12-23 20:06:04.000000000 
+0000
+++ astrometry.net-0.93+dfsg/debian/changelog   2024-01-31 08:28:21.000000000 
+0000
@@ -1,3 +1,11 @@
+astrometry.net (0.93+dfsg-1.1~exp2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+  * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek <vor...@debian.org>  Wed, 31 Jan 2024 08:28:21 +0000
+
 astrometry.net (0.93+dfsg-1) unstable; urgency=medium
 
   * New upstream version 0.93+dfsg
diff -Nru astrometry.net-0.93+dfsg/debian/control 
astrometry.net-0.93+dfsg/debian/control
--- astrometry.net-0.93+dfsg/debian/control     2022-12-23 20:05:03.000000000 
+0000
+++ astrometry.net-0.93+dfsg/debian/control     2024-01-31 08:28:21.000000000 
+0000
@@ -41,7 +41,10 @@
  world coordinate system (WCS), a standards-based description of the
  transformation between image coordinates and sky coordinates.
 
-Package: libastrometry0
+Package: libastrometry0t64
+Provides: ${t64:Provides}
+Replaces: libastrometry0
+Breaks: libastrometry0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -58,7 +61,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libastrometry0 (= ${binary:Version}),
+Depends: libastrometry0t64 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Astrometry plate solver (development files)
diff -Nru astrometry.net-0.93+dfsg/debian/libastrometry0.install 
astrometry.net-0.93+dfsg/debian/libastrometry0.install
--- astrometry.net-0.93+dfsg/debian/libastrometry0.install      2019-05-06 
07:19:38.000000000 +0000
+++ astrometry.net-0.93+dfsg/debian/libastrometry0.install      1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libastrometry*.so.*
diff -Nru astrometry.net-0.93+dfsg/debian/libastrometry0t64.install 
astrometry.net-0.93+dfsg/debian/libastrometry0t64.install
--- astrometry.net-0.93+dfsg/debian/libastrometry0t64.install   1970-01-01 
00:00:00.000000000 +0000
+++ astrometry.net-0.93+dfsg/debian/libastrometry0t64.install   2019-05-06 
07:19:38.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libastrometry*.so.*
diff -Nru astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides 
astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides
--- astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides 
1970-01-01 00:00:00.000000000 +0000
+++ astrometry.net-0.93+dfsg/debian/libastrometry0t64.lintian-overrides 
2024-01-31 08:28:21.000000000 +0000
@@ -0,0 +1 @@
+libastrometry0t64: package-name-doesnt-match-sonames libastrometry0

Reply via email to