Bug#895531: Unable to import neuron in python3

2018-04-15 Thread Matthias Klumpp
i!
Interesting, this works here without problems (vanilla Debian installation):

```
$ python3
Python 3.6.5rc1 (default, Mar 14 2018, 10:54:23)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import neuron
NEURON -- VERSION 7.5 master (6b4c19f) 2017-09-25
Duke, Yale, and the BlueBrain Project -- Copyright 1984-2016
See http://neuron.yale.edu/neuron/credits

>>>
```

The "nrn" module is a built-in module. Do you have any bits of a
different NEURON installation floating around that might interfere
with the package? Could you run the Python interpreter in verbose mode
(python3 -v) and try to import the module again (and paste the
output)? That would help to determine what is different between the
attempts to load the module.

Cheers,
   Matthias

-- 
I welcome VSRE emails. See http://vsre.info/

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

cypari2 is marked for autoremoval from testing

2018-04-15 Thread Debian testing autoremoval watch
cypari2 1.1.4-2 is marked for autoremoval from testing on 2018-05-07

It is affected by these RC bugs:
895215: cypari2: cypari2 FTBFS with dh-python >= 3.20180313


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

double-conversion 2.0.1-5 MIGRATED to testing

2018-04-15 Thread Debian testing watch
FYI: The status of the double-conversion source package
in Debian's testing distribution has changed.

  Previous version: 2.0.1-4
  Current version:  2.0.1-5

-- 
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@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

petsc 3.8.4+dfsg1-2 MIGRATED to testing

2018-04-15 Thread Debian testing watch
FYI: The status of the petsc source package
in Debian's testing distribution has changed.

  Previous version: 3.8.4+dfsg1-1
  Current version:  3.8.4+dfsg1-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@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

kbibtex is marked for autoremoval from testing

2018-04-15 Thread Debian testing autoremoval watch
kbibtex 0.8~20170819git31a77b27e8e83836e-3 is marked for autoremoval from 
testing on 2018-04-17

It is affected by these RC bugs:
893538: kbibtex: kbibtex FTBFS: delegate-failed rsvg-convert


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

Bug#895748: mpi-default-dev: add riscv64 to list of MPI arches

2018-04-15 Thread Drew Parsons
On Sun, 2018-04-15 at 18:33 +0200, Manuel A. Fernandez Montecelo wrote:
> 
> > Whether default to openmpi or to mpich, your choice.
> 
> mpich fails due to tests in the current buildd, and although ideally
> we'll work on it and get it properly fixed soon, for riscv64 it'd
> better
> be "openmpi" at the moment -- which is the defalt for almost all
> other
> arches anyway, as you say further down in your message.

Thanks Manuel, that's a good reason for assigning openmpi to the
riscv64 defaults then.

Drew

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

Bug#895771: marked as done (python-bumps: autopkgtest fails since matplotlib 2.2.2-1 renamed NavigationToolbar2Wx to NavigationToolbar2WxAgg)

2018-04-15 Thread Debian Bug Tracking System
Your message dated Mon, 16 Apr 2018 11:38:16 +1000
with message-id <4609645.1RKcBvIM0S@simurgh>
and subject line Re: Bug#895771: python-bumps: autopkgtest fails since 
matplotlib 2.2.2-1 renamed NavigationToolbar2Wx to NavigationToolbar2WxAgg
has caused the Debian Bug report #895771,
regarding python-bumps: autopkgtest fails since matplotlib 2.2.2-1 renamed 
NavigationToolbar2Wx to NavigationToolbar2WxAgg
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.)


-- 
895771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-bumps
Version: 0.7.6-3
Severity: normal
User: ci-t...@tracker.debian.org
Usertags: progression

Since the upload of matplotlib version 2.2.2-1, apparently the module
NavigationToolbar2Wx from matplotlib.backends.backend_wxagg isn't there
anymore. As I can only assume (please reassign this bug to matplotlib if
I am wrong), this was done intentionally¹, I am filing this bug against
python-bumps: your autopkgtest² fails since than with the following error:

==
ERROR: Failure: ImportError (cannot import name NavigationToolbar2Wx)
--
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 418, in
loadTestsFromName
addr.filename, addr.module)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in
importFromPath
return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in
importFromDir
mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python2.7/dist-packages/bumps/gui/data_view.py", line
10, in 
from matplotlib.backends.backend_wxagg import NavigationToolbar2Wx
as Toolbar
ImportError: cannot import name NavigationToolbar2Wx

It looks like this bug may be of higher severity if the package stops
working due to this, but as I lack the insight to this package, I file
it as normal. Please investigate the situation.

Paul

¹ It looks like instead of NavigationToolbar2Wx it is now available as
NavigationToolbar2WxAgg; see
https://salsa.debian.org/python-team/modules/matplotlib/blob/35f7db8c0db60ed8e3daf2e6ba627a5a4db49cd6/lib/matplotlib/backends/backend_wxagg.py
² https://ci.debian.net/packages/p/python-bumps



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 0.7.6-4

Already fixed and tested on ci.d.n:

python-bumps (0.7.6-4) unstable; urgency=medium 

 * Update to new matplotlib API. 
 * Add missing dependencies to packages. 

-- Stuart Prescott   Mon, 16 Apr 2018 00:28:33 +1000 


> It looks like this bug may be of higher severity if the package stops
> working due to this, but as I lack the insight to this package, I file
> it as normal. Please investigate the situation.

Indeed, this would be RC since it would cause it to FTBFS as the tests would 
also fail at build time.

> ¹ It looks like instead of NavigationToolbar2Wx it is now available as
> NavigationToolbar2WxAgg; see
> https://salsa.debian.org/python-team/modules/matplotlib/blob/35f7db8c0db60ed
> 8e3daf2e6ba627a5a4db49cd6/lib/matplotlib/backends/backend_wxagg.py ²
> https://ci.debian.net/packages/p/python-bumps

There's a slight difference between the two (inheritance plus one extra 
function) but I think you are right and that's exactly what I uploaded and the 
PR I have sent upstream

https://github.com/bumps/bumps/pull/15

cheers
Stuart

-- 
Stuart Prescotthttp://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/ stu...@debian.org
GPG fingerprint90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

RE:matplotlib: missing depends on python(3)-kiwisolver

