[med-svn] [Git][med-team/biomaj3-cli][master] 10 commits: routine-update: Packaging update
Mohd Bilal (@rmb)
gitlab at salsa.debian.org
Sun Jul 3 19:32:18 BST 2022
Mohd Bilal pushed to branch master at Debian Med / biomaj3-cli
Commits:
2c0c7116 by Mohammed Bilal at 2022-07-03T18:05:29+00:00
routine-update: Packaging update
- - - - -
144274f4 by Mohammed Bilal at 2022-07-03T18:05:39+00:00
routine-update: Standards-Version: 4.6.1
- - - - -
03b797a7 by Mohammed Bilal at 2022-07-03T18:05:39+00:00
routine-update: debhelper-compat 13
- - - - -
26ebd677 by Mohammed Bilal at 2022-07-03T18:05:44+00:00
routine-update: Testsuite: autopkgtest-pkg-python
- - - - -
6acb0ed0 by Mohammed Bilal at 2022-07-03T18:05:45+00:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
d07e052c by Mohammed Bilal at 2022-07-03T18:05:45+00:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
815ea8a7 by Mohammed Bilal at 2022-07-03T18:05:46+00:00
routine-update: Add salsa-ci file
- - - - -
b2c9c96f by Mohammed Bilal at 2022-07-03T18:05:46+00:00
routine-update: Rules-Requires-Root: no
- - - - -
1d7f1cde by Mohammed Bilal at 2022-07-03T18:05:59+00:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
f4ba52cc by Mohammed Bilal at 2022-07-03T18:10:32+00:00
add d/t/pkg-python/import-name for autopkgtest
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- + debian/tests/pkg-python/import-name
- + debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,29 @@
+biomaj3-cli (3.1.11-3) unstable; urgency=medium
+
+ * Team upload.
+ * Packaging update
+ * Standards-Version: 4.6.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Testsuite: autopkgtest-pkg-python (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Provide debian/tests/pkg-python/import-name to make autopkgtest work
+
+ -- Mohammed Bilal <mdbilal at disroot.org> Sun, 03 Jul 2022 18:06:09 +0000
+
+biomaj3-cli (3.1.11-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+
+ -- Mohammed Bilal <mdbilal at disroot.org> Sun, 03 Jul 2022 18:05:29 +0000
+
biomaj3-cli (3.1.11-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release
-- Olivier Sallou <osallou at debian.org> Tue, 12 Nov 2019 10:37:31 +0000
@@ -10,7 +33,7 @@ biomaj3-cli (3.1.10-1) unstable; urgency=medium
* Use secure copyright file specification URI.
[ Olivier Sallou ]
- * New upstream release
+ * New upstream release
-- Olivier Sallou <osallou at debian.org> Thu, 25 Oct 2018 09:26:51 +0000
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9
=====================================
debian/control
=====================================
@@ -1,9 +1,10 @@
Source: biomaj3-cli
Section: python
+Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou at debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper-compat (= 13), dh-python,
python3-all,
python3-mock,
python3-nose,
@@ -11,8 +12,9 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-setuptools,
python3-biomaj3-core,
python3-biomaj3-daemon
-Standards-Version: 4.1.3
+Standards-Version: 4.6.1
Homepage: https://github.com/genouest/biomaj-cli
+Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-cli
Vcs-Git: https://salsa.debian.org/med-team/biomaj3-cli.git
=====================================
debian/copyright
=====================================
@@ -424,7 +424,7 @@ License: AGPL-3
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
- received notice of violation of this License (for any work) from that
+ received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
.
@@ -537,7 +537,7 @@ License: AGPL-3
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
- .
+ .
12. No Surrender of Others' Freedom.
.
If conditions are imposed on you (whether by court order, agreement or
=====================================
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/tests/pkg-python/import-name
=====================================
@@ -0,0 +1 @@
+biomaj_cli
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/genouest/biomaj-cli/issues
+Bug-Submit: https://github.com/genouest/biomaj-cli/issues/new
+Repository: https://github.com/genouest/biomaj-cli.git
+Repository-Browse: https://github.com/genouest/biomaj-cli
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/-/compare/5147b329273e9893366f61eec6b950c5fcaa8bf7...f4ba52ccbfbabe9ad18c091df7ad3bec5ba1a9ce
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-cli/-/compare/5147b329273e9893366f61eec6b950c5fcaa8bf7...f4ba52ccbfbabe9ad18c091df7ad3bec5ba1a9ce
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/20220703/c8bd0407/attachment-0001.htm>
More information about the debian-med-commit
mailing list