summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control18
-rwxr-xr-xdebian/rules2
3 files changed, 12 insertions, 17 deletions
diff --git a/debian/changelog b/debian/changelog
index e311de5..f962050 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+cbflib (0.9.6+dfsg1-3) unstable; urgency=medium
+
+ * Bug fix: "Removal of the python3-*-dbg packages in sid/bookworm",
+ thanks to Matthias Klose (Closes: #994298).
+ * Update standards version to 4.5.1, no changes needed.
+ * Used dh-sequence-python3
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Sun, 19 Sep 2021 20:55:44 +0200
+
cbflib (0.9.6+dfsg1-2) unstable; urgency=medium
* d/pathes:
diff --git a/debian/control b/debian/control
index c8a76d0..2f8c0d4 100644
--- a/debian/control
+++ b/debian/control
@@ -6,11 +6,11 @@ Uploaders: Morten Kjeldgaard <mok0@ubuntu.com>,
Teemu Ikonen <tpikonen@gmail.com>
Build-Depends: debhelper-compat (= 12),
dh-python,
+ dh-sequence-python3,
libhdf5-dev,
pkg-config,
- python3-all-dbg,
python3-all-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/cbflib
Vcs-Git: https://salsa.debian.org/science-team/cbflib.git
Homepage: http://www.bernstein-plus-sons.com/software/CBF/
@@ -66,20 +66,6 @@ Description: Python modules for CBFLib -- Python3
.
This package contains the Python3 module.
-Package: python3-pycbf-dbg
-Architecture: any
-Section: debug
-Depends: python3-pycbf (= ${binary:Version}),
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
-Description: Python modules for CBFLib -- Python3 (Debug)
- CBFlib is a library of ANSI-C functions providing a simple mechanism
- for accessing Crystallographic Binary Files (CBF files) and
- Image-supporting CIF (imgCIF) files.
- .
- This package contains the Python3 Debug module.
-
Package: cbflib-doc
Section: doc
Architecture: all
diff --git a/debian/rules b/debian/rules
index 4a9ba1e..40e36ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ create_setup.py=$(MAKE) 'C++:=$$(CXX)' $(CURDIR)/pycbf/setup.py
# Parallel builds do not work
%:
- dh $@ --with python3 --no-parallel
+ dh $@ --no-parallel
override_dh_auto_clean:
dh_auto_clean