Processing of apertium-lex-tools_0.2.0~r84344-1_amd64.changes

2018-03-21 Thread Debian FTP Masters
apertium-lex-tools_0.2.0~r84344-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  apertium-lex-tools_0.2.0~r84344-1.dsc
  apertium-lex-tools_0.2.0~r84344.orig.tar.bz2
  apertium-lex-tools_0.2.0~r84344-1.debian.tar.xz
  apertium-lex-tools-dbgsym_0.2.0~r84344-1_amd64.deb
  apertium-lex-tools_0.2.0~r84344-1_amd64.buildinfo
  apertium-lex-tools_0.2.0~r84344-1_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


feedgnuplot 1.49-1 MIGRATED to testing

2018-03-21 Thread Debian testing watch
FYI: The status of the feedgnuplot source package
in Debian's testing distribution has changed.

  Previous version: 1.48-1
  Current version:  1.49-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


python-xarray is marked for autoremoval from testing

2018-03-21 Thread Debian testing autoremoval watch
python-xarray 0.10.2-1 is marked for autoremoval from testing on 2018-04-09

It is affected by these RC bugs:
892641: python-xarray: FTBFS and Debci failure with pandas 0.22.0


-- 
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#893756: ignition-common: FTBFS on hurd-i386: PATH_MAX not declared

2018-03-21 Thread Aaron M. Ucko
Source: ignition-common
Version: 1.0.1-1
Severity: normal
Tags: upstream
User: debian-h...@lists.debian.org
Usertags: hurd

The build of ignition-common for hurd-i386 (admittedly not a release
architecture) failed:

  /<>/src/FilesystemBoost.cc: In function 'std::__cxx11::string 
ignition::common::cwd()':
  /<>/src/FilesystemBoost.cc:134:25: error: 'PATH_MAX' was not 
declared in this scope

The Hurd makes a point of not having a static PATH_MAX.  Best practice
is dynamically accommodating whatever you actually encounter, for
instance by taking advantage of realpath's policy of allocating the
buffer itself when supplied a NULL buffer.  (You'll of course need to
free it when done.)

Could you please take a look?

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu

-- 
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#891351: Details

2018-03-21 Thread Julien Puydt
Hi,

can you install scilab-cli to see if it works better?

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


Bug#893735: paraview FTBFS on armel/armhf: QVTKOpenGLWidget.cxx:458:3: error: 'QOpenGLFunctions_3_2_Core' was not declared in this scope

2018-03-21 Thread Adrian Bunk
Source: paraview
Version: 5.4.1+dfsg4-1
Severity: serious

https://buildd.debian.org/status/package.php?p=paraview=sid

...
/<>/paraview-5.4.1+dfsg4/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx: In 
member function 'virtual void QVTKOpenGLWidget::paintGL()':
/<>/paraview-5.4.1+dfsg4/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx:458:3:
 error: 'QOpenGLFunctions_3_2_Core' was not declared in this scope
   QOpenGLFunctions_3_2_Core* f =
   ^
/<>/paraview-5.4.1+dfsg4/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx:458:3:
 note: suggested alternative: 'QOpenGLFunctionsPrivate'
   QOpenGLFunctions_3_2_Core* f =
   ^
   QOpenGLFunctionsPrivate
/<>/paraview-5.4.1+dfsg4/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx:458:30:
 error: 'f' was not declared in this scope
   QOpenGLFunctions_3_2_Core* f =
  ^
/<>/paraview-5.4.1+dfsg4/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx:459:83:
 error: no matching function for call to 
'QOpenGLContext::versionFunctions()'
 
QOpenGLContext::currentContext()->versionFunctions();

   ^
In file included from 
/usr/include/arm-linux-gnueabihf/qt5/QtGui/QOpenGLContext:1:0,
 from 
/<>/paraview-5.4.1+dfsg4/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx:18:
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:193:11: note: 
candidate: template TYPE* QOpenGLContext::versionFunctions() const
 TYPE *versionFunctions() const
   ^~~~
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopenglcontext.h:193:11: note:   
template argument deduction/substitution failed:
VTK/GUISupport/Qt/CMakeFiles/vtkGUISupportQt.dir/build.make:453: recipe for 
target 
'VTK/GUISupport/Qt/CMakeFiles/vtkGUISupportQt.dir/QVTKOpenGLWidget.cxx.o' failed
make[3]: *** 
[VTK/GUISupport/Qt/CMakeFiles/vtkGUISupportQt.dir/QVTKOpenGLWidget.cxx.o] Error 
1


On armel/armhf (and on arm64 in Ubuntu) Qt is compiled for OpenGL ES
instead of full OpenGL.

This is caused by:
https://gitlab.kitware.com/vtk/vtk/commit/53c566782950cd94ccd877cb906607e4cc33e1f7

The following fixes the build:

--- paraview-5.4.1+dfsg4.orig/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx
+++ paraview-5.4.1+dfsg4/VTK/GUISupport/Qt/QVTKOpenGLWidget.cxx
@@ -19,7 +19,7 @@
 #include 
 #include 
 #include 
-#include 
+//#include 
 #include 
 #include 
 #include 
@@ -453,6 +453,7 @@ void QVTKOpenGLWidget::paintGL()
   // before proceeding with blit-ing.
   this->makeCurrent();
 
+#if 0
   // blit from this->FBO to QOpenGLWidget's FBO.
   vtkQVTKOpenGLWidgetDebugMacro("paintGL::blit-to-defaultFBO");
   QOpenGLFunctions_3_2_Core* f =
@@ -485,6 +486,7 @@ void QVTKOpenGLWidget::paintGL()
 f->glColorMask(colorMask[0], colorMask[1], colorMask[2], colorMask[3]);
 f->glClearColor(clearColor[0], clearColor[1], clearColor[2], 
clearColor[3]);
   }
+#endif  /* 0 */
 }
 
 //-


This is obviously not a patch that should be applied,
it serves only to show that it is really just a small piece
of recently added code that prevents compilation here.

If possible, this should be fixed.


In case fixing is not possible or desirable, please:
- change the build dependency from libqt5opengl5-dev
  to libqt5opengl5-desktop-dev, and
- file a removal bug for the old armel+armhf binaries
  against ftp.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#893729: sympy FTBFS: python3-distutils is now a separate package

