[med-svn] [Git][med-team/libslow5lib][master] 6 commits: Rebuild against libstreamvbyte3.

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Jun 16 10:35:27 BST 2026



Andreas Tille pushed to branch master at Debian Med / libslow5lib


Commits:
3f16ba18 by Andreas Tille at 2026-06-16T10:58:16+02:00
Rebuild against libstreamvbyte3.

- - - - -
2e485612 by Andreas Tille at 2026-06-16T10:58:47+02:00
Standards-Version: 4.7.4 (routine-update)

- - - - -
e18b4f45 by Andreas Tille at 2026-06-16T10:59:05+02:00
Changes made by cme

- - - - -
636c683d by Andreas Tille at 2026-06-16T10:59:08+02:00
Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

- - - - -
1786d090 by Andreas Tille at 2026-06-16T10:59:25+02:00
debputy lint --auto-fix (routine-update)

- - - - -
d34d4e7f by Andreas Tille at 2026-06-16T11:04:42+02:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libslow5lib (1.4.0+dfsg-2) unstable; urgency=medium
+
+  * Rebuild against libstreamvbyte3.
+  * Standards-Version: 4.7.4 (routine-update)
+  * Reflow Uploaders field (cme)
+  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+  * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 16 Jun 2026 10:59:27 +0200
+
 libslow5lib (1.4.0+dfsg-1) unstable; urgency=medium
 
   * New upstream version 1.4.0+dfsg


=====================================
debian/control
=====================================
@@ -1,35 +1,42 @@
 Source: libslow5lib
+Standards-Version: 4.7.4
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>,
-           Étienne Mollier <emollier at debian.org>
+Uploaders:
+ Andreas Tille <tille at debian.org>,
+ Étienne Mollier <emollier at debian.org>,
 Section: science
-Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
-               cmake,
-               d-shlibs (>= 0.106~),
-               dh-python,
-               python3-all-dev,
-               libstreamvbyte-dev,
-               libzstd-dev,
-               zlib1g-dev,
-               cython3,
-               python3-setuptools,
-               python3-numpy,
-               python3-numpy-dev,
-               python3-wheel
-Standards-Version: 4.7.3
+Build-Depends:
+ dpkg-dev (>= 1.22.5),
+ debhelper-compat (= 13),
+ cmake,
+ d-shlibs (>= 0.106~),
+ dh-sequence-python3,
+ python3-all-dev,
+ libstreamvbyte-dev,
+ libzstd-dev,
+ zlib1g-dev,
+ cython3,
+ python3-setuptools,
+ python3-numpy,
+ python3-numpy-dev,
+ python3-wheel,
 Vcs-Browser: https://salsa.debian.org/med-team/libslow5lib
 Vcs-Git: https://salsa.debian.org/med-team/libslow5lib.git
 Homepage: https://github.com/hasindu2008/slow5lib
 
 Package: libslow5-0t64
-Provides: ${t64:Provides}
-Replaces: libslow5-0
-Conflicts: libslow5-0 (<< ${source:Version})
 Architecture: any
-Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
 Multi-Arch: same
+Section: libs
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Conflicts:
+ libslow5-0 (<< ${source:Version}),
+Provides:
+ ${t64:Provides},
+Replaces:
+ libslow5-0,
 Description: library for reading & writing SLOW5 files
  Slow5lib is a software library for reading & writing SLOW5 files.
  Slow5lib is designed to facilitate use of data in SLOW5 format by third-
@@ -51,11 +58,12 @@ Description: library for reading & writing SLOW5 files
 
 Package: libslow5-dev
 Architecture: any
-Section: libdevel
-Depends: libslow5-0t64 (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
 Multi-Arch: same
+Section: libdevel
+Depends:
+ libslow5-0t64 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: header and static library for reading & writing SLOW5 files
  Slow5lib is a software library for reading & writing SLOW5 files.
  Slow5lib is designed to facilitate use of data in SLOW5 format by third-
@@ -80,10 +88,11 @@ Description: header and static library for reading & writing SLOW5 files
 Package: python3-slow5
 Architecture: any
 Section: python
-Depends: libslow5-0t64 (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${python3:Depends},
-         ${misc:Depends}
+Depends:
+ libslow5-0t64 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${python3:Depends},
+ ${misc:Depends},
 Description: Python3 modul for reading & writing SLOW5 files
  Slow5lib is a software library for reading & writing SLOW5 files.
  Slow5lib is designed to facilitate use of data in SLOW5 format by third-


=====================================
debian/rules
=====================================
@@ -12,7 +12,7 @@ PY_PLATFORM := $(shell python3 -c 'from distutils.util import get_platform; prin
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --with python3 --buildsystem=cmake
+	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
 	dh_auto_configure -- \


=====================================
debian/watch
=====================================
@@ -4,4 +4,4 @@ Template: Github
 Owner: hasindu2008
 Project: slow5lib
 Repack-Suffix: +dfsg
-DVersion-Mangle: auto
+Dversion-Mangle: auto



View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/compare/4963fe274dbcf02b6151b4f8c10551ef82ad35e5...d34d4e7f0d8526d7ddda573086992264af7c6b68

-- 
View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/compare/4963fe274dbcf02b6151b4f8c10551ef82ad35e5...d34d4e7f0d8526d7ddda573086992264af7c6b68
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260616/6d50459b/attachment-0001.htm>


More information about the debian-med-commit mailing list