Bug#891618: DistributionNotFound: The 'pyqt5' distribution was not found

2018-02-26 Thread Ghislain Antony Vaillant
Package: spyder3
Version: 3.2.6+dfsg1-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

The latest update of src:spyder now explicitly requires pyqt5. Despite
being pulled transitively by python{,3}-qtpy, detection by pkg_resources 
is failing. Launching spyder3 yields a DistributionNotFound error with
the following traceback:

Traceback (most recent call last):
  File "/usr/bin/spyder3", line 6, in 
from pkg_resources import load_entry_point
  File 
"/home/ghislain/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 3147, in 
@_call_aside
  File 
"/home/ghislain/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 3131, in _call_aside
f(*args, **kwargs)
  File 
"/home/ghislain/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 3160, in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File 
"/home/ghislain/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 666, in _build_master
ws.require(__requires__)
  File 
"/home/ghislain/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 984, in require
needed = self.resolve(parse_requirements(requirements))
  File 
"/home/ghislain/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 870, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pyqt5' distribution was not found and 
is required by spyder

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (900, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages spyder3 depends on:
ii  python3 3.6.4-1
ii  python3-spyder  3.2.6+dfsg1-1
ii  python3.6   3.6.4-4

spyder3 recommends no packages.

spyder3 suggests no packages.

Versions of packages python3-spyder depends on:
ii  libjs-jquery 3.2.1-1
ii  libjs-mathjax2.7.2+dfsg-1
ii  pylint3  1.8.1-1
ii  python3  3.6.4-1
ii  python3-chardet  3.0.4-1
ii  python3-cloudpickle  0.5.2-2
ii  python3-jedi 0.11.1-1
ii  python3-nbconvert5.3.1-1
ii  python3-numpydoc 0.7.0-1
ii  python3-pickleshare  0.7.4-2
ii  python3-psutil   5.4.2-1
ii  python3-pycodestyle  2.3.1-2
ii  python3-pyflakes 1.6.0-1
ii  python3-pygments 2.2.0+dfsg-1
ii  python3-qtawesome0.4.4+ds1-1
ii  python3-qtconsole4.3.1-1
ii  python3-qtpy 1.3.1-1
ii  python3-rope 0.10.5-2
ii  python3-sphinx   1.6.7-1
ii  python3-zmq  16.0.2-2+b1
ii  spyder-common3.2.6+dfsg1-1

Versions of packages python3-spyder suggests:
ii  cython3 0.26.1-0.4
pn  python3-matplotlib  
pn  python3-numpy   
pn  python3-pandas  
ii  python3-pil 4.3.0-2
pn  python3-scipy   
pn  python3-sympy   
pn  spyder-doc  

Versions of packages python3-pyqt5 depends on:
ii  libc62.26-6
ii  libgcc1  1:8-20180218-1
ii  libpython3.6 3.6.4-4
ii  libqt5core5a [qtbase-abi-5-9-2]  5.9.2+dfsg-12
ii  libqt5dbus5  5.9.2+dfsg-12
ii  libqt5designer5  5.9.2-6
ii  libqt5gui5   5.9.2+dfsg-12
ii  libqt5help5  5.9.2-6
ii  libqt5network5   5.9.2+dfsg-12
ii  libqt5printsupport5  5.9.2+dfsg-12
ii  libqt5test5  5.9.2+dfsg-12
ii  libqt5widgets5   5.9.2+dfsg-12
ii  libqt5xml5   5.9.2+dfsg-12
ii  libstdc++6   8-20180218-1
ii  python3  3.6.4-1
ii  python3-sip [sip-py3api-12.3]4.19.7+dfsg-1

Versions of packages python3-pyqt5 suggests:
pn  python3-pyqt5-dbg  

-- no debconf information

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#891617: DistributionNotFound: The 'pyopengl' distribution was not found

2018-02-26 Thread Ghislain Antony Vaillant
Package: spyder
Version: 3.2.6+dfsg1-1
Severity: grave
Justification: renders package unusable

The latest update of src:spyder now requires pyopengl, which is
currently missing from Depends. Launching spyder yields a
DistributionNotFound error with the following traceback:

Traceback (most recent call last):
  File "/usr/bin/spyder", line 6, in 
from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3147, 
in 
@_call_aside
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3131, 
in _call_aside
f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3160, 
in _initialize_master_working_set
working_set = WorkingSet._build_master()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 666, 
in _build_master
ws.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 984, 
in require
needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 870, 
in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pyopengl' distribution was not found 
and is required by spyder

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (900, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages spyder depends on:
ii  python 2.7.14-4
ii  python-spyder  3.2.6+dfsg1-1
ii  python2.7  2.7.14-6

spyder recommends no packages.

spyder suggests no packages.

Versions of packages python-spyder depends on:
ii  libjs-jquery3.2.1-1
ii  libjs-mathjax   2.7.2+dfsg-1
ii  pylint  1.8.1-1
ii  python  2.7.14-4
ii  python-chardet  3.0.4-1
ii  python-cloudpickle  0.5.2-2
ii  python-jedi 0.11.1-1
ii  python-nbconvert5.3.1-1
ii  python-numpydoc 0.7.0-1
ii  python-pickleshare  0.7.4-2
ii  python-psutil   5.4.2-1
ii  python-pycodestyle  2.3.1-2
ii  python-pyflakes 1.6.0-1
ii  python-pygments 2.2.0+dfsg-1
ii  python-qtawesome0.4.4+ds1-1
ii  python-qtconsole4.3.1-1
ii  python-qtpy 1.3.1-1
ii  python-rope 0.10.5-2
ii  python-sphinx   1.6.7-1
ii  python-zmq  16.0.2-2+b1
ii  spyder-common   3.2.6+dfsg1-1

Versions of packages python-spyder suggests:
pn  cython 
pn  python-matplotlib  
ii  python-numpy   1:1.13.3-2
pn  python-pandas  
ii  python-pil 4.3.0-2
pn  python-scipy   
pn  python-sympy   
pn  spyder-doc 

Versions of packages python-pyqt5 depends on:
ii  libc62.26-6
ii  libqt5core5a [qtbase-abi-5-9-2]  5.9.2+dfsg-12
ii  libqt5dbus5  5.9.2+dfsg-12
ii  libqt5designer5  5.9.2-6
ii  libqt5gui5   5.9.2+dfsg-12
ii  libqt5help5  5.9.2-6
ii  libqt5network5   5.9.2+dfsg-12
ii  libqt5printsupport5  5.9.2+dfsg-12
ii  libqt5test5  5.9.2+dfsg-12
ii  libqt5widgets5   5.9.2+dfsg-12
ii  libqt5xml5   5.9.2+dfsg-12
ii  libstdc++6   8-20180218-1
ii  python   2.7.14-4
ii  python-sip [sip-api-12.3]4.19.7+dfsg-1

Versions of packages python-pyqt5 suggests:
pn  python-pyqt5-dbg  

-- no debconf information

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


ufl 2017.2.0.0-2 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the ufl source package
in Debian's testing distribution has changed.

  Previous version: 2017.1.0-2
  Current version:  2017.2.0.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Accepted petsc4py 3.8.1-1exp1 (source amd64 all) into experimental

2018-02-26 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 27 Feb 2018 10:48:11 +0800
Source: petsc4py
Binary: python-petsc4py python3-petsc4py python-petsc4py-docs
Architecture: source amd64 all
Version: 3.8.1-1exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Drew Parsons 
Description:
 python-petsc4py - Python 2 bindings for PETSc libraries
 python-petsc4py-docs - Python bindings for PETSc libraries: documentation and 
examples
 python3-petsc4py - Python 3 bindings for PETSc libraries
Changes:
 petsc4py (3.8.1-1exp1) experimental; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 4a3ac8548c08aa66dd2d2db80938a3f3211c1e54 2400 petsc4py_3.8.1-1exp1.dsc
 1917999b9c361e998c9e6876e06f2dadaeadd731 1635585 petsc4py_3.8.1.orig.tar.gz
 827f70531ea04668eb9c8b239795cd06aa41c19a 6364 
petsc4py_3.8.1-1exp1.debian.tar.xz
 0478337e1799fde70abbd00038f530b2ca2d9126 11201 
petsc4py_3.8.1-1exp1_amd64.buildinfo
 44723a66448422294b49b290e61d7277c1f3ffda 2732488 
python-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 d40105ec3106ac755e6fd68ed8817e4b65d3f725 301764 
python-petsc4py-docs_3.8.1-1exp1_all.deb
 1813e3d1cb77080f9a994da5e5fdeae88746f5e1 769548 
python-petsc4py_3.8.1-1exp1_amd64.deb
 5a6acf4f120641e045c38abf49f33e4d73e60a2a 3112232 
python3-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 5cddb7b6dc854222924d4b45c7795d0fcd0ae60e 783392 
python3-petsc4py_3.8.1-1exp1_amd64.deb
Checksums-Sha256:
 5c1a7884573bbf0972b143dbdd8077af146bfa24974a311ddbcf42857a0b1952 2400 
petsc4py_3.8.1-1exp1.dsc
 d7b72c3337ddc56031d39d0b52d7f28b61ecc41b755ae853d23f34912b4f3c92 1635585 
petsc4py_3.8.1.orig.tar.gz
 e85dc63d94f07dff83d8275f4be640df04567b76f9c565ebc2a292dfd0492920 6364 
petsc4py_3.8.1-1exp1.debian.tar.xz
 fce9bd6d19aa36abe86d452c89752f102ae8c67740168e967c204361ec231b21 11201 
petsc4py_3.8.1-1exp1_amd64.buildinfo
 9dcb78d671559738e649516219b0473b76a1bec24f07db98bcc7ee736ed0b767 2732488 
python-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 b3b55fe7da237ec861b34a7cd1f7b64122f502a59105ab16729379da05876a4f 301764 
python-petsc4py-docs_3.8.1-1exp1_all.deb
 d4fb73bc96d006d0d819dee949e2e5174ad82f58b8739b86300bf95c505cefda 769548 
python-petsc4py_3.8.1-1exp1_amd64.deb
 5a3b92aa61198d36c7c10764c4b4bce76839f56ee2eb1d6cf56721e4c168a676 3112232 
python3-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 17491b2adbcc874614e83d3b30623794df6c2d689fd48bba76358cd9d1a1e9a9 783392 
python3-petsc4py_3.8.1-1exp1_amd64.deb
Files:
 2bc3ed30bcbd65e451c58a725b387079 2400 python optional petsc4py_3.8.1-1exp1.dsc
 5157220c2b81765c581d2b17c03259f8 1635585 python optional 
petsc4py_3.8.1.orig.tar.gz
 471d0276e995409b003f456c78412ae3 6364 python optional 
petsc4py_3.8.1-1exp1.debian.tar.xz
 f7317cfd99912c9c90f3b54cb3f5edd4 11201 python optional 
petsc4py_3.8.1-1exp1_amd64.buildinfo
 728b844d7bdb9aa10ea419683f6b6495 2732488 debug optional 
python-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 2d58d737924dc9c0c05968cf0c7ca7ca 301764 doc optional 
python-petsc4py-docs_3.8.1-1exp1_all.deb
 f2ddd0c11db923e9e29a8e20217520b4 769548 python optional 
python-petsc4py_3.8.1-1exp1_amd64.deb
 fcee86579b4436853d0eac09e33c762d 3112232 debug optional 
python3-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 5a4e529a2822bd5d32a18964cec9aa3c 783392 python optional 
python3-petsc4py_3.8.1-1exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAlqUx8oUHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfoeeQ/9GogzHlibWqLqIUlnjcKc9PoORwQl
/XA2SeJRur/TLW/3A81hdu6OzwKR4vc188WNlQV3ZXVHbkDanYjfJMZVpy840Qp+
DADX3GzxmstPeRyfXQM4ETU5yktvJ547AEKD59EQW5lrcmJ/uVMpYELKjw6skzV0
PuFTc05HBKCqQRK5mVsf6IGqJGdqdTYcvBhI8Ks2asXTNexb7R5r5gM3aeZjjg+Y
3gx7be5YfShe3QjDf5Eub9pUVlY3cKvH8Omnmq/AIg62kNh904zjMXGqJBM9kXA/
abaFKqE0FyuB58iM3UY/Ehblm7NXSp1L7Rg4KTrk/Rl2QksAHgfWs0aaB/ITP4j7
3qHO+0Zjh6DhVm14jXJdpGY5fAP2xuK6+oeeTVJeOXuXPOQnCM5F7pHPIP9hX6WC
ap3TCUxA1AfEL3gSnz+OwtCVPKBxdT+vfO+sLCZr6vEejDtRMBaMXXW1Cx2Mh252
zYlVoeccMTCk/hsmZ/kna90F4srusw0Z8e/4AWlja7hsEMVtt3y7YHyOvyiOuUe5
Y1J1qv2uHqkSzMrI/mBoiS4Nn7bAeO349wCuce5jIRFWa+TA9q9CBZcaj2kUB1S4
sxwq70sFG/2qrZ4Gml0NeiTTJU5Mqd0w/g108rSfr/fPRZCmUhwmAbg4YRWcRVml
w+ukS2aUpzHt3fA=
=kEw+
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


petsc4py_3.8.1-1exp1_amd64.changes ACCEPTED into experimental

2018-02-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 27 Feb 2018 10:48:11 +0800
Source: petsc4py
Binary: python-petsc4py python3-petsc4py python-petsc4py-docs
Architecture: source amd64 all
Version: 3.8.1-1exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Drew Parsons 
Description:
 python-petsc4py - Python 2 bindings for PETSc libraries
 python-petsc4py-docs - Python bindings for PETSc libraries: documentation and 
examples
 python3-petsc4py - Python 3 bindings for PETSc libraries
Changes:
 petsc4py (3.8.1-1exp1) experimental; urgency=medium
 .
   * New upstream version.
Checksums-Sha1:
 4a3ac8548c08aa66dd2d2db80938a3f3211c1e54 2400 petsc4py_3.8.1-1exp1.dsc
 1917999b9c361e998c9e6876e06f2dadaeadd731 1635585 petsc4py_3.8.1.orig.tar.gz
 827f70531ea04668eb9c8b239795cd06aa41c19a 6364 
petsc4py_3.8.1-1exp1.debian.tar.xz
 0478337e1799fde70abbd00038f530b2ca2d9126 11201 
petsc4py_3.8.1-1exp1_amd64.buildinfo
 44723a66448422294b49b290e61d7277c1f3ffda 2732488 
python-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 d40105ec3106ac755e6fd68ed8817e4b65d3f725 301764 
python-petsc4py-docs_3.8.1-1exp1_all.deb
 1813e3d1cb77080f9a994da5e5fdeae88746f5e1 769548 
python-petsc4py_3.8.1-1exp1_amd64.deb
 5a6acf4f120641e045c38abf49f33e4d73e60a2a 3112232 
python3-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 5cddb7b6dc854222924d4b45c7795d0fcd0ae60e 783392 
python3-petsc4py_3.8.1-1exp1_amd64.deb
Checksums-Sha256:
 5c1a7884573bbf0972b143dbdd8077af146bfa24974a311ddbcf42857a0b1952 2400 
petsc4py_3.8.1-1exp1.dsc
 d7b72c3337ddc56031d39d0b52d7f28b61ecc41b755ae853d23f34912b4f3c92 1635585 
petsc4py_3.8.1.orig.tar.gz
 e85dc63d94f07dff83d8275f4be640df04567b76f9c565ebc2a292dfd0492920 6364 
petsc4py_3.8.1-1exp1.debian.tar.xz
 fce9bd6d19aa36abe86d452c89752f102ae8c67740168e967c204361ec231b21 11201 
petsc4py_3.8.1-1exp1_amd64.buildinfo
 9dcb78d671559738e649516219b0473b76a1bec24f07db98bcc7ee736ed0b767 2732488 
python-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 b3b55fe7da237ec861b34a7cd1f7b64122f502a59105ab16729379da05876a4f 301764 
python-petsc4py-docs_3.8.1-1exp1_all.deb
 d4fb73bc96d006d0d819dee949e2e5174ad82f58b8739b86300bf95c505cefda 769548 
python-petsc4py_3.8.1-1exp1_amd64.deb
 5a3b92aa61198d36c7c10764c4b4bce76839f56ee2eb1d6cf56721e4c168a676 3112232 
python3-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 17491b2adbcc874614e83d3b30623794df6c2d689fd48bba76358cd9d1a1e9a9 783392 
python3-petsc4py_3.8.1-1exp1_amd64.deb
Files:
 2bc3ed30bcbd65e451c58a725b387079 2400 python optional petsc4py_3.8.1-1exp1.dsc
 5157220c2b81765c581d2b17c03259f8 1635585 python optional 
petsc4py_3.8.1.orig.tar.gz
 471d0276e995409b003f456c78412ae3 6364 python optional 
petsc4py_3.8.1-1exp1.debian.tar.xz
 f7317cfd99912c9c90f3b54cb3f5edd4 11201 python optional 
petsc4py_3.8.1-1exp1_amd64.buildinfo
 728b844d7bdb9aa10ea419683f6b6495 2732488 debug optional 
python-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 2d58d737924dc9c0c05968cf0c7ca7ca 301764 doc optional 
python-petsc4py-docs_3.8.1-1exp1_all.deb
 f2ddd0c11db923e9e29a8e20217520b4 769548 python optional 
python-petsc4py_3.8.1-1exp1_amd64.deb
 fcee86579b4436853d0eac09e33c762d 3112232 debug optional 
python3-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
 5a4e529a2822bd5d32a18964cec9aa3c 783392 python optional 
python3-petsc4py_3.8.1-1exp1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAlqUx8oUHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfoeeQ/9GogzHlibWqLqIUlnjcKc9PoORwQl
/XA2SeJRur/TLW/3A81hdu6OzwKR4vc188WNlQV3ZXVHbkDanYjfJMZVpy840Qp+
DADX3GzxmstPeRyfXQM4ETU5yktvJ547AEKD59EQW5lrcmJ/uVMpYELKjw6skzV0
PuFTc05HBKCqQRK5mVsf6IGqJGdqdTYcvBhI8Ks2asXTNexb7R5r5gM3aeZjjg+Y
3gx7be5YfShe3QjDf5Eub9pUVlY3cKvH8Omnmq/AIg62kNh904zjMXGqJBM9kXA/
abaFKqE0FyuB58iM3UY/Ehblm7NXSp1L7Rg4KTrk/Rl2QksAHgfWs0aaB/ITP4j7
3qHO+0Zjh6DhVm14jXJdpGY5fAP2xuK6+oeeTVJeOXuXPOQnCM5F7pHPIP9hX6WC
ap3TCUxA1AfEL3gSnz+OwtCVPKBxdT+vfO+sLCZr6vEejDtRMBaMXXW1Cx2Mh252
zYlVoeccMTCk/hsmZ/kna90F4srusw0Z8e/4AWlja7hsEMVtt3y7YHyOvyiOuUe5
Y1J1qv2uHqkSzMrI/mBoiS4Nn7bAeO349wCuce5jIRFWa+TA9q9CBZcaj2kUB1S4
sxwq70sFG/2qrZ4Gml0NeiTTJU5Mqd0w/g108rSfr/fPRZCmUhwmAbg4YRWcRVml
w+ukS2aUpzHt3fA=
=kEw+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of petsc4py_3.8.1-1exp1_amd64.changes

2018-02-26 Thread Debian FTP Masters
petsc4py_3.8.1-1exp1_amd64.changes uploaded successfully to localhost
along with the files:
  petsc4py_3.8.1-1exp1.dsc
  petsc4py_3.8.1.orig.tar.gz
  petsc4py_3.8.1-1exp1.debian.tar.xz
  petsc4py_3.8.1-1exp1_amd64.buildinfo
  python-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
  python-petsc4py-docs_3.8.1-1exp1_all.deb
  python-petsc4py_3.8.1-1exp1_amd64.deb
  python3-petsc4py-dbgsym_3.8.1-1exp1_amd64.deb
  python3-petsc4py_3.8.1-1exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


r-cran-knitr 1.20-1 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the r-cran-knitr source package
in Debian's testing distribution has changed.

  Previous version: 1.17-2
  Current version:  1.20-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


r-cran-dt 0.4+dfsg-1 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the r-cran-dt source package
in Debian's testing distribution has changed.

  Previous version: 0.2+dfsg-1
  Current version:  0.4+dfsg-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


lua-torch-trepl 0~20170619-ge5e17e3-6 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the lua-torch-trepl source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0~20170619-ge5e17e3-6

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


fiat 2017.2.0.0-2 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the fiat source package
in Debian's testing distribution has changed.

  Previous version: 2017.1.0-2
  Current version:  2017.2.0.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


instant 2017.2.0.0-2 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the instant source package
in Debian's testing distribution has changed.

  Previous version: 2017.1.0-2
  Current version:  2017.2.0.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


dolfin 2017.2.0.post0-2 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the dolfin source package
in Debian's testing distribution has changed.

  Previous version: 2017.1.0-4
  Current version:  2017.2.0.post0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


dijitso 2017.2.0.0-2 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the dijitso source package
in Debian's testing distribution has changed.

  Previous version: 2017.1.0-3
  Current version:  2017.2.0.0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


ffc 2017.2.0.post0-2 MIGRATED to testing

2018-02-26 Thread Debian testing watch
FYI: The status of the ffc source package
in Debian's testing distribution has changed.

  Previous version: 2017.1.0-2
  Current version:  2017.2.0.post0-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Reply

2018-02-26 Thread Julie Leach



Money was donated to you.-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#884033: scilab-celestlab

2018-02-26 Thread Paul Bignier

Hello,

Indeed the changes from Scilab 5 to 6 include non-heterogeneous strings and 
quotes around the save(...) input parameters; so simply replacing
  execstr(sprintf('save(pathmacros+filesep()+''%s.bin'',%s)',vars(i),vars(i)));
by 
  
execstr(sprintf('save(pathmacros+filesep()+''%s.bin’’,'’%s'')',vars(i),vars(i)));
should do it.

Regards,
Paul

> On 24 Feb 2018, at 17:22, Sylvestre Ledru  wrote:
> 
> Context:
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884033
> 
> + some upstream folks
> 
> Le 19/12/2017 à 19:06, Julien Puydt a écrit :
>> Hi,
>> 
>> again, a number of heterogeneous strings, then I get a prompt after
>> warnings, and quitting (several times) leads to a success.
>> 
>> I haven't reproduced the segfault in this bug report, but I have found
>> problems which indicate that the three listed packages do not support
>> the most recent scilab version.
>> 
>> What can we do to push things forward?
>> 
>> Snark on #debian-science
>> 

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

petsc_3.8.3+dfsg1-1exp1_amd64.changes ACCEPTED into experimental

2018-02-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 27 Feb 2018 02:26:41 +0800
Source: petsc
Binary: libpetsc-real3.8-dev petsc-dev libpetsc-real3.8 libpetsc-real3.8-dbg 
petsc3.8-doc libpetsc-complex3.8-dev libpetsc-complex3.8 libpetsc-complex3.8-dbg
Architecture: source amd64 all
Version: 3.8.3+dfsg1-1exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Drew Parsons 
Description:
 libpetsc-complex3.8 - Shared libraries for version 3.8 of PETSc with Complex 
Numbers
 libpetsc-complex3.8-dbg - Debugging libraries for PETSc
 libpetsc-complex3.8-dev - Static libraries, shared links, header files for 
PETSc
 libpetsc-real3.8 - Shared libraries for version 3.8 of PETSc
 libpetsc-real3.8-dbg - Debugging libraries for PETSc
 libpetsc-real3.8-dev - Static libraries, shared links, header files for PETSc
 petsc-dev  - Virtual package depending on latest PETSc development package
 petsc3.8-doc - Documentation and examples for PETSc
Changes:
 petsc (3.8.3+dfsg1-1exp1) experimental; urgency=medium
 .
   * New upstream version.
   * List optimised OpenBLAS and ATLAS as Build-Dep alternatives for
 BLAS and LAPACK.
   * Activate support for SuperLU-Dist.
 - patch superlu-dist_no-parmetis.patch disconnects SuperLU-Dist
   from parmetis (which is not available, non-free)
   * Update debian/copyright
 - use https format url
 - matlab/laplacian* is BSD-2-clause, but acknowledge authors
   Bryan C. Smith and Andrew V. Knyazev
 - add include/petsc/private/hash.h, MIT licence from attractor
 - add src/ksp/ksp/examples/tutorials/ex63.cxx*
   (BSD-3-clause from Sandia Corporation, along with tests/ex46.cxx*)
   * matlab scripts and sample matrix files are set non-executable
   * remove debian patch scotch-shlib.patch
 (ptscotch specified during configuration)
   * debian patch petscmpiexec_posix_sh.patch converts petscmpiexec to
 posix sh (csh scripts are considered harmful, see Debian Policy 10.4)
Checksums-Sha1:
 93efc91b77a73d8e8ff94c877d55487cdfd4ea24 3038 petsc_3.8.3+dfsg1-1exp1.dsc
 9b5b0e121955b4dbcda58b7ac64c84ff303417f1 24408604 petsc_3.8.3+dfsg1.orig.tar.gz
 e2732528f14144e3cc20e52b24567b982d0f5d34 36372 
petsc_3.8.3+dfsg1-1exp1.debian.tar.xz
 5bec2bc5bcdc71e19d9b5fefd35ee071e428192f 21085804 
libpetsc-complex3.8-dbg_3.8.3+dfsg1-1exp1_amd64.deb
 5d2b77cc7cee991598ba1978a50f678c0bfae95d 8116496 
libpetsc-complex3.8-dev_3.8.3+dfsg1-1exp1_amd64.deb
 9ee1af8b416faf2b71c64ebb6830fbc1fd125534 4399048 
libpetsc-complex3.8_3.8.3+dfsg1-1exp1_amd64.deb
 640856a63739d58718a7b5abbc9d2e7b2e6a2c89 54143928 
libpetsc-real3.8-dbg_3.8.3+dfsg1-1exp1_amd64.deb
 a06ee50d7a522eff68d49b1792b5419d25b6f162 8231788 
libpetsc-real3.8-dev_3.8.3+dfsg1-1exp1_amd64.deb
 b95b69d9bbbdd492d44aaae8444030d24a49b8c0 4479792 
libpetsc-real3.8_3.8.3+dfsg1-1exp1_amd64.deb
 fcdae103ed9cc90f856ab31c9bfdbc7f1116a443 21576 
petsc-dev_3.8.3+dfsg1-1exp1_all.deb
 1939faa355ebbdd0d39fe62dacfd9beb4a378899 1668396 
petsc3.8-doc_3.8.3+dfsg1-1exp1_all.deb
 e05e4ad70b1539529ea92bcb1aeb57ec07614340 11202 
petsc_3.8.3+dfsg1-1exp1_amd64.buildinfo
Checksums-Sha256:
 f03c26891c8d499476ab4cba36504f13317721dee86401a0dce6b0ccdf1116e2 3038 
petsc_3.8.3+dfsg1-1exp1.dsc
 594a998b8a5c2882d7649f4c9ee3b2bc4be2d62a770e6d94f848b190b4e8 24408604 
petsc_3.8.3+dfsg1.orig.tar.gz
 e22f3c2697eab1e36f2445ceb4c810b7cf329acc30728a7601b980c398b72087 36372 
petsc_3.8.3+dfsg1-1exp1.debian.tar.xz
 367dd954bcea9a24a7e50451f4af2b39047be42da4caa934cf87755b8bd0e48b 21085804 
libpetsc-complex3.8-dbg_3.8.3+dfsg1-1exp1_amd64.deb
 284fc6a803548c5883e373a8244bfeba5a6fdfbd7f0ff5295466c8934f736b45 8116496 
libpetsc-complex3.8-dev_3.8.3+dfsg1-1exp1_amd64.deb
 a4effb9a46598055915bd543e8aeed6b5bc7dc240c7c9e2b48e7a98ed282a3ac 4399048 
libpetsc-complex3.8_3.8.3+dfsg1-1exp1_amd64.deb
 ee3c5dd1c48cfe017e687e49ae385ccdd0f875925918221946ee95b8940cbafa 54143928 
libpetsc-real3.8-dbg_3.8.3+dfsg1-1exp1_amd64.deb
 1a72218caedca32710fa93a78c841e58bab11803bcec35d140cb48f7d630a7e4 8231788 
libpetsc-real3.8-dev_3.8.3+dfsg1-1exp1_amd64.deb
 ac72bf6a217e7d144e850f89b36d3cf1a193590a94f4c1039c0bc5530c05ca38 4479792 
libpetsc-real3.8_3.8.3+dfsg1-1exp1_amd64.deb
 82a83662029a9f79e520a3e2286958c0108a58c66f673d5743d7565a40747867 21576 
petsc-dev_3.8.3+dfsg1-1exp1_all.deb
 4a1b4c63176cf104a165f4581e5498d9febc448bf2fa3f87e61accde52ccca27 1668396 
petsc3.8-doc_3.8.3+dfsg1-1exp1_all.deb
 bfcc140d4fc11f6026d295d7690ec47ff8cad95fe324b81a4190b97827f4d02d 11202 
petsc_3.8.3+dfsg1-1exp1_amd64.buildinfo
Files:
 3eaf1356937dcb025eaa7a63c531044c 3038 devel optional 
petsc_3.8.3+dfsg1-1exp1.dsc
 11fe063b4ecfc041c4076520efec99f9 24408604 devel optional 
petsc_3.8.3+dfsg1.orig.tar.gz
 a15a278634e2b6223ea781e1bab1a3f7 36372 devel optional 
petsc_3.8.3+dfsg1-1exp1.debian.tar.xz
 842341a952de0963a82f2835d18378a2 21085804 debug optional 

Processing of petsc_3.8.3+dfsg1-1exp1_amd64.changes

2018-02-26 Thread Debian FTP Masters
petsc_3.8.3+dfsg1-1exp1_amd64.changes uploaded successfully to localhost
along with the files:
  petsc_3.8.3+dfsg1-1exp1.dsc
  petsc_3.8.3+dfsg1.orig.tar.gz
  petsc_3.8.3+dfsg1-1exp1.debian.tar.xz
  libpetsc-complex3.8-dbg_3.8.3+dfsg1-1exp1_amd64.deb
  libpetsc-complex3.8-dev_3.8.3+dfsg1-1exp1_amd64.deb
  libpetsc-complex3.8_3.8.3+dfsg1-1exp1_amd64.deb
  libpetsc-real3.8-dbg_3.8.3+dfsg1-1exp1_amd64.deb
  libpetsc-real3.8-dev_3.8.3+dfsg1-1exp1_amd64.deb
  libpetsc-real3.8_3.8.3+dfsg1-1exp1_amd64.deb
  petsc-dev_3.8.3+dfsg1-1exp1_all.deb
  petsc3.8-doc_3.8.3+dfsg1-1exp1_all.deb
  petsc_3.8.3+dfsg1-1exp1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


unsuscribe

2018-02-26 Thread González Jose

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#863117: marked as done (scilab: please make the build reproducible)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 17:24:36 +
with message-id 
and subject line Bug#863117: fixed in scilab 6.0.1-1
has caused the Debian Bug report #863117,
regarding scilab: please make the build reproducible
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.)


-- 
863117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863117
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: scilab
Version: 5.5.2-4
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps
X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that scilab could not be built reproducibly as it embeds the current
year into the generated binaries.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-
diff --git a/configure.ac b/configure.ac
index 433059f..813e488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1882,6 +1882,9 @@ if test ! -f modules/core/src/c/banier.c; then
 fi
 
 CURRENT_YEAR=`date "+%Y"`
+if test -n "$SOURCE_DATE_EPOCH"; then
+   CURRENT_YEAR=`date --utc --date="@$SOURCE_DATE_EPOCH" "+%Y"`
+fi
 DETECTED_YEAR=`grep "Copyright (c) 2011-" modules/core/src/c/banier.c|sed -e 
"s/.*Copyright (c) 2011-\([[0-9]]*\).*/\1/g"`
 
 if test "$CURRENT_YEAR" != "$DETECTED_YEAR"; then
--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 6.0.1-1

We believe that the bug you reported is fixed in the latest version of
scilab, 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 863...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt  (supplier of updated scilab 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: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 13:32:37 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja 
scilab-test
Architecture: source
Version: 6.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Julien Puydt 
Description:
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (English documentations)
 scilab-doc-fr - Scientific software package (French documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-test - Scientific software package for numerical computations (test file
Closes: 744140 782051 863117 891332
Changes:
 scilab (6.0.1-1) unstable; urgency=medium
 .
   * Formally adopting the package (Closes: #744140).
   * Add Multi-Arch: indications following hinter.
   * Bump std-ver to 4.1.3.
   * Add dep on liblucene4.10-java for scilab-full-bin.
   * Remove broken symlink to a directory with manpages (Closes: #782051).
   * Make the build reproducible (Closes: #863117).
   * Point Vcs* fields to salsa.debian.org.
   * Package latest upstream (Closes: #891332).
Checksums-Sha1:
 3815ab432072a3cad9f1f9ffe01febc3b4b93f55 3673 scilab_6.0.1-1.dsc
 4d24f68763e139fa70beadf9d7daa97065c4fa84 74038457 scilab_6.0.1.orig.tar.gz
 2edd389409ee18af53019f1f40fdb205168db36a 69812 scilab_6.0.1-1.debian.tar.xz
 ed2ea482014694351651501965e671ea34722619 20814 scilab_6.0.1-1_amd64.buildinfo
Checksums-Sha256:
 331db076fd217574caa6f8046da0652ca2afb19bb5cce6664290ad2f26d53a2a 3673 
scilab_6.0.1-1.dsc
 

Bug#891332: marked as done (scilab: New upstream release)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 17:24:36 +
with message-id 
and subject line Bug#891332: fixed in scilab 6.0.1-1
has caused the Debian Bug report #891332,
regarding scilab: New upstream release
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.)


-- 
891332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scilab
Version: 6.0.0-1
Severity: wishlist

Dear Maintainer,

A new version of Scilab has been published:
https://www.scilab.org/fr/development/sources/stable
Contains a bunch of fixes.

Changelog:
https://help.scilab.org/docs/6.0.1/en_US/CHANGES.html

S


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'stable'), (300, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages scilab depends on:
ii  scilab-cli   6.0.0-1
ii  scilab-full-bin  6.0.0-1

Versions of packages scilab recommends:
ii  scilab-doc  5.5.2-6

Versions of packages scilab suggests:
pn  scilab-doc-fr 
pn  scilab-doc-ja 
pn  scilab-doc-pt-br  

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 6.0.1-1

We believe that the bug you reported is fixed in the latest version of
scilab, 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 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt  (supplier of updated scilab 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: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 13:32:37 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja 
scilab-test
Architecture: source
Version: 6.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Julien Puydt 
Description:
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (English documentations)
 scilab-doc-fr - Scientific software package (French documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-test - Scientific software package for numerical computations (test file
Closes: 744140 782051 863117 891332
Changes:
 scilab (6.0.1-1) unstable; urgency=medium
 .
   * Formally adopting the package (Closes: #744140).
   * Add Multi-Arch: indications following hinter.
   * Bump std-ver to 4.1.3.
   * Add dep on liblucene4.10-java for scilab-full-bin.
   * Remove broken symlink to a directory with manpages (Closes: #782051).
   * Make the build reproducible (Closes: #863117).
   * Point Vcs* fields to salsa.debian.org.
   * Package latest upstream (Closes: #891332).
Checksums-Sha1:
 3815ab432072a3cad9f1f9ffe01febc3b4b93f55 3673 scilab_6.0.1-1.dsc
 4d24f68763e139fa70beadf9d7daa97065c4fa84 74038457 scilab_6.0.1.orig.tar.gz
 2edd389409ee18af53019f1f40fdb205168db36a 69812 scilab_6.0.1-1.debian.tar.xz
 ed2ea482014694351651501965e671ea34722619 20814 scilab_6.0.1-1_amd64.buildinfo
Checksums-Sha256:
 331db076fd217574caa6f8046da0652ca2afb19bb5cce6664290ad2f26d53a2a 3673 
scilab_6.0.1-1.dsc
 e459dd5a918626567e3513ab106a68bee5a1085a8713020cba214e5d4c075a4f 74038457 
scilab_6.0.1.orig.tar.gz
 

Bug#782051: marked as done (scilab-doc: adequate reports broken symlink for scilab man-page)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 17:24:36 +
with message-id 
and subject line Bug#782051: fixed in scilab 6.0.1-1
has caused the Debian Bug report #782051,
regarding scilab-doc: adequate reports broken symlink for scilab man-page
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.)


-- 
782051: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782051
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scilab-doc
Version: 5.5.1-7
Severity: normal

Dear Maintainer,
Adequate reported that the scilab manpage is missing.

adequate scilab-doc
scilab-doc: broken-symlink /usr/share/doc/scilab-doc/man ->
../../../lib/scilab/man

The path should have been symlinked to /usr/lib/scilab but even going
there there is no man

/usr/lib/scilab $  ls | grep man
libscihistory_manager.so
libscihistory_manager.so.5
libscihistory_manager.so.5.5.1

Also trying man scilab goes to undocumented.

As can be seen there is no man-page, please fix this.

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'testing-updates'), (1,
'experimental'), (1, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8
--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 6.0.1-1

We believe that the bug you reported is fixed in the latest version of
scilab, 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 782...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Puydt  (supplier of updated scilab 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: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 13:32:37 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja 
scilab-test
Architecture: source
Version: 6.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Julien Puydt 
Description:
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (English documentations)
 scilab-doc-fr - Scientific software package (French documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-test - Scientific software package for numerical computations (test file
Closes: 744140 782051 863117 891332
Changes:
 scilab (6.0.1-1) unstable; urgency=medium
 .
   * Formally adopting the package (Closes: #744140).
   * Add Multi-Arch: indications following hinter.
   * Bump std-ver to 4.1.3.
   * Add dep on liblucene4.10-java for scilab-full-bin.
   * Remove broken symlink to a directory with manpages (Closes: #782051).
   * Make the build reproducible (Closes: #863117).
   * Point Vcs* fields to salsa.debian.org.
   * Package latest upstream (Closes: #891332).
Checksums-Sha1:
 3815ab432072a3cad9f1f9ffe01febc3b4b93f55 3673 scilab_6.0.1-1.dsc
 4d24f68763e139fa70beadf9d7daa97065c4fa84 74038457 scilab_6.0.1.orig.tar.gz
 2edd389409ee18af53019f1f40fdb205168db36a 69812 scilab_6.0.1-1.debian.tar.xz
 

scilab_6.0.1-1_source.changes ACCEPTED into unstable

2018-02-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 13:32:37 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja 
scilab-test
Architecture: source
Version: 6.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Julien Puydt 
Description:
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (English documentations)
 scilab-doc-fr - Scientific software package (French documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-test - Scientific software package for numerical computations (test file
Closes: 744140 782051 863117 891332
Changes:
 scilab (6.0.1-1) unstable; urgency=medium
 .
   * Formally adopting the package (Closes: #744140).
   * Add Multi-Arch: indications following hinter.
   * Bump std-ver to 4.1.3.
   * Add dep on liblucene4.10-java for scilab-full-bin.
   * Remove broken symlink to a directory with manpages (Closes: #782051).
   * Make the build reproducible (Closes: #863117).
   * Point Vcs* fields to salsa.debian.org.
   * Package latest upstream (Closes: #891332).
Checksums-Sha1:
 3815ab432072a3cad9f1f9ffe01febc3b4b93f55 3673 scilab_6.0.1-1.dsc
 4d24f68763e139fa70beadf9d7daa97065c4fa84 74038457 scilab_6.0.1.orig.tar.gz
 2edd389409ee18af53019f1f40fdb205168db36a 69812 scilab_6.0.1-1.debian.tar.xz
 ed2ea482014694351651501965e671ea34722619 20814 scilab_6.0.1-1_amd64.buildinfo
Checksums-Sha256:
 331db076fd217574caa6f8046da0652ca2afb19bb5cce6664290ad2f26d53a2a 3673 
scilab_6.0.1-1.dsc
 e459dd5a918626567e3513ab106a68bee5a1085a8713020cba214e5d4c075a4f 74038457 
scilab_6.0.1.orig.tar.gz
 71c0dd562089cf557d1b07e28ba0ed36068657ebe5de010327c55c3327f5b0a9 69812 
scilab_6.0.1-1.debian.tar.xz
 4cf43780160f6976342790d8661fb5013a76f7cbd3b022c23e3d6d4181c9483e 20814 
scilab_6.0.1-1_amd64.buildinfo
Files:
 667468f4070e25c0a529e62598ef95cc 3673 math optional scilab_6.0.1-1.dsc
 85ec9b043508976fad34b04a7f4bdff5 74038457 math optional 
scilab_6.0.1.orig.tar.gz
 37f8241d88e9b019abfb6e2a801ff4cf 69812 math optional 
scilab_6.0.1-1.debian.tar.xz
 4be4f888d7e3895ca5d1bc230bcb73e4 20814 math optional 
scilab_6.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAlqUMmoACgkQfmUo2nUv
G+Fr+g//fD308ouOCMOjcxranZZo54STI96/uBRkEs1d4q70iMfjWjwEswsGiMwF
FfpKMjqMX/kVLJtaXr6fcDV7wE1s6/85VJAeh9amCxNbCcpXRnj0S674ae6IbA9z
8p13nC8MRIkoUFTkuVEHVmSv9GWOZZDI89qcVdHY5RBGemWibk1sM0adS7lXEsIE
JrukiYdpSYc+9zmhgp33QFIXgU1c1QgcTt2G/Z0rtCCNe+lNCUkm2XH4dvWjKVQ9
Fsj8h5qxUyrg7EZzc961Zlf8OGsZ7Zj/PviuibzRCJiIt6WJMGRNI43G8p4TZMUD
kSuGHI0cl9MvJpOH4EA+HZh/pXx4BtLFayvfgJhglnKeCQJ6DhkbU+MWmFO1oJlU
V/30E9zIn5oUzkckDgoLzfd9ENtwIUzFFw0nsRtHdrmd84Alnls3vMrTdql6Ul6e
5vXXmLpRZ8CQq4rKC0dYM8HV6R0837Ez1S8OXibnA1p7wnWpT5046NQJPBiM87Xm
wyFkzu8EpuONkyADBdKSptwVl8VzC7S0pmSUQ0DSpWUMcimWlB1SoEmAiYsOsUBV
7XSsch5IAOPRlJAvrMSbOxo4p3vRBUS9M522eO50o5sj91kC0Zml8ibSGpQmXW/N
EBhV/fDH47zF80T8LPpiKAPu8wsMoITt4+NyK8jKsO5p0ZQo1eQ=
=sK4h
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Accepted scilab 6.0.1-1 (source) into unstable

2018-02-26 Thread Julien Puydt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 13:32:37 +0100
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-doc-ja 
scilab-test
Architecture: source
Version: 6.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Julien Puydt 
Description:
 scilab - Scientific software package for numerical computations
 scilab-cli - Scientific software package - Command Line Interpreter
 scilab-data - Scientific software package for numerical computations (data file
 scilab-doc - Scientific software package (English documentations)
 scilab-doc-fr - Scientific software package (French documentation)
 scilab-doc-ja - Scientific software package (Japanese documentation)
 scilab-doc-pt-br - Scientific software package (Brazilian Portuguese 
documentation)
 scilab-full-bin - Scientific software package for numerical computations (all 
binar
 scilab-include - Scientific software package for numerical computations 
(include f
 scilab-minimal-bin - Scientific software package for numerical computations 
(minimal b
 scilab-test - Scientific software package for numerical computations (test file
Closes: 744140 782051 863117 891332
Changes:
 scilab (6.0.1-1) unstable; urgency=medium
 .
   * Formally adopting the package (Closes: #744140).
   * Add Multi-Arch: indications following hinter.
   * Bump std-ver to 4.1.3.
   * Add dep on liblucene4.10-java for scilab-full-bin.
   * Remove broken symlink to a directory with manpages (Closes: #782051).
   * Make the build reproducible (Closes: #863117).
   * Point Vcs* fields to salsa.debian.org.
   * Package latest upstream (Closes: #891332).
Checksums-Sha1:
 3815ab432072a3cad9f1f9ffe01febc3b4b93f55 3673 scilab_6.0.1-1.dsc
 4d24f68763e139fa70beadf9d7daa97065c4fa84 74038457 scilab_6.0.1.orig.tar.gz
 2edd389409ee18af53019f1f40fdb205168db36a 69812 scilab_6.0.1-1.debian.tar.xz
 ed2ea482014694351651501965e671ea34722619 20814 scilab_6.0.1-1_amd64.buildinfo
Checksums-Sha256:
 331db076fd217574caa6f8046da0652ca2afb19bb5cce6664290ad2f26d53a2a 3673 
scilab_6.0.1-1.dsc
 e459dd5a918626567e3513ab106a68bee5a1085a8713020cba214e5d4c075a4f 74038457 
scilab_6.0.1.orig.tar.gz
 71c0dd562089cf557d1b07e28ba0ed36068657ebe5de010327c55c3327f5b0a9 69812 
scilab_6.0.1-1.debian.tar.xz
 4cf43780160f6976342790d8661fb5013a76f7cbd3b022c23e3d6d4181c9483e 20814 
scilab_6.0.1-1_amd64.buildinfo
Files:
 667468f4070e25c0a529e62598ef95cc 3673 math optional scilab_6.0.1-1.dsc
 85ec9b043508976fad34b04a7f4bdff5 74038457 math optional 
scilab_6.0.1.orig.tar.gz
 37f8241d88e9b019abfb6e2a801ff4cf 69812 math optional 
scilab_6.0.1-1.debian.tar.xz
 4be4f888d7e3895ca5d1bc230bcb73e4 20814 math optional 
scilab_6.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAlqUMmoACgkQfmUo2nUv
G+Fr+g//fD308ouOCMOjcxranZZo54STI96/uBRkEs1d4q70iMfjWjwEswsGiMwF
FfpKMjqMX/kVLJtaXr6fcDV7wE1s6/85VJAeh9amCxNbCcpXRnj0S674ae6IbA9z
8p13nC8MRIkoUFTkuVEHVmSv9GWOZZDI89qcVdHY5RBGemWibk1sM0adS7lXEsIE
JrukiYdpSYc+9zmhgp33QFIXgU1c1QgcTt2G/Z0rtCCNe+lNCUkm2XH4dvWjKVQ9
Fsj8h5qxUyrg7EZzc961Zlf8OGsZ7Zj/PviuibzRCJiIt6WJMGRNI43G8p4TZMUD
kSuGHI0cl9MvJpOH4EA+HZh/pXx4BtLFayvfgJhglnKeCQJ6DhkbU+MWmFO1oJlU
V/30E9zIn5oUzkckDgoLzfd9ENtwIUzFFw0nsRtHdrmd84Alnls3vMrTdql6Ul6e
5vXXmLpRZ8CQq4rKC0dYM8HV6R0837Ez1S8OXibnA1p7wnWpT5046NQJPBiM87Xm
wyFkzu8EpuONkyADBdKSptwVl8VzC7S0pmSUQ0DSpWUMcimWlB1SoEmAiYsOsUBV
7XSsch5IAOPRlJAvrMSbOxo4p3vRBUS9M522eO50o5sj91kC0Zml8ibSGpQmXW/N
EBhV/fDH47zF80T8LPpiKAPu8wsMoITt4+NyK8jKsO5p0ZQo1eQ=
=sK4h
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of scilab_6.0.1-1_source.changes

2018-02-26 Thread Debian FTP Masters
scilab_6.0.1-1_source.changes uploaded successfully to localhost
along with the files:
  scilab_6.0.1-1.dsc
  scilab_6.0.1.orig.tar.gz
  scilab_6.0.1-1.debian.tar.xz
  scilab_6.0.1-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of scilab_6.0.1-1_source.changes

2018-02-26 Thread Debian FTP Masters
scilab_6.0.1.orig.tar.gz has incorrect size; deleting it

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#891465: [Bug-glpk] [Fwd: glpk prints warnings which lead to failing sagemath tests]

2018-02-26 Thread Heinrich Schuchardt

Hello Sébastien,

your mail had to be forwarded manually because you are not subscribed to 
the GLPK bug list.


Sage calls GLPK as a library. So in general it does not depend on 
parsing output.


If some tests in sage make invalid assumptions about terminal output, 
they should be fixed in sage.


The GLPK output is not meant to be a stable API.

Please, close the Debian bug as invalid.

Regards

Heinrich

On 02/26/2018 03:14 PM, Andrew Makhorin wrote:

 Forwarded Message 
From: Sébastien Villemot 
To: bug-g...@gnu.org
Cc: 891465-forwar...@bugs.debian.org, Tobias Hansen 
Subject: glpk prints warnings which lead to failing sagemath tests
Date: Mon, 26 Feb 2018 12:00:38 +0100

Dear GLPK maintainer,

I received the attached bug report and patch for the glpk package in Debian.

What’s your take on this? Should I apply the patch, or is this something that
should better be fixed at the sagemath level?

Best,

P.S.: please keep all addresses in CC when replying.


--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#891348: marked as done (mpich: broken symlink: /usr/lib/TRIPLET/mpich/include -> ../../../include/TRIPLET/mpich)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 13:06:16 +
with message-id 
and subject line Bug#891348: fixed in mpich 3.3~b1-5
has caused the Debian Bug report #891348,
regarding mpich: broken symlink: /usr/lib/TRIPLET/mpich/include -> 
../../../include/TRIPLET/mpich
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.)


-- 
891348: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891348
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mpich
Version: 3.3~b1-4
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package ships (or creates)
a broken symlink.

>From the attached log (scroll to the bottom...):

0m32.0s ERROR: FAIL: Broken symlinks:
  /usr/lib/TRIPLET/mpich/include -> ../../../include/TRIPLET/mpich


Some placeholders were not substituted ...


cheers,

Andreas


mpich_3.3~b1-4.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: mpich
Source-Version: 3.3~b1-5

We believe that the bug you reported is fixed in the latest version of
mpich, 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 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry  (supplier of updated mpich 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: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 11:16:54 +
Source: mpich
Binary: libmpich-dev libmpich12 mpich mpich-doc
Architecture: source amd64 all
Version: 3.3~b1-5
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Description:
 libmpich-dev - Development files for MPICH
 libmpich12 - Shared libraries for MPICH
 mpich  - Implementation of the MPI Message Passing Interface standard
 mpich-doc  - Documentation for MPICH
Closes: 891348
Changes:
 mpich (3.3~b1-5) experimental; urgency=medium
 .
   * Ensure M-A placeholders are properly substituted: autogenerate files
 in ./rules. Closes: #891348
Checksums-Sha1:
 94e357739adf7d69ae46e02304d69d440ecca9cf 2608 mpich_3.3~b1-5.dsc
 482f6e73b3c71dbe8b8363d384ce0617413a3ef4 46104 mpich_3.3~b1-5.debian.tar.xz
 9d08d74068098be937b8a0979f259f84bd36d489 6161872 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 81aee68dace4a528336352fe1ea0a1a106fe4bf7 1516132 
libmpich-dev_3.3~b1-5_amd64.deb
 9a5cb5dad748ba9cd9b3ca38f05641d9eb4a842a 9480704 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 ee92da1b0c1faf01031853186734c678db80ac05 1014892 libmpich12_3.3~b1-5_amd64.deb
 32597ed90d70eaf2db55c66e74b45522ee1c2c9c 880820 mpich-dbgsym_3.3~b1-5_amd64.deb
 7f47e4f59ff31aa39fd04a47900d4021027bb8c6 781740 mpich-doc_3.3~b1-5_all.deb
 955cb92a930bcbb556532def7b542a6007b0bfed 11898 mpich_3.3~b1-5_amd64.buildinfo
 029cb68af614abaf9eee8faa022ec9a29dc055d8 224708 mpich_3.3~b1-5_amd64.deb
Checksums-Sha256:
 7d527fc75ed6986ff50cb5bc4930a6d2ffeb7ac1d8ecd126db41f8aef2897e45 2608 
mpich_3.3~b1-5.dsc
 0a16445bbb892bb0b079b555478878c4dbf27feac3bf45733acf6fac26aaf1ed 46104 
mpich_3.3~b1-5.debian.tar.xz
 1643725aa3ffedc3da301afa4aba061f6c0f56a8996a9900c00bb123e09a672c 6161872 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 817410d3aa641d987a36bef86b9a5a51c58872365d53309bea6d4fa22e1f70d8 1516132 
libmpich-dev_3.3~b1-5_amd64.deb
 0822b8501c492828da6a2ecb7f76b4f72cce3ab05502f0e0da25605023ee0687 9480704 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 ddc57c4080cafedebdc1334248899f94c3a6e98c1cffc8aaeb83cce05707ce1b 1014892 
libmpich12_3.3~b1-5_amd64.deb
 b5d1a68fc0d54b6d81b61fb4d8ec8d8309e9f04f8943703f0dd4176cdca2df20 880820 
mpich-dbgsym_3.3~b1-5_amd64.deb
 5e50b6f16b16dd97c7e596f21a2b02b64f17d5b528e6cfd678d91a017e5ea708 781740 
mpich-doc_3.3~b1-5_all.deb
 26e7b4e7abc69d6e95578523d2f68324996943cc9e72050c6c1a8d977ba10ce0 11898 
mpich_3.3~b1-5_amd64.buildinfo
 040007874c49a984f063502c805febcb2384f5665071d8750759e4fa8e3c6d4b 224708 
mpich_3.3~b1-5_amd64.deb
Files:
 09b0022b441f3b9c7df2e59098f38a38 2608 devel optional mpich_3.3~b1-5.dsc
 4b59c9fcbd3423c8673fc1d0337b4997 46104 devel optional 

Accepted mpich 3.3~b1-5 (source amd64 all) into experimental

2018-02-26 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 11:16:54 +
Source: mpich
Binary: libmpich-dev libmpich12 mpich mpich-doc
Architecture: source amd64 all
Version: 3.3~b1-5
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Description:
 libmpich-dev - Development files for MPICH
 libmpich12 - Shared libraries for MPICH
 mpich  - Implementation of the MPI Message Passing Interface standard
 mpich-doc  - Documentation for MPICH
Closes: 891348
Changes:
 mpich (3.3~b1-5) experimental; urgency=medium
 .
   * Ensure M-A placeholders are properly substituted: autogenerate files
 in ./rules. Closes: #891348
Checksums-Sha1:
 94e357739adf7d69ae46e02304d69d440ecca9cf 2608 mpich_3.3~b1-5.dsc
 482f6e73b3c71dbe8b8363d384ce0617413a3ef4 46104 mpich_3.3~b1-5.debian.tar.xz
 9d08d74068098be937b8a0979f259f84bd36d489 6161872 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 81aee68dace4a528336352fe1ea0a1a106fe4bf7 1516132 
libmpich-dev_3.3~b1-5_amd64.deb
 9a5cb5dad748ba9cd9b3ca38f05641d9eb4a842a 9480704 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 ee92da1b0c1faf01031853186734c678db80ac05 1014892 libmpich12_3.3~b1-5_amd64.deb
 32597ed90d70eaf2db55c66e74b45522ee1c2c9c 880820 mpich-dbgsym_3.3~b1-5_amd64.deb
 7f47e4f59ff31aa39fd04a47900d4021027bb8c6 781740 mpich-doc_3.3~b1-5_all.deb
 955cb92a930bcbb556532def7b542a6007b0bfed 11898 mpich_3.3~b1-5_amd64.buildinfo
 029cb68af614abaf9eee8faa022ec9a29dc055d8 224708 mpich_3.3~b1-5_amd64.deb
Checksums-Sha256:
 7d527fc75ed6986ff50cb5bc4930a6d2ffeb7ac1d8ecd126db41f8aef2897e45 2608 
mpich_3.3~b1-5.dsc
 0a16445bbb892bb0b079b555478878c4dbf27feac3bf45733acf6fac26aaf1ed 46104 
mpich_3.3~b1-5.debian.tar.xz
 1643725aa3ffedc3da301afa4aba061f6c0f56a8996a9900c00bb123e09a672c 6161872 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 817410d3aa641d987a36bef86b9a5a51c58872365d53309bea6d4fa22e1f70d8 1516132 
libmpich-dev_3.3~b1-5_amd64.deb
 0822b8501c492828da6a2ecb7f76b4f72cce3ab05502f0e0da25605023ee0687 9480704 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 ddc57c4080cafedebdc1334248899f94c3a6e98c1cffc8aaeb83cce05707ce1b 1014892 
libmpich12_3.3~b1-5_amd64.deb
 b5d1a68fc0d54b6d81b61fb4d8ec8d8309e9f04f8943703f0dd4176cdca2df20 880820 
mpich-dbgsym_3.3~b1-5_amd64.deb
 5e50b6f16b16dd97c7e596f21a2b02b64f17d5b528e6cfd678d91a017e5ea708 781740 
mpich-doc_3.3~b1-5_all.deb
 26e7b4e7abc69d6e95578523d2f68324996943cc9e72050c6c1a8d977ba10ce0 11898 
mpich_3.3~b1-5_amd64.buildinfo
 040007874c49a984f063502c805febcb2384f5665071d8750759e4fa8e3c6d4b 224708 
mpich_3.3~b1-5_amd64.deb
Files:
 09b0022b441f3b9c7df2e59098f38a38 2608 devel optional mpich_3.3~b1-5.dsc
 4b59c9fcbd3423c8673fc1d0337b4997 46104 devel optional 
mpich_3.3~b1-5.debian.tar.xz
 f7c9d4db3f116fe006c34e6ab0e56570 6161872 debug optional 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 7def2d0903ce8ab28dbcdc9e3d326a10 1516132 libdevel optional 
libmpich-dev_3.3~b1-5_amd64.deb
 060b487b87d2d9ef29acef5def60f32f 9480704 debug optional 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 1a45f57b66d0b52a8e7ef72218e78e66 1014892 libs optional 
libmpich12_3.3~b1-5_amd64.deb
 ccf0bab0cf9bbfc4b227eab30c739d5a 880820 debug optional 
mpich-dbgsym_3.3~b1-5_amd64.deb
 c415b10271040b169e7e372237fac420 781740 doc optional mpich-doc_3.3~b1-5_all.deb
 a1078dfd9a155e34bbe8be43dd036412 11898 devel optional 
mpich_3.3~b1-5_amd64.buildinfo
 4f2bd309f81a29a470cca6f9bcf18383 224708 devel optional mpich_3.3~b1-5_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlqUADkACgkQy+a7Tl2a
06X4Ng/8DRAFp/MdYUWOxXCSxRGWkB6Hp8y0qRaW2GKUb53UI7eHgj+KfdegYjza
jGfLKxAgIr4EnbzlagQyMkRCIJWogiaQXg4Ox1t6wTUkN2oyJzaR4NbY7m1USlm/
urbqpboBTT6IH9T8n6n1afssBsW98U5mz1VLXd14uVK7AEynCCTtDGte7QBYt4dS
Fd3851ugIB13TubU4UgGHRvybBJbywmx7mkcI07CSJ0uYGLhA/0soX8nTW71V4t8
kHxOhI45fnCDi6aqI6impAW2R0dT4N1/jXPq2foFIVitY+K0DLJBtWoBYehNVPPd
pOgbmABwhu+wvUDfBdvX1DCblccp5E+kArCzPXWTo4IrgBj+e0yMYzssuDBIH/fV
8EGrGCVgK1rZWAv93u+ZnR/17W90VDhNLZHEpUY5WX25eHWhCnoivMerD2AQWxk1
1efY9yc5PfXlSX1lPYJ2Nz9AiuYJzvOt6VwlBqdZmkyoqDmNtbbuinSgd4VEaRfV
Dcbm+PG0bDqXWnvFhKpbaglwhaBzpThfal+d9LSvqI1Hd0Szem/EvSC3Uiomb+rW
YCWgcQw0HKCi5JgsVnC2r3SSIGoOgGjl1jhTCmJPWgvC6Pm1OerOG06UONGaneJJ
HuueuYvEMzhNW1/LaRRKkZbDgQPMPBnrqWVyofWEqQbDfVDewfc=
=Si8k
-END PGP SIGNATURE-


-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


mpich_3.3~b1-5_amd64.changes ACCEPTED into experimental

2018-02-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 26 Feb 2018 11:16:54 +
Source: mpich
Binary: libmpich-dev libmpich12 mpich mpich-doc
Architecture: source amd64 all
Version: 3.3~b1-5
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alastair McKinstry 
Description:
 libmpich-dev - Development files for MPICH
 libmpich12 - Shared libraries for MPICH
 mpich  - Implementation of the MPI Message Passing Interface standard
 mpich-doc  - Documentation for MPICH
Closes: 891348
Changes:
 mpich (3.3~b1-5) experimental; urgency=medium
 .
   * Ensure M-A placeholders are properly substituted: autogenerate files
 in ./rules. Closes: #891348
Checksums-Sha1:
 94e357739adf7d69ae46e02304d69d440ecca9cf 2608 mpich_3.3~b1-5.dsc
 482f6e73b3c71dbe8b8363d384ce0617413a3ef4 46104 mpich_3.3~b1-5.debian.tar.xz
 9d08d74068098be937b8a0979f259f84bd36d489 6161872 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 81aee68dace4a528336352fe1ea0a1a106fe4bf7 1516132 
libmpich-dev_3.3~b1-5_amd64.deb
 9a5cb5dad748ba9cd9b3ca38f05641d9eb4a842a 9480704 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 ee92da1b0c1faf01031853186734c678db80ac05 1014892 libmpich12_3.3~b1-5_amd64.deb
 32597ed90d70eaf2db55c66e74b45522ee1c2c9c 880820 mpich-dbgsym_3.3~b1-5_amd64.deb
 7f47e4f59ff31aa39fd04a47900d4021027bb8c6 781740 mpich-doc_3.3~b1-5_all.deb
 955cb92a930bcbb556532def7b542a6007b0bfed 11898 mpich_3.3~b1-5_amd64.buildinfo
 029cb68af614abaf9eee8faa022ec9a29dc055d8 224708 mpich_3.3~b1-5_amd64.deb
Checksums-Sha256:
 7d527fc75ed6986ff50cb5bc4930a6d2ffeb7ac1d8ecd126db41f8aef2897e45 2608 
mpich_3.3~b1-5.dsc
 0a16445bbb892bb0b079b555478878c4dbf27feac3bf45733acf6fac26aaf1ed 46104 
mpich_3.3~b1-5.debian.tar.xz
 1643725aa3ffedc3da301afa4aba061f6c0f56a8996a9900c00bb123e09a672c 6161872 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 817410d3aa641d987a36bef86b9a5a51c58872365d53309bea6d4fa22e1f70d8 1516132 
libmpich-dev_3.3~b1-5_amd64.deb
 0822b8501c492828da6a2ecb7f76b4f72cce3ab05502f0e0da25605023ee0687 9480704 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 ddc57c4080cafedebdc1334248899f94c3a6e98c1cffc8aaeb83cce05707ce1b 1014892 
libmpich12_3.3~b1-5_amd64.deb
 b5d1a68fc0d54b6d81b61fb4d8ec8d8309e9f04f8943703f0dd4176cdca2df20 880820 
mpich-dbgsym_3.3~b1-5_amd64.deb
 5e50b6f16b16dd97c7e596f21a2b02b64f17d5b528e6cfd678d91a017e5ea708 781740 
mpich-doc_3.3~b1-5_all.deb
 26e7b4e7abc69d6e95578523d2f68324996943cc9e72050c6c1a8d977ba10ce0 11898 
mpich_3.3~b1-5_amd64.buildinfo
 040007874c49a984f063502c805febcb2384f5665071d8750759e4fa8e3c6d4b 224708 
mpich_3.3~b1-5_amd64.deb
Files:
 09b0022b441f3b9c7df2e59098f38a38 2608 devel optional mpich_3.3~b1-5.dsc
 4b59c9fcbd3423c8673fc1d0337b4997 46104 devel optional 
mpich_3.3~b1-5.debian.tar.xz
 f7c9d4db3f116fe006c34e6ab0e56570 6161872 debug optional 
libmpich-dev-dbgsym_3.3~b1-5_amd64.deb
 7def2d0903ce8ab28dbcdc9e3d326a10 1516132 libdevel optional 
libmpich-dev_3.3~b1-5_amd64.deb
 060b487b87d2d9ef29acef5def60f32f 9480704 debug optional 
libmpich12-dbgsym_3.3~b1-5_amd64.deb
 1a45f57b66d0b52a8e7ef72218e78e66 1014892 libs optional 
libmpich12_3.3~b1-5_amd64.deb
 ccf0bab0cf9bbfc4b227eab30c739d5a 880820 debug optional 
mpich-dbgsym_3.3~b1-5_amd64.deb
 c415b10271040b169e7e372237fac420 781740 doc optional mpich-doc_3.3~b1-5_all.deb
 a1078dfd9a155e34bbe8be43dd036412 11898 devel optional 
mpich_3.3~b1-5_amd64.buildinfo
 4f2bd309f81a29a470cca6f9bcf18383 224708 devel optional mpich_3.3~b1-5_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAlqUADkACgkQy+a7Tl2a
06X4Ng/8DRAFp/MdYUWOxXCSxRGWkB6Hp8y0qRaW2GKUb53UI7eHgj+KfdegYjza
jGfLKxAgIr4EnbzlagQyMkRCIJWogiaQXg4Ox1t6wTUkN2oyJzaR4NbY7m1USlm/
urbqpboBTT6IH9T8n6n1afssBsW98U5mz1VLXd14uVK7AEynCCTtDGte7QBYt4dS
Fd3851ugIB13TubU4UgGHRvybBJbywmx7mkcI07CSJ0uYGLhA/0soX8nTW71V4t8
kHxOhI45fnCDi6aqI6impAW2R0dT4N1/jXPq2foFIVitY+K0DLJBtWoBYehNVPPd
pOgbmABwhu+wvUDfBdvX1DCblccp5E+kArCzPXWTo4IrgBj+e0yMYzssuDBIH/fV
8EGrGCVgK1rZWAv93u+ZnR/17W90VDhNLZHEpUY5WX25eHWhCnoivMerD2AQWxk1
1efY9yc5PfXlSX1lPYJ2Nz9AiuYJzvOt6VwlBqdZmkyoqDmNtbbuinSgd4VEaRfV
Dcbm+PG0bDqXWnvFhKpbaglwhaBzpThfal+d9LSvqI1Hd0Szem/EvSC3Uiomb+rW
YCWgcQw0HKCi5JgsVnC2r3SSIGoOgGjl1jhTCmJPWgvC6Pm1OerOG06UONGaneJJ
HuueuYvEMzhNW1/LaRRKkZbDgQPMPBnrqWVyofWEqQbDfVDewfc=
=Si8k
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


hello

2018-02-26 Thread lisa elof
Greetings dear friend.

i am miss Lisa Elof, i have genue proposal for you please write back to me for 
more communication
by next mail you will receive my picture

Yours sincerely
Lisa

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#891518: ros-geometry2 FTBFS: error: 'logWarn' was not declared in this scope

2018-02-26 Thread Adrian Bunk
Source: ros-geometry2
Version: 0.5.16-1
Severity: serious

https://buildd.debian.org/status/package.php?p=ros-geometry2=sid

...
/<>/tf2/src/buffer_core.cpp: In member function 'bool 
tf2::BufferCore::warnFrameId(const char*, const string&) const':
/<>/tf2/src/buffer_core.cpp:126:5: error: 'logWarn' was not 
declared in this scope
 logWarn("%s",ss.str().c_str());
 ^~~
/<>/tf2/src/buffer_core.cpp:134:5: error: 'logWarn' was not 
declared in this scope
 logWarn("%s",ss.str().c_str());
 ^~~

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#891516: ros-geometric-shapes FTBFS: error: 'logError' was not declared in this scope

2018-02-26 Thread Adrian Bunk
Source: ros-geometric-shapes
Version: 0.5.3-1
Severity: serious

https://buildd.debian.org/status/package.php?p=ros-geometric-shapes=sid

...
/<>/src/body_operations.cpp: In function 'bodies::Body* 
bodies::createBodyFromShape(const shapes::Shape*)':
/<>/src/body_operations.cpp:62:7: error: 'logError' was not 
declared in this scope
   logError("Creating body from shape: Unknown shape type %d", 
(int)shape->type);
   ^~~~

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#891465: marked as forwarded (glpk: prints warnings which lead to failing sagemath tests)

2018-02-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Feb 2018 12:00:38 +0100
with message-id <20180226110038.nualgonodyfek...@villemot.name>
has caused the   report #891465,
regarding glpk: prints warnings which lead to failing sagemath tests
to be marked as having been forwarded to the upstream software
author(s) bug-g...@gnu.org

(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.)


-- 
891465: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891465
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Dear GLPK maintainer,

I received the attached bug report and patch for the glpk package in Debian.

What’s your take on this? Should I apply the patch, or is this something that
should better be fixed at the sagemath level?

Best,

P.S.: please keep all addresses in CC when replying.

-- 
⢀⣴⠾⠻⢶⣦⠀  Sébastien Villemot
⣾⠁⢠⠒⠀⣿⡁  Debian Developer
⢿⡄⠘⠷⠚⠋⠀  http://sebastien.villemot.name
⠈⠳⣄  http://www.debian.org
--- Begin Message ---
Source: glpk
Version: 4.65-1
Severity: normal
Tags: patch

Hi there,

since version 4.65 glpk started to frequently print the message "Long-step dual 
simplex will be used", leading to many failed tests for sagemath and sagemath 
failing to build. Not sure if it's a bug in glpk but it seems to me it 
shouldn't print this. Could you maybe deactivate the messages to allow sagemath 
to build?

Best,
Tobias
--- a/src/draft/glpios03.c
+++ b/src/draft/glpios03.c
@@ -925,7 +925,6 @@
 #if 0 /* 20/I-2018 */
  xprintf("WARNING: LONG-STEP DUAL SIMPLEX WILL BE USED\n");
 #else
- xprintf("Long-step dual simplex will be used\n");
 #endif
 #endif
   /* on entry to the B driver it is assumed that the active list
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers--- End Message ---


signature.asc
Description: PGP signature
--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

PRODUCT ENQUIRY

2018-02-26 Thread Wojtek Luczkiewicz
Dear Sir / Ma'am

We obtained your contact on your website. We are interested in 
your product and hope to have cooperation with you. Please send 
me the details for the attached quotation and specifications, 
also  please give details of  FOB, MOQ, Lead Time for 40" feet 
container


Regards,

Wojtek Luczkiewicz
Almarai Trading Co., LTD.-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers