[med-svn] [Git][med-team/biomaj3-cli][master] 3 commits: Do not export nocheck opt in d/rules, doing so is always wrong
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Dec 24 13:01:13 GMT 2022
Nilesh Patra pushed to branch master at Debian Med / biomaj3-cli
Commits:
70906b8c by Nilesh Patra at 2022-12-24T18:11:49+05:30
Do not export nocheck opt in d/rules, doing so is always wrong
- - - - -
daae182d by Nilesh Patra at 2022-12-24T18:25:26+05:30
Remove B-D on nose, as no tests are run in this package (Closes: 1018316)
- - - - -
4b715faa by Nilesh Patra at 2022-12-24T18:25:26+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+biomaj3-cli (3.1.11-4) unstable; urgency=medium
+
+ * Team Upload.
+ * Do not export nocheck opt in d/rules, doing so
+ is always wrong
+ * Remove B-D on nose, as no tests are run in this
+ package (Closes: 1018316)
+
+ -- Nilesh Patra <nilesh at debian.org> Sat, 24 Dec 2022 18:12:43 +0530
+
biomaj3-cli (3.1.11-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -7,7 +7,6 @@ Uploaders: Olivier Sallou <osallou at debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
python3-all,
python3-mock,
- python3-nose,
python3-requests,
python3-setuptools,
python3-biomaj3-core,
=====================================
debian/rules
=====================================
@@ -1,11 +1,11 @@
#! /usr/bin/make -f
-export DEB_BUILD_OPTIONS=nocheck
-
export PYBUILD_NAME=biomaj-cli
%:
dh $@ --with python3 --buildsystem=pybuild
+override_dh_auto_test:
+
override_dh_install:
dh_install
sed -i '1s;^;#!/usr/bin/python3\n;' debian/python3-biomaj3-cli/usr/bin/biomaj-cli.py
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/-/compare/b08239fe2ea5bd975675d642f3a690cfb19d2e85...4b715faa5cdcb5768e0f8a12dfb4d9814e615b99
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/-/compare/b08239fe2ea5bd975675d642f3a690cfb19d2e85...4b715faa5cdcb5768e0f8a12dfb4d9814e615b99
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/20221224/3e4a6dd7/attachment-0001.htm>
More information about the debian-med-commit
mailing list