Andrius Merkys pushed to branch master at Debian Med / emboss
Commits: 44bb1fdd by Andrius Merkys at 2024-04-17T04:03:53-04:00 Add a build time test to catch possible build problems. - - - - - c895e0e9 by Andrius Merkys at 2024-04-17T04:04:41-04:00 Update changelog for 6.6.0+dfsg-15 release - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +emboss (6.6.0+dfsg-15) unstable; urgency=medium + + * Team upload. + * Add a build time test to catch possible build problems. + + -- Andrius Merkys <[email protected]> Wed, 17 Apr 2024 04:04:21 -0400 + emboss (6.6.0+dfsg-14) unstable; urgency=medium * Build-Depends: architecture-is-64-bit ===================================== debian/rules ===================================== @@ -129,6 +129,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) echo "SET emboss_data $(CURDIR)/emboss/data" >> test/.embossrc echo "SET emboss_docroot $(CURDIR)/doc" >> test/.embossrc cd test/qa && LS_COLORS='' EMBOSSRC=$(CURDIR)/test PATH=$(CURDIR)/emboss:$$PATH EMBOSS_ROOT=../../../ ./qatest.csh + cat test/testdb/testdb.fasta | EMBOSS_ROOT=emboss emboss/seqret -filter endif override_dh_installchangelogs: View it on GitLab: https://salsa.debian.org/med-team/emboss/-/compare/1ec2004485191e03e008104de0933eaef2b683a6...c895e0e959cb59511bd36e302ebdc2508660aedb -- View it on GitLab: https://salsa.debian.org/med-team/emboss/-/compare/1ec2004485191e03e008104de0933eaef2b683a6...c895e0e959cb59511bd36e302ebdc2508660aedb 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
