[med-svn] [Git][med-team/libssw][master] 3 commits: d/watch: version=5
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Feb 19 06:34:52 GMT 2026
Andreas Tille pushed to branch master at Debian Med / libssw
Commits:
e938ab79 by Andreas Tille at 2026-02-19T07:32:47+01:00
d/watch: version=5
- - - - -
82440b81 by Andreas Tille at 2026-02-19T07:33:49+01:00
Drop debhelper from Build-Depends since this is redundant
- - - - -
fe2adc3d by Andreas Tille at 2026-02-19T07:34:38+01:00
cme fix dpkg-control
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,17 @@
libssw (1.1-16) UNRELEASED; urgency=medium
+ * Team upload.
+
+ [ Vladimir Petko ]
* d/t/build-lib-java: add --enable-native-access=ALL-UNNAMED to
suppress Java 25 native access warning
(LP: #2142166) (Closes: #1128374).
+ [ Andreas Tille ]
+ * d/watch: version=5
+ * Drop debhelper from Build-Depends since this is redundant
+ * cme fix dpkg-control
+
-- Vladimir Petko <vladimir.petko at canonical.com> Thu, 19 Feb 2026 11:11:23 +1300
libssw (1.1-15) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,18 +1,18 @@
Source: libssw
+Standards-Version: 4.7.3
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Sascha Steinbiss <satta at debian.org>,
- Michael R. Crusoe <crusoe at debian.org>
+Uploaders:
+ Sascha Steinbiss <satta at debian.org>,
+ Michael R. Crusoe <crusoe at debian.org>,
Section: science
-Priority: optional
-Build-Depends: debhelper (>= 12~),
- debhelper-compat (= 13),
- default-jdk-headless <!nojava>,
- javahelper <!nojava>,
- help2man,
- zlib1g-dev,
- libsimde-dev,
- maven-repo-helper <!nojava>
-Standards-Version: 4.7.0
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk-headless <!nojava>,
+ javahelper <!nojava>,
+ help2man,
+ zlib1g-dev,
+ libsimde-dev,
+ maven-repo-helper <!nojava>,
Vcs-Browser: https://salsa.debian.org/med-team/libssw
Vcs-Git: https://salsa.debian.org/med-team/libssw.git
Homepage: https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library
@@ -22,10 +22,12 @@ Package: libssw0
Architecture: any
Multi-Arch: same
Section: libs
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- zlib1g
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ zlib1g,
+Pre-Depends:
+ ${misc:Pre-Depends},
Description: fast SIMD parallelized implementation of the Smith-Waterman algorithm
SSW is a fast implementation of the Smith-Waterman algorithm, which uses the
Single-Instruction Multiple-Data (SIMD) instructions to parallelize the
@@ -41,10 +43,13 @@ Package: libssw-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: ${misc:Depends},
- libssw0 (= ${binary:Version})
-Pre-Depends: ${misc:Pre-Depends}
-Provides: libssw-dev
+Depends:
+ ${misc:Depends},
+ libssw0 (= ${binary:Version}),
+Pre-Depends:
+ ${misc:Pre-Depends},
+Provides:
+ libssw-dev,
Description: Development headers and static libraries for libssw
This package provides development headers and static libraries for libssw,
a fast implementation of the Smith-Waterman algorithm using
@@ -52,24 +57,27 @@ Description: Development headers and static libraries for libssw
algorithm at the instruction level.
Package: libssw-java
-Build-Profiles: <!nojava>
Architecture: any
Section: java
-Depends: ${java:Depends},
- ${shlibs:Depends},
- ${misc:Depends}
-Recommends: ${java:Recommends}
+Depends:
+ ${java:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends:
+ ${java:Recommends},
Description: Java bindings for libssw
This package provides JNI based Java bindings for libssw, a fast
implementation of the Smith-Waterman algorithm using Single-Instruction
Multiple-Data (SIMD) instructions to parallelize the algorithm at the
instruction level.
+Build-Profiles: <!nojava>
Package: ssw-align
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- libssw0 (= ${binary:Version})
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libssw0 (= ${binary:Version}),
Description: Smith-Waterman aligner based on libssw
This package provides a command-line aligner based on the libssw library,
a fast SIMD accelerated implementation of the Smith-Waterman algorithm.
=====================================
debian/watch
=====================================
@@ -1,2 +1,5 @@
-version=4
-https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+Version: 5
+
+Template: Github
+Owner: mengyao
+Project: Complete-Striped-Smith-Waterman-Library
View it on GitLab: https://salsa.debian.org/med-team/libssw/-/compare/3e5fd263879e155bb41a2f495767930f69a968b8...fe2adc3da8fb59d9fd8a891fcf627cc236cbf98c
--
View it on GitLab: https://salsa.debian.org/med-team/libssw/-/compare/3e5fd263879e155bb41a2f495767930f69a968b8...fe2adc3da8fb59d9fd8a891fcf627cc236cbf98c
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/20260219/5f2d451f/attachment-0001.htm>
More information about the debian-med-commit
mailing list