Your message dated Fri, 15 Oct 2021 19:03:35 +0000
with message-id <e1mbsur-000avj...@fasolo.debian.org>
and subject line Bug#982962: fixed in bottleneck 1.3.2+ds1-1
has caused the Debian Bug report #982962,
regarding bottleneck: implement proper arch/indep split
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
982962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982962
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bottleneck
Version: 1.2.1+ds1-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: cross-satisfiability
bottleneck cannot be cross built from source, because its documentation
dependencies are not satisfiable. It nicely splits its documentation to
an arch:all package and even has a nodoc package, but still the
dependencies are unsatisfiable. The nodoc profile is actually quite
useless here, because an arch-only build does not emit the documentation
already. The one thing that is missing is not generating it during an
arch-only build. Please consider applying the attached patch.
Helmut
diff --minimal -Nru bottleneck-1.2.1+ds1/debian/changelog
bottleneck-1.2.1+ds1/debian/changelog
--- bottleneck-1.2.1+ds1/debian/changelog 2019-08-25 08:44:51.000000000
+0200
+++ bottleneck-1.2.1+ds1/debian/changelog 2021-02-17 14:07:12.000000000
+0100
@@ -1,3 +1,10 @@
+bottleneck (1.2.1+ds1-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Replace nodoc profile with a proper arch/indep split. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Wed, 17 Feb 2021 14:07:12 +0100
+
bottleneck (1.2.1+ds1-2) unstable; urgency=medium
* Team upload.
diff --minimal -Nru bottleneck-1.2.1+ds1/debian/control
bottleneck-1.2.1+ds1/debian/control
--- bottleneck-1.2.1+ds1/debian/control 2019-08-25 08:44:51.000000000 +0200
+++ bottleneck-1.2.1+ds1/debian/control 2021-02-17 14:04:27.000000000 +0100
@@ -12,10 +12,10 @@
python3-nose <!nocheck>,
python3-numpy (>= 1:1.14.3-1~),
python3-numpy-dbg,
- python3-numpydoc <!nodoc>,
python3-setuptools,
- python3-sphinx <!nodoc>,
- sphinx-common
+Build-Depends-Indep: dh-sequence-sphinxdoc,
+ python3-numpydoc,
+ python3-sphinx,
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/bottleneck
Vcs-Git: https://salsa.debian.org/python-team/modules/bottleneck.git
@@ -26,7 +26,7 @@
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
-Suggests: python-bottleneck-doc <!nodoc>
+Suggests: python-bottleneck-doc
Enhances: python3-pandas
Description: Fast NumPy array functions written in C (Python 3)
Bottleneck is a collection of fast NumPy array functions written in C.
@@ -68,4 +68,3 @@
functions.
.
This package provides the documentation for bottleneck.
-Build-Profiles: <!nodoc>
diff --minimal -Nru bottleneck-1.2.1+ds1/debian/rules
bottleneck-1.2.1+ds1/debian/rules
--- bottleneck-1.2.1+ds1/debian/rules 2019-08-25 08:44:51.000000000 +0200
+++ bottleneck-1.2.1+ds1/debian/rules 2021-02-17 14:07:09.000000000 +0100
@@ -10,23 +10,18 @@
export DH_ALWAYS_EXCLUDE=LICENSE
%:
- dh $@ --with python3,numpy3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with python3,numpy3 --buildsystem=pybuild
override_dh_auto_clean:
dh_auto_clean
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
find bottleneck -type f -name "*.so" -delete
$(RM) -rf build/sphinx
-endif
-override_dh_auto_build: export http_proxy=127.0.0.1:9
-override_dh_auto_build: export https_proxy=127.0.0.1:9
-override_dh_auto_build:
- dh_auto_build
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+override_dh_auto_build-indep: export http_proxy=127.0.0.1:9
+override_dh_auto_build-indep: export https_proxy=127.0.0.1:9
+override_dh_auto_build-indep:
python3 setup.py build_ext --inplace
PYTHONPATH=. python3 setup.py build_sphinx
-endif
override_dh_installchangelogs:
dh_installchangelogs RELEASE.rst
--- End Message ---
--- Begin Message ---
Source: bottleneck
Source-Version: 1.3.2+ds1-1
Done: Gordon Ball <gor...@chronitis.net>
We believe that the bug you reported is fixed in the latest version of
bottleneck, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 982...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gordon Ball <gor...@chronitis.net> (supplier of updated bottleneck package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 15 Oct 2021 18:10:18 +0000
Source: bottleneck
Architecture: source
Version: 1.3.2+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Gordon Ball <gor...@chronitis.net>
Closes: 982962 994297
Changes:
bottleneck (1.3.2+ds1-1) unstable; urgency=medium
.
* Team upload.
.
[ Debian Janitor ]
* Bump debhelper from old 10 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Remove unnecessary get-orig-source-target.
.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
.
[ Debian Janitor ]
* Apply multi-arch hints.
+ python3-bottleneck-dbg: Add Multi-Arch: same.
+ python-bottleneck-doc: Add Multi-Arch: foreign.
* Bump debhelper from old 12 to 13.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on dpkg-dev and python3-numpy.
.
[ Gordon Ball ]
* Apply patch from Helmut Grohne to replace nodoc build profile with a
proper arch/indep split (Closes: #982962)
* Drop explicit debug symbols package (Closes: #994297)
* Update homepage to https://github.com/pydata/bottleneck
* New upstream version 1.3.2+ds1
* Rebase (and drop) patches
* Update test dependency nose -> pytest
* Standards-Version: 4.6.0
* Rules-Requires-Root: no
* Patch documentation to drop unpackaged contributors sphinx extension,
google analytics in html pages
Checksums-Sha1:
d1963cd5719979f44339909cbf19be6b57798f49 2347 bottleneck_1.3.2+ds1-1.dsc
732f7312a9ba2f541815ce394b2a4792d219127f 72012 bottleneck_1.3.2+ds1.orig.tar.xz
5b084befab356a6811feb4e09375bbe4d3c6400c 5288
bottleneck_1.3.2+ds1-1.debian.tar.xz
395bd00fe3bb3df99ca7f876fdc1f2d1f499f4e2 7078
bottleneck_1.3.2+ds1-1_source.buildinfo
Checksums-Sha256:
3de06dcbf9d204af69daedae1f081174187ec3e44f1b8b42f7caa8b55250cc56 2347
bottleneck_1.3.2+ds1-1.dsc
fec9c1f7e9e44843c15af2a71d4d09f55df1a643ef6fc6ef84a8d492f70278f7 72012
bottleneck_1.3.2+ds1.orig.tar.xz
6647c5e8898fe58e1915a686cf31c63040d387482543d3761970f7559b4b5668 5288
bottleneck_1.3.2+ds1-1.debian.tar.xz
2768d96c9d74d0c363f7400a9e74dd565c10b9f84fa7741a02f452ab79de633c 7078
bottleneck_1.3.2+ds1-1_source.buildinfo
Files:
5e45e420f6317aec72f62362ec17ca07 2347 python optional
bottleneck_1.3.2+ds1-1.dsc
90bf16c0f85ce564a324e5e7522e22a2 72012 python optional
bottleneck_1.3.2+ds1.orig.tar.xz
8c1d27538f7fde5c40a271e278c6291f 5288 python optional
bottleneck_1.3.2+ds1-1.debian.tar.xz
ea0c73e4add2ddbc03075da0ff2f3d01 7078 python optional
bottleneck_1.3.2+ds1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE6PwpXIa418BJ+Xuno12v+60p6N4FAmFpynIACgkQo12v+60p
6N5/BhAAgFXMcE3WPUn1IvWNwZerZVFJWIcnPGJYowYRCabDHeWdFdFgc6gyljE9
E65uR2WzxCnX8mxtNzKHGt+WL9gyyizoNJ80l41r9Lume0oYFQuucH+mptpVzcRu
hUcF47gwVOzXTnLi8Pt8PnNePUD8r0CatF+ArvTM0bD7XCQfoRz8kD78BFOS3gQP
ZI2u1EzBObw41Kf1LZwxLMzxODQJn7tbJMqeQFDMFc6K8R2l5CU8dsD/mSA+Is6I
zSRYoNiZ6rkIGYrh2qBL0nfY87PaCRX0arTJympy8wZtNexM7jTQJ6uc0MMlnOVQ
Da9BeGxpqI99PSqOG3ZHjYZbPMYk1JKpzvRbgmne5IwMHBSgor4LUt2Xo8iQk7Pj
0Ul2+M/ceUNBhn09i/CZuU+HjybjR998NlOwu1MOqjkXFdm5vbixpQC/6iRUn1uf
3yidbHeDb61E6AvPEGgJc9CQ+IWE+kdva/Vp8An8EiuW1b2dS+cpIHwA6/Gh9KX4
IMPX5E4fym7cxgiTtUW/dry7Zh51tNQlNmqsmOk4P1rZEaVigEyP5luM5JyMPMg/
0HiH/97EgYxYNoia41FLFS10p39FFJdDJlU9wLEj6GWOk5IxqDSyRE3E298FMFGy
GCKNxms7katLPwv4FgFx9GCm5i2ytleRenzZd7pT4ve91v2HBNo=
=DDyz
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team