2018-04-15 Thread PICCA Frederic-Emmanuel
there is two problemes.

kiwisolver MUST provide -dbg packages AND matplotlib should depends on these 
packages once available.

Cheers

Frederic
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Processed: Re: matplotlib: missing depends on python(3)-kiwisolver

2018-04-15 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #895763 [src:matplotlib] matplotlib: missing depends on python(3)-kiwisolver
Severity set to 'normal' from 'serious'
> retitle -1 autopkgtest fails since matplotlib 2.2.2-1
Bug #895763 [src:matplotlib] matplotlib: missing depends on python(3)-kiwisolver
Changed Bug title to 'autopkgtest fails since matplotlib 2.2.2-1' from 
'matplotlib: missing depends on python(3)-kiwisolver'.
> affects -1 - pyfai - python-ltfatpy
Bug #895763 [src:matplotlib] autopkgtest fails since matplotlib 2.2.2-1
Removed indication that 895763 affects pyfai and python-ltfatpy
> clone -1 -2
Bug #895763 [src:matplotlib] autopkgtest fails since matplotlib 2.2.2-1
Bug 895763 cloned as bug 895776
> reassign -1 src:python-ltfatpy
Bug #895763 [src:matplotlib] autopkgtest fails since matplotlib 2.2.2-1
Bug reassigned from package 'src:matplotlib' to 'src:python-ltfatpy'.
No longer marked as found in versions matplotlib/2.2.2-1.
Ignoring request to alter fixed versions of bug #895763 to the same values 
previously set
> reassign -1 src:pyfai
Bug #895763 [src:python-ltfatpy] autopkgtest fails since matplotlib 2.2.2-1
Bug reassigned from package 'src:python-ltfatpy' to 'src:pyfai'.
Ignoring request to alter found versions of bug #895763 to the same values 
previously set
Ignoring request to alter fixed versions of bug #895763 to the same values 
previously set

-- 
895763: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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

Bug#895771: python-bumps: autopkgtest fails since matplotlib 2.2.2-1 renamed NavigationToolbar2Wx to NavigationToolbar2WxAgg

2018-04-15 Thread Paul Gevers
Source: python-bumps
Version: 0.7.6-3
Severity: normal
User: ci-t...@tracker.debian.org
Usertags: progression

Since the upload of matplotlib version 2.2.2-1, apparently the module
NavigationToolbar2Wx from matplotlib.backends.backend_wxagg isn't there
anymore. As I can only assume (please reassign this bug to matplotlib if
I am wrong), this was done intentionally¹, I am filing this bug against
python-bumps: your autopkgtest² fails since than with the following error:

==
ERROR: Failure: ImportError (cannot import name NavigationToolbar2Wx)
--
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 418, in
loadTestsFromName
addr.filename, addr.module)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in
importFromPath
return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in
importFromDir
mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python2.7/dist-packages/bumps/gui/data_view.py", line
10, in 
from matplotlib.backends.backend_wxagg import NavigationToolbar2Wx
as Toolbar
ImportError: cannot import name NavigationToolbar2Wx

It looks like this bug may be of higher severity if the package stops
working due to this, but as I lack the insight to this package, I file
it as normal. Please investigate the situation.

Paul

¹ It looks like instead of NavigationToolbar2Wx it is now available as
NavigationToolbar2WxAgg; see
https://salsa.debian.org/python-team/modules/matplotlib/blob/35f7db8c0db60ed8e3daf2e6ba627a5a4db49cd6/lib/matplotlib/backends/backend_wxagg.py
² https://ci.debian.net/packages/p/python-bumps



signature.asc
Description: OpenPGP digital signature
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#895769: skimage: autopkgtest fails since matplotlib 2.2.2-1 due to new deprecation warning

2018-04-15 Thread Paul Gevers
Source: skimage
Version: 0.13.1-2
Severity: normal
User: ci-t...@tracker.debian.org
Usertags: progression

Since the upload of matplotlib version 2.2.2-1, it emits a deprecation
warning: "The 'box-forced' keyword argument is deprecated since 2.2".
Your autopkgtest¹ fails since than 2*7 errors, because it errors out on
unexpected warnings. Could you please fix your tests and/or the code?

Paul

¹ https://ci.debian.net/packages/s/skimage



signature.asc
Description: OpenPGP digital signature
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#867496: marked as done (morse-simulator FTBFS: ImportError: No module named 'version')

2018-04-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Apr 2018 18:06:25 +
with message-id 
and subject line Bug#853557: fixed in morse-simulator 1.4-3
has caused the Debian Bug report #853557,
regarding morse-simulator FTBFS: ImportError: No module named 'version'
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.)


-- 
853557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853557
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: morse-simulator
Version: 1.4-2
Severity: important
User: python-modules-t...@lists.alioth.debian.org
Usertags: sphinx1.5

Dear maintainer,

I am about to upload Sphinx 1.5 to unstable (it has been available in
experimental for several months now).

Your package fails to build with it:

  Running Sphinx v1.5.6
  making output directory...

  Exception occurred:
  Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sphinx/cmdline.py", line 295, in main
  opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
File "/usr/lib/python3/dist-packages/sphinx/application.py", line 163, in 
__init__
  confoverrides or {}, self.tags)
File "/usr/lib/python3/dist-packages/sphinx/config.py", line 134, in 
__init__
  execfile_(filename, config)
File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 129, in 
execfile_
  exec_(code, _globals)
File "conf.py", line 15, in 
  ImportError: No module named 'version'

The full build log is attached.

--
Dmitry Shachnev
 dpkg-buildpackage -rfakeroot -us -uc -j4
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: info: source package morse-simulator
dpkg-buildpackage: info: source version 1.4-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Sylvestre Ledru 

 dpkg-source --before-build morse-simulator-1.4
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean --with python3
dh: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_testdir
   dh_auto_clean
dh_auto_clean: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 8 in use)
 dpkg-source -b morse-simulator-1.4
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building morse-simulator using existing 
./morse-simulator_1.4.orig.tar.gz
dpkg-source: info: building morse-simulator in 
morse-simulator_1.4-2.debian.tar.xz
dpkg-source: info: building morse-simulator in morse-simulator_1.4-2.dsc
 debian/rules build
