[med-svn] [Git][med-team/uc-echo][master] 5 commits: routine-update: Packaging update
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Jun 5 13:29:36 BST 2024
Andreas Tille pushed to branch master at Debian Med / uc-echo
Commits:
5b5e14f4 by Andreas Tille at 2024-06-05T11:04:58+02:00
routine-update: Packaging update
- - - - -
d2ea6ae2 by Andreas Tille at 2024-06-05T11:04:58+02:00
routine-update: Standards-Version: 4.7.0
- - - - -
6bf657a2 by Andreas Tille at 2024-06-05T11:05:02+02:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
- - - - -
1769be38 by Andreas Tille at 2024-06-05T13:47:59+02:00
Do not try to import floor / ceil from scipy
- - - - -
42a6fc2b by Andreas Tille at 2024-06-05T13:50:22+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/scipy_1.12.patch
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+uc-echo (1.12-19) unstable; urgency=medium
+
+ * Standards-Version: 4.7.0 (routine-update)
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+ * Do not try to import floor / ceil from scipy
+ Closes: #1071704
+
+ -- Andreas Tille <tille at debian.org> Wed, 05 Jun 2024 13:48:16 +0200
+
uc-echo (1.12-18) unstable; urgency=medium
* Fix Build-Depends
=====================================
debian/control
=====================================
@@ -7,11 +7,11 @@ Uploaders: Thorsten Alteholz <debian at alteholz.de>,
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
python3:any,
python3-scipy,
python3-numpy,
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/uc-echo
Vcs-Git: https://salsa.debian.org/med-team/uc-echo.git
Homepage: https://uc-echo.sourceforge.net/
=====================================
debian/patches/scipy_1.12.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 05 Jun 2024 11:04:58 +0200
+Description: scipy 1.12 is not featuring floor / ceil any more
+ These are not used in the script anyway.
+Bug-Debian: https://bugs.debian.org/1071704
+
+--- a/ErrorCorrection.py
++++ b/ErrorCorrection.py
+@@ -16,7 +16,6 @@ from optparse import OptionParser
+
+ from scipy.stats.distributions import norm, poisson
+ from scipy.special import gammaln
+-from scipy import floor, ceil
+ from numpy import array, arange
+ import numpy
+ import math
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ include.patch
m64-flag.patch
2to3.patch
using_int_not_char.patch
+scipy_1.12.patch
=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ CXXFLAGS += $(ADDCXXFLAGS)
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --with python3
+ dh $@
override_dh_auto_build:
echo "I: DEB_HOST_ARCH: $(DEB_HOST_ARCH)"
View it on GitLab: https://salsa.debian.org/med-team/uc-echo/-/compare/e9dcc5f8e6cf8a5ffb1a2086d0701ad4b48496ae...42a6fc2b2abf0b47316cbdd6a7428ad035c0963b
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/uc-echo/-/compare/e9dcc5f8e6cf8a5ffb1a2086d0701ad4b48496ae...42a6fc2b2abf0b47316cbdd6a7428ad035c0963b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240605/7cf728cc/attachment-0001.htm>
More information about the debian-med-commit
mailing list