Andreas Tille pushed to branch master at Debian Med / seqan2
Commits: acf49711 by Andreas Tille at 2020-12-13T21:22:46+01:00 Enable reproducible=+fixfilepath - - - - - 28cc69d0 by Andreas Tille at 2020-12-13T21:23:41+01:00 routine-update: Standards-Version: 4.5.1 - - - - - 3ab0a9e2 by Andreas Tille at 2020-12-13T21:23:41+01:00 routine-update: debhelper-compat 13 - - - - - 4c73ac72 by Andreas Tille at 2020-12-13T21:23:46+01:00 routine-update: Add salsa-ci file - - - - - 6595294f by Andreas Tille at 2020-12-13T21:24:39+01:00 Set upstream metadata fields: Bug-Database, Bug-Submit. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html - - - - - 17be407d by Andreas Tille at 2020-12-14T08:03:28+01:00 Install sak.1 manpage - - - - - 966b1726 by Andreas Tille at 2020-12-14T08:06:47+01:00 Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - debian/rules - + debian/salsa-ci.yml - + debian/seqan-apps.manpages - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +seqan2 (2.4.0+dfsg-13) unstable; urgency=medium + + [ Vagrant Cascadian ] + * Enable reproducible=+fixfilepath + Closes: #972752 + + [ Andreas Tille ] + * Standards-Version: 4.5.1 (routine-update) + * debhelper-compat 13 (routine-update) + * Add salsa-ci file (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit. + * Install sak.1 manpage + + -- Andreas Tille <[email protected]> Mon, 14 Dec 2020 08:06:32 +0100 + seqan2 (2.4.0+dfsg-12) unstable; urgency=medium * Convert python scripts to python3. Closes: #938465 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Kevin Murray <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), python3, cmake, fakeroot @@ -15,7 +15,7 @@ Build-Depends-Arch: zlib1g-dev, libboost-dev, help2man, ctdconverter -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/seqan2 Vcs-Git: https://salsa.debian.org/med-team/seqan2.git Homepage: http://www.seqan.de/ ===================================== debian/rules ===================================== @@ -3,7 +3,9 @@ # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 -export DH_BUILD_MAINT_OPTIONS = hardening=+all +# debian/rules: Disable fixfilepath feature, as it triggers build +# failures when enabled. +export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath include /usr/share/dpkg/pkg-info.mk export HOME=$(CURDIR)/fakehome ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/seqan-apps.manpages ===================================== @@ -0,0 +1 @@ +usr/share/man/man1/* ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/seqan/seqan/issues +Bug-Submit: https://github.com/seqan/seqan/issues/new Donation: http://www.seqan.de/ Reference: AUTHOR: Doring, Andreas and Weese, David and Rausch, Tobias and Reinert, Knut View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/compare/b7ab44d048391dac588308cad2afc5bdd2330710...966b1726bb188aad92e82ba27b63714580607fcc -- View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/compare/b7ab44d048391dac588308cad2afc5bdd2330710...966b1726bb188aad92e82ba27b63714580607fcc 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
