[Git][debian-gis-team/pysolid][master] 6 commits: Use the <!nochek> marker in d/control
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Mon Aug 14 15:01:50 BST 2023
Antonio Valentino pushed to branch master at Debian GIS Project / pysolid
Commits:
d153ae20 by Antonio Valentino at 2023-08-14T14:37:05+02:00
Use the <!nochek> marker in d/control
- - - - -
da5bd714 by Antonio Valentino at 2023-08-14T14:42:40+02:00
Switch to autopkgtest-pkg-pybuild
- - - - -
6cb0e895 by Antonio Valentino at 2023-08-14T15:13:48+02:00
Depend on setuptools-scm
- - - - -
7ab41b0b by Antonio Valentino at 2023-08-14T13:58:15+00:00
Update d/python3-pysolid.lintian-overrides
- - - - -
cd505c24 by Antonio Valentino at 2023-08-14T13:58:41+00:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
319befbe by Antonio Valentino at 2023-08-14T14:01:21+00:00
Set distribution to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/python3-pysolid.lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,19 @@
-pysolid (0.3.0-2) UNRELEASED; urgency=medium
+pysolid (0.3.0-2) unstable; urgency=medium
+ [ Bas Couwenberg ]
* Team upload.
* Don't override dh_auto_test for custom pybuild system.
* Remove generated files in clean target.
(closes: #1047232)
- -- Bas Couwenberg <sebastic at debian.org> Sun, 16 Jul 2023 14:14:43 +0200
+ [ Antonio Valentino ]
+ * debian/control:
+ - Use <!nocheck> markers.
+ - Add build-dependency pn python3-setuptools-scm.
+ * Switch to autopkgtest-pkg-pybuild.
+ * Update d/python3-pysolid.lintian-overrides.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Mon, 14 Aug 2023 14:01:02 +0000
pysolid (0.3.0-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -4,20 +4,21 @@ Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
Rules-Requires-Root: no
-Testsuite: autopkgtest-pkg-python
-Build-Depends: gfortran,
- debhelper-compat (= 13),
+Testsuite: autopkgtest-pkg-pybuild
+Build-Depends: debhelper-compat (= 13),
dh-python,
+ gfortran,
pybuild-plugin-pyproject,
python3-all-dev,
python3-numpy,
python3-matplotlib,
- python3-pytest,
+ python3-pytest <!nocheck>,
python3-scipy,
python3-skimage,
python3-setuptools,
- xauth,
- xvfb
+ python3-setuptools-scm,
+ xauth <!nocheck>,
+ xvfb <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pysolid
Vcs-Git: https://salsa.debian.org/debian-gis-team/pysolid.git
=====================================
debian/python3-pysolid.lintian-overrides
=====================================
@@ -1,3 +1,5 @@
# False positive, lat/lon
spelling-error-in-binary lon long *
+# False positive
+package-contains-documentation-outside-usr-share-doc [usr/lib/python3/dist-packages/pysolid-*.*-info/*]
=====================================
debian/rules
=====================================
@@ -4,9 +4,9 @@ export MPLBACKEND=Agg
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export PYBUILD_NAME=pysolid
export PYBUILD_TEST_CUSTOM=1
-export PYBUILD_TEST_ARGS=cd {build_dir} &&\
- env PYTHONPATH=. xvfb-run -a -n 1 -s '-screen 0 1280x1024x24 -dpi 96' python{version} $(CURDIR)/tests/grid.py &&\
- env PYTHONPATH=. xvfb-run -a -n 1 -s '-screen 0 1280x1024x24 -dpi 96' python{version} $(CURDIR)/tests/point.py
+export PYBUILD_TEST_ARGS=\
+ env PYTHONPATH={build_dir} xvfb-run -a -n 1 -s '-screen 0 1280x1024x24 -dpi 96' python{version} $(CURDIR)/tests/grid.py &&\
+ env PYTHONPATH={build_dir} xvfb-run -a -n 1 -s '-screen 0 1280x1024x24 -dpi 96' python{version} $(CURDIR)/tests/point.py
%:
dh $@ --with python3,numpy3 --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/compare/4b37fa0675dc4cd1e9c71cf7dc66431581834378...319befbe6cbb4fcb0810d5a2817eb7f6773409ed
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/compare/4b37fa0675dc4cd1e9c71cf7dc66431581834378...319befbe6cbb4fcb0810d5a2817eb7f6773409ed
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/pkg-grass-devel/attachments/20230814/8265a3e2/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list