dh build --with python3
dh: Compatibility levels before 9 are deprecated (level 8 in use)
   dh_testdir
   dh_update_autotools_config
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/morse-simulator-1.4'
dh_auto_configure -- -DBUILD_DOC_SUPPORT=ON 
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
 -DCPACK_DEBIAN_PACKAGE_DEPENDS=python3-all-dev -DPYMORSE_SUPPORT=ON
dh_auto_configure: Compatibility levels before 9 are deprecated (level 8 in use)
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DBUILD_DOC_SUPPORT=ON 
-DPYTHON_EXECUTABLE=/usr/bin/python3 
-DCPACK_DEBIAN_PACKAGE_DEPENDS=python3-all-dev -DPYMORSE_SUPPORT=ON
-- The C compiler identification is GNU 7.1.0
-- The CXX compiler identification is GNU 7.1.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29") 
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.3", 
required is "3.3") 
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (found suitable 
exact version "3.5") 
-- will install python files in /usr/lib/python3/dist-packages
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_SYSCONFDIR
CPACK_DEBIAN_PACKAGE_DEPENDS


-- Build files have been written to: 

Bug#861028: marked as done (morse-simulator: abuses Conflicts to circument Policy 10.1 on /usr/bin/morse collision with morse)

2018-04-15 Thread Debian Bug Tracking System
Your message dated Sun, 15 Apr 2018 18:06:25 +
with message-id 
and subject line Bug#861028: fixed in morse-simulator 1.4-3
has caused the Debian Bug report #861028,
regarding morse-simulator: abuses Conflicts to circument Policy 10.1 on 
/usr/bin/morse collision with morse
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.)


-- 
861028: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861028
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: morse-simulator
Version: 0.5.2-1
Severity: serious

Hi,

both morse and morse-simulator ship /usr/bin/morse

  Package: morse
  Description-en: training program about morse-code for aspiring radio hams

  Package: morse-simulator
  Description-en: Multi-OpenRobot Simulation Engine
  Conflicts: morse

These two packages seem in no way related, so using Conflicts is
incorrect here, hiding a violation of Policy 10.1:

  10.1 Binaries
  Two different packages must not install programs with different
  functionality but with the same filenames.
  [...]
  https://www.debian.org/doc/debian-policy/ch-files.html#s-binaries

Given the long history of this bug (going back to wheezy (at least)),
it's probably OK to ask for {stretch,jessie,wheezy}-ignore.


Andreas

PS: I stomped on this by accident since morse-simulator-doc puts stuff
into /usr/share/doc/morse :-)
--- End Message ---
--- Begin Message ---
Source: morse-simulator
Source-Version: 1.4-3

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

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated morse-simulator 
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: Sun, 15 Apr 2018 18:40:27 +0200
Source: morse-simulator
Binary: morse-simulator morse-simulator-data morse-simulator-doc 
python3-morse-simulator
Architecture: source
Version: 1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sylvestre Ledru 
Description:
 morse-simulator - Multi-OpenRobot Simulation Engine
 morse-simulator-data - Multi-OpenRobot Simulation Engine
 morse-simulator-doc - Multi-OpenRobot Simulation Engine - Documentation
 python3-morse-simulator - Multi-OpenRobot Simulation Engine
