[med-svn] [Git][med-team/proteinortho][master] 3 commits: Do not run tests in parallel as the makefile (probably) does not yet support...
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Nov 6 10:16:16 GMT 2022
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 <tille at debian.org> Fri, 04 Nov 2022 20:46:12 +0100
+ -- Nilesh Patra <nilesh at debian.org> 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 <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>,
+Uploaders: Andreas Tille <tille at debian.org>
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221106/d251c62b/attachment-0001.htm>
More information about the debian-med-commit
mailing list