[med-svn] [Git][med-team/cassiopee][master] 5 commits: d/watch: version=5
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Oct 16 10:55:32 BST 2025
Andreas Tille pushed to branch master at Debian Med / cassiopee
Commits:
0ec259fc by Andreas Tille at 2025-10-16T11:39:22+02:00
d/watch: version=5
- - - - -
828ef0a9 by Andreas Tille at 2025-10-16T11:40:30+02:00
Fix build with CMake 4.0 Closes: #1112764
- - - - -
24b0a409 by Andreas Tille at 2025-10-16T11:40:38+02:00
Standards-Version: 4.7.2 (routine-update)
- - - - -
de44864a by Andreas Tille at 2025-10-16T11:50:35+02:00
debputy lint --auto-fix (routine-update)
- - - - -
dc3a554f by Andreas Tille at 2025-10-16T11:51:57+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,14 @@
+cassiopee (1.0.9-5) unstable; urgency=medium
+
+ * Team upload.
+ * d/watch: version=5
+ * Fix build with CMake 4.0
+ Closes: #1112764
+ * Standards-Version: 4.7.2 (routine-update)
+ * debputy lint --auto-fix (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Thu, 16 Oct 2025 11:50:38 +0200
+
cassiopee (1.0.9-4) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,16 +1,18 @@
Source: cassiopee
+Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Olivier Sallou <osallou at debian.org>
+Uploaders:
+ Olivier Sallou <osallou at debian.org>,
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13),
- cmake,
- doxygen,
- libboost-serialization-dev,
- libboost-iostreams-dev,
- libgoogle-glog-dev,
- libcppunit-dev
-Standards-Version: 4.6.2
+Build-Depends:
+ debhelper-compat (= 13),
+ cmake,
+ doxygen,
+ libboost-serialization-dev,
+ libboost-iostreams-dev,
+ libgoogle-glog-dev,
+ libcppunit-dev,
Vcs-Browser: https://salsa.debian.org/med-team/cassiopee
Vcs-Git: https://salsa.debian.org/med-team/cassiopee.git
Homepage: https://github.com/osallou/cassiopee-c
@@ -18,8 +20,9 @@ Rules-Requires-Root: no
Package: cassiopee
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
Description: index and search tool in genomic sequences
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
@@ -31,10 +34,11 @@ Description: index and search tool in genomic sequences
Package: libcassie-doc
Architecture: all
-Section: doc
-Depends: ${misc:Depends},
- libjs-jquery
Multi-Arch: foreign
+Section: doc
+Depends:
+ ${misc:Depends},
+ libjs-jquery,
Description: documentation for cassiopee library
Cassiopee index and search library C implementation. It is a complete
rewrite of the ruby Cassiopee gem. It scans an input genomic sequence
@@ -47,10 +51,13 @@ Description: documentation for cassiopee library
Package: libcassie1v5
Architecture: any
Section: libs
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Conflicts: libcassie1
-Replaces: libcassie1
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+Conflicts:
+ libcassie1,
+Replaces:
+ libcassie1,
Description: library implementating search algorithms
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
@@ -61,9 +68,10 @@ Description: library implementating search algorithms
Package: libcassie-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- libcassie1v5 (= ${binary:Version})
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libcassie1v5 (= ${binary:Version}),
Description: library and headers for development
Cassiopee index and search library C implementation.
It is a complete rewrite of the ruby Cassiopee gem. It scans an input
=====================================
debian/rules
=====================================
@@ -12,6 +12,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
override_dh_install:
rm -f doc/html/jquery.js
dh_install
=====================================
debian/watch
=====================================
@@ -1,5 +1,7 @@
-# Compulsory line, this is a version 3 file
-version=4
+Version: 5
-opts="dversionmangle=s/\+dfsg//g" \
- https://github.com/osallou/cassiopee-c/tags .*/v?(\d\S*)\.tar\.gz
+Source: https://github.com/osallou/@PACKAGE@-c/tags
+Matching-Pattern: (?:.*?/)?v?(\d[\d.]+)@ARCHIVE_EXT@
+Filename-Mangle: s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%
+Repack-Suffix: +dfsg
+Dversion-Mangle: auto
View it on GitLab: https://salsa.debian.org/med-team/cassiopee/-/compare/9d17279ce7dd248b84df9697cb12d2e681f86bf3...dc3a554f209ca76940b6f2721914654bc9abfcd3
--
View it on GitLab: https://salsa.debian.org/med-team/cassiopee/-/compare/9d17279ce7dd248b84df9697cb12d2e681f86bf3...dc3a554f209ca76940b6f2721914654bc9abfcd3
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/20251016/91244a69/attachment-0001.htm>
More information about the debian-med-commit
mailing list