[med-svn] [Git][med-team/python-scitrack][master] 6 commits: d/control: add myself to uploaders.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Dec 3 11:07:12 GMT 2022



Étienne Mollier pushed to branch master at Debian Med / python-scitrack


Commits:
935fceb5 by Étienne Mollier at 2022-12-03T11:46:06+01:00
d/control: add myself to uploaders.

- - - - -
93d90c28 by Étienne Mollier at 2022-12-03T11:47:25+01:00
d/{control,rules}: migrate from flit to generic pyproject.

- - - - -
adb382ce by Étienne Mollier at 2022-12-03T11:48:09+01:00
Update standards version to 4.6.1, no changes needed.

Changes-By: lintian-brush
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

- - - - -
3991ecb5 by Étienne Mollier at 2022-12-03T12:04:05+01:00
d/rules: cleanup the RECORD file later.

dh_python3 otherwise attempts to remove it, but somehow fails to.

- - - - -
f5bbe28b by Étienne Mollier at 2022-12-03T12:06:02+01:00
d/copyright: update copyright year.

- - - - -
1ce5abce by Étienne Mollier at 2022-12-03T12:06:39+01:00
ready to upload to unstable.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+python-scitrack (2021.5.3-3) unstable; urgency=medium
+
+  * d/control: add myself to uploaders.
+  * d/{control,rules}: migrate from flit to generic pyproject.
+  * Update standards version to 4.6.1, no changes needed.
+  * d/rules: cleanup the RECORD file later in the build process.
+  * d/copyright: update copyright year.
+
+ -- Étienne Mollier <emollier at debian.org>  Sat, 03 Dec 2022 12:06:22 +0100
+
 python-scitrack (2021.5.3-2) unstable; urgency=medium
 
   * Fix watch file


=====================================
debian/control
=====================================
@@ -1,18 +1,21 @@
 Source: python-scitrack
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>, Nilesh Patra <nilesh at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Nilesh Patra <nilesh at debian.org>,
+           Étienne Mollier <emollier at debian.org>
 Section: science
 Testsuite: autopkgtest-pkg-python
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-python,
                flit,
+               pybuild-plugin-pyproject,
                python3-all,
                python3-setuptools,
                python3-pytest <!nocheck>,
                python3-numpy <!nocheck>,
                debhelper
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/med-team/python-scitrack
 Vcs-Git: https://salsa.debian.org/med-team/python-scitrack.git
 Homepage: https://github.com/HuttleyLab/scitrack


=====================================
debian/copyright
=====================================
@@ -7,7 +7,9 @@ Copyright: 2016-2019 Gavin Huttley
 License: BSD-4-clause
 
 Files: debian/*
-Copyright: 2019 Andreas Tille <tille at debian.org>
+Copyright: 2019-2022 Andreas Tille <tille at debian.org>
+           2020-2021 Nilesh Patra <nilesh at debian.org>
+                2022 Étienne Mollier <emollier at debian.org>
 License: BSD-4-clause
 
 License: BSD-4-clause


=====================================
debian/rules
=====================================
@@ -3,7 +3,6 @@
 # DH_VERBOSE := 1
 
 export PYBUILD_NAME=scitrack
-export PYBUILD_SYSTEM=flit
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild
@@ -16,4 +15,7 @@ endif
 # Done in order to make build reproducible
 override_dh_auto_install:
 	dh_auto_install
-	find \( -name direct_url.json -or -name RECORD \) -delete
+	find -name direct_url.json -delete
+
+execute_after_dh_python3:
+	find -name RECORD -delete



View it on GitLab: https://salsa.debian.org/med-team/python-scitrack/-/compare/fe52233a38153d516b3f8b996c768ade01559db1...1ce5abce16db878099686695ec314723e35ab995

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-scitrack/-/compare/fe52233a38153d516b3f8b996c768ade01559db1...1ce5abce16db878099686695ec314723e35ab995
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/20221203/bf193162/attachment-0001.htm>


More information about the debian-med-commit mailing list