[med-svn] [Git][med-team/nipy][master] 4 commits: d/rules: regenerate C source from .pyx with Cython.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Thu Jan 5 22:43:22 GMT 2023



Étienne Mollier pushed to branch master at Debian Med / nipy


Commits:
85899a6f by Étienne Mollier at 2023-01-05T23:12:51+01:00
d/rules: regenerate C source from .pyx with Cython.

Closes: #1024036

- - - - -
ce8437be by Étienne Mollier at 2023-01-05T23:20:03+01:00
d/control: manpages unreadable currently, so disabled.

- - - - -
71407b6e by Étienne Mollier at 2023-01-05T23:41:22+01:00
d/control: bring back support to all python3 versions.

- - - - -
6121b714 by Étienne Mollier at 2023-01-05T23:42:56+01:00
ready to upload to unstable.

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+nipy (0.5.0-5) unstable; urgency=medium
+
+  * Team upload.
+  * d/rules: regenerate C source from .pyx with Cython. (Closes: #1024036)
+  * d/control: manpages unreadable currently, so disabled.
+  * d/control: bring back support to all python3 versions.
+
+ -- Étienne Mollier <emollier at debian.org>  Thu, 05 Jan 2023 23:41:51 +0100
+
 nipy (0.5.0-4) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Testsuite: autopkgtest-pkg-python
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-python,
-               python3-dev,
+               python3-all-dev,
                python3-setuptools,
                python3-scipy,
                python3-numpy,


=====================================
debian/rules
=====================================
@@ -38,6 +38,10 @@ manpages:
 		>| ../../../../build/manpages/$$f.1; \
 	done
 
+execute_before_dh_auto_build:
+	@echo 'I: Force regeneration of C code resulting from .pyx files'
+	find $(CURDIR)/nipy/ -name '*.pyx' -exec cython3 '{}' ';'
+
 override_dh_auto_build-indep:
 	: # I: build the arch-dep packages to be able to build the docs
 	dh_auto_build
@@ -92,7 +96,8 @@ override_dh_compress:
 	dh_compress -X.py -X.html -X.pdf -X.css -X.jpg -X.txt -X.js -X.json -X.rtc -Xobjects.inv
 
 override_dh_installman: manpages
-	dh_installman -ppython3-nipy build/manpages/*.1
+	# FIXME: in their current state, manpages are useless, so are disabled.
+	#dh_installman -ppython3-nipy build/manpages/*.1
 
 override_dh_clean:
 	: # I: Custom cleaning



View it on GitLab: https://salsa.debian.org/med-team/nipy/-/compare/31a09ea3fc0f695df6bac814081ec16cd48b546c...6121b714fcc8042e26e69d13c8dfa9b09443f320

-- 
View it on GitLab: https://salsa.debian.org/med-team/nipy/-/compare/31a09ea3fc0f695df6bac814081ec16cd48b546c...6121b714fcc8042e26e69d13c8dfa9b09443f320
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/20230105/78cd6a1f/attachment-0001.htm>


More information about the debian-med-commit mailing list