Nilesh Patra pushed to branch master at Debian Med / proteinortho
Commits: f9805b36 by Nilesh Patra at 2022-11-06T15:00:58+05:30 Do not run tests in parallel as the makefile (probably) does not yet support running on multiple threads - - - - - 34f2726e by Nilesh Patra at 2022-11-06T15:03:13+05:30 d/control: Minor fix - - - - - 592470cd by Nilesh Patra at 2022-11-06T15:43:32+05:30 Add my credit in d/ch - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,15 @@ -proteinortho (6.1.2+dfsg-1) UNRELEASED; urgency=medium +proteinortho (6.1.2+dfsg-1) unstable; urgency=medium - * New upstream version + [ Andreas Tille ] + * Team Upload. + * New upstream version 6.1.2+dfsg + * Set upstream metadata fields: Bug-Database, Bug-Submit. + + [ Nilesh Patra ] + * Do not run tests in parallel as the makefile (probably) does not + yet support running on multiple threads - -- Andreas Tille <[email protected]> Fri, 04 Nov 2022 20:46:12 +0100 + -- Nilesh Patra <[email protected]> Sun, 06 Nov 2022 15:43:06 +0530 proteinortho (6.1.1+dfsg-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -1,6 +1,6 @@ Source: proteinortho Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]>, +Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), ===================================== debian/rules ===================================== @@ -9,6 +9,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ +override_dh_auto_test: + dh_auto_test --no-parallel + override_dh_auto_install: mkdir -p $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin dh_auto_install -- install PREFIX=$(CURDIR)/debian/$(DEB_SOURCE)/usr/bin View it on GitLab: https://salsa.debian.org/med-team/proteinortho/-/compare/3d6b4c81367387bee79f62655da22877c9b15d99...592470cd307cb9231431824617e12065f82b60fd -- View it on GitLab: https://salsa.debian.org/med-team/proteinortho/-/compare/3d6b4c81367387bee79f62655da22877c9b15d99...592470cd307cb9231431824617e12065f82b60fd 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
