[Debian-med-packaging] Bug#1061888: anfo: NMU diff for 64-bit time_t transition
Steve Langasek
vorlon at debian.org
Wed Jan 31 05:34:36 GMT 2024
Source: anfo
Version: 0.98-9
Followup-For: Bug #1061888
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.
-------------- next part --------------
diff -Nru anfo-0.98/debian/changelog anfo-0.98/debian/changelog
--- anfo-0.98/debian/changelog 2021-10-06 12:24:46.000000000 +0000
+++ anfo-0.98/debian/changelog 2024-01-31 05:32:32.000000000 +0000
@@ -1,3 +1,11 @@
+anfo (0.98-9.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+ * Fix uninstallable packages from the previous upload.
+
+ -- Steve Langasek <vorlon at debian.org> Wed, 31 Jan 2024 05:32:32 +0000
+
anfo (0.98-9) unstable; urgency=medium
* uscan can't fetch latest upstream since https certificate became invalid
diff -Nru anfo-0.98/debian/control anfo-0.98/debian/control
--- anfo-0.98/debian/control 2021-10-06 12:24:46.000000000 +0000
+++ anfo-0.98/debian/control 2024-01-31 05:32:00.000000000 +0000
@@ -23,7 +23,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libanfo0
+ libanfo0t64
Description: Short Read Aligner/Mapper from MPG
Anfo is a mapper in the spirit of Soap/Maq/Bowtie, but its implementation takes
more after BLAST/BLAT. It's most useful for the alignment of sequencing reads
@@ -32,7 +32,10 @@
what fast mappers will handle gracefully (say the reference genome is missing
and a related species is used instead).
-Package: libanfo0
+Package: libanfo0t64
+Provides: ${t64:Provides}
+Replaces: libanfo0
+Breaks: libanfo0 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
@@ -50,7 +53,7 @@
Package: libanfo0-dev
Architecture: any
Section: libdevel
-Depends: libanfo0 (= ${binary:Version}),
+Depends: libanfo0t64 (= ${binary:Version}),
${devlibs:Depends},
${misc:Depends}
Conflicts: libanfo-dev
More information about the Debian-med-packaging
mailing list