2018-03-21 Thread Rebecca N. Palmer
Given that the errors suggest it tried and failed to find both 
setuptools and distutils, it probably already can use either (though I 
haven't tried to check this), if they are installed...


On 21/03/18 20:30, Ghislain Vaillant wrote:

Another option could be to patch the build system to use setuptools instead
of distutils as recommended by the PyPA?

Le mer. 21 mars 2018 à 20:45, Rebecca N. Palmer  a
écrit :


Source: sympy
Severity: serious
Control: tags -1 patch
X-Debbugs-Cc: debian-pyt...@lists.debian.org

python3-distutils has been moved out of python3.6 (as of 3.6.5~rc1-2),
so if you need it, please build-depend on it.  (Or python3-setuptools,
given that this looks like it might prefer that.)

(Has anyone checked whether there are more of these?)

dpkg-buildpackage: info: source package sympy
dpkg-buildpackage: info: source version 1.1.1-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Yaroslav Halchenko

dpkg-buildpackage: info: host architecture amd64
   dpkg-source --before-build sympy-1.1.1
   fakeroot debian/rules clean
dh  clean --with python2,python3 --buildsystem=pybuild
 debian/rules override_dh_auto_clean
make[1]: Entering directory
'/home/rnpalmer/Debian/builds/stackbuild/sympy-1.1.1'
dh_auto_clean
I: pybuild base:217: python2.7 setup.py clean
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown
distribution option: 'install_requires'
warnings.warn(msg)
running clean
I: pybuild base:217: python3.6 setup.py clean
Traceback (most recent call last):
File "setup.py", line 46, in 
  from setuptools import setup, Command
ModuleNotFoundError: No module named 'setuptools'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "setup.py", line 49, in 
  from distutils.core import setup, Command
ModuleNotFoundError: No module named 'distutils'
E: pybuild pybuild:330: clean: plugin distutils failed with: exit
code=1: python3.6 setup.py clean
dh_auto_clean: pybuild --clean -i python{version} -p 3.6 returned exit
code 13
make[1]: *** [debian/rules:29: override_dh_auto_clean] Error 25
make[1]: Leaving directory
'/home/rnpalmer/Debian/builds/stackbuild/sympy-1.1.1'
make: *** [debian/rules:10: clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess
returned exit status 2






--
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#893729: sympy FTBFS: python3-distutils is now a separate package

2018-03-21 Thread Ghislain Vaillant
Another option could be to patch the build system to use setuptools instead
of distutils as recommended by the PyPA?

Le mer. 21 mars 2018 à 20:45, Rebecca N. Palmer  a
écrit :

> Source: sympy
> Severity: serious
> Control: tags -1 patch
> X-Debbugs-Cc: debian-pyt...@lists.debian.org
>
> python3-distutils has been moved out of python3.6 (as of 3.6.5~rc1-2),
> so if you need it, please build-depend on it.  (Or python3-setuptools,
> given that this looks like it might prefer that.)
>
> (Has anyone checked whether there are more of these?)
>
> dpkg-buildpackage: info: source package sympy
> dpkg-buildpackage: info: source version 1.1.1-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Yaroslav Halchenko
> 
> dpkg-buildpackage: info: host architecture amd64
>   dpkg-source --before-build sympy-1.1.1
>   fakeroot debian/rules clean
> dh  clean --with python2,python3 --buildsystem=pybuild
> debian/rules override_dh_auto_clean
> make[1]: Entering directory
> '/home/rnpalmer/Debian/builds/stackbuild/sympy-1.1.1'
> dh_auto_clean
> I: pybuild base:217: python2.7 setup.py clean
> /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown
> distribution option: 'install_requires'
>warnings.warn(msg)
> running clean
> I: pybuild base:217: python3.6 setup.py clean
> Traceback (most recent call last):
>File "setup.py", line 46, in 
>  from setuptools import setup, Command
> ModuleNotFoundError: No module named 'setuptools'
>
> During handling of the above exception, another exception occurred:
>
> Traceback (most recent call last):
>File "setup.py", line 49, in 
>  from distutils.core import setup, Command
> ModuleNotFoundError: No module named 'distutils'
> E: pybuild pybuild:330: clean: plugin distutils failed with: exit
> code=1: python3.6 setup.py clean
> dh_auto_clean: pybuild --clean -i python{version} -p 3.6 returned exit
> code 13
> make[1]: *** [debian/rules:29: override_dh_auto_clean] Error 25
> make[1]: Leaving directory
> '/home/rnpalmer/Debian/builds/stackbuild/sympy-1.1.1'
> make: *** [debian/rules:10: clean] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules clean subprocess
> returned exit status 2
>
>
-- 
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#893729: sympy FTBFS: python3-distutils is now a separate package

2018-03-21 Thread Rebecca N. Palmer

Source: sympy
Severity: serious
Control: tags -1 patch
X-Debbugs-Cc: debian-pyt...@lists.debian.org

python3-distutils has been moved out of python3.6 (as of 3.6.5~rc1-2), 
so if you need it, please build-depend on it.  (Or python3-setuptools, 
given that this looks like it might prefer that.)


(Has anyone checked whether there are more of these?)

dpkg-buildpackage: info: source package sympy
dpkg-buildpackage: info: source version 1.1.1-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Yaroslav Halchenko 


dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build sympy-1.1.1
 fakeroot debian/rules clean
dh  clean --with python2,python3 --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory 
'/home/rnpalmer/Debian/builds/stackbuild/sympy-1.1.1'

dh_auto_clean
I: pybuild base:217: python2.7 setup.py clean
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown 
distribution option: 'install_requires'

  warnings.warn(msg)
running clean
I: pybuild base:217: python3.6 setup.py clean
Traceback (most recent call last):
  File "setup.py", line 46, in 
from setuptools import setup, Command
ModuleNotFoundError: No module named 'setuptools'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 49, in 
from distutils.core import setup, Command
ModuleNotFoundError: No module named 'distutils'
E: pybuild pybuild:330: clean: plugin distutils failed with: exit 
code=1: python3.6 setup.py clean
dh_auto_clean: pybuild --clean -i python{version} -p 3.6 returned exit 
code 13

make[1]: *** [debian/rules:29: override_dh_auto_clean] Error 25
make[1]: Leaving directory 
'/home/rnpalmer/Debian/builds/stackbuild/sympy-1.1.1'

make: *** [debian/rules:10: clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess 
returned exit status 2


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


Processed: sympy FTBFS: python3-distutils is now a separate package

2018-03-21 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #893729 [src:sympy] sympy FTBFS: python3-distutils is now a separate package
Added tag(s) patch.

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

-- 
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#890384: marked as done (ignition-math4: baseline violation on amd64)

2018-03-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Mar 2018 19:08:46 +
with message-id 
and subject line Bug#890384: fixed in ignition-math4 4.0.0+dfsg1-3
has caused the Debian Bug report #890384,
regarding ignition-math4: baseline violation on amd64
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.)


-- 
890384: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890384
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ignition-math4
Version: 4.0.0+dfsg1-1
Severity: serious

https://sources.debian.org/src/ignition-math4/4.0.0+dfsg1-1/debian/rules/#L10

ifeq ($(DEB_HOST_ARCH),amd64)
SSE_FLAGS = -mfpmath=sse -msse -msse2 -msse3 -mssse3 -DSSE
endif

SSE3 and SSSE3 are not part of the amd64 baseline.

"-mfpmath=sse -msse -msse2" are already enabled
by default on amd64, no need to do that manually.

The SSE define does not seem to be used anywhere in the code.
--- End Message ---
--- Begin Message ---
Source: ignition-math4
Source-Version: 4.0.0+dfsg1-3

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

Debian distribution maintenance software
pp.
Jose Luis Rivero  (supplier of updated 
ignition-math4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Mar 2018 17:46:55 +
Source: ignition-math4
Binary: libignition-math4 libignition-math4-dev
Architecture: source
Version: 4.0.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jose Luis Rivero 
Description:
 libignition-math4 - Ignition Robotics Math Library - Shared library
 libignition-math4-dev - Ignition Robotics Math Library - Development files
Closes: 890384
Changes:
 ignition-math4 (4.0.0+dfsg1-3) unstable; urgency=medium
 .
   * Do not set any of the SSE flags in rules file
 (Closes: #890384)
   * Move control Vcs- to salsa
   * Use https in debian copyright
Checksums-Sha1:
 c00983c7d888bf942f0bec2e5fb5b6da665eeb21 1957 ignition-math4_4.0.0+dfsg1-3.dsc
 479b65c67a430145784998df9fc0311e142f1327 5104 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 ff899434afe49d4e69fa3eb06c95f0b0b3becabb 7325 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo
Checksums-Sha256:
 e4064f9b68484ce3a4240d16a26775323b1229900be4bfeff483498c5c2c3873 1957 
ignition-math4_4.0.0+dfsg1-3.dsc
 6644e3fdb82e60db27afec81aac25f58dc54d10dcadc956fdbf4639a33e5db18 5104 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 2d3d686a80230a437cc31e6b11108b775761bbb50b95da82488acb55eed14d6d 7325 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo
Files:
 7d593fa32f106c02404f64b942ec4d35 1957 science optional 
ignition-math4_4.0.0+dfsg1-3.dsc
 f8222459c0f155d77ab4475b390e221b 5104 science optional 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 81f3cd20515840a506461b6ae01120bd 7325 science optional 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFOBAEBCgA4FiEEoIFhu+wcwGOWFFkDXpRsCQr/BCcFAlqyobkaHGpyaXZlcm9A
b3NyZm91bmRhdGlvbi5vcmcACgkQXpRsCQr/BCcb4Qf/YaDf9M9BTT/V2MimAFQY
+bZSGeDBkIkiwGfzt37kiokXmEpDX3uNwlxTTgiC2FHg8g3AHjwD+rs911EDxy4R
08s4kOQrjVVeUMp535qLmTPxHX7LGk4bVODGe2d3j4jrYWGBOv6dnJSyqLg1D4ls
dwRrUtuNJak75UfEv4GHDDph41RiPQ0PcyyLA8zx0jRGjrNtfND9UC7eX3bcBLq8
GIxDtKSJdfU3t4qo1qsAr2hf0GiLtSVpoYXFXvltJWijoUoAOeol3UcDOGiOpbOS
M9QYymllJInRdHxye+oncSuzL/SzCcKWaOsdEUR7CIYNFhxyjseZNiP0cwKUoPnx
+Q==
=TzBL
-END 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

ignition-math4_4.0.0+dfsg1-3_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Mar 2018 17:46:55 +
Source: ignition-math4
Binary: libignition-math4 libignition-math4-dev
Architecture: source
Version: 4.0.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jose Luis Rivero 
Description:
 libignition-math4 - Ignition Robotics Math Library - Shared library
 libignition-math4-dev - Ignition Robotics Math Library - Development files
Closes: 890384
Changes:
 ignition-math4 (4.0.0+dfsg1-3) unstable; urgency=medium
 .
   * Do not set any of the SSE flags in rules file
 (Closes: #890384)
   * Move control Vcs- to salsa
   * Use https in debian copyright
Checksums-Sha1:
 c00983c7d888bf942f0bec2e5fb5b6da665eeb21 1957 ignition-math4_4.0.0+dfsg1-3.dsc
 479b65c67a430145784998df9fc0311e142f1327 5104 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 ff899434afe49d4e69fa3eb06c95f0b0b3becabb 7325 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo
Checksums-Sha256:
 e4064f9b68484ce3a4240d16a26775323b1229900be4bfeff483498c5c2c3873 1957 
ignition-math4_4.0.0+dfsg1-3.dsc
 6644e3fdb82e60db27afec81aac25f58dc54d10dcadc956fdbf4639a33e5db18 5104 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 2d3d686a80230a437cc31e6b11108b775761bbb50b95da82488acb55eed14d6d 7325 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo
Files:
 7d593fa32f106c02404f64b942ec4d35 1957 science optional 
ignition-math4_4.0.0+dfsg1-3.dsc
 f8222459c0f155d77ab4475b390e221b 5104 science optional 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 81f3cd20515840a506461b6ae01120bd 7325 science optional 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFOBAEBCgA4FiEEoIFhu+wcwGOWFFkDXpRsCQr/BCcFAlqyobkaHGpyaXZlcm9A
b3NyZm91bmRhdGlvbi5vcmcACgkQXpRsCQr/BCcb4Qf/YaDf9M9BTT/V2MimAFQY
+bZSGeDBkIkiwGfzt37kiokXmEpDX3uNwlxTTgiC2FHg8g3AHjwD+rs911EDxy4R
08s4kOQrjVVeUMp535qLmTPxHX7LGk4bVODGe2d3j4jrYWGBOv6dnJSyqLg1D4ls
dwRrUtuNJak75UfEv4GHDDph41RiPQ0PcyyLA8zx0jRGjrNtfND9UC7eX3bcBLq8
GIxDtKSJdfU3t4qo1qsAr2hf0GiLtSVpoYXFXvltJWijoUoAOeol3UcDOGiOpbOS
M9QYymllJInRdHxye+oncSuzL/SzCcKWaOsdEUR7CIYNFhxyjseZNiP0cwKUoPnx
+Q==
=TzBL
-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 ignition-math4 4.0.0+dfsg1-3 (source) into unstable

2018-03-21 Thread Jose Luis Rivero
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Mar 2018 17:46:55 +
Source: ignition-math4
Binary: libignition-math4 libignition-math4-dev
Architecture: source
Version: 4.0.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jose Luis Rivero 
Description:
 libignition-math4 - Ignition Robotics Math Library - Shared library
 libignition-math4-dev - Ignition Robotics Math Library - Development files
Closes: 890384
Changes:
 ignition-math4 (4.0.0+dfsg1-3) unstable; urgency=medium
 .
   * Do not set any of the SSE flags in rules file
 (Closes: #890384)
   * Move control Vcs- to salsa
   * Use https in debian copyright
Checksums-Sha1:
 c00983c7d888bf942f0bec2e5fb5b6da665eeb21 1957 ignition-math4_4.0.0+dfsg1-3.dsc
 479b65c67a430145784998df9fc0311e142f1327 5104 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 ff899434afe49d4e69fa3eb06c95f0b0b3becabb 7325 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo
Checksums-Sha256:
 e4064f9b68484ce3a4240d16a26775323b1229900be4bfeff483498c5c2c3873 1957 
ignition-math4_4.0.0+dfsg1-3.dsc
 6644e3fdb82e60db27afec81aac25f58dc54d10dcadc956fdbf4639a33e5db18 5104 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 2d3d686a80230a437cc31e6b11108b775761bbb50b95da82488acb55eed14d6d 7325 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo
Files:
 7d593fa32f106c02404f64b942ec4d35 1957 science optional 
ignition-math4_4.0.0+dfsg1-3.dsc
 f8222459c0f155d77ab4475b390e221b 5104 science optional 
ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
 81f3cd20515840a506461b6ae01120bd 7325 science optional 
ignition-math4_4.0.0+dfsg1-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQFOBAEBCgA4FiEEoIFhu+wcwGOWFFkDXpRsCQr/BCcFAlqyobkaHGpyaXZlcm9A
b3NyZm91bmRhdGlvbi5vcmcACgkQXpRsCQr/BCcb4Qf/YaDf9M9BTT/V2MimAFQY
+bZSGeDBkIkiwGfzt37kiokXmEpDX3uNwlxTTgiC2FHg8g3AHjwD+rs911EDxy4R
08s4kOQrjVVeUMp535qLmTPxHX7LGk4bVODGe2d3j4jrYWGBOv6dnJSyqLg1D4ls
dwRrUtuNJak75UfEv4GHDDph41RiPQ0PcyyLA8zx0jRGjrNtfND9UC7eX3bcBLq8
GIxDtKSJdfU3t4qo1qsAr2hf0GiLtSVpoYXFXvltJWijoUoAOeol3UcDOGiOpbOS
M9QYymllJInRdHxye+oncSuzL/SzCcKWaOsdEUR7CIYNFhxyjseZNiP0cwKUoPnx
+Q==
=TzBL
-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 ignition-math4_4.0.0+dfsg1-3_source.changes

2018-03-21 Thread Debian FTP Masters
ignition-math4_4.0.0+dfsg1-3_source.changes uploaded successfully to localhost
along with the files:
  ignition-math4_4.0.0+dfsg1-3.dsc
  ignition-math4_4.0.0+dfsg1-3.debian.tar.xz
  ignition-math4_4.0.0+dfsg1-3_source.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


Bug#893522: Removed package(s) from unstable

2018-03-21 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  sagemath |   8.1-2+b1 | armel

--- Reason ---
ROM; FTB on buildds
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive and will not propagate to any mirrors until the next
dinstall run at the earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 893...@bugs.debian.org.

The full log for this bug can be viewed at https://bugs.debian.org/893522

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

-- 
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#888156: marked as done (ignition-cmake: Update ignition-cmake to version 0.4)

2018-03-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Mar 2018 17:53:37 +0100
with message-id 

and subject line Re: Bug#888156: ignition-cmake: Update ignition-cmake to 
version 0.4
has caused the Debian Bug report #888156,
regarding ignition-cmake: Update ignition-cmake to version 0.4
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.)


-- 
888156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888156
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ignition-cmake
Version: Update ignition-cmake to version 0.4
Severity: wishlist

ignition-cmake released the version 0.4 which is required by
other versions of the ignition robotics family.
--- End Message ---
--- Begin Message ---
in unstable since some weeks ago.

On Tue, Jan 23, 2018 at 6:40 PM, Jose Luis Rivero  wrote:

> Source: ignition-cmake
> Version: Update ignition-cmake to version 0.4
> Severity: wishlist
>
> ignition-cmake released the version 0.4 which is required by
> other versions of the ignition robotics family.
>
> --
> 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 ---
-- 
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#887454: marked as done (console_bridge: Update console_bridge package to version 0.4.0)

2018-03-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Mar 2018 17:51:43 +0100
with message-id 

Accepted r-cran-vgam 1.0-5-1 (source) into unstable

2018-03-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:52:46 +0100
Source: r-cran-vgam
Binary: r-cran-vgam
Architecture: source
Version: 1.0-5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description:
 r-cran-vgam - GNU R package for estimating vector generalized additive models
Changes:
 r-cran-vgam (1.0-5-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 7abe8e9f9f1bac0b30076af0886b186f642add02 2073 r-cran-vgam_1.0-5-1.dsc
 61108ebc40739fb1753680ea822d31e620df33bd 2552397 r-cran-vgam_1.0-5.orig.tar.gz
 60d0048f1892159bf6385e6fa69559685165d9d8 3924 r-cran-vgam_1.0-5-1.debian.tar.xz
 e080bbcf944096ecb351be33789cc22005b53b69 13891 
r-cran-vgam_1.0-5-1_source.buildinfo
Checksums-Sha256:
 398eb4057c0314a14ed606367e7443e62ffaa9f426ef2653674eee3367199710 2073 
r-cran-vgam_1.0-5-1.dsc
 01acf530b011b8f04e1698742c51ea0682d7c9fcdf814fc65ba44869b6e76346 2552397 
r-cran-vgam_1.0-5.orig.tar.gz
 0d0ebd35eb86f8dca7690c2c407a461a6313eeb532c95452f3301966e031f11f 3924 
r-cran-vgam_1.0-5-1.debian.tar.xz
 55897c2b453e7c38965dfbee2f68c5f455353fea8a4494dea8d8b97bf020f850 13891 
r-cran-vgam_1.0-5-1_source.buildinfo
Files:
 a05bca8c72b268baf291a2beca342381 2073 gnu-r optional r-cran-vgam_1.0-5-1.dsc
 f864bd672c3818a244ac3cac8122ce71 2552397 gnu-r optional 
r-cran-vgam_1.0-5.orig.tar.gz
 3850fb20369575796df7daa6d6262612 3924 gnu-r optional 
r-cran-vgam_1.0-5-1.debian.tar.xz
 62b36799421ca759fbe337a5788e770f 13891 gnu-r optional 
r-cran-vgam_1.0-5-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqycnwOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtEl5g//Q1GVeYCC/q4CVVtwlGG3Mhq7qpU8Cq8pWXIA
1MQGFrmNpLNn+hGrRU6yI4DXG8rCGhGY2beXKSWAgBZkFjXK5EAUUbRbwdnH3SIu
duSTUpnKjZrT1jFEmrmpRtT+ux6neXjkAnXlizo3vGJch10i8CqD7kKerePUWknA
8YY/DFeBK+k0ocqCWVbuz3qUQ83eaePtnJuI00jXbCTjl9UwowqPS2z4U88nZnCb
8sZag7quLiy+USVkWoPQYl7w0E8NohiC+XkdYIZoC35BkvNbg4I/NPGHJ9oPY3FY
+uMUsHpmbz1Xe5rSu8dHJf4pOLYVxIRI5GsXsBGYPU2qX83m8rNfZfSiL3VUuteD
ehwbce7ZXgVCf7xyEeW1X3OMOChqv2o2q8R2yb1U5NGjZSspcwOPgwy+3EfBp7x/
Q9cPhnLifNX1vgOxp2Bmirvh6fYRtv1QoEwaJHctmhn33svTajphNb8qReWYodQk
zpYyiVI3nN0Oz6Jdq2h8x1+EXMv+QVmZ/xbD3jdGg3+AsoMJ+MYJbkg8jLV+HJDq
RE9R0/xMbZZuqKyXDIl8Q6bdWgRCMdw6s+qIc4OYAIvSq+sqtNNQApQIO9qgjhJ7
FvkmM/qRYXx3JRpZ78wnYJIppoOLzqrxPu/24lM1vFk1LvwyAKgAJBif5WwH4lCh
lEUo5mE=
=oy2r
-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


r-cran-vgam_1.0-5-1_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:52:46 +0100
Source: r-cran-vgam
Binary: r-cran-vgam
Architecture: source
Version: 1.0-5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description:
 r-cran-vgam - GNU R package for estimating vector generalized additive models
Changes:
 r-cran-vgam (1.0-5-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 7abe8e9f9f1bac0b30076af0886b186f642add02 2073 r-cran-vgam_1.0-5-1.dsc
 61108ebc40739fb1753680ea822d31e620df33bd 2552397 r-cran-vgam_1.0-5.orig.tar.gz
 60d0048f1892159bf6385e6fa69559685165d9d8 3924 r-cran-vgam_1.0-5-1.debian.tar.xz
 e080bbcf944096ecb351be33789cc22005b53b69 13891 
r-cran-vgam_1.0-5-1_source.buildinfo
Checksums-Sha256:
 398eb4057c0314a14ed606367e7443e62ffaa9f426ef2653674eee3367199710 2073 
r-cran-vgam_1.0-5-1.dsc
 01acf530b011b8f04e1698742c51ea0682d7c9fcdf814fc65ba44869b6e76346 2552397 
r-cran-vgam_1.0-5.orig.tar.gz
 0d0ebd35eb86f8dca7690c2c407a461a6313eeb532c95452f3301966e031f11f 3924 
r-cran-vgam_1.0-5-1.debian.tar.xz
 55897c2b453e7c38965dfbee2f68c5f455353fea8a4494dea8d8b97bf020f850 13891 
r-cran-vgam_1.0-5-1_source.buildinfo
Files:
 a05bca8c72b268baf291a2beca342381 2073 gnu-r optional r-cran-vgam_1.0-5-1.dsc
 f864bd672c3818a244ac3cac8122ce71 2552397 gnu-r optional 
r-cran-vgam_1.0-5.orig.tar.gz
 3850fb20369575796df7daa6d6262612 3924 gnu-r optional 
r-cran-vgam_1.0-5-1.debian.tar.xz
 62b36799421ca759fbe337a5788e770f 13891 gnu-r optional 
r-cran-vgam_1.0-5-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqycnwOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtEl5g//Q1GVeYCC/q4CVVtwlGG3Mhq7qpU8Cq8pWXIA
1MQGFrmNpLNn+hGrRU6yI4DXG8rCGhGY2beXKSWAgBZkFjXK5EAUUbRbwdnH3SIu
duSTUpnKjZrT1jFEmrmpRtT+ux6neXjkAnXlizo3vGJch10i8CqD7kKerePUWknA
8YY/DFeBK+k0ocqCWVbuz3qUQ83eaePtnJuI00jXbCTjl9UwowqPS2z4U88nZnCb
8sZag7quLiy+USVkWoPQYl7w0E8NohiC+XkdYIZoC35BkvNbg4I/NPGHJ9oPY3FY
+uMUsHpmbz1Xe5rSu8dHJf4pOLYVxIRI5GsXsBGYPU2qX83m8rNfZfSiL3VUuteD
ehwbce7ZXgVCf7xyEeW1X3OMOChqv2o2q8R2yb1U5NGjZSspcwOPgwy+3EfBp7x/
Q9cPhnLifNX1vgOxp2Bmirvh6fYRtv1QoEwaJHctmhn33svTajphNb8qReWYodQk
zpYyiVI3nN0Oz6Jdq2h8x1+EXMv+QVmZ/xbD3jdGg3+AsoMJ+MYJbkg8jLV+HJDq
RE9R0/xMbZZuqKyXDIl8Q6bdWgRCMdw6s+qIc4OYAIvSq+sqtNNQApQIO9qgjhJ7
FvkmM/qRYXx3JRpZ78wnYJIppoOLzqrxPu/24lM1vFk1LvwyAKgAJBif5WwH4lCh
lEUo5mE=
=oy2r
-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 r-cran-zelig 5.1.6-1 (source) into unstable

2018-03-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 16:01:03 +0100
Source: r-cran-zelig
Binary: r-cran-zelig
Architecture: source
Version: 5.1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description:
 r-cran-zelig - GNU R package providing a unified front-end for estimating 
statis
Changes:
 r-cran-zelig (5.1.6-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Secure URI in watch file
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 5b9f5e2d844d5c639936b5e5b38b277c7185043b 2370 r-cran-zelig_5.1.6-1.dsc
 b3ff6ae66ae525ee463a77254b655619ff364315 751544 r-cran-zelig_5.1.6.orig.tar.gz
 64007d496c12f385b89fadd426f0d301427aea74 4696 
r-cran-zelig_5.1.6-1.debian.tar.xz
 c45e0858a58978afb76e5302eae64044d964d954 14210 
r-cran-zelig_5.1.6-1_source.buildinfo
Checksums-Sha256:
 687b8a427bdc4dd723282cccdc04ea043247148bad2e1aac230e071e260a9b1a 2370 
r-cran-zelig_5.1.6-1.dsc
 560df82abc95dd88fd247ca9a09147b8da1d799415f8224adeb708555f955390 751544 
r-cran-zelig_5.1.6.orig.tar.gz
 ed7c33bed3395feda4ef55f4352c246dcaf7f6616e94daf6c8f1f7af8dddb700 4696 
r-cran-zelig_5.1.6-1.debian.tar.xz
 668cc67db06dced6cd3f194310ed6465e26261c611c666e016860f9f264da9b4 14210 
r-cran-zelig_5.1.6-1_source.buildinfo
Files:
 4ba1b179fded969b8f3a4812feff3191 2370 gnu-r optional r-cran-zelig_5.1.6-1.dsc
 94998f9c703682b89f08ff6ca36e916c 751544 gnu-r optional 
r-cran-zelig_5.1.6.orig.tar.gz
 7cfbd009754a4369a464a5cba4055160 4696 gnu-r optional 
r-cran-zelig_5.1.6-1.debian.tar.xz
 eb8ef88a61a1d962e7cb11e0270395e5 14210 gnu-r optional 
r-cran-zelig_5.1.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqydQ0OHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtEh5g/+O4ZZo3iZrl9OoE863dHft5ny5YiBfAaoUyXf
AKphzHe2lgnI4jt508n7p2HH9xzGtKwSGgzKScU/sBptLnTnthbrZ9C6KG1mLQZU
BIZxsqKLEGeJhZOdI7FF8Z3NSIwwVIOjGTYnicZFXC5YtB+P9gPXt/oLg5fyQVWP
QPG+SVO17chVcyRNpDhkyiEkyfGFF94rpUKtZk1wVyg5ymGnu4nuf0N3/H4AUvZV
sWXLESX4T4yTWg2L9yGogZ9mgUfZTrbxTTfBSFRr1yfVLwssT1WSEj7SrIV5a48G
wMXczYOfRXRkKNWabzYv1G37AFL8LZhtYIxLuz6l9RWPNPb+KNqhHdVXxtxfFENU
7iVCRn1x2sEZ6aoOCWxl47uyMlMVXGR7vN/y9G/kfOSyV4yyrZXvhxg4oqMxSu/9
ZoDru/dSL7vxkexHPfkvdToZ6suLkLHbk6DXnAldL9RXiJp9WmwDbk2yts4yXbPa
YvJvePPE0IEZKUoe9vEpRaVLvnbeJDjTpiI68sJE3DcbPDQgPcOVKamtoCx8wUmG
uEGY1RQZNk1OWuR1yBfxH6VjimvFmYL7evSubC2jJfonAnqNzNBWNoCfqk9YZhs8
dVIGzI7PF+JmLmI37SaD9iwSWrXK7VXJLhpQrZ3ElJfPPoaq/ytSuoEcNGYfaITJ
xBjziUU=
=e/AU
-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


r-cran-zelig_5.1.6-1_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 16:01:03 +0100
Source: r-cran-zelig
Binary: r-cran-zelig
Architecture: source
Version: 5.1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description:
 r-cran-zelig - GNU R package providing a unified front-end for estimating 
statis
Changes:
 r-cran-zelig (5.1.6-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Secure URI in watch file
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 5b9f5e2d844d5c639936b5e5b38b277c7185043b 2370 r-cran-zelig_5.1.6-1.dsc
 b3ff6ae66ae525ee463a77254b655619ff364315 751544 r-cran-zelig_5.1.6.orig.tar.gz
 64007d496c12f385b89fadd426f0d301427aea74 4696 
r-cran-zelig_5.1.6-1.debian.tar.xz
 c45e0858a58978afb76e5302eae64044d964d954 14210 
r-cran-zelig_5.1.6-1_source.buildinfo
Checksums-Sha256:
 687b8a427bdc4dd723282cccdc04ea043247148bad2e1aac230e071e260a9b1a 2370 
r-cran-zelig_5.1.6-1.dsc
 560df82abc95dd88fd247ca9a09147b8da1d799415f8224adeb708555f955390 751544 
r-cran-zelig_5.1.6.orig.tar.gz
 ed7c33bed3395feda4ef55f4352c246dcaf7f6616e94daf6c8f1f7af8dddb700 4696 
r-cran-zelig_5.1.6-1.debian.tar.xz
 668cc67db06dced6cd3f194310ed6465e26261c611c666e016860f9f264da9b4 14210 
r-cran-zelig_5.1.6-1_source.buildinfo
Files:
 4ba1b179fded969b8f3a4812feff3191 2370 gnu-r optional r-cran-zelig_5.1.6-1.dsc
 94998f9c703682b89f08ff6ca36e916c 751544 gnu-r optional 
r-cran-zelig_5.1.6.orig.tar.gz
 7cfbd009754a4369a464a5cba4055160 4696 gnu-r optional 
r-cran-zelig_5.1.6-1.debian.tar.xz
 eb8ef88a61a1d962e7cb11e0270395e5 14210 gnu-r optional 
r-cran-zelig_5.1.6-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqydQ0OHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtEh5g/+O4ZZo3iZrl9OoE863dHft5ny5YiBfAaoUyXf
AKphzHe2lgnI4jt508n7p2HH9xzGtKwSGgzKScU/sBptLnTnthbrZ9C6KG1mLQZU
BIZxsqKLEGeJhZOdI7FF8Z3NSIwwVIOjGTYnicZFXC5YtB+P9gPXt/oLg5fyQVWP
QPG+SVO17chVcyRNpDhkyiEkyfGFF94rpUKtZk1wVyg5ymGnu4nuf0N3/H4AUvZV
sWXLESX4T4yTWg2L9yGogZ9mgUfZTrbxTTfBSFRr1yfVLwssT1WSEj7SrIV5a48G
wMXczYOfRXRkKNWabzYv1G37AFL8LZhtYIxLuz6l9RWPNPb+KNqhHdVXxtxfFENU
7iVCRn1x2sEZ6aoOCWxl47uyMlMVXGR7vN/y9G/kfOSyV4yyrZXvhxg4oqMxSu/9
ZoDru/dSL7vxkexHPfkvdToZ6suLkLHbk6DXnAldL9RXiJp9WmwDbk2yts4yXbPa
YvJvePPE0IEZKUoe9vEpRaVLvnbeJDjTpiI68sJE3DcbPDQgPcOVKamtoCx8wUmG
uEGY1RQZNk1OWuR1yBfxH6VjimvFmYL7evSubC2jJfonAnqNzNBWNoCfqk9YZhs8
dVIGzI7PF+JmLmI37SaD9iwSWrXK7VXJLhpQrZ3ElJfPPoaq/ytSuoEcNGYfaITJ
xBjziUU=
=e/AU
-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


r-cran-matchit_3.0.2-1_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:32:36 +0100
Source: r-cran-matchit
Binary: r-cran-matchit
Architecture: source
Version: 3.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Andreas Tille 
Description:
 r-cran-matchit - GNU R package of nonparametric matching methods
Changes:
 r-cran-matchit (3.0.2-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 0374b9cd352852aeaec0ed915959e82259a80385 2228 r-cran-matchit_3.0.2-1.dsc
 bdd2aacc8e441fedc9c30e631ce27359240cb696 317607 
r-cran-matchit_3.0.2.orig.tar.gz
 fde2422a70fef267efcfbb4aca31f1a2ade834ac 2832 
r-cran-matchit_3.0.2-1.debian.tar.xz
 5a9510c14a9e09b2a3264b32520aa97d3f9c2fc7 13906 
r-cran-matchit_3.0.2-1_source.buildinfo
Checksums-Sha256:
 d25df25edceb3c22d4a4e385a8494e064e96c720d082440321226d7772e4b44c 2228 
r-cran-matchit_3.0.2-1.dsc
 782b159a2b5172e758e3993177930d604140ae668fd8a7c98c30792df80de9de 317607 
r-cran-matchit_3.0.2.orig.tar.gz
 df6b0cd75c44968b27ce7ea92df81d39f33ee8387f79928b4552e69729dacf88 2832 
r-cran-matchit_3.0.2-1.debian.tar.xz
 61a69ae76c37a29daa59b673bb27914539ffd527e0f1840e1b5866fcf48bdf5c 13906 
r-cran-matchit_3.0.2-1_source.buildinfo
Files:
 ba2d3c7ef38b35f976235001fd710549 2228 gnu-r optional r-cran-matchit_3.0.2-1.dsc
 ca2b650d3eb699d42d45d0b455bb4065 317607 gnu-r optional 
r-cran-matchit_3.0.2.orig.tar.gz
 18867cf35aacf7ab43091aa8a3eba750 2832 gnu-r optional 
r-cran-matchit_3.0.2-1.debian.tar.xz
 25b22ae0fb85d57110c86d5b024e9f67 13906 gnu-r optional 
r-cran-matchit_3.0.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqybncOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtE3ng//Uoy1NQMmursGbSQrDj103B1FRYVYwo7L20kK
Ia0gl/HNYVPhfEIs2yIZaPVSXJ9ffQvNnXfxbjQ6tLwA+6YdSCTGAUTXM8UgDBVJ
nfbZaV7JalMM4K18QpasrwE41Q53gpyk6fAWUB77PQZExNB6HTdC9Mmycia3fQQG
QEaFpjBoRBbGadxvCCnojPJC8cPplcQs0z/qKFeq4ELeVGMSjfobf95VwVNiMbh2
GTGWOd3jNAoffBNk4usz1qrsHE/bVhATgspmonyogJO7FhZWBESS7eA1tK+/ZmrT
jnslZ3V5HtApJfVSXDhVLcfTKVIfavsY38ZX/Kk8LBJoKUPYV+7nPbbwLIZCZ0I2
2MyGtPxzc/TIhLDzZPixG4aXQkTq8ZZAx6SMETM9wNVMNhimsrzM8tKaZJeRdUy8
AsRSzbIqvA36OZmjKfn0Qia1LyrXrWiQlc0kCmTJbCHYpi0+opGZgWTaTNAJ97dg
MkcF7ySyS1YCDNjT7lD11tkQ+vsyIaelcymn8ewDLPq4rFwzW7OcYXgW2g/A4UdQ
/MdSf64rzxKPOwdn1u8yd/2kdaS0hDMO7Kk0Q7q6aOsO5R0Ouhm3KOaD2sYW6PyR
nG7wlUDcN5ekecNm8dg4bVvF0rQSgLtrZEvUHp6jp5Do9GDRbDvIbTbBvZ0+XJqz
wS4gq3A=
=+Kdw
-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 r-cran-tm 0.7-3-1 (source) into unstable

2018-03-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:46:21 +0100
Source: r-cran-tm
Binary: r-cran-tm
Architecture: source
Version: 0.7-3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description:
 r-cran-tm  - Text Mining functionality for R
Changes:
 r-cran-tm (0.7-3-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 fa1deefe80f570914d8a1d3324a0fcfc8217d6c2 2138 r-cran-tm_0.7-3-1.dsc
 06bcb6ae986955c5565b18b4b7e5f2f45fe8a269 511317 r-cran-tm_0.7-3.orig.tar.gz
 35d8a240d5d81f7962606638d390a656728273e3 13504 r-cran-tm_0.7-3-1.debian.tar.xz
 82c0b59d10241fa85c3a864429151ece55701def 13990 
r-cran-tm_0.7-3-1_source.buildinfo
Checksums-Sha256:
 0aaddf1d8ba374c8b21f7a88fb505228296aeee7fca1cc58d11b28427d84609d 2138 
r-cran-tm_0.7-3-1.dsc
 f3c3e151e621ffb0c82048b5bf9c2a34c8fb34cf5d2943544979b4fcc2cc1c11 511317 
r-cran-tm_0.7-3.orig.tar.gz
 834fdd36fbd8d5da853e9ff5576af38c3eb8710492eb40545e0f5a1a28aff61e 13504 
r-cran-tm_0.7-3-1.debian.tar.xz
 519a9afbfe65c0818d36d8d9b271296578bd46edaab9327a7baf0bb62b73601d 13990 
r-cran-tm_0.7-3-1_source.buildinfo
Files:
 be2a6d9066449ccc7ce9820e952fda21 2138 gnu-r optional r-cran-tm_0.7-3-1.dsc
 d529f5393e83bfa2d381603090776684 511317 gnu-r optional 
r-cran-tm_0.7-3.orig.tar.gz
 1a73393b399fd1167bf9a108dc256908 13504 gnu-r optional 
r-cran-tm_0.7-3-1.debian.tar.xz
 554de663924ebd54fc01eae6afd468b2 13990 gnu-r optional 
r-cran-tm_0.7-3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqycOwOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtEZsA/9Fl8q5/d13n5ZtNDlnL14JEQ+/KGdeB1nWqdk
F4k1V+a+zr7N/n0fzts55nC11TWX5ocpctaAGbqlvGgZ2lcL0L8D9mX0FJiPdWXl
b6E5InwjXJc7bCbKJX4F3/ymspqgK7/eMokOnSDmFbEiAnFGcqVrxJbvlX/oTXVJ
BSSA7e+rnn1ZU86culWeHS5+PN4FiczoXvwTrNEmjaKRyG6grGsvIgQkDBUiVeI8
eJoNkmnK+b/jHLGhK3SkVhacwSQ9zm0sb6fL3ZRERH/mOmSYQXWKjM6mXRl0Rc37
pAznEfFRByEDXjUU9CZu/P0U2nOJVBI24qp2rxh+7B271jIyVJVsFBHIJzn8YQRm
qSUyFkXXH+9ZeFgk5aDjMWI1rsN9wMLOmmbIBv0DUiktk06QD0fGSQbD9VVgcuV8
KffyfOps2a08NkTnGwXjWIhMge67K49UpGW68bbg4Iy4KfheJPm0T0db/vO8rQaA
Mj0ElMDsH0PmlUEswPl9pSxf0jtWVuBJEzdyy9tNPD9sjQ4Tlgx6Eu1Rsq2udGIK
AuW5KngXaiASOlCJXolpKblX1XYObXkA90Q7KyJroBqt/+g/272aFUZZJkkQoNEj
upxfS+IRD6VKZaKkfBfGGcEt20lJqYEJT95cO2jeUXXZRPsPrOct1zwuRGyAcXDr
cNN4yig=
=1nKr
-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


Accepted r-cran-matchit 3.0.2-1 (source) into unstable

2018-03-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:32:36 +0100
Source: r-cran-matchit
Binary: r-cran-matchit
Architecture: source
Version: 3.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Andreas Tille 
Description:
 r-cran-matchit - GNU R package of nonparametric matching methods
Changes:
 r-cran-matchit (3.0.2-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 0374b9cd352852aeaec0ed915959e82259a80385 2228 r-cran-matchit_3.0.2-1.dsc
 bdd2aacc8e441fedc9c30e631ce27359240cb696 317607 
r-cran-matchit_3.0.2.orig.tar.gz
 fde2422a70fef267efcfbb4aca31f1a2ade834ac 2832 
r-cran-matchit_3.0.2-1.debian.tar.xz
 5a9510c14a9e09b2a3264b32520aa97d3f9c2fc7 13906 
r-cran-matchit_3.0.2-1_source.buildinfo
Checksums-Sha256:
 d25df25edceb3c22d4a4e385a8494e064e96c720d082440321226d7772e4b44c 2228 
r-cran-matchit_3.0.2-1.dsc
 782b159a2b5172e758e3993177930d604140ae668fd8a7c98c30792df80de9de 317607 
r-cran-matchit_3.0.2.orig.tar.gz
 df6b0cd75c44968b27ce7ea92df81d39f33ee8387f79928b4552e69729dacf88 2832 
r-cran-matchit_3.0.2-1.debian.tar.xz
 61a69ae76c37a29daa59b673bb27914539ffd527e0f1840e1b5866fcf48bdf5c 13906 
r-cran-matchit_3.0.2-1_source.buildinfo
Files:
 ba2d3c7ef38b35f976235001fd710549 2228 gnu-r optional r-cran-matchit_3.0.2-1.dsc
 ca2b650d3eb699d42d45d0b455bb4065 317607 gnu-r optional 
r-cran-matchit_3.0.2.orig.tar.gz
 18867cf35aacf7ab43091aa8a3eba750 2832 gnu-r optional 
r-cran-matchit_3.0.2-1.debian.tar.xz
 25b22ae0fb85d57110c86d5b024e9f67 13906 gnu-r optional 
r-cran-matchit_3.0.2-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqybncOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtE3ng//Uoy1NQMmursGbSQrDj103B1FRYVYwo7L20kK
Ia0gl/HNYVPhfEIs2yIZaPVSXJ9ffQvNnXfxbjQ6tLwA+6YdSCTGAUTXM8UgDBVJ
nfbZaV7JalMM4K18QpasrwE41Q53gpyk6fAWUB77PQZExNB6HTdC9Mmycia3fQQG
QEaFpjBoRBbGadxvCCnojPJC8cPplcQs0z/qKFeq4ELeVGMSjfobf95VwVNiMbh2
GTGWOd3jNAoffBNk4usz1qrsHE/bVhATgspmonyogJO7FhZWBESS7eA1tK+/ZmrT
jnslZ3V5HtApJfVSXDhVLcfTKVIfavsY38ZX/Kk8LBJoKUPYV+7nPbbwLIZCZ0I2
2MyGtPxzc/TIhLDzZPixG4aXQkTq8ZZAx6SMETM9wNVMNhimsrzM8tKaZJeRdUy8
AsRSzbIqvA36OZmjKfn0Qia1LyrXrWiQlc0kCmTJbCHYpi0+opGZgWTaTNAJ97dg
MkcF7ySyS1YCDNjT7lD11tkQ+vsyIaelcymn8ewDLPq4rFwzW7OcYXgW2g/A4UdQ
/MdSf64rzxKPOwdn1u8yd/2kdaS0hDMO7Kk0Q7q6aOsO5R0Ouhm3KOaD2sYW6PyR
nG7wlUDcN5ekecNm8dg4bVvF0rQSgLtrZEvUHp6jp5Do9GDRbDvIbTbBvZ0+XJqz
wS4gq3A=
=+Kdw
-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


r-cran-tm_0.7-3-1_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:46:21 +0100
Source: r-cran-tm
Binary: r-cran-tm
Architecture: source
Version: 0.7-3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description:
 r-cran-tm  - Text Mining functionality for R
Changes:
 r-cran-tm (0.7-3-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 fa1deefe80f570914d8a1d3324a0fcfc8217d6c2 2138 r-cran-tm_0.7-3-1.dsc
 06bcb6ae986955c5565b18b4b7e5f2f45fe8a269 511317 r-cran-tm_0.7-3.orig.tar.gz
 35d8a240d5d81f7962606638d390a656728273e3 13504 r-cran-tm_0.7-3-1.debian.tar.xz
 82c0b59d10241fa85c3a864429151ece55701def 13990 
r-cran-tm_0.7-3-1_source.buildinfo
Checksums-Sha256:
 0aaddf1d8ba374c8b21f7a88fb505228296aeee7fca1cc58d11b28427d84609d 2138 
r-cran-tm_0.7-3-1.dsc
 f3c3e151e621ffb0c82048b5bf9c2a34c8fb34cf5d2943544979b4fcc2cc1c11 511317 
r-cran-tm_0.7-3.orig.tar.gz
 834fdd36fbd8d5da853e9ff5576af38c3eb8710492eb40545e0f5a1a28aff61e 13504 
r-cran-tm_0.7-3-1.debian.tar.xz
 519a9afbfe65c0818d36d8d9b271296578bd46edaab9327a7baf0bb62b73601d 13990 
r-cran-tm_0.7-3-1_source.buildinfo
Files:
 be2a6d9066449ccc7ce9820e952fda21 2138 gnu-r optional r-cran-tm_0.7-3-1.dsc
 d529f5393e83bfa2d381603090776684 511317 gnu-r optional 
r-cran-tm_0.7-3.orig.tar.gz
 1a73393b399fd1167bf9a108dc256908 13504 gnu-r optional 
r-cran-tm_0.7-3-1.debian.tar.xz
 554de663924ebd54fc01eae6afd468b2 13990 gnu-r optional 
r-cran-tm_0.7-3-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqycOwOHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtEZsA/9Fl8q5/d13n5ZtNDlnL14JEQ+/KGdeB1nWqdk
F4k1V+a+zr7N/n0fzts55nC11TWX5ocpctaAGbqlvGgZ2lcL0L8D9mX0FJiPdWXl
b6E5InwjXJc7bCbKJX4F3/ymspqgK7/eMokOnSDmFbEiAnFGcqVrxJbvlX/oTXVJ
BSSA7e+rnn1ZU86culWeHS5+PN4FiczoXvwTrNEmjaKRyG6grGsvIgQkDBUiVeI8
eJoNkmnK+b/jHLGhK3SkVhacwSQ9zm0sb6fL3ZRERH/mOmSYQXWKjM6mXRl0Rc37
pAznEfFRByEDXjUU9CZu/P0U2nOJVBI24qp2rxh+7B271jIyVJVsFBHIJzn8YQRm
qSUyFkXXH+9ZeFgk5aDjMWI1rsN9wMLOmmbIBv0DUiktk06QD0fGSQbD9VVgcuV8
KffyfOps2a08NkTnGwXjWIhMge67K49UpGW68bbg4Iy4KfheJPm0T0db/vO8rQaA
Mj0ElMDsH0PmlUEswPl9pSxf0jtWVuBJEzdyy9tNPD9sjQ4Tlgx6Eu1Rsq2udGIK
AuW5KngXaiASOlCJXolpKblX1XYObXkA90Q7KyJroBqt/+g/272aFUZZJkkQoNEj
upxfS+IRD6VKZaKkfBfGGcEt20lJqYEJT95cO2jeUXXZRPsPrOct1zwuRGyAcXDr
cNN4yig=
=1nKr
-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 r-cran-lubridate 1.7.3-1 (source) into unstable

2018-03-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:26:35 +0100
Source: r-cran-lubridate
Binary: r-cran-lubridate
Architecture: source
Version: 1.7.3-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.3-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 7c081077198d5ca0915a0a22edf72401fce3df49 2225 r-cran-lubridate_1.7.3-1.dsc
 61016b2d79d54c207ac01c74374bed222b071d38 447719 
r-cran-lubridate_1.7.3.orig.tar.gz
 230fcd3b6f2607d10d270d43dc85cdd84f3ce637 3004 
r-cran-lubridate_1.7.3-1.debian.tar.xz
 5a8d41fa0b9a07e135ed41a891ef384ed5d885dd 8781 
r-cran-lubridate_1.7.3-1_amd64.buildinfo
Checksums-Sha256:
 ae5d42dd7c8a59b65ae160380f75c8da75b2ec5e6210b93beb6ddfe690ae169a 2225 
r-cran-lubridate_1.7.3-1.dsc
 2cffbf54afce1d068e65241fb876a77b10ee907d5a19d2ffa84d5ba8a2c3f3df 447719 
r-cran-lubridate_1.7.3.orig.tar.gz
 305b617b9f4b0ed445fcdd3b9ec1072706c3fc2576f62f1835794bc36d237f5f 3004 
r-cran-lubridate_1.7.3-1.debian.tar.xz
 8c5aa9d1560545da47de73e486df8df9451b1636160ec1f81e689c4a3aa43642 8781 
r-cran-lubridate_1.7.3-1_amd64.buildinfo
Files:
 0bf3ebe07cb9463fce86a758004ba5fd 2225 gnu-r optional 
r-cran-lubridate_1.7.3-1.dsc
 64dee53644bc7c0de657b7b3979d4244 447719 gnu-r optional 
r-cran-lubridate_1.7.3.orig.tar.gz
 3dc4f85f4157010ecc5c9143afdba7a1 3004 gnu-r optional 
r-cran-lubridate_1.7.3-1.debian.tar.xz
 ffed0c05ba0563f34e479af3934ea507 8781 gnu-r optional 
r-cran-lubridate_1.7.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqybE4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFAdA/+PhwANhBS0lbLYu9+Lj7oINR/4q9Hp3dC
rhewc2h1Dca3IhmRRDhzYwrfe83tWhPoVDMNjH7TW55VM1MPXcQRlsOXpbIoajXN
7QoCV93URwB+I5oZQ1Xl/LqPIgn10415GeadYjOPGHJPu8Ccm5txUvl86bNLZsAc
JtlkLiAgK01oofHrl2ObjCS7szGuhWsIOcmrKvcaJKpxLiBj7y5ccrGz+UNdLKzR
NbrBvMw+vjLSWtf0jdk4hbBNTxYQB5jq1cZhCIIia2nBItKFcY55IZgDGNZBr8VI
hU6GE3RPM1NQUz3pH3rXi8VfnipM2PGMqv4TpOda1AuaGWOs2qbh5CpB+r8B2XIx
IV81KJe9pKMRRLG/tebrDcEI6Xan3WuUrx2zm95Xa2e/p1Ojqbsj01IBnlqyiIma
IUotqgmI7g+RZGlsCqQ3+PvYHxkVVvKryjap8TpSz8DeNaDa9utR3p+QSXB8V2h0
okxtGvowdjHG0gDRF7n+ehhrBm6j31Omb8XlG9QKRH3kSNs1ijSZ4Ta+INJ55sUo
+4AOFOLbnCaqBw0tuaVYHTemGV9e+k2GfdcPkT4sEZCa7PdpaOUFDFIfwXBLTDLW
2ZLPzydn6vCA5+grimym5B4Y1jVcog7pALIq+yRKrlv8mvbmBEZNP0pqRk2NlOnf
gX54pRrmwj0=
=uo8C
-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


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

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:26:35 +0100
Source: r-cran-lubridate
Binary: r-cran-lubridate
Architecture: source
Version: 1.7.3-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.3-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 7c081077198d5ca0915a0a22edf72401fce3df49 2225 r-cran-lubridate_1.7.3-1.dsc
 61016b2d79d54c207ac01c74374bed222b071d38 447719 
r-cran-lubridate_1.7.3.orig.tar.gz
 230fcd3b6f2607d10d270d43dc85cdd84f3ce637 3004 
r-cran-lubridate_1.7.3-1.debian.tar.xz
 5a8d41fa0b9a07e135ed41a891ef384ed5d885dd 8781 
r-cran-lubridate_1.7.3-1_amd64.buildinfo
Checksums-Sha256:
 ae5d42dd7c8a59b65ae160380f75c8da75b2ec5e6210b93beb6ddfe690ae169a 2225 
r-cran-lubridate_1.7.3-1.dsc
 2cffbf54afce1d068e65241fb876a77b10ee907d5a19d2ffa84d5ba8a2c3f3df 447719 
r-cran-lubridate_1.7.3.orig.tar.gz
 305b617b9f4b0ed445fcdd3b9ec1072706c3fc2576f62f1835794bc36d237f5f 3004 
r-cran-lubridate_1.7.3-1.debian.tar.xz
 8c5aa9d1560545da47de73e486df8df9451b1636160ec1f81e689c4a3aa43642 8781 
r-cran-lubridate_1.7.3-1_amd64.buildinfo
Files:
 0bf3ebe07cb9463fce86a758004ba5fd 2225 gnu-r optional 
r-cran-lubridate_1.7.3-1.dsc
 64dee53644bc7c0de657b7b3979d4244 447719 gnu-r optional 
r-cran-lubridate_1.7.3.orig.tar.gz
 3dc4f85f4157010ecc5c9143afdba7a1 3004 gnu-r optional 
r-cran-lubridate_1.7.3-1.debian.tar.xz
 ffed0c05ba0563f34e479af3934ea507 8781 gnu-r optional 
r-cran-lubridate_1.7.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqybE4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFAdA/+PhwANhBS0lbLYu9+Lj7oINR/4q9Hp3dC
rhewc2h1Dca3IhmRRDhzYwrfe83tWhPoVDMNjH7TW55VM1MPXcQRlsOXpbIoajXN
7QoCV93URwB+I5oZQ1Xl/LqPIgn10415GeadYjOPGHJPu8Ccm5txUvl86bNLZsAc
JtlkLiAgK01oofHrl2ObjCS7szGuhWsIOcmrKvcaJKpxLiBj7y5ccrGz+UNdLKzR
NbrBvMw+vjLSWtf0jdk4hbBNTxYQB5jq1cZhCIIia2nBItKFcY55IZgDGNZBr8VI
hU6GE3RPM1NQUz3pH3rXi8VfnipM2PGMqv4TpOda1AuaGWOs2qbh5CpB+r8B2XIx
IV81KJe9pKMRRLG/tebrDcEI6Xan3WuUrx2zm95Xa2e/p1Ojqbsj01IBnlqyiIma
IUotqgmI7g+RZGlsCqQ3+PvYHxkVVvKryjap8TpSz8DeNaDa9utR3p+QSXB8V2h0
okxtGvowdjHG0gDRF7n+ehhrBm6j31Omb8XlG9QKRH3kSNs1ijSZ4Ta+INJ55sUo
+4AOFOLbnCaqBw0tuaVYHTemGV9e+k2GfdcPkT4sEZCa7PdpaOUFDFIfwXBLTDLW
2ZLPzydn6vCA5+grimym5B4Y1jVcog7pALIq+yRKrlv8mvbmBEZNP0pqRk2NlOnf
gX54pRrmwj0=
=uo8C
-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 r-cran-pbapply 1.3-4-1 (source) into unstable

2018-03-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:40:02 +0100
Source: r-cran-pbapply
Binary: r-cran-pbapply
Architecture: source
Version: 1.3-4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Andreas Tille 
Description:
 r-cran-pbapply - GNU R package providing progress bars for vectorized R 
functions
Changes:
 r-cran-pbapply (1.3-4-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Secure URI in watch file
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 dd522cfa1076f8f9472d280158e578774fd79443 2091 r-cran-pbapply_1.3-4-1.dsc
 6a932833b9e40fdd56932ec64d7beec0df8d3dc8 13168 r-cran-pbapply_1.3-4.orig.tar.gz
 e3c53cd64d99a1964df56884b2ed31fadbb4a24a 1772 
r-cran-pbapply_1.3-4-1.debian.tar.xz
 e13aaedd504eca233e8c3ea4b818146523a986d5 13906 
r-cran-pbapply_1.3-4-1_source.buildinfo
Checksums-Sha256:
 5af19dd3a3ef54bca7553e4c073e949ff46728f6c3c024d2d5df72c75443d230 2091 
r-cran-pbapply_1.3-4-1.dsc
 cdfdaf9b8aecbe48daac858aecaf65a766b74a363d1eb7cd6ebf27c0549f6552 13168 
r-cran-pbapply_1.3-4.orig.tar.gz
 d4c8ecb703027db8d778c0eeb7fabb94c2700123e30da3d891395e12020833a9 1772 
r-cran-pbapply_1.3-4-1.debian.tar.xz
 d836635296480e4be77a3d27dd9fd4943868d03b243a11d19a6d2650af4cde65 13906 
r-cran-pbapply_1.3-4-1_source.buildinfo
Files:
 58a4ed6a1132cf1247bd8e23f7ce6184 2091 gnu-r optional r-cran-pbapply_1.3-4-1.dsc
 0a1825f1bcec4004526a406bc1b9bd63 13168 gnu-r optional 
r-cran-pbapply_1.3-4.orig.tar.gz
 4b2b11255d06c79f551ec1ec68062c78 1772 gnu-r optional 
r-cran-pbapply_1.3-4-1.debian.tar.xz
 b8088bacabb70c6c7349a9497222096e 13906 gnu-r optional 
r-cran-pbapply_1.3-4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqybz4OHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtHoBBAAl0DqARjYZ+eTVIWJnnc5d3nxO4vZcHyY0v+D
FXwT6P4j5jp9IrVYH0EGepD2/cyIdVQ8zVswQi3fMDga3f+MwTnN8BAASO6jNtBW
7X81ZpU16jzkP9V72n+EiqVE9JqP0q2J0v6Bem002O6UcBxzgFOZQFjds0GOCSq7
2wNrx0qqqWWW5g6CQQRGh14Jf/gO9qeelUHlkLeelTUOsM14g+KOf9tjZsGU2nv7
wSWauOYc9WeOymSLyMIKiUPOZ75I824KHkCAsJmzNqoXGE+HAxIkrl2n//CewBhl
KlQ6X+n+QCD3M1yexm57Nz6FesaQQOXq1EOHnOvQnIe0Dl/XchR/1i9EGvuiiXSx
MXw3uMWouSRLNvgxxmdQA/uzqe6scew4c4IJjAZq1HhzCtsN97raCialECjPkLDD
TUIapH6aKjLy/zirGTKtvMxFfmsnp9MFF6hDnejig+ynZkn4c4NohkLO5Sd1ZDPU
y3JJV50pR5/rCL+aJDw3UHZt1G5cJzHM89SXWGxrDdwM8K/nV1ZoxmyhdjiJwzOH
BpyI3u26ipQVkEzXWOxyRse9q2P5p26O5T1X0e1e0AbiclyXufR3tf68KhzKLbxg
0mzxfRdg6J4paDOPIX/xq9vM3cqCeW81XEDl7ou+bNGrdXZ7zmDQU3WtFmFvHm1D
ORLkCVw=
=Lpv9
-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


r-cran-pbapply_1.3-4-1_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 15:40:02 +0100
Source: r-cran-pbapply
Binary: r-cran-pbapply
Architecture: source
Version: 1.3-4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Andreas Tille 
Description:
 r-cran-pbapply - GNU R package providing progress bars for vectorized R 
functions
Changes:
 r-cran-pbapply (1.3-4-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Secure URI in watch file
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 dd522cfa1076f8f9472d280158e578774fd79443 2091 r-cran-pbapply_1.3-4-1.dsc
 6a932833b9e40fdd56932ec64d7beec0df8d3dc8 13168 r-cran-pbapply_1.3-4.orig.tar.gz
 e3c53cd64d99a1964df56884b2ed31fadbb4a24a 1772 
r-cran-pbapply_1.3-4-1.debian.tar.xz
 e13aaedd504eca233e8c3ea4b818146523a986d5 13906 
r-cran-pbapply_1.3-4-1_source.buildinfo
Checksums-Sha256:
 5af19dd3a3ef54bca7553e4c073e949ff46728f6c3c024d2d5df72c75443d230 2091 
r-cran-pbapply_1.3-4-1.dsc
 cdfdaf9b8aecbe48daac858aecaf65a766b74a363d1eb7cd6ebf27c0549f6552 13168 
r-cran-pbapply_1.3-4.orig.tar.gz
 d4c8ecb703027db8d778c0eeb7fabb94c2700123e30da3d891395e12020833a9 1772 
r-cran-pbapply_1.3-4-1.debian.tar.xz
 d836635296480e4be77a3d27dd9fd4943868d03b243a11d19a6d2650af4cde65 13906 
r-cran-pbapply_1.3-4-1_source.buildinfo
Files:
 58a4ed6a1132cf1247bd8e23f7ce6184 2091 gnu-r optional r-cran-pbapply_1.3-4-1.dsc
 0a1825f1bcec4004526a406bc1b9bd63 13168 gnu-r optional 
r-cran-pbapply_1.3-4.orig.tar.gz
 4b2b11255d06c79f551ec1ec68062c78 1772 gnu-r optional 
r-cran-pbapply_1.3-4-1.debian.tar.xz
 b8088bacabb70c6c7349a9497222096e 13906 gnu-r optional 
r-cran-pbapply_1.3-4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJCBAEBCAAsFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqybz4OHHRpbGxlYUBy
a2kuZGUACgkQV4oElNHGRtHoBBAAl0DqARjYZ+eTVIWJnnc5d3nxO4vZcHyY0v+D
FXwT6P4j5jp9IrVYH0EGepD2/cyIdVQ8zVswQi3fMDga3f+MwTnN8BAASO6jNtBW
7X81ZpU16jzkP9V72n+EiqVE9JqP0q2J0v6Bem002O6UcBxzgFOZQFjds0GOCSq7
2wNrx0qqqWWW5g6CQQRGh14Jf/gO9qeelUHlkLeelTUOsM14g+KOf9tjZsGU2nv7
wSWauOYc9WeOymSLyMIKiUPOZ75I824KHkCAsJmzNqoXGE+HAxIkrl2n//CewBhl
KlQ6X+n+QCD3M1yexm57Nz6FesaQQOXq1EOHnOvQnIe0Dl/XchR/1i9EGvuiiXSx
MXw3uMWouSRLNvgxxmdQA/uzqe6scew4c4IJjAZq1HhzCtsN97raCialECjPkLDD
TUIapH6aKjLy/zirGTKtvMxFfmsnp9MFF6hDnejig+ynZkn4c4NohkLO5Sd1ZDPU
y3JJV50pR5/rCL+aJDw3UHZt1G5cJzHM89SXWGxrDdwM8K/nV1ZoxmyhdjiJwzOH
BpyI3u26ipQVkEzXWOxyRse9q2P5p26O5T1X0e1e0AbiclyXufR3tf68KhzKLbxg
0mzxfRdg6J4paDOPIX/xq9vM3cqCeW81XEDl7ou+bNGrdXZ7zmDQU3WtFmFvHm1D
ORLkCVw=
=Lpv9
-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 r-cran-conting 1.6.1-1 (source) into unstable

2018-03-21 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 14:51:15 +0100
Source: r-cran-conting
Binary: r-cran-conting
Architecture: source
Version: 1.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Andreas Tille 
Description:
 r-cran-conting - GNU R package for Bayesian analysis of contingency tables
Changes:
 r-cran-conting (1.6.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Secure URI in watch file
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 c58fd13b21fe0cbc52ef363714da581c32f6cb27 2167 r-cran-conting_1.6.1-1.dsc
 4f0f119258be688d90528c300971fd1a572ac7f5 51462 r-cran-conting_1.6.1.orig.tar.gz
 965d2e6eef9a58092c08f3ed1e65c3800999fcf3 2568 
r-cran-conting_1.6.1-1.debian.tar.xz
 28c091e5e464904dd5b9accb0fa00996f370f502 8584 
r-cran-conting_1.6.1-1_amd64.buildinfo
Checksums-Sha256:
 828fd938eeb7a9b1d25f904160575fc6c2fa8c84f2ed5d01937471fa404c9bf6 2167 
r-cran-conting_1.6.1-1.dsc
 02900f2b87b931da7f6561fdde0d236d9227054d68013f4d54ea77a9227f866f 51462 
r-cran-conting_1.6.1.orig.tar.gz
 4080277038f91697f3911bf922d35c038c4e917dddf113a2429268b90adb6e98 2568 
r-cran-conting_1.6.1-1.debian.tar.xz
 5cbd114034db7252f5258eafa13bb79f7f302f98d94afa8ca671393c71f41663 8584 
r-cran-conting_1.6.1-1_amd64.buildinfo
Files:
 545d917f14998204c2ebc503bb6017cf 2167 gnu-r optional r-cran-conting_1.6.1-1.dsc
 b19ac236ce4c3e7587abad03f6af5fb2 51462 gnu-r optional 
r-cran-conting_1.6.1.orig.tar.gz
 fe53b5cb1791f8fcad8a0948211fb39e 2568 gnu-r optional 
r-cran-conting_1.6.1-1.debian.tar.xz
 0583daee393b62fccab9285856d5d377 8584 gnu-r optional 
r-cran-conting_1.6.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqyZbgRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEJ3g//VZx+rDTOpMjPV6iD7mBowvyABXVQkePn
vVZMYNUWyxuf4+S42YZwtrfH03YUsNd8mMc0a8HlyoKghiZLSq7/R2dj7ow/p03l
8hAMBKiVYRF91ZAy8N5QW/iwxPJuQ4UH1gWhJtkuRhlIlAB+vzrHVY+atnQ2QDiF
hMgn4wJ7omAtOCGgSZ+Tlh/8HEbKt4Wnj6l5fW1AvkqD8Vng7FmyF7UFb5KFKZGq
mUYlz+HQPvfIb4fF6XTE3C7+YNdsx3GgnWV2F5DEj8O4Nv6To88rR54AJsUGNtPK
VVmZ2XxoFTL6ODKpt1ys5t+bbZK+SdKmXF0PJ9DPZY5jJCGnUX/Vd7T5pi1IMa8q
tM3UjI6zTeVGrOxSEMH6GuLUIepLWy5HG+aDWbAKpZz56N5c4dogA6fxukxUa2f6
pWC2o80d7KxdJ4RmiY8cyG71zryNY9+kzGFLHMTZrBhu15m25bpZ5yTK3cEC250Z
RoQ9rSWbfcHSv8Lt1naQvBlmfUfxNsSOT3srkxQGJZmcMnuBUAtEaFzS4jQSEzUR
3mUENhx+/NkxJyXb+ozXqY28t+OwDMsecaPwSfRthqmHo9L0OrdC+KuJmnjbbxAj
2ssAjC2OWysAvEuX6Q8dDr+YwgurIxR+v/Oj6eU9JEAuWrEVCwk8oES9Za9sMHIV
KinMP2kQOW0=
=BFUj
-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


r-cran-conting_1.6.1-1_source.changes ACCEPTED into unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 21 Mar 2018 14:51:15 +0100
Source: r-cran-conting
Binary: r-cran-conting
Architecture: source
Version: 1.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Andreas Tille 
Description:
 r-cran-conting - GNU R package for Bayesian analysis of contingency tables
Changes:
 r-cran-conting (1.6.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
   * Secure URI in watch file
   * Standards-Version: 4.1.3
   * debhelper 11
Checksums-Sha1:
 c58fd13b21fe0cbc52ef363714da581c32f6cb27 2167 r-cran-conting_1.6.1-1.dsc
 4f0f119258be688d90528c300971fd1a572ac7f5 51462 r-cran-conting_1.6.1.orig.tar.gz
 965d2e6eef9a58092c08f3ed1e65c3800999fcf3 2568 
r-cran-conting_1.6.1-1.debian.tar.xz
 28c091e5e464904dd5b9accb0fa00996f370f502 8584 
r-cran-conting_1.6.1-1_amd64.buildinfo
Checksums-Sha256:
 828fd938eeb7a9b1d25f904160575fc6c2fa8c84f2ed5d01937471fa404c9bf6 2167 
r-cran-conting_1.6.1-1.dsc
 02900f2b87b931da7f6561fdde0d236d9227054d68013f4d54ea77a9227f866f 51462 
r-cran-conting_1.6.1.orig.tar.gz
 4080277038f91697f3911bf922d35c038c4e917dddf113a2429268b90adb6e98 2568 
r-cran-conting_1.6.1-1.debian.tar.xz
 5cbd114034db7252f5258eafa13bb79f7f302f98d94afa8ca671393c71f41663 8584 
r-cran-conting_1.6.1-1_amd64.buildinfo
Files:
 545d917f14998204c2ebc503bb6017cf 2167 gnu-r optional r-cran-conting_1.6.1-1.dsc
 b19ac236ce4c3e7587abad03f6af5fb2 51462 gnu-r optional 
r-cran-conting_1.6.1.orig.tar.gz
 fe53b5cb1791f8fcad8a0948211fb39e 2568 gnu-r optional 
r-cran-conting_1.6.1-1.debian.tar.xz
 0583daee393b62fccab9285856d5d377 8584 gnu-r optional 
r-cran-conting_1.6.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlqyZbgRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEJ3g//VZx+rDTOpMjPV6iD7mBowvyABXVQkePn
vVZMYNUWyxuf4+S42YZwtrfH03YUsNd8mMc0a8HlyoKghiZLSq7/R2dj7ow/p03l
8hAMBKiVYRF91ZAy8N5QW/iwxPJuQ4UH1gWhJtkuRhlIlAB+vzrHVY+atnQ2QDiF
hMgn4wJ7omAtOCGgSZ+Tlh/8HEbKt4Wnj6l5fW1AvkqD8Vng7FmyF7UFb5KFKZGq
mUYlz+HQPvfIb4fF6XTE3C7+YNdsx3GgnWV2F5DEj8O4Nv6To88rR54AJsUGNtPK
VVmZ2XxoFTL6ODKpt1ys5t+bbZK+SdKmXF0PJ9DPZY5jJCGnUX/Vd7T5pi1IMa8q
tM3UjI6zTeVGrOxSEMH6GuLUIepLWy5HG+aDWbAKpZz56N5c4dogA6fxukxUa2f6
pWC2o80d7KxdJ4RmiY8cyG71zryNY9+kzGFLHMTZrBhu15m25bpZ5yTK3cEC250Z
RoQ9rSWbfcHSv8Lt1naQvBlmfUfxNsSOT3srkxQGJZmcMnuBUAtEaFzS4jQSEzUR
3mUENhx+/NkxJyXb+ozXqY28t+OwDMsecaPwSfRthqmHo9L0OrdC+KuJmnjbbxAj
2ssAjC2OWysAvEuX6Q8dDr+YwgurIxR+v/Oj6eU9JEAuWrEVCwk8oES9Za9sMHIV
KinMP2kQOW0=
=BFUj
-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 r-cran-vgam_1.0-5-1_source.changes

2018-03-21 Thread Debian FTP Masters
r-cran-vgam_1.0-5-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-vgam_1.0-5-1.dsc
  r-cran-vgam_1.0-5.orig.tar.gz
  r-cran-vgam_1.0-5-1.debian.tar.xz
  r-cran-vgam_1.0-5-1_source.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 r-cran-zelig_5.1.6-1_source.changes

2018-03-21 Thread Debian FTP Masters
r-cran-zelig_5.1.6-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-zelig_5.1.6-1.dsc
  r-cran-zelig_5.1.6.orig.tar.gz
  r-cran-zelig_5.1.6-1.debian.tar.xz
  r-cran-zelig_5.1.6-1_source.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 r-cran-tm_0.7-3-1_source.changes

2018-03-21 Thread Debian FTP Masters
r-cran-tm_0.7-3-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-tm_0.7-3-1.dsc
  r-cran-tm_0.7-3.orig.tar.gz
  r-cran-tm_0.7-3-1.debian.tar.xz
  r-cran-tm_0.7-3-1_source.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 r-cran-pbapply_1.3-4-1_source.changes

2018-03-21 Thread Debian FTP Masters
r-cran-pbapply_1.3-4-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-pbapply_1.3-4-1.dsc
  r-cran-pbapply_1.3-4.orig.tar.gz
  r-cran-pbapply_1.3-4-1.debian.tar.xz
  r-cran-pbapply_1.3-4-1_source.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 r-cran-matchit_3.0.2-1_source.changes

2018-03-21 Thread Debian FTP Masters
r-cran-matchit_3.0.2-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-matchit_3.0.2-1.dsc
  r-cran-matchit_3.0.2.orig.tar.gz
  r-cran-matchit_3.0.2-1.debian.tar.xz
  r-cran-matchit_3.0.2-1_source.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 r-cran-lubridate_1.7.3-1_source.changes

2018-03-21 Thread Debian FTP Masters
r-cran-lubridate_1.7.3-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-lubridate_1.7.3-1.dsc
  r-cran-lubridate_1.7.3.orig.tar.gz
  r-cran-lubridate_1.7.3-1.debian.tar.xz
  r-cran-lubridate_1.7.3-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 r-cran-conting_1.6.1-1_source.changes

2018-03-21 Thread Debian FTP Masters
r-cran-conting_1.6.1-1_source.changes uploaded successfully to localhost
along with the files:
  r-cran-conting_1.6.1-1.dsc
  r-cran-conting_1.6.1.orig.tar.gz
  r-cran-conting_1.6.1-1.debian.tar.xz
  r-cran-conting_1.6.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


Accepted suitesparse 1:5.2.0+dfsg-1 (source amd64 all) into unstable, unstable

2018-03-21 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2018 22:25:58 +0100
Source: suitesparse
Binary: libamd2 libbtf1 libcamd2 libcolamd2 libccolamd2 libcholmod3 
libcxsparse3 libklu1 libldl2 libumfpack5 librbio2 libspqr2 libgraphblas2 
libsuitesparseconfig5 libsuitesparse-dev libsuitesparse-doc
Architecture: source amd64 all
Version: 1:5.2.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sébastien Villemot 
Description:
 libamd2- approximate minimum degree ordering library for sparse matrices
 libbtf1- permutation to block triangular form library for sparse matrices
 libcamd2   - symmetric approximate minimum degree library for sparse matrices
 libccolamd2 - constrained column approximate library for sparse matrices
 libcholmod3 - sparse Cholesky factorization library for sparse matrices
 libcolamd2 - column approximate minimum degree ordering library for sparse mat
 libcxsparse3 - concise sparse matrix library
 libgraphblas2 - graph algorithms via sparse matrix operations on semirings
 libklu1- circuit simulation sparse LU factorization library
 libldl2- simple LDL' factorization library for sparse matrices
 librbio2   - read/write sparse matrices in Rutherford/Boeing format
 libspqr2   - sparse QR factorization library
 libsuitesparse-dev - libraries for sparse matrices computations (development 
files)
 libsuitesparse-doc - libraries for sparse matrices computations (documentation)
 libsuitesparseconfig5 - configuration routines for all SuiteSparse modules
 libumfpack5 - sparse LU factorization library
Changes:
 suitesparse (1:5.2.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 5.2.0+dfsg
   * d/copyright:
 + add GraphBLAS_API_C.pdf to Files-Excluded, since the source
   is not provided.
 + reflect upstream changes.
   * d/watch: handle +dfsg suffix.
   * SOVERSION bump for libgraphblas (1->2).
Checksums-Sha1:
 606d1c050636207a1db7d609239b78cc1f76705f 2920 suitesparse_5.2.0+dfsg-1.dsc
 973e507a133b6902c9153f5d4c0da9b65cf19af1 45187101 
suitesparse_5.2.0+dfsg.orig.tar.gz
 308fa99b5fd9e900a07595a89011f3ac3ed5bf5f 29160 
suitesparse_5.2.0+dfsg-1.debian.tar.xz
 d914c1c91f99229d2699f7e054a82adc69e843b6 28380 
libamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 f5d9102cee623c74b7913933c4c78e354daffcaa 33096 libamd2_5.2.0+dfsg-1_amd64.deb
 698b0a5e930fa8ceada296697813f8649620331f 10772 
libbtf1-dbgsym_5.2.0+dfsg-1_amd64.deb
 02c921c88de4680b67ba770c647ba8689b2b5776 22148 libbtf1_5.2.0+dfsg-1_amd64.deb
 c5b7f558f704363f0d4d040748cb7b3b3c84007b 30108 
libcamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 36c0293b197f7cf7d4a8452c7a03143a54ad1754 34524 libcamd2_5.2.0+dfsg-1_amd64.deb
 fe89253c2b92c6e0bfa827fb683716b3510c1b98 37008 
libccolamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 4ac3683f7f39bc1ca4733f74cf6fddf8c5bf8b35 35344 
libccolamd2_5.2.0+dfsg-1_amd64.deb
 d3041efc6bb3e09caff5c0350aa9c7a513ff233e 745760 
libcholmod3-dbgsym_5.2.0+dfsg-1_amd64.deb
 066392e421ec52ba27ef5ff5f6a08256a885e229 315192 
libcholmod3_5.2.0+dfsg-1_amd64.deb
 9f9e005763d4c549b314381335dd5d0247aa1ada 25852 
libcolamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 c5e57da6e4a4dbb211c57a7655bf72993d16368a 29804 
libcolamd2_5.2.0+dfsg-1_amd64.deb
 e49dcdafc0b809909b2597ce2fa90e3ca4184d0e 161460 
libcxsparse3-dbgsym_5.2.0+dfsg-1_amd64.deb
 ffa8aebdae5957bf479a97ed05ba5e7d292cc571 77324 
libcxsparse3_5.2.0+dfsg-1_amd64.deb
 248030900ad2a24e2bee7f0449bd58dfdef30650 6069756 
libgraphblas2-dbgsym_5.2.0+dfsg-1_amd64.deb
 60e73ef5ac6442b40c8fc9f02a44c063749545b4 405956 
libgraphblas2_5.2.0+dfsg-1_amd64.deb
 1247b5d05a701ae8162cdcf4c14f59c0c9d7bb32 163348 
libklu1-dbgsym_5.2.0+dfsg-1_amd64.deb
 0382c231238f794b070cdbe14abe0503780130f4 83360 libklu1_5.2.0+dfsg-1_amd64.deb
 ad3f9b7b46f775f11b70e91483dc77727306c755 6820 
libldl2-dbgsym_5.2.0+dfsg-1_amd64.deb
 fba2e96694324ad109be6521f07cd7a843e52377 21736 libldl2_5.2.0+dfsg-1_amd64.deb
 834ecfc19ebd6d9a1dfa702e99b84f584d26cfeb 42768 
librbio2-dbgsym_5.2.0+dfsg-1_amd64.deb
 4b4173e4826ee5da8116961a05aaa0cd1821db82 37592 librbio2_5.2.0+dfsg-1_amd64.deb
 34e91a51c2c4c27910e5e63a5ef6ec2d3e33db16 372192 
libspqr2-dbgsym_5.2.0+dfsg-1_amd64.deb
 490fc47ae69df54e82044419b1689961d75a685b 78312 libspqr2_5.2.0+dfsg-1_amd64.deb
 13df08487246c033d455f35d23e0c95045e1cc25 1251940 
libsuitesparse-dev_5.2.0+dfsg-1_amd64.deb
 6406490ba87bde90a6c6fa083ce74517f04596e1 2814264 
libsuitesparse-doc_5.2.0+dfsg-1_all.deb
 9c72dc26a2e40a207f9ed520679ec28ebf45ed8e 6204 
libsuitesparseconfig5-dbgsym_5.2.0+dfsg-1_amd64.deb
 76eb5d873479099fadedb0097530f3d565eb00fe 20456 
libsuitesparseconfig5_5.2.0+dfsg-1_amd64.deb
 04774798929c9e27dcff5e0aae9eb9e581f652f6 634888 
libumfpack5-dbgsym_5.2.0+dfsg-1_amd64.deb
 a6f1faf3240c9ee4ad12041a8dd09ed899043692 243748 
libumfpack5_5.2.0+dfsg-1_amd64.deb
 63e17c7a80e26ed808fcd7ba11cbea6ca3000d6a 17274 
suitesparse_5.2.0+dfsg-1_amd64.buildinfo

suitesparse_5.2.0+dfsg-1_amd64.changes ACCEPTED into unstable, unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2018 22:25:58 +0100
Source: suitesparse
Binary: libamd2 libbtf1 libcamd2 libcolamd2 libccolamd2 libcholmod3 
libcxsparse3 libklu1 libldl2 libumfpack5 librbio2 libspqr2 libgraphblas2 
libsuitesparseconfig5 libsuitesparse-dev libsuitesparse-doc
Architecture: source amd64 all
Version: 1:5.2.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sébastien Villemot 
Description:
 libamd2- approximate minimum degree ordering library for sparse matrices
 libbtf1- permutation to block triangular form library for sparse matrices
 libcamd2   - symmetric approximate minimum degree library for sparse matrices
 libccolamd2 - constrained column approximate library for sparse matrices
 libcholmod3 - sparse Cholesky factorization library for sparse matrices
 libcolamd2 - column approximate minimum degree ordering library for sparse mat
 libcxsparse3 - concise sparse matrix library
 libgraphblas2 - graph algorithms via sparse matrix operations on semirings
 libklu1- circuit simulation sparse LU factorization library
 libldl2- simple LDL' factorization library for sparse matrices
 librbio2   - read/write sparse matrices in Rutherford/Boeing format
 libspqr2   - sparse QR factorization library
 libsuitesparse-dev - libraries for sparse matrices computations (development 
files)
 libsuitesparse-doc - libraries for sparse matrices computations (documentation)
 libsuitesparseconfig5 - configuration routines for all SuiteSparse modules
 libumfpack5 - sparse LU factorization library
Changes:
 suitesparse (1:5.2.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 5.2.0+dfsg
   * d/copyright:
 + add GraphBLAS_API_C.pdf to Files-Excluded, since the source
   is not provided.
 + reflect upstream changes.
   * d/watch: handle +dfsg suffix.
   * SOVERSION bump for libgraphblas (1->2).
Checksums-Sha1:
 606d1c050636207a1db7d609239b78cc1f76705f 2920 suitesparse_5.2.0+dfsg-1.dsc
 973e507a133b6902c9153f5d4c0da9b65cf19af1 45187101 
suitesparse_5.2.0+dfsg.orig.tar.gz
 308fa99b5fd9e900a07595a89011f3ac3ed5bf5f 29160 
suitesparse_5.2.0+dfsg-1.debian.tar.xz
 d914c1c91f99229d2699f7e054a82adc69e843b6 28380 
libamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 f5d9102cee623c74b7913933c4c78e354daffcaa 33096 libamd2_5.2.0+dfsg-1_amd64.deb
 698b0a5e930fa8ceada296697813f8649620331f 10772 
libbtf1-dbgsym_5.2.0+dfsg-1_amd64.deb
 02c921c88de4680b67ba770c647ba8689b2b5776 22148 libbtf1_5.2.0+dfsg-1_amd64.deb
 c5b7f558f704363f0d4d040748cb7b3b3c84007b 30108 
libcamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 36c0293b197f7cf7d4a8452c7a03143a54ad1754 34524 libcamd2_5.2.0+dfsg-1_amd64.deb
 fe89253c2b92c6e0bfa827fb683716b3510c1b98 37008 
libccolamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 4ac3683f7f39bc1ca4733f74cf6fddf8c5bf8b35 35344 
libccolamd2_5.2.0+dfsg-1_amd64.deb
 d3041efc6bb3e09caff5c0350aa9c7a513ff233e 745760 
libcholmod3-dbgsym_5.2.0+dfsg-1_amd64.deb
 066392e421ec52ba27ef5ff5f6a08256a885e229 315192 
libcholmod3_5.2.0+dfsg-1_amd64.deb
 9f9e005763d4c549b314381335dd5d0247aa1ada 25852 
libcolamd2-dbgsym_5.2.0+dfsg-1_amd64.deb
 c5e57da6e4a4dbb211c57a7655bf72993d16368a 29804 
libcolamd2_5.2.0+dfsg-1_amd64.deb
 e49dcdafc0b809909b2597ce2fa90e3ca4184d0e 161460 
libcxsparse3-dbgsym_5.2.0+dfsg-1_amd64.deb
 ffa8aebdae5957bf479a97ed05ba5e7d292cc571 77324 
libcxsparse3_5.2.0+dfsg-1_amd64.deb
 248030900ad2a24e2bee7f0449bd58dfdef30650 6069756 
libgraphblas2-dbgsym_5.2.0+dfsg-1_amd64.deb
 60e73ef5ac6442b40c8fc9f02a44c063749545b4 405956 
libgraphblas2_5.2.0+dfsg-1_amd64.deb
 1247b5d05a701ae8162cdcf4c14f59c0c9d7bb32 163348 
libklu1-dbgsym_5.2.0+dfsg-1_amd64.deb
 0382c231238f794b070cdbe14abe0503780130f4 83360 libklu1_5.2.0+dfsg-1_amd64.deb
 ad3f9b7b46f775f11b70e91483dc77727306c755 6820 
libldl2-dbgsym_5.2.0+dfsg-1_amd64.deb
 fba2e96694324ad109be6521f07cd7a843e52377 21736 libldl2_5.2.0+dfsg-1_amd64.deb
 834ecfc19ebd6d9a1dfa702e99b84f584d26cfeb 42768 
librbio2-dbgsym_5.2.0+dfsg-1_amd64.deb
 4b4173e4826ee5da8116961a05aaa0cd1821db82 37592 librbio2_5.2.0+dfsg-1_amd64.deb
 34e91a51c2c4c27910e5e63a5ef6ec2d3e33db16 372192 
libspqr2-dbgsym_5.2.0+dfsg-1_amd64.deb
 490fc47ae69df54e82044419b1689961d75a685b 78312 libspqr2_5.2.0+dfsg-1_amd64.deb
 13df08487246c033d455f35d23e0c95045e1cc25 1251940 
libsuitesparse-dev_5.2.0+dfsg-1_amd64.deb
 6406490ba87bde90a6c6fa083ce74517f04596e1 2814264 
libsuitesparse-doc_5.2.0+dfsg-1_all.deb
 9c72dc26a2e40a207f9ed520679ec28ebf45ed8e 6204 
libsuitesparseconfig5-dbgsym_5.2.0+dfsg-1_amd64.deb
 76eb5d873479099fadedb0097530f3d565eb00fe 20456 
libsuitesparseconfig5_5.2.0+dfsg-1_amd64.deb
 04774798929c9e27dcff5e0aae9eb9e581f652f6 634888 
libumfpack5-dbgsym_5.2.0+dfsg-1_amd64.deb
 a6f1faf3240c9ee4ad12041a8dd09ed899043692 243748 
libumfpack5_5.2.0+dfsg-1_amd64.deb
 63e17c7a80e26ed808fcd7ba11cbea6ca3000d6a 17274 
suitesparse_5.2.0+dfsg-1_amd64.buildinfo

Accepted apertium 3.5.0~r84331-1 (source all amd64) into unstable, unstable

2018-03-21 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2018 10:19:56 +0530
Source: apertium
Binary: apertium libapertium3-3.5-1 apertium-dev apertium-all-dev
Architecture: source all amd64
Version: 3.5.0~r84331-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 

Changed-By: Kartik Mistry 
Description:
 apertium   - Shallow-transfer machine translation engine
 apertium-all-dev - Metapackage for all tools required for Apertium development
 apertium-dev - Development tools and library for Apertium
 libapertium3-3.5-1 - Shared library for Apertium
Changes:
 apertium (3.5.0~r84331-1) unstable; urgency=low
 .
   [ Tino Didriksen ]
   * Update to latest upstream.
   * Undo debhelper 11 in favour of 9.
 .
   [ Kartik Mistry ]
   * debian/control, debian/copyright:
 + Updated URLs.
Checksums-Sha1:
 89fc0c1a2cc345d152f8c180a6d24399d40a6dac 2425 apertium_3.5.0~r84331-1.dsc
 0f3fb5c97a4e3c145c14e4fd5dfc3d73b9a3e255 327426 
apertium_3.5.0~r84331.orig.tar.bz2
 a0230ca71e8ddf5fcd1153baea10ba1b135dca5a 6348 
apertium_3.5.0~r84331-1.debian.tar.xz
 080937cac31056224ad28aa3d66f03feec5b22d4 5864 
apertium-all-dev_3.5.0~r84331-1_all.deb
 eac797a68f6b61d267e56bfb082d1c37c9dc9509 3614500 
apertium-dbgsym_3.5.0~r84331-1_amd64.deb
 dafa877ff74789b4ea928510da825820a6627d8c 366428 
apertium-dev-dbgsym_3.5.0~r84331-1_amd64.deb
 184ad4b15576956d8547784e7928d7a25ccafd90 74872 
apertium-dev_3.5.0~r84331-1_amd64.deb
 13d1475f46849c9b9e3bee43c21c8d6affd1629b 8401 
apertium_3.5.0~r84331-1_amd64.buildinfo
 5e1180991aac663cf131846b942cc51e99900767 305564 
apertium_3.5.0~r84331-1_amd64.deb
 4a2fc67b04c8228b00d8f277d973d43f0a9637be 7029180 
libapertium3-3.5-1-dbgsym_3.5.0~r84331-1_amd64.deb
 48bb823ab2a9c8ddf3d9488dd5c04cca1303d629 386664 
libapertium3-3.5-1_3.5.0~r84331-1_amd64.deb
Checksums-Sha256:
 d25d9ba22f6769b961e9bcc0d9795bfe7d62025026be455ad0a9fbcaf55eab80 2425 
apertium_3.5.0~r84331-1.dsc
 fe63a34773166112d5fb98b9cf5cf18f5a27a27aa40e4f8a5ee39e076682dce4 327426 
apertium_3.5.0~r84331.orig.tar.bz2
 ce7fa68a66cf88169a6e4efb6a2cedc07761a3eab99c5a062a26d171d9ec7bc4 6348 
apertium_3.5.0~r84331-1.debian.tar.xz
 01cf6a8fde7d232f7d8cc0826a915042fdae448c5eb6e743c7c68cee3d07bc2f 5864 
apertium-all-dev_3.5.0~r84331-1_all.deb
 88edfc5354b03e72615139f5d1f0a78d2840ec80446fc1f70c7d82b336ffa87f 3614500 
apertium-dbgsym_3.5.0~r84331-1_amd64.deb
 76694469466b5e5efe3741e81143ff04e114d9349641c8b1be7fec535cedf0ff 366428 
apertium-dev-dbgsym_3.5.0~r84331-1_amd64.deb
 0215bf9777cb651490d68014779e7a426609b8faf0c66025b5bfe11c12cbc0f1 74872 
apertium-dev_3.5.0~r84331-1_amd64.deb
 cb608a7ceaeff005c0e4eb9b38a6d1fb46610ea35e4dccd692c4f203e081ea87 8401 
apertium_3.5.0~r84331-1_amd64.buildinfo
 6af20d3ae462cd60ae242bbb73f7f17b8c1012729fbb70ef18466ffa1c803334 305564 
apertium_3.5.0~r84331-1_amd64.deb
 5b5cdbb26fe07bcac613e57752337a0d0c5ab822a563724b6b5c9b9c6fc89ac5 7029180 
libapertium3-3.5-1-dbgsym_3.5.0~r84331-1_amd64.deb
 a40b233ea53766aefd4d6648effac752234b4935f520ff2170e1337ee043c066 386664 
libapertium3-3.5-1_3.5.0~r84331-1_amd64.deb
Files:
 5cc0aff8da157dd27ae9761c83a0ea66 2425 science optional 
apertium_3.5.0~r84331-1.dsc
 ccd2f9bb483c551eda6a606e1838c69a 327426 science optional 
apertium_3.5.0~r84331.orig.tar.bz2
 f94b3fb40bf57648e991946c6209fc6f 6348 science optional 
apertium_3.5.0~r84331-1.debian.tar.xz
 1c7839750470031cca4d2d6a3432464a 5864 science optional 
apertium-all-dev_3.5.0~r84331-1_all.deb
 d14e264ec75c44ab44c9a83d72084fd8 3614500 debug optional 
apertium-dbgsym_3.5.0~r84331-1_amd64.deb
 a989f010cc83a8ef609ec097b1036bc5 366428 debug optional 
apertium-dev-dbgsym_3.5.0~r84331-1_amd64.deb
 da689da48bd81596cc45613c73e7db08 74872 science optional 
apertium-dev_3.5.0~r84331-1_amd64.deb
 cb4632f6554c64dc685e5386297444b3 8401 science optional 
apertium_3.5.0~r84331-1_amd64.buildinfo
 46450ae5659f0cf2c6c8752c8a4d2edf 305564 science optional 
apertium_3.5.0~r84331-1_amd64.deb
 917b765af442345ff8c8b8d02e20224b 7029180 debug optional 
libapertium3-3.5-1-dbgsym_3.5.0~r84331-1_amd64.deb
 296db8bfbd91c4d9cfbebfc095ddf9e0 386664 libs optional 
libapertium3-3.5-1_3.5.0~r84331-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEa2MbXvVUr2sRlmKSAsHT8ng6pN4FAlqrnI0ACgkQAsHT8ng6
pN6dFxAAiCkn0YRI+k+NwQEPdSOT3bqzIzXp/nkYghHnkfg5ffHgcSQdqvu7vnt+
zgt3tm0boRX4gBZPahckCGFTvB+NoEJC6d+bx3tQPbpMfAQc34Lg+WyH9N7eJYP9
szLlYbAg5U5/SBjv63Dq8xRm7+TSVna8pvXIQcsISk3CgMDfXBbnTfGGZ153jd5U
vaTut4r2bAyGOtwvJbHBtGzsRQINkes6iE53bFkP0jsNEjZ3MpzfeCqaHPfZmZOa
0Au2n925BArEgYht3qij+5p3+JOtqVaHN00YOuQqptJsvYDrDsEHEwcgyGZZ4phM
6fO/DPJ71BsCSFavTh0WZvEE+wM8CS+7VeQ8NBI8qKHhkzTguITxawko4JIjvTb8
iOab1fGso/geCcmRqHYpAO0krgi8eKZccBDTtFTYKvUmWDRF+srpAG/12KCysVRe
3OYqGsb8ABwvrKbmJPohFyle3SJG41RHgmS1F8+49jaQ8UMeO1ngtMQJbkuaqF7D
zfgzVzy67+xKO5ERBld93vFRTmedsJbckn+UaMdy3mT4JmCMCMJvXerJHXNdYKzz
97jHgJM610KyUS+JJ4qfuxxMOoKog4ZdkzWX/KkD3Oxl0/hirge+lAzP97XJn9o+

apertium_3.5.0~r84331-1_amd64.changes ACCEPTED into unstable, unstable

2018-03-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2018 10:19:56 +0530
Source: apertium
Binary: apertium libapertium3-3.5-1 apertium-dev apertium-all-dev
Architecture: source all amd64
Version: 3.5.0~r84331-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 

Changed-By: Kartik Mistry 
Description:
 apertium   - Shallow-transfer machine translation engine
 apertium-all-dev - Metapackage for all tools required for Apertium development
 apertium-dev - Development tools and library for Apertium
 libapertium3-3.5-1 - Shared library for Apertium
Changes:
 apertium (3.5.0~r84331-1) unstable; urgency=low
 .
   [ Tino Didriksen ]
   * Update to latest upstream.
   * Undo debhelper 11 in favour of 9.
 .
   [ Kartik Mistry ]
   * debian/control, debian/copyright:
 + Updated URLs.
Checksums-Sha1:
 89fc0c1a2cc345d152f8c180a6d24399d40a6dac 2425 apertium_3.5.0~r84331-1.dsc
 0f3fb5c97a4e3c145c14e4fd5dfc3d73b9a3e255 327426 
apertium_3.5.0~r84331.orig.tar.bz2
 a0230ca71e8ddf5fcd1153baea10ba1b135dca5a 6348 
apertium_3.5.0~r84331-1.debian.tar.xz
 080937cac31056224ad28aa3d66f03feec5b22d4 5864 
apertium-all-dev_3.5.0~r84331-1_all.deb
 eac797a68f6b61d267e56bfb082d1c37c9dc9509 3614500 
apertium-dbgsym_3.5.0~r84331-1_amd64.deb
 dafa877ff74789b4ea928510da825820a6627d8c 366428 
apertium-dev-dbgsym_3.5.0~r84331-1_amd64.deb
 184ad4b15576956d8547784e7928d7a25ccafd90 74872 
apertium-dev_3.5.0~r84331-1_amd64.deb
 13d1475f46849c9b9e3bee43c21c8d6affd1629b 8401 
apertium_3.5.0~r84331-1_amd64.buildinfo
 5e1180991aac663cf131846b942cc51e99900767 305564 
apertium_3.5.0~r84331-1_amd64.deb
 4a2fc67b04c8228b00d8f277d973d43f0a9637be 7029180 
libapertium3-3.5-1-dbgsym_3.5.0~r84331-1_amd64.deb
 48bb823ab2a9c8ddf3d9488dd5c04cca1303d629 386664 
libapertium3-3.5-1_3.5.0~r84331-1_amd64.deb
Checksums-Sha256:
 d25d9ba22f6769b961e9bcc0d9795bfe7d62025026be455ad0a9fbcaf55eab80 2425 
apertium_3.5.0~r84331-1.dsc
 fe63a34773166112d5fb98b9cf5cf18f5a27a27aa40e4f8a5ee39e076682dce4 327426 
apertium_3.5.0~r84331.orig.tar.bz2
 ce7fa68a66cf88169a6e4efb6a2cedc07761a3eab99c5a062a26d171d9ec7bc4 6348 
apertium_3.5.0~r84331-1.debian.tar.xz
 01cf6a8fde7d232f7d8cc0826a915042fdae448c5eb6e743c7c68cee3d07bc2f 5864 
apertium-all-dev_3.5.0~r84331-1_all.deb
 88edfc5354b03e72615139f5d1f0a78d2840ec80446fc1f70c7d82b336ffa87f 3614500 
apertium-dbgsym_3.5.0~r84331-1_amd64.deb
 76694469466b5e5efe3741e81143ff04e114d9349641c8b1be7fec535cedf0ff 366428 
apertium-dev-dbgsym_3.5.0~r84331-1_amd64.deb
 0215bf9777cb651490d68014779e7a426609b8faf0c66025b5bfe11c12cbc0f1 74872 
apertium-dev_3.5.0~r84331-1_amd64.deb
 cb608a7ceaeff005c0e4eb9b38a6d1fb46610ea35e4dccd692c4f203e081ea87 8401 
apertium_3.5.0~r84331-1_amd64.buildinfo
 6af20d3ae462cd60ae242bbb73f7f17b8c1012729fbb70ef18466ffa1c803334 305564 
apertium_3.5.0~r84331-1_amd64.deb
 5b5cdbb26fe07bcac613e57752337a0d0c5ab822a563724b6b5c9b9c6fc89ac5 7029180 
libapertium3-3.5-1-dbgsym_3.5.0~r84331-1_amd64.deb
 a40b233ea53766aefd4d6648effac752234b4935f520ff2170e1337ee043c066 386664 
libapertium3-3.5-1_3.5.0~r84331-1_amd64.deb
Files:
 5cc0aff8da157dd27ae9761c83a0ea66 2425 science optional 
apertium_3.5.0~r84331-1.dsc
 ccd2f9bb483c551eda6a606e1838c69a 327426 science optional 
apertium_3.5.0~r84331.orig.tar.bz2
 f94b3fb40bf57648e991946c6209fc6f 6348 science optional 
apertium_3.5.0~r84331-1.debian.tar.xz
 1c7839750470031cca4d2d6a3432464a 5864 science optional 
apertium-all-dev_3.5.0~r84331-1_all.deb
 d14e264ec75c44ab44c9a83d72084fd8 3614500 debug optional 
apertium-dbgsym_3.5.0~r84331-1_amd64.deb
 a989f010cc83a8ef609ec097b1036bc5 366428 debug optional 
apertium-dev-dbgsym_3.5.0~r84331-1_amd64.deb
 da689da48bd81596cc45613c73e7db08 74872 science optional 
apertium-dev_3.5.0~r84331-1_amd64.deb
 cb4632f6554c64dc685e5386297444b3 8401 science optional 
apertium_3.5.0~r84331-1_amd64.buildinfo
 46450ae5659f0cf2c6c8752c8a4d2edf 305564 science optional 
apertium_3.5.0~r84331-1_amd64.deb
 917b765af442345ff8c8b8d02e20224b 7029180 debug optional 
libapertium3-3.5-1-dbgsym_3.5.0~r84331-1_amd64.deb
 296db8bfbd91c4d9cfbebfc095ddf9e0 386664 libs optional 
libapertium3-3.5-1_3.5.0~r84331-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEa2MbXvVUr2sRlmKSAsHT8ng6pN4FAlqrnI0ACgkQAsHT8ng6
pN6dFxAAiCkn0YRI+k+NwQEPdSOT3bqzIzXp/nkYghHnkfg5ffHgcSQdqvu7vnt+
zgt3tm0boRX4gBZPahckCGFTvB+NoEJC6d+bx3tQPbpMfAQc34Lg+WyH9N7eJYP9
szLlYbAg5U5/SBjv63Dq8xRm7+TSVna8pvXIQcsISk3CgMDfXBbnTfGGZ153jd5U
vaTut4r2bAyGOtwvJbHBtGzsRQINkes6iE53bFkP0jsNEjZ3MpzfeCqaHPfZmZOa
0Au2n925BArEgYht3qij+5p3+JOtqVaHN00YOuQqptJsvYDrDsEHEwcgyGZZ4phM
6fO/DPJ71BsCSFavTh0WZvEE+wM8CS+7VeQ8NBI8qKHhkzTguITxawko4JIjvTb8
iOab1fGso/geCcmRqHYpAO0krgi8eKZccBDTtFTYKvUmWDRF+srpAG/12KCysVRe
3OYqGsb8ABwvrKbmJPohFyle3SJG41RHgmS1F8+49jaQ8UMeO1ngtMQJbkuaqF7D
zfgzVzy67+xKO5ERBld93vFRTmedsJbckn+UaMdy3mT4JmCMCMJvXerJHXNdYKzz
97jHgJM610KyUS+JJ4qfuxxMOoKog4ZdkzWX/KkD3Oxl0/hirge+lAzP97XJn9o+

Bug#893692: bcolz: uses pybuild's internal paths

2018-03-21 Thread Piotr Ożarowski
Package: bcolz
Version: 1.1.0+ds1-5
Severity: important

Dear Maintainer,

Please don't use pybuild's internal paths. They did change recently and
they might change in the future, use pybuild's --print if you really
have to. See attached patch
commit e78665a2045be2ca3a31a6df747fd316a62f159c
Author: Piotr Ożarowski 
Date:   Wed Mar 21 09:59:25 2018 +0100

do not hardcode pybuild's internal paths

diff --git a/debian/control b/debian/control
index 4fa5101..78d2746 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers 
 Build-Depends:
  debhelper (>= 9),
- dh-python,
+ dh-python (>= 3.20180313~),
  python-all-dev,
  python3-all-dev,
  python-setuptools,
diff --git a/debian/rules b/debian/rules
index 8223ad1..dc1b667 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,8 @@ export SETUPTOOLS_SCM_PRETEND_VERSION = $(VERSION_UPSTREAM)
 override_dh_auto_install:
 	dh_auto_install
 ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
-	cp .pybuild/pythonX.Y_*/build/bcolz/carray_ext*.so bcolz/
-	PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N docs/ debian/bcolz-doc/usr/share/doc/bcolz-doc/html/
+	PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
+	http_proxy='127.0.0.1:9' sphinx-build -N docs/ debian/bcolz-doc/usr/share/doc/bcolz-doc/html/
 endif
 
 override_dh_installdocs:
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers