[med-svn] [Git][med-team/sra-sdk][debian/mbedtls-2] 4 commits: Removing B-D on markdown or discount to build the doc
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Thu Jul 11 16:13:18 BST 2024
Pierre Gruet pushed to branch debian/mbedtls-2 at Debian Med / sra-sdk
Commits:
72291f31 by Pierre Gruet at 2024-07-11T09:13:32+02:00
Removing B-D on markdown or discount to build the doc
- - - - -
99528a56 by Pierre Gruet at 2024-07-11T09:13:58+02:00
Upload to unstable
- - - - -
54b3ca25 by Pierre Gruet at 2024-07-11T14:39:42+02:00
Building with python3-setuptools instead of removed python3-distutils
- - - - -
af0127cc by Pierre Gruet at 2024-07-11T14:40:08+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/distutils_to_setuptools.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+sra-sdk (3.0.3+dfsg-8) unstable; urgency=medium
+
+ * Team upload.
+ * Removing B-D on markdown or discount for building the doc
+ * Building with python3-setuptools instead of removed python3-distutils
+
+ -- Pierre Gruet <pgt at debian.org> Thu, 11 Jul 2024 14:39:57 +0200
+
sra-sdk (3.0.3+dfsg-7) unstable; urgency=medium
* debian/control: Build depend on libabsl-dev so binaries using libre2
=====================================
debian/control
=====================================
@@ -20,10 +20,9 @@ Build-Depends: debhelper-compat (= 13),
libzstd-dev,
liblzma-dev,
libsam-extract-dev,
- markdown | libtext-markdown-perl | discount <!nodoc>,
maven-repo-helper,
python3-all,
- python3-distutils,
+ python3-setuptools,
default-jdk,
flex,
bison
=====================================
debian/patches/distutils_to_setuptools.patch
=====================================
@@ -0,0 +1,14 @@
+Description: building without removed python3-distutils, using
+ python3-setuptools instead
+Author: Pierre Gruet <pgt at debian.org>
+Forwarded: no
+Last-Update: 2024-07-11
+
+--- a/ngs/ngs-python/setup.py
++++ b/ngs/ngs-python/setup.py
+@@ -1,4 +1,4 @@
+-from distutils.core import setup
++from setuptools import setup
+ import sys
+ #import version
+
=====================================
debian/patches/series
=====================================
@@ -39,3 +39,4 @@ fix_ngs-c++-underlinkage.patch
use_c_locale_for_comma.patch
no_sse4.2.patch
support_libre2-11.patch
+distutils_to_setuptools.patch
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/compare/dc7660e583e6096b2473c37f5f885997c0a76fb4...af0127cc1849f5c669e90dfce8fe1ea340029db4
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/sra-sdk/-/compare/dc7660e583e6096b2473c37f5f885997c0a76fb4...af0127cc1849f5c669e90dfce8fe1ea340029db4
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/20240711/88125701/attachment-0001.htm>
More information about the debian-med-commit
mailing list