Closes: 853557 861028
Changes:
 morse-simulator (1.4-3) unstable; urgency=medium
 .
   * Fix the FTBFS by adding the version.py file from usptream
 (Closes: #853557)
   * Package moved on salsa
   * Standards-Version updated to 4.1.3
   * Move to compat mode 8
   * Fix priority-extra-is-replaced-by-priority-optional
   * Explicit python3-setuptools as dep
   * Rename morse => morsesim to avoid a conflict
 For now, it still contains a symlink from morse to morseim
 I will remove it later.
 (Closes: #861028)
   * Disable the sphinx ext vimeo & gallery until
 https://github.com/morse-simulator/morse/issues/792 is fixed
 .
   [ Séverin Lemaignan ]
   * Relax the need for Sphinx 1.3 as the original issue (#792711) has been
 fixed upstream
Checksums-Sha1:
 dc2badbb3940f0286b6f38128f0a270ca8db3437 2358 morse-simulator_1.4-3.dsc
 81cf062b768ddff19b21865736123cc83269b7d1 6576 
morse-simulator_1.4-3.debian.tar.xz
 225c1f742c848b88801e46a1f31d21a026b42b8f 9319 
morse-simulator_1.4-3_amd64.buildinfo
Checksums-Sha256:
 d450ba8264355d86a20aaf753a84d67c196e0cd18e54d1c344430eb099b3027e 2358 
morse-simulator_1.4-3.dsc
 e7b725fe9c7c74e7ab152afaea28ea7510e931b28a1ad532d9dfe54477295073 6576 
morse-simulator_1.4-3.debian.tar.xz
 bafc33a39359ade0368a3b867e82bb3a2b387b8c8edf3ce39e696c2eb6282f9b 9319 
morse-simulator_1.4-3_amd64.buildinfo
Files:
 5ce6f6dd8adf78f740c7ac743569ac50 2358 science optional 
morse-simulator_1.4-3.dsc
 9706c779f08e254c7cb1672cb3e0ebcc 6576 science optional 
morse-simulator_1.4-3.debian.tar.xz
 2a8248aea57bcacdeeb2d6e573783c51 9319 science optional 
morse-simulator_1.4-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-


morse-simulator_1.4-3_source.changes ACCEPTED into unstable

2018-04-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Apr 2018 18:40:27 +0200
Source: morse-simulator
Binary: morse-simulator morse-simulator-data morse-simulator-doc 
python3-morse-simulator
Architecture: source
Version: 1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sylvestre Ledru 
Description:
 morse-simulator - Multi-OpenRobot Simulation Engine
 morse-simulator-data - Multi-OpenRobot Simulation Engine
 morse-simulator-doc - Multi-OpenRobot Simulation Engine - Documentation
 python3-morse-simulator - Multi-OpenRobot Simulation Engine
Closes: 853557 861028
Changes:
 morse-simulator (1.4-3) unstable; urgency=medium
 .
   * Fix the FTBFS by adding the version.py file from usptream
 (Closes: #853557)
   * Package moved on salsa
   * Standards-Version updated to 4.1.3
   * Move to compat mode 8
   * Fix priority-extra-is-replaced-by-priority-optional
   * Explicit python3-setuptools as dep
   * Rename morse => morsesim to avoid a conflict
 For now, it still contains a symlink from morse to morseim
 I will remove it later.
 (Closes: #861028)
   * Disable the sphinx ext vimeo & gallery until
 https://github.com/morse-simulator/morse/issues/792 is fixed
 .
   [ Séverin Lemaignan ]
   * Relax the need for Sphinx 1.3 as the original issue (#792711) has been
 fixed upstream
Checksums-Sha1:
 dc2badbb3940f0286b6f38128f0a270ca8db3437 2358 morse-simulator_1.4-3.dsc
 81cf062b768ddff19b21865736123cc83269b7d1 6576 
morse-simulator_1.4-3.debian.tar.xz
 225c1f742c848b88801e46a1f31d21a026b42b8f 9319 
morse-simulator_1.4-3_amd64.buildinfo
Checksums-Sha256:
 d450ba8264355d86a20aaf753a84d67c196e0cd18e54d1c344430eb099b3027e 2358 
morse-simulator_1.4-3.dsc
 e7b725fe9c7c74e7ab152afaea28ea7510e931b28a1ad532d9dfe54477295073 6576 
morse-simulator_1.4-3.debian.tar.xz
 bafc33a39359ade0368a3b867e82bb3a2b387b8c8edf3ce39e696c2eb6282f9b 9319 
morse-simulator_1.4-3_amd64.buildinfo
Files:
 5ce6f6dd8adf78f740c7ac743569ac50 2358 science optional 
morse-simulator_1.4-3.dsc
 9706c779f08e254c7cb1672cb3e0ebcc 6576 science optional 
morse-simulator_1.4-3.debian.tar.xz
 2a8248aea57bcacdeeb2d6e573783c51 9319 science optional 
morse-simulator_1.4-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAlrTj7cACgkQfmUo2nUv
G+F/xw/9GAYAhdM+2csEWA5sXLzkdccwPqvS2w1W27Z2hAWJBhF7c5NPUjQF7EsK
cTPzsH5DbaEgSwt0H06w/P0BvJFAkr08AJjxuhegcUcGGZheB7ngiJKrsGBG8BhM
7WHnLusbsZgxYsLcuTYsX07jrK5cXhSfv8gYq05nBc230b87Zo7VnhDOLSEf7Llx
1j4OtuFFSqDGgHVAJN9YicioTPPILbF0EzcfYGbYTulJPblAkAcWNNdTuqYwgll4
j5O2HOdoq7fytTtuSwJwcKWIPBCBfhPdKWfk9mmA8U4hLfd1Za/72r5J8Lk/KizM
rfgMNL7XHzKw0vodlke+DUlbsWSFLUfNtJBucaxf7dBGSCWw3kvuvbXpo51er/ns
JUE2TJYqLyIi6Gv1m3XqvqVviq+Kmwyt0n8UuARuB43ekalHBu5FI9ZKsE2CI3I/
ex9KZYBQ6QW1pgpFXNsew+th7kvABcadIt6XCZ9wNC/IaLvxfuFxzQQ205q6HLg1
Vw/I+Jf7+2pF3dQE7RSHe8idWVwa59esFtbHFDAKD9/CwI2UPy48mGWim5ymruEE
yTPxP05dVfAZuuxta1ZtXSd78n2N/4AU+llMU5MbvoexNgii7VQf0PKWlLfz/RdN
CiQSl9erx2DbM9juq6yNYpXwb189rRUHxvqCbFYlQEEWiVViLMU=
=HsKU
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

Processing of r-cran-spam_2.1-4-1_source.changes

2018-04-15 Thread Debian FTP Masters
r-cran-spam_2.1-4-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-spam_2.1-4-1.dsc
  r-cran-spam_2.1-4.orig.tar.gz
  r-cran-spam_2.1-4-1.debian.tar.xz
  r-cran-spam_2.1-4-1_amd64.buildinfo

Greetings,

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

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

Processing of morse-simulator_1.4-3_source.changes

2018-04-15 Thread Debian FTP Masters
morse-simulator_1.4-3_source.changes uploaded successfully to localhost
along with the files:
  morse-simulator_1.4-3.dsc
  morse-simulator_1.4-3.debian.tar.xz
  morse-simulator_1.4-3_amd64.buildinfo

Greetings,

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

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

Bug#890882: workaround for "Freecad fails to start with Assertion `!xcb_xlib_threads_sequence_lost' failed"

2018-04-15 Thread Jonathan

Hi,

I've found a temporary workaround for this on the Arch User Repository 
page for freecad.


LIBGL_DRI3_DISABLE=true FreeCAD

Maybe I'll save someone the extra searching...

Kind Regards
gbf

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

vtk7_7.1.1+dfsg1-3_source.changes ACCEPTED into unstable

2018-04-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Apr 2018 16:37:32 +0200
Source: vtk7
Binary: libvtk7-dev libvtk7-qt-dev libvtk7.1 libvtk7.1-qt libvtk7-jni 
libvtk7-java python3-vtk7 tcl-vtk7 vtk7 vtk7-doc vtk7-examples
Architecture: source
Version: 7.1.1+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Gert Wollny 
Description:
 libvtk7-dev - VTK header files
 libvtk7-java - Visualization Toolkit - A high level 3D visualization library - 
j
 libvtk7-jni - Visualization Toolkit - A high level 3D visualization library - j
 libvtk7-qt-dev - VTK header files, containing Qt files
 libvtk7.1  - VTK libraries
 libvtk7.1-qt - VTK libraries, Qt files
 python3-vtk7 - Python bindings for VTK
 tcl-vtk7   - Tcl bindings for VTK
 vtk7   - Binaries for VTK7
 vtk7-doc   - VTK class reference documentation
 vtk7-examples - VTK examples
Changes:
 vtk7 (7.1.1+dfsg1-3) unstable; urgency=medium
 .
   * Update autopkgtst to OpenGL2 interface
   * d/control: Remove Andy from uploaders
Checksums-Sha1:
 fc41f8fa01f61427e2d9e78f7fd664c5b78b00ab 3357 vtk7_7.1.1+dfsg1-3.dsc
 8c65ab4f0fcec8014abaf93e8e58b6b7abb0f20e 24640 vtk7_7.1.1+dfsg1-3.debian.tar.xz
 7d6284f066ecb85ae5c9a550fe48e13c4df4b4fd 29344 
vtk7_7.1.1+dfsg1-3_source.buildinfo
Checksums-Sha256:
 9becd0e4e4fc88017df8d58e64045b59012196d4aa265c1bdd91cc821d03df6f 3357 
vtk7_7.1.1+dfsg1-3.dsc
 281b5f2cd8dfb27369f7badd9ac5b177287a0c9336e45ec0fbecff472af044f6 24640 
vtk7_7.1.1+dfsg1-3.debian.tar.xz
 704b7d55c01384a791f202cbb744c72542ef4571ddba0ca83056706858e47122 29344 
vtk7_7.1.1+dfsg1-3_source.buildinfo
Files:
 d4b4687f7c12996ff9376c61ad40222a 3357 graphics optional vtk7_7.1.1+dfsg1-3.dsc
 8248cae086a6a49b6e42d658d55a89e2 24640 graphics optional 
vtk7_7.1.1+dfsg1-3.debian.tar.xz
 ee3ed77417bdabe14a8bb8a0cf3935df 29344 graphics optional 
vtk7_7.1.1+dfsg1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEENGr+2YOvnEff6Rr7+B42i5smq5gFAlrTY+wACgkQ+B42i5sm
q5gkUQf/cSGNxdbU2iqGcPpR5hHvWIn7WPS6rEpVZsMZELtSYX3bJeKtErKj6DK3
wH0nN/2LwBqHAkojWkQdhNeDZ3ynG+/MDzK1vjp5lB0r08rXDWYjanCdyVcGzYUg
0Ykp1VeezDpqsOMmVl/3CbAtgOwlLMTa47PgABKX3Hv5ieFP85cycjeCc2YQe6fV
CnQJrcPUReTHzSgJom1jBdlp2WrVvAyrbZZlhcT3/lTabA4TWOaZJpAj7IcSnuqt
L+VDVXLRB7bH1RWyFq6tZ3mVgPC1LAkPAWcCJgt31YUuggd6hB+r5T7DrmOyq3Ct
pXPfWO+CO2tYI8zwSYL7Du9OjZtW5Q==
=VaUN
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

python-bumps_0.7.6-4_source.changes ACCEPTED into unstable

2018-04-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 16 Apr 2018 00:28:33 +1000
Source: python-bumps
Binary: python-bumps python3-bumps python-bumps-doc
Architecture: source
Version: 0.7.6-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Stuart Prescott 
Description:
 python-bumps - data fitting and Bayesian uncertainty modeling for inverse 
proble
 python-bumps-doc - data fitting and Bayesian uncertainty modeling for inverse 
proble
 python3-bumps - data fitting and Bayesian uncertainty modeling for inverse 
proble
Changes:
 python-bumps (0.7.6-4) unstable; urgency=medium
 .
   * Update to new matplotlib API.
   * Add missing dependencies to packages.
Checksums-Sha1:
 5c8232c16a40b499fa7c828e05b5897d823fca9c 2628 python-bumps_0.7.6-4.dsc
 bf65aa9d0c788c8ea8667a32e26f9601892734cb 12248 
python-bumps_0.7.6-4.debian.tar.xz
 758d40b7a7af20b6eafcdbfcac756e1501e4cf44 13935 
python-bumps_0.7.6-4_amd64.buildinfo
Checksums-Sha256:
 443253cad8cfcf2d3941c9c6e956cfc52fc02ed9290f8e241be0ff4d0ddc70a0 2628 
python-bumps_0.7.6-4.dsc
 db4279f99aca95457201d8cd27573e1c59cee37f95a001f9ebac0542e20b4bb1 12248 
python-bumps_0.7.6-4.debian.tar.xz
 9318134236309065c655d7c129b0eb0fbebf1efc11faae19fab0a4f1f37cb042 13935 
python-bumps_0.7.6-4_amd64.buildinfo
Files:
 5ccfb475b35b54718083b6c7c396ad7a 2628 science optional python-bumps_0.7.6-4.dsc
 21fb82731ce76e2bcebe85c24eac02ff 12248 science optional 
python-bumps_0.7.6-4.debian.tar.xz
 635e5c27cb479dfdb38e7fec985576ad 13935 science optional 
python-bumps_0.7.6-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEkOLSwa0Uaht+u4kdu8F+uxOW8vcFAlrTYk0ACgkQu8F+uxOW
8vdpog//c8x+aF45gWinie+JEcR9UyHtuE9FndFKS0N5e3D7VqIamhH2EJHiXsO5
Cz0jjZ2UmrKdip1KUuHtUk/wBJrqZL937lovUSimvjxGY0cQW1c65gSZSN4RKGla
llBBbStFX6WP3ouk+9Zmrn85c7kibrs8DPVY/JX0hGeMTOp4mrNCVUGFY5e5aYNj
Dvoc5cmKMrkQ8m5eJ1vwsyHdcg9DGnWod4YhamwJsLMRuPUitH6nN2/xCtATFlNL
X2lnGvY1iRfb+Oi14I9FW0Pw2kkXckkV0kphXw8nE1CW4hvkRoMDUf+zlxZQiBiM
49z9By89bNV51lxPsDGnvn6DVH1/z7Tfu9ou0I9FUcPTqnX29OnhT8PFZidNvrH5
HouHZDQkckr3a+36sMboRJ8/1D44wxS7C1V+ONGkloFRJY6RI83HvNtaRVmEphCu
BwpcxT6GcnOACUgkwfH37C6xJJbTi1cybmWP8LG59MALYf50y9k5pP+r9NR9yGJU
X5FHdW6eIawSnqq4e6w2FQA9z4k2ukaJSSMJeE0l7b+LRhP1KzMICxxG275V3rni
OQehGXRmhPB+PTIgRap7RhUKTSjS0IveP6B9n5BWv9hKV9UG/tsxnDSrKYEKfKdT
y4SHensvmrd4yES1Tlm+jROMiWs1Chkkb8+acsX2TmAnnMzNpgQ=
=joe+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

Bug#895713: FTBFS with googletest 1.8.0-7

2018-04-15 Thread Steve Robbins
severity 895713 normal
tags 895713 + patch
thanks

On Saturday, April 14, 2018 7:10:33 PM CDT you wrote:

> Debian's googletest package used to ship only sources, not a compiled
> libgtest.  The ros-catkin package has a build-dep on libgtest-dev.

I was mistaken on the second point; ros-catkin does NOT build-depend on 
libgtest-dev.  I got confused while rebuilding it on my development system 
with gtest installed.  This configuration does provoke the errors described.  
At present, however, ros-catkin rebuilds fine on a clean (pbuilder) 
environment.  So I'm downgrading this bug.

If, in future, you decide to enable tests, you will run into this bug.  It 
looks to me like the gtest and gtest_main libraries are already set by
"find_package(GTest QUIET)".  Removing the lines in catkin's gtest.cmake (see 
patch) fixes the build for me.


> Additionally, the flaw in gtest.cmake appears to be the cause of
> ros-rospack build failure tracked in Bug #895708 -- contrary to what
> was previously written in that bug -- as the ros-rospack build fails
> at the same lines in the installed version of gtest.cmake:
> 
> -- Found gtest: gtests will be built
> CMake Error at /usr/share/catkin/cmake/test/gtest.cmake:369
> (add_library): add_library cannot create imported target "gtest" because
> another target with the same name already exists.
> Call Stack (most recent call first):
>   /usr/share/catkin/cmake/all.cmake:147 (include)
>   /usr/share/catkin/cmake/catkinConfig.cmake:20 (include)
>   CMakeLists.txt:4 (find_package)

This is again what I observed on my development system.  When built in a clean 
environment -- e.g. see [1] -- this error does not occur, although #895708 
does.  I'm not sure why.

[1] 
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ros-rospack.html

-Steve
diff --git a/cmake/test/gtest.cmake b/cmake/test/gtest.cmake
index c12f67f..ace642a 100755
--- a/cmake/test/gtest.cmake
+++ b/cmake/test/gtest.cmake
@@ -366,10 +366,6 @@ if(NOT GMOCK_FOUND)
 endif()
   else()
 message(STATUS "Found gtest: gtests will be built")
-add_library(gtest SHARED IMPORTED)
-set_target_properties(gtest PROPERTIES IMPORTED_LOCATION "${GTEST_LIBRARIES}")
-add_library(gtest_main SHARED IMPORTED)
-set_target_properties(gtest_main PROPERTIES IMPORTED_LOCATION "${GTEST_MAIN_LIBRARIES}")
 set(GTEST_FOUND ${GTEST_FOUND} CACHE INTERNAL "")
 set(GTEST_INCLUDE_DIRS ${GTEST_INCLUDE_DIRS} CACHE INTERNAL "")
 set(GTEST_LIBRARIES ${GTEST_LIBRARIES} CACHE INTERNAL "")


signature.asc
Description: This is a digitally signed message part.
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#895748: mpi-default-dev: add riscv64 to list of MPI arches

2018-04-15 Thread Drew Parsons
Package: mpi-default-dev
Version: 1.10
Severity: normal

Both openmpi and mpich now build on the new arch riscv64.
So riscv64 should be added to the list of default arches.

Whether default to openmpi or to mpich, your choice.
We've been defaulting to openmpi for most arches, but that's mainly
because historically mpich supported a smaller set of arches than Debian
supports.

Now that mpich builds on all arches, it could be a good opportunity to 
review and discuss whether we want to keep openmpi as the default
default, or whether we want to switch to mpich.

Again historically, openmpi had more bugs than mpich, mainly because it
was trying to do more things (support more arches, for instance).

We seem to have convergence at this point in time.  OpenMPI has now 
fixed the old egregious bugs, while mpich now supports many arches.

So you could say it doesn't really matter which one we one we choose,
except perhaps for particular specific HPC configurations, where one
implementation may have advantage over the other.  But Debian can't
optimise for that, unless a survey can get back to us on which one
better suits our actual HPC clients.

Maybe we could swap the default MPI from release to release, to keep 
them both lively.

Drew

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages mpi-default-dev depends on:
ii  libopenmpi-dev  2.1.1-8

mpi-default-dev recommends no packages.

mpi-default-dev suggests no packages.

-- no debconf information

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

Processed: Re: FTBFS with googletest 1.8.0-7

2018-04-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 895713 normal
Bug #895713 [src:ros-catkin] FTBFS with googletest 1.8.0-7
Severity set to 'normal' from 'serious'
> tags 895713 + patch
Bug #895713 [src:ros-catkin] FTBFS with googletest 1.8.0-7
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
895713: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895713
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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

Processing of vtk7_7.1.1+dfsg1-3_source.changes

2018-04-15 Thread Debian FTP Masters
vtk7_7.1.1+dfsg1-3_source.changes uploaded successfully to localhost
along with the files:
  vtk7_7.1.1+dfsg1-3.dsc
  vtk7_7.1.1+dfsg1-3.debian.tar.xz
  vtk7_7.1.1+dfsg1-3_source.buildinfo

Greetings,

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

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

Processing of python-bumps_0.7.6-4_source.changes

2018-04-15 Thread Debian FTP Masters
python-bumps_0.7.6-4_source.changes uploaded successfully to localhost
along with the files:
  python-bumps_0.7.6-4.dsc
  python-bumps_0.7.6-4.debian.tar.xz
  python-bumps_0.7.6-4_amd64.buildinfo

Greetings,

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

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

Re: Donation

2018-04-15 Thread M. M. Fridman
I Mikhail Fridman. has selected you specially as one of my beneficiaries
for my Charitable Donation, Just as I have declared on May 23, 2016 to give
my fortune as charity.

Check the link below for confirmation:

http://www.ibtimes.co.uk/russias-second-wealthiest-man-mikhail-fridman-plans-leaving-14-2bn-fortune-charity-1561604

Reply as soon as possible with further directives.

Best Regards,
Mikhail Fridman.

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

datamash_1.3-1_amd64.changes ACCEPTED into unstable

2018-04-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Apr 2018 11:09:19 +0100
Source: datamash
Binary: datamash
Architecture: source amd64
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Alejandro Garrido Mota 
Description:
 datamash   - statistics tool for command-line interface
Changes:
 datamash (1.3-1) unstable; urgency=medium
 .
   * New upstream release.
   * d/watch: Updated to the 4.0 and replaced the URL with httpS.
   * d/copyright: Updated dates and changed all URIs to HTTPs
   * d/compat: Updated debhelper to version 10
   * d/rules: Removed autotools-dev for debhelper
   * d/tests/*: Added Autopkgtest test suite with a simple smoketest
   * d/control:
 - Replaced priority field with 'Optional' (extra is deprecated)
 - Updated Standards-Version field
 - Updated Maintainers and Uploaders field (moving to Debian Science Team)
 - Updated Vcs-Browser and Vcs-Git fields with the salsa (gitlab) URL
Checksums-Sha1:
 63ab36ae12259acf3b70e1177891fc1872f7a10b 2239 datamash_1.3-1.dsc
 d0b036169d924e1e04ff43ac54dc68085c05876a 1939375 datamash_1.3.orig.tar.gz
 c82ab81ffdd5a8fc99ae6936147ca5bf6afa72cf 1221 datamash_1.3.orig.tar.gz.asc
 49ec7f0c64e38f31c456c4f952ce6eba0920bfa1 8664 datamash_1.3-1.debian.tar.xz
 6a8c157920ad7ed71f31eb9c090d85bb4f8705fa 138108 datamash-dbgsym_1.3-1_amd64.deb
 7a44c61cf7ea51b6b22565ff07846ddf64fd013e 5711 datamash_1.3-1_amd64.buildinfo
 0b0f95abe63f2b1f912f3ddd7c6c5797795e2b40 779224 datamash_1.3-1_amd64.deb
Checksums-Sha256:
 bc48c89356373997eb5ab76670e99de8eaccfbaae3cc2a17d4675744a9a5316e 2239 
datamash_1.3-1.dsc
 eebb52171a4353aaad01921384098cf54eb96ebfaf99660e017f6d9fc96657a6 1939375 
datamash_1.3.orig.tar.gz
 86ba5f9c0d6f191f1ac0acf0b8655f53a67b3eff99deaf28c67b3c802d06c893 1221 
datamash_1.3.orig.tar.gz.asc
 f3c53f8366175d1d633a5889ff758117e2a2025b12f05fb59e9c870860c02c24 8664 
datamash_1.3-1.debian.tar.xz
 f061e436e8cf905182c35b7a2afa2c0a4b42256e46950492913b79f12d1c9462 138108 
datamash-dbgsym_1.3-1_amd64.deb
 84313af1090661a11f0fa2b0f6f82fe9de52d7bf6607fafb0964b75b321ccb1f 5711 
datamash_1.3-1_amd64.buildinfo
 a77c35630c7ab9fd9ac1dbd523b585cd9725aa4f0c25a57956a0952a89c5e10c 779224 
datamash_1.3-1_amd64.deb
Files:
 618c18f2370453a2cda34599a55fff9e 2239 utils optional datamash_1.3-1.dsc
 47d382090e367ddb4967d640aba77b66 1939375 utils optional 
datamash_1.3.orig.tar.gz
 7164f524fcbc34b02943bf34d49d3f8f 1221 utils optional 
datamash_1.3.orig.tar.gz.asc
 ff60803f24e57fc96b0a752892cf8dda 8664 utils optional 
datamash_1.3-1.debian.tar.xz
 9f592fe047e4fb656c22b3ccfad83849 138108 debug optional 
datamash-dbgsym_1.3-1_amd64.deb
 0a1cfe58393c8469ce9d4d50de35694f 5711 utils optional 
datamash_1.3-1_amd64.buildinfo
 76cbfd33978f0f07c8faae81b1d3c45d 779224 utils optional datamash_1.3-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEEo8rrC+lLBr6O+E61cTltYfHAnvsFAlrTPsIVHGFsZWphbmRy
b0BkZWJpYW4ub3JnAAoJEHE5bWHxwJ77xB4QAKLULyEqlij7xCaOyjNDsSMdD1Kb
07q3UUpWtufvoajsWZJPgLo3i3mEy/3PsqNl/KWsRibyeDc/Iz5eCCxkRZkuCXPb
DmfKQmn/gAW+XiGANnNaWHo5FKxbNzYuimLfqNuDCpuDm5JvMoch4YZ37CUKfrZr
yJciQqQ+aVEtZIXkl9H5x+ZF67GMqj9Bfmgf/SaittEri/aVyyhForrsvbCBaU6u
S4swoKJX6FgP41fDKdwcW/ZeJWEa5yP/n0YwGSM37iBD/vkHF/2Ciaw1CyfaTsza
ugLF5DMMxk1cy9ceQSxIv9lZRKp6uv5dAREkUHAicRlOVSBpRuD+YvMrz7Ved68U
LmSzxCh/AgvcxYG/8CVmDaG86jha6SDztH1/q3RHjj756RkcMDcKrQ9FTyyFo9cp
G5CKZvfDlXteDTKPvSBPhC5rNgTcYKkZli5lt1PSl7M5cIB4kqxvANRW0q9nXnCk
3aKKwnlmLs3aqqk5+gUcH5EJg4Yd5p7gcNt55KV4nsq6eEgAvtX9UM087bPPFfYQ
Y/MaQYTHwmvvPWMEhnc5ILnCZLIrVt5pi2YuLx0Ipq1psPSO9sBagkgKPz9GQlEv
SI1ulOXLhfEWDQa8k8O3tJNkoF8u6wCgci9oaB7X7N2yXWUg0NupPN8T/Xr9zmvN
HUgKTH9+xCl19JC1
=BQd7
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

Processing of datamash_1.3-1_amd64.changes

2018-04-15 Thread Debian FTP Masters
datamash_1.3-1_amd64.changes uploaded successfully to localhost
along with the files:
  datamash_1.3-1.dsc
  datamash_1.3.orig.tar.gz
  datamash_1.3.orig.tar.gz.asc
  datamash_1.3-1.debian.tar.xz
  datamash-dbgsym_1.3-1_amd64.deb
  datamash_1.3-1_amd64.buildinfo
  datamash_1.3-1_amd64.deb

Greetings,

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

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

Bug#808455: roboptim-core: FTBFS: dh_install: libroboptim-core2-plugin-base missing files (usr/lib/*/roboptim-core/*.so.2*), aborting

2018-04-15 Thread Chris Lamb
Hi,

> roboptim-core: FTBFS: dh_install: [...]

So:

 https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=roboptim-core

5 RC bugs? Are we sure this should be in Debian? :-)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-

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

Processed: Move to source package and clean affects

2018-04-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 895707 src:gumbo-parser 0.10.1+dfsg-2.1
Bug #895707 [gumbo-parser] use gtest sources or use -pthread with system 
libgtest
Bug reassigned from package 'gumbo-parser' to 'src:gumbo-parser'.
Ignoring request to alter found versions of bug #895707 to the same values 
previously set
Ignoring request to alter fixed versions of bug #895707 to the same values 
previously set
Bug #895707 [src:gumbo-parser] use gtest sources or use -pthread with system 
libgtest
Marked as found in versions gumbo-parser/0.10.1+dfsg-2.1.
> tags 895707 buster sid
Bug #895707 [src:gumbo-parser] use gtest sources or use -pthread with system 
libgtest
Added tag(s) buster and sid.
> affects 895707 =
Bug #895707 [src:gumbo-parser] use gtest sources or use -pthread with system 
libgtest
Removed indication that 895707 affects src:libqtdbustest, src:rapidjson, 
src:colobot, src:kodi, src:libqtdbusmock, src:gumbo-parser, src:arrayfire, 
src:properties-cpp, src:davix, src:gfal2, src:ros-rospack, and src:opensurgsim
> reassign 895708 src:ros-rospack 2.5.0-1
Bug #895708 [ros-rospack] use gtest sources or use -pthread with system libgtest
Bug reassigned from package 'ros-rospack' to 'src:ros-rospack'.
Ignoring request to alter found versions of bug #895708 to the same values 
previously set
Ignoring request to alter fixed versions of bug #895708 to the same values 
previously set
Bug #895708 [src:ros-rospack] use gtest sources or use -pthread with system 
libgtest
Marked as found in versions ros-rospack/2.5.0-1.
> affects 895708 =
Bug #895708 [src:ros-rospack] use gtest sources or use -pthread with system 
libgtest
Removed indication that 895708 affects src:arrayfire, src:davix, 
src:properties-cpp, src:gumbo-parser, src:libqtdbusmock, src:opensurgsim, 
src:ros-rospack, src:gfal2, src:rapidjson, src:kodi, src:colobot, and 
src:libqtdbustest
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
895707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895707
895708: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895708
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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

r-cran-lubridate_1.7.4-1_source.changes ACCEPTED into unstable

2018-04-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Apr 2018 08:37:02 +0200
Source: r-cran-lubridate
Binary: r-cran-lubridate
Architecture: source
Version: 1.7.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description:
 r-cran-lubridate - simplifies dealing with dates in R
Changes:
 r-cran-lubridate (1.7.4-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Point Vcs fields to salsa.debian.org
   * Standards-Version: 4.1.4
Checksums-Sha1:
 d31ad97b1782f20f9d00789e475de897f4a47167 2182 r-cran-lubridate_1.7.4-1.dsc
 fd99b47fc74bc5e240a32cbcc3bae20a27f973ce 449850 
r-cran-lubridate_1.7.4.orig.tar.gz
 57cb08c2981517af5193c2dbea1b543c602e 3040 
r-cran-lubridate_1.7.4-1.debian.tar.xz
Checksums-Sha256:
 24aba0c7775bec8f11988a41af90bcc952439a741d31cbc168c5024a82375e35 2182 
r-cran-lubridate_1.7.4-1.dsc
 510ca87bd91631c395655ee5029b291e948b33df09e56f6be5839f43e3104891 449850 
r-cran-lubridate_1.7.4.orig.tar.gz
 2fda38ab5da51829371eecd779d2a622e81b97e4ae1808373b94bca519d2d5e6 3040 
r-cran-lubridate_1.7.4-1.debian.tar.xz
Files:
 a37016957de7eebe008e4eb4e7b51a96 2182 gnu-r optional 
r-cran-lubridate_1.7.4-1.dsc
 34d49a18996dfca7c9117b4ff101f460 449850 gnu-r optional 
r-cran-lubridate_1.7.4.orig.tar.gz
 308b226c3dccabde4c7036827a8bd4c0 3040 gnu-r optional 
r-cran-lubridate_1.7.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlrS88QRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHuuw//cIb8yEkc97dV30U6P9cknSRNYSInEt0q
0/Zs544aRETzbfdvWDebFJN3+aqBPRrC8xerGYY6oW7wkAoaVrYDlywE42MNBQl5
3422WpHueCLr8/3cWO93EwNekT6FADh6Z6FbVq7cGOKPwrjt1olSDXcvmTQeKUil
19ztPgcz99IKvllU7jYRtWTt+TT7hsHq0uoV9WJ9E7IWOZHWnWQiPI+5/HHlhQoK
0RuzFEbby7ClEW8jW6aQpYpN4Mtn8TO3D/HA6JKk9OLeT5pzOm7DaO8ONuTKItUF
VQZQd/cCk7xMcVFgi1nH4lar9CpcIt45tMJBGHe3rWdv3MEsKvHEZ9Nl1EerED/T
57dkWnkZmojGb1bzS19Ld3uDbpLvdR5wN0BpHVKM7YZHS6I3JVVezM6UhAyYsBYN
3udni6Ly1SvT24ekNKzUlF5MRJ5mRewhyGaQ5LKBY1cF+vnCKVuqXlUxtA5KqQIB
ycV6kdEzTcFfnowHzLLvPMzwjh70a0URtM9bza4lUHVpzdV35rg27O4dJmt7CKHe
Zk2CzE9dzkzc4sJqUcK3mLiAq0LWC4BlNf9Eo7duyZm3AbCnN1y408rMRsomu6in
MkT2CNJU+WE1XUGPzWMBEMASlGl9dCEWLHyezTUprSFZHV/Dwk8sOXDQljRZiywr
9EzxwYQsHLo=
=4iSU
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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

Processing of r-cran-lubridate_1.7.4-1_source.changes

2018-04-15 Thread Debian FTP Masters
r-cran-lubridate_1.7.4-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-lubridate_1.7.4-1.dsc
  r-cran-lubridate_1.7.4.orig.tar.gz
  r-cran-lubridate_1.7.4-1.debian.tar.xz

Greetings,

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

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