[med-svn] [Git][med-team/python-bx][master] 2 commits: Added patch to correct include. Closes: #1066569
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Mar 14 11:49:05 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / python-bx
Commits:
cab6f858 by Michael R. Crusoe at 2024-03-14T12:47:41+01:00
Added patch to correct include. Closes: #1066569
- - - - -
c11ebb53 by Michael R. Crusoe at 2024-03-14T12:47:42+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/patches/series
- debian/patches/shebang.patch
- + debian/patches/strlen_missing_include
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+python-bx (0.11.0-3) unstable; urgency=medium
+
+ * Added patch to correct an include. Closes: #1066569
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 14 Mar 2024 12:40:18 +0100
+
python-bx (0.11.0-2) unstable; urgency=medium
* d/rules: use dh_numpy3 to inject a dependency on the appropriate
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
+strlen_missing_include
post-install-testing
pytest8
shebang.patch
=====================================
debian/patches/shebang.patch
=====================================
@@ -1,7 +1,7 @@
Author: Nilesh Patra
Last-Update: 2022-02-18 12:18:53 +0530
Description: Fix shebang line to point to python3
-
+Forwarded: not-needed
--- python-bx.orig/lib/bx/intervals/operations/subtract.py
+++ python-bx/lib/bx/intervals/operations/subtract.py
@@ -1,4 +1,4 @@
=====================================
debian/patches/strlen_missing_include
=====================================
@@ -0,0 +1,15 @@
+From: Michael R. Crusoe <crusoe at debian.org>
+Subject: add missing include for strlen()
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066569
+Forwarded: https://github.com/bxlab/bx-python/pull/94
+--- python-bx.orig/src/pwm_utils.c
++++ python-bx/src/pwm_utils.c
+@@ -1,7 +1,7 @@
+
+ #include <ctype.h>
+ #include <stdio.h>
+-#include <strings.h>
++#include <string.h>
+
+ int symbol_match( char, char);
+ int pattern_match( char*, char*, int);
View it on GitLab: https://salsa.debian.org/med-team/python-bx/-/compare/5e79d01420f3f46edc7677e968f15d3e2c23750f...c11ebb53f0cd21910117267f5d44d8270a7202c7
--
View it on GitLab: https://salsa.debian.org/med-team/python-bx/-/compare/5e79d01420f3f46edc7677e968f15d3e2c23750f...c11ebb53f0cd21910117267f5d44d8270a7202c7
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/20240314/cba58add/attachment-0001.htm>
More information about the debian-med-commit
mailing list