Hello ! Please apply this attached patch to fix this bug.

From f4fc2c19361a91798bfa6be87312be3863bc3f84 Mon Sep 17 00:00:00 2001
From: "nicolas.maillet-contoz" <nicolas.maillet-con...@infomaniak.com>
Date: Mon, 24 Feb 2025 15:07:01 +0100
Subject: [PATCH] Add breaks + replaces libcfitsio-dev (<< 4.5.0-5~) (Closes:
 #1085045).

---
 debian/changelog | 7 +++++++
 debian/control   | 2 ++
 2 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aaa6cb4..a960046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cfortran (20210827-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add breaks + replaces libcfitsio-dev (<< 4.5.0-5~) (Closes: #1085045).
+
+ -- Nicolas Maillet-Contoz <nicolas.maillet-con...@infomaniak.com>  Mon, 24 Feb 2025 15:04:25 +0100
+
 cfortran (20210827-1) unstable; urgency=medium
 
   * Use nodoc profiles for examples
diff --git a/debian/control b/debian/control
index 41381fc..d28026f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,8 @@ Package: cfortran
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends}
+Replaces: libcfitsio-dev (<< 4.5.0-5~)
+Breaks: libcfitsio-dev (<< 4.5.0-5~)
 Recommends: gcc | c-compiler, gfortran | fortran-compiler
 Description: Header file permitting Fortran routines to be called in C/C++
  cfortran.h is an easy-to-use powerful bridge between C and FORTRAN.
-- 
2.39.5

Reply via email to