Étienne Mollier pushed to branch master at Debian Med / cassiopee
Commits: fcfe56d5 by Étienne Mollier at 2023-12-18T12:13:54+01:00 d/control: declare compliance to standards version 4.6.2. - - - - - 3dc023a7 by Étienne Mollier at 2023-12-18T12:18:06+01:00 d/control: mark libcassie-doc Multi-Arch foreign. - - - - - b54243ad by Étienne Mollier at 2023-12-18T12:22:26+01:00 d/clean: new: cleanup doc and test artifacts. Closes: #1043792 - - - - - 6ac9cb39 by Étienne Mollier at 2023-12-18T12:22:44+01:00 d/rules: remove clean override: deferred to d/clean. - - - - - 9d17279c by Étienne Mollier at 2023-12-18T12:30:39+01:00 ready to upload to unstable. - - - - - 4 changed files: - debian/changelog - + debian/clean - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +cassiopee (1.0.9-4) unstable; urgency=medium + + * Team upload. + * d/control: declare compliance to standards version 4.6.2. + * d/control: mark libcassie-doc Multi-Arch foreign. + * d/clean: new: cleanup doc and test artifacts. (Closes: #1043792) + * d/rules: remove clean override: deferred to d/clean. + + -- Étienne Mollier <[email protected]> Mon, 18 Dec 2023 12:23:03 +0100 + cassiopee (1.0.9-3) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -0,0 +1,3 @@ +cppunit-report.xml +doc/ +test/sequence.txt.cass.meta ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), libboost-iostreams-dev, libgoogle-glog-dev, libcppunit-dev -Standards-Version: 4.5.1 +Standards-Version: 4.6.2 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 @@ -34,6 +34,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, libjs-jquery +Multi-Arch: foreign 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 ===================================== debian/rules ===================================== @@ -12,10 +12,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ -override_dh_clean: - dh_clean - rm -rf doc - override_dh_install: rm -f doc/html/jquery.js dh_install View it on GitLab: https://salsa.debian.org/med-team/cassiopee/-/compare/57d923172b01cb6bffac3da8ab325f4fdf669120...9d17279ce7dd248b84df9697cb12d2e681f86bf3 -- View it on GitLab: https://salsa.debian.org/med-team/cassiopee/-/compare/57d923172b01cb6bffac3da8ab325f4fdf669120...9d17279ce7dd248b84df9697cb12d2e681f86bf3 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
