Bug#797284: Info received (Bug#797284: pytango ftbfs in unstable)

2015-09-07 Thread PICCA Frederic-Emmanuel
I started a thread about this on debian-python mailing list.

https://lists.debian.org/debian-python/2015/09/msg00028.html

-- 
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#797718: flann: transition may be needed for g++-5 ABIs

2015-09-07 Thread Gilles Filippini
Control: unblock -1 by 791067

On Tue, 1 Sep 2015 23:02:18 +0100 Simon McVittie  wrote:
> Source: flann
> Version: 1.8.4-4.1
> Severity: important
> Control: block -1 by 791067
> 
> Background[1]: libstdc++6 introduces a new ABI to conform to the
> C++11 standard, but keeps the old ABI to not break existing binaries.
> Packages which are built with g++-5 from experimental (not the one
> from testing/unstable) are using the new ABI.  Libraries built from
> this source package export some of the new __cxx11 or B5cxx11 symbols,
> dropping other symbols.  If these symbols are part of the API of
> the library, then this rebuild with g++-5 will trigger a transition
> for the library.
> 
> In the case of flann, std::string appears in header files that
> get installed, but it seems possible that all instances are inline
> (and hence do not affect the ABI). Someone who knows more C++ than me,
> such as the maintainer, should check whether a transition is needed.
> If in doubt, the safe option is to do the transition anyway (see
> 
> for justification).
> 
> The transition consists of renaming the affected library packages, adding a
> v5 suffix (libflann1.8v5). The SONAME should not be changed.
> 
> These follow-up transitions for libstdc++ are not going through exactly
> the normal transition procedure, because many entangled transitions are
> going on at the same time, and the usual ordered transition procedure
> does not scale that far. When all the C++ libraries on which this library
> depends have started their transitions in unstable if required, this
> library should do the same, closing this bug; the release team will deal
> with binNMUs as needed.
> 
> In the case of flann, if a transition is needed, it looks as though it
> will be necessary to wait for hdf5 (#791067).

No, it doesn't depend on the C++ API of HDF5.

Thanks,

_g.



signature.asc
Description: OpenPGP digital 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

Processed: Re: flann: transition may be needed for g++-5 ABIs

2015-09-07 Thread Debian Bug Tracking System
Processing control commands:

> unblock -1 by 791067
Bug #797718 [src:flann] flann: transition may be needed for g++-5 ABIs
797718 was blocked by: 791067
797718 was not blocking any bugs.
Removed blocking bug(s) of 797718: 791067

-- 
797718: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797718
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


Processing of dune-pdelab_2.4~20150901g19e487b-1_multi.changes

2015-09-07 Thread Debian FTP Masters
dune-pdelab_2.4~20150901g19e487b-1_multi.changes uploaded successfully to 
localhost
along with the files:
  dune-pdelab_2.4~20150901g19e487b-1.dsc
  dune-pdelab_2.4~20150901g19e487b.orig.tar.xz
  dune-pdelab_2.4~20150901g19e487b-1.debian.tar.xz
  libdune-pdelab-dev_2.4~20150901g19e487b-1_amd64.deb
  libdune-pdelab-doc_2.4~20150901g19e487b-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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#797718: flann: transition may be needed for g++-5 ABIs

2015-09-07 Thread Gilles Filippini
On Mon, 07 Sep 2015 08:44:46 +0200 Gilles Filippini  wrote:
> Control: unblock -1 by 791067
> 
> On Tue, 1 Sep 2015 23:02:18 +0100 Simon McVittie  wrote:
> > Source: flann
> > Version: 1.8.4-4.1
> > Severity: important
> > Control: block -1 by 791067
> > 
> > Background[1]: libstdc++6 introduces a new ABI to conform to the
> > C++11 standard, but keeps the old ABI to not break existing binaries.
> > Packages which are built with g++-5 from experimental (not the one
> > from testing/unstable) are using the new ABI.  Libraries built from
> > this source package export some of the new __cxx11 or B5cxx11 symbols,
> > dropping other symbols.  If these symbols are part of the API of
> > the library, then this rebuild with g++-5 will trigger a transition
> > for the library.
> > 
> > In the case of flann, std::string appears in header files that
> > get installed, but it seems possible that all instances are inline
> > (and hence do not affect the ABI). Someone who knows more C++ than me,
> > such as the maintainer, should check whether a transition is needed.
> > If in doubt, the safe option is to do the transition anyway (see
> > 
> > for justification).

I've rebuilt flann locally with a .symbols file and it appears that
libflann1.8 does export cxx11 symbols.

> > 
> > The transition consists of renaming the affected library packages, adding a
> > v5 suffix (libflann1.8v5). The SONAME should not be changed.
> > 
> > These follow-up transitions for libstdc++ are not going through exactly
> > the normal transition procedure, because many entangled transitions are
> > going on at the same time, and the usual ordered transition procedure
> > does not scale that far. When all the C++ libraries on which this library
> > depends have started their transitions in unstable if required, this
> > library should do the same, closing this bug; the release team will deal
> > with binNMUs as needed.
> > 
> > In the case of flann, if a transition is needed, it looks as though it
> > will be necessary to wait for hdf5 (#791067).

The good news is that libflann1.8 doesn't have any reverse dependency. 4
packages (fcl, hugin, ompl, pcl) build-depends on libflann-dev but none
of the resulting binary packages actually depends on libflann1.8.

Then a binnmu for flann should suffice.

> No, it doesn't depend on the C++ API of HDF5.

Thanks,

_g.



signature.asc
Description: OpenPGP digital 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

dune-grid-glue_2.4~20150723gd6e4c74-1_multi.changes ACCEPTED into experimental

2015-09-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 Sep 2015 15:23:03 +0200
Source: dune-grid-glue
Binary: libdune-grid-glue-dev libdune-grid-glue-dbg libdune-grid-glue-doc
Architecture: all amd64 source
Version: 2.4~20150723gd6e4c74-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Ansgar Burchardt 
Description: 
 libdune-grid-glue-dbg - toolbox for solving PDEs -- compute couplings between 
grids (debu
 libdune-grid-glue-dev - toolbox for solving PDEs -- compute couplings between 
grids (deve
 libdune-grid-glue-doc - toolbox for solving PDEs -- compute couplings between 
grids (docu
Changes:
 dune-grid-glue (2.4~20150723gd6e4c74-1) experimental; urgency=medium
 .
   * New upstream snapshot.
   * Move shared library into -dev package and provide a virtual package
 that changes with the upstream version for shlib dependencies. See
 also https://lists.debian.org/debian-devel/2015/07/msg00115.html
   * libdune-grid-glue-dev: Add -doc package as a suggested package.
   * Add Build-Depends-Indep: graphviz for "dot".
   * Enable tests, except for two broken ones.
   * Bumped Standards-Version to 3.9.6 (no changes).
Checksums-Sha1: 
 307e6243a295e24de9bb5d9d0f62e8d4c4664c7e 2554 
dune-grid-glue_2.4~20150723gd6e4c74-1.dsc
 17be74c5d2addd8cd735d59dc8536df5b73229a5 73900 
dune-grid-glue_2.4~20150723gd6e4c74.orig.tar.xz
 bb73e3f04885aa2bc32e4c85d40fb656f38b0fd6 3844 
dune-grid-glue_2.4~20150723gd6e4c74-1.debian.tar.xz
 e7ef0ddb16ae19004d8cd5422e039fd61b4d550b 1114398 
libdune-grid-glue-dbg_2.4~20150723gd6e4c74-1_amd64.deb
 28f96aeccd1dd75e126242e2a9605e356c1e06d2 181142 
libdune-grid-glue-dev_2.4~20150723gd6e4c74-1_amd64.deb
 6d3fd941d4262b3b8dcb50976f827a8c365096f5 626036 
libdune-grid-glue-doc_2.4~20150723gd6e4c74-1_all.deb
Checksums-Sha256: 
 5c4f648255aa49cfef696e45ed261241ae6649b1ea651a130d996e628a4eb9fc 2554 
dune-grid-glue_2.4~20150723gd6e4c74-1.dsc
 51ff7b65f5881ecd25da76e478295c65c55e0e822e646b105eab4aa3a3f58605 73900 
dune-grid-glue_2.4~20150723gd6e4c74.orig.tar.xz
 61ffabe63367c09014e2adbb13bcd6323cf7aaadb45aa22a01745ba949b7eedd 3844 
dune-grid-glue_2.4~20150723gd6e4c74-1.debian.tar.xz
 5b011953e5acace0190c734181a6b8c17b6c40ea16f3929f0ac85f4ca9521e9b 1114398 
libdune-grid-glue-dbg_2.4~20150723gd6e4c74-1_amd64.deb
 73bca23c08562c8391e77aa90655e19a9812995090b0e95198f6097d6fdcabc4 181142 
libdune-grid-glue-dev_2.4~20150723gd6e4c74-1_amd64.deb
 7abddbd5ba08179ffcaeb4bea039621421d1787cf6a15bc4caa6c73be7bdff99 626036 
libdune-grid-glue-doc_2.4~20150723gd6e4c74-1_all.deb
Files: 
 df3d866151b9029e5b28c5c5e534eb25 2554 libs optional 
dune-grid-glue_2.4~20150723gd6e4c74-1.dsc
 93cc54fbcbd61885c4f9e1bbb8a1d0eb 73900 libs optional 
dune-grid-glue_2.4~20150723gd6e4c74.orig.tar.xz
 933dc6895ae5158e5cdaf14074e35ed9 3844 libs optional 
dune-grid-glue_2.4~20150723gd6e4c74-1.debian.tar.xz
 22021cdaab2281ae5e85ed5002452ec3 1114398 debug extra 
libdune-grid-glue-dbg_2.4~20150723gd6e4c74-1_amd64.deb
 d597f64c2b813a4b1797eca36673e9aa 181142 libdevel optional 
libdune-grid-glue-dev_2.4~20150723gd6e4c74-1_amd64.deb
 c29ca2e0f6f6aaa1ea18ab0fa1737ba5 626036 doc optional 
libdune-grid-glue-doc_2.4~20150723gd6e4c74-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV7ZbSAAoJEIATJTTdNH3IyCkQAMRbFFSymZ1FMqDg5G1OIKDz
dYtYWeSNTHe1myVtF6CnDHx/JDoloSrAnniRIeFXPIz61hsEFtptwOPEdGKONair
sZxftfWbhmPgfUm8cAa/yUnW2urpqazyckBO6qc4SnSQ8//LqRg47AtEUiLSFCiu
WFhXr3tuTitN35K9cTIDXEU51jyI8GTwNNcUczjBroiZYxAsmHHNzSqn5aP75Tc8
XAxHl+0bTIBTJpVN+x+kKT6KQcUB/YeOOOIkpHf/0UdtrpSRiOeRsvG27fF4W9CR
DstWDDhS6bHieK87r7MiZg4f7uZ95THbZC/NUt9bb2UmgLe4kQP6z7rSPn0jtj+W
gYp9vqN7/nrgJzhBxVnNLZBOZJcKrBNV0zZtjklATLjSoONKiOyHv4I0xUawFs37
8WZIQhIeUJ7IU2XRzJ1ELYdTFXeJAFWGBYsJiFJLycyphrlgUDEw7OwiyHA5c/64
7howf1rnt5f01x3kxkTk0RbIbj2vQBckSLShBdKRDMZ22mWbn+qpUcaYroWQ69GT
1cE7Nq5ad2MO9hPMJKLnHMS6H0d3LZmGiTHfrBAr2zJF5zULTNZSuubGnLoRawHF
qRDcdW5cpfgELWQSXFeM+2nZdaWAQ7hFBbdu+NzkcKDt8krUiYVTkfYmByzxheD2
su2WF6OV6I05RmyImWFC
=18pP
-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


Bug#797088: marked as done (dune-pdelab: FTBFS: undefined reference to `Dune::concatPaths)

2015-09-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Sep 2015 16:03:21 +0200
with message-id <87egia2uom@deep-thought.43-1.org>
and subject line Re: Bug#797088: dune-pdelab: FTBFS: undefined reference to 
`Dune::concatPaths
has caused the Debian Bug report #797088,
regarding dune-pdelab: FTBFS: undefined reference to `Dune::concatPaths
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.)


-- 
797088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=797088
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dune-pdelab
Version: 2.0.0-1
Severity: serious
Tags: sid stretch
Justification: FTBFS

This package FTBFS in a clean sid chroot:

libtool: link: g++ -std=c++11 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -fpermissive -Wl,-z -Wl,relro -o .libs/testanalytic 
testanalytic-
testanalytic.o -pthread  ../../../lib/.libs/libdunepdelab.so -ldunetypetree -ldu
negeometry -ldunecommon -L/usr//lib -L/usr/lib/openmpi/lib -lmpi -ldl -lhwloc -l
ugS2 -lugS3 -ldevS -L/usr/lib/x86_64-linux-gnu -ldunealbertagrid_2d -ldunegrid -
L/usr/lib -lalberta_2d -lalberta_utilities -lm -pthread
testanalytic-testanalytic.o: In function `Dune::VTKWriter > >::pwrite(std::__cxx11::basic_string const&, std::__cxx11::basic_string const&, std::__cxx11::basic_string, std::allocator > const&, Dune::VTK::OutputType, int, int)':
/usr/include/dune/grid/io/file/vtk/vtkwriter.hh:686: undefined reference to `Dun
e::concatPaths(std::__cxx11::basic_string const&, std::__cxx11::basic_string const&)'
/usr/include/dune/grid/io/file/vtk/vtkwriter.hh:687: undefined reference to `Dun
e::relativePath(std::__cxx11::basic_string const&, std::__cxx11::basic_string const&)'
testanalytic-testanalytic.o: In function 
`Dune::VTKWriter
 const, (Dune::PartitionIteratorType)4> > 
>::getSerialPieceName(std::__cxx11::basic_string const&, std::__cxx11::basic_string const&) const':
/usr/include/dune/grid/io/file/vtk/vtkwriter.hh:603: undefined reference to 
`Dune::concatPaths(std::__cxx11::basic_string const&, std::__cxx11::basic_string const&)'
collect2: error: ld returned 1 exit status
make[7]: *** [testanalytic] Error 1
Makefile:1441: recipe for target 'testanalytic' failed
make[7]: Leaving directory '/«PKGBUILDDIR»/dune/pdelab/test'
make[6]: *** [check-am] Error 2
Makefile:2344: recipe for target 'check-am' failed
make[6]: Leaving directory '/«PKGBUILDDIR»/dune/pdelab/test'
make[5]: *** [check-recursive] Error 1
Makefile:1907: recipe for target 'check-recursive' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/dune/pdelab/test'
make[4]: *** [check-recursive] Error 1
Makefile:645: recipe for target 'check-recursive' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/dune/pdelab'
make[3]: *** [check-recursive] Error 1
Makefile:624: recipe for target 'check-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/dune'
make[2]: *** [check-recursive] Error 1
Makefile:798: recipe for target 'check-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_test: make -j1 check returned exit code 2
make[1]: *** [override_dh_auto_test] Error 2
/usr/share/dune/dune-debian.mk:20: recipe for target 'override_dh_auto_test' 
failed
make[1]: Leaving directory '/«PKGBUILDDIR»'

Cheers,
Dominic.
--- End Message ---
--- Begin Message ---
Source: dune-pdelab
Source-Version: 2.4~20150901g19e487b-1

Dominic Hargreaves  writes:
> This package FTBFS in a clean sid chroot:
[...]
> /usr/include/dune/grid/io/file/vtk/vtkwriter.hh:687: undefined reference to 
> `Dun
> e::relativePath(std::__cxx11::basic_string std::al
   ^^^

That looks like C++11 migration fun... The function is provided by
dune-common which failed to build with GCC5 initially. I assume this is
why no "transition might be needed" bug was filed for it.

However being a scientific C++ library, DUNE's ABI changes with every
release anyway. So no extra transition should be needed, just me
uploading the new release (or release candidate) to unstable soonish.

Ansgar--- End 

Processing of dune-grid-glue_2.4~20150723gd6e4c74-1_multi.changes

2015-09-07 Thread Debian FTP Masters
dune-grid-glue_2.4~20150723gd6e4c74-1_multi.changes uploaded successfully to 
localhost
along with the files:
  dune-grid-glue_2.4~20150723gd6e4c74-1.dsc
  dune-grid-glue_2.4~20150723gd6e4c74.orig.tar.xz
  dune-grid-glue_2.4~20150723gd6e4c74-1.debian.tar.xz
  libdune-grid-glue-dbg_2.4~20150723gd6e4c74-1_amd64.deb
  libdune-grid-glue-dev_2.4~20150723gd6e4c74-1_amd64.deb
  libdune-grid-glue-doc_2.4~20150723gd6e4c74-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.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


fcl 0.3.0-1 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the fcl source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  0.3.0-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


parmetis 4.0.3-4 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the parmetis source package
in Debian's testing distribution has changed.

  Previous version: 3.1.1-4
  Current version:  4.0.3-4

-- 
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


vtk 5.8.0-17.6 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the vtk source package
in Debian's testing distribution has changed.

  Previous version: 5.8.0-17.5
  Current version:  5.8.0-17.6

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

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


r-cran-gnm 1.0-8-1 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the r-cran-gnm source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0-8-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


Processing of dxflib_2.5.0.0-4_amd64.changes

2015-09-07 Thread Debian FTP Masters
dxflib_2.5.0.0-4_amd64.changes uploaded successfully to localhost
along with the files:
  dxflib_2.5.0.0-4.dsc
  dxflib_2.5.0.0-4.debian.tar.xz
  libdxflib-2.5.0.0v5-dbg_2.5.0.0-4_amd64.deb
  libdxflib-2.5.0.0v5_2.5.0.0-4_amd64.deb
  libdxflib-dev_2.5.0.0-4_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.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


dxflib_2.5.0.0-4_amd64.changes is NEW

2015-09-07 Thread Debian FTP Masters
binary:libdxflib-2.5.0.0v5 is NEW.
binary:libdxflib-2.5.0.0v5-dbg is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

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


freefem++ 3.38.1-1 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the freefem++ source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  3.38.1-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


logservice 2.7-1.1 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the logservice source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2.7-1.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


colpack 1.0.9-3.2 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the colpack source package
in Debian's testing distribution has changed.

  Previous version: 1.0.9-3
  Current version:  1.0.9-3.2

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

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


ticcutils 0.7-2.1 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the ticcutils source package
in Debian's testing distribution has changed.

  Previous version: 0.7-2
  Current version:  0.7-2.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-dtcwt 0.10.1+dfsg1-2 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the python-dtcwt source package
in Debian's testing distribution has changed.

  Previous version: 0.10.1+dfsg1-1
  Current version:  0.10.1+dfsg1-2

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

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


pcl 1.7.2-10 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the pcl source package
in Debian's testing distribution has changed.

  Previous version: 1.7.2-7
  Current version:  1.7.2-10

-- 
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


openigtlink 1.11.0-1 MIGRATED to testing

2015-09-07 Thread Debian testing watch
FYI: The status of the openigtlink source package
in Debian's testing distribution has changed.

  Previous version: 1.10.5-1
  Current version:  1.11.0-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


Bug#798308: freecad: Cannot install freecad

2015-09-07 Thread Anton Gladky
severity 798308 minor
thanks

Thanks for bugreport, the problem is known
and is connected to the current GCC-5 transition.
Not all dependencies are fulfilled at the moment.
One need to wait a little bit.

Regards
Anton


Am 7. September 2015 um 23:54 schrieb Marcel Jira :
> Source: freecad
> Version: 0.14.3702+dfsg-3
> Severity: grave
> Justification: renders package unusable
>
> Dear Maintainer,
>
> I was not able to install freecad (0.14.3702+dfsg-3) on any of my Debian
> Testing (Stretch) Systems.
>
> I tried to run the command
>
> apt-get install freecad
>
> What I got was the following:
>
> $ sudo apt-get install freecad
> Paketlisten werden gelesen... Fertig
> Abhängigkeitsbaum wird aufgebaut.
> Statusinformationen werden eingelesen Fertig
> Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
> Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
> Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
> nicht erstellt wurden oder Incoming noch nicht verlassen haben.
> Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:
>
> Die folgenden Pakete haben unerfüllte Abhängigkeiten:
>  freecad : Hängt ab von: libfreeimage3 soll aber nicht installiert werden
>Hängt ab von: liboce-ocaf8 soll aber nicht installiert werden
>Hängt ab von: liboce-visualization8 soll aber nicht installiert
> werden
>  phonon : Hängt ab von: phonon-backend-vlc soll aber nicht installiert werden
> oder
>  phonon-backend
> E: Fehler: Unterbrechungen durch pkgProblemResolver::Resolve hervorgerufen;
> dies könnte durch zurückgehaltene Pakete verursacht worden sein.
>
> I also tried it with aptitude, which returned some more sophisticated output
> but did not make it work.
>
> If I can be of any help to solve the problem, please let me know.
>
> Thank you.
>
>
>
> -- System Information:
> Debian Release: stretch/sid
>   APT prefers testing
>   APT policy: (990, 'testing'), (1, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.1.0-1-amd64 (SMP w/4 CPU cores)
> Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> --
> debian-science-maintainers mailing list
> debian-science-maintainers@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

-- 
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: Re: Bug#798308: freecad: Cannot install freecad

2015-09-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 798308 minor
Bug #798308 [src:freecad] freecad: Cannot install freecad
Severity set to 'minor' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
798308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798308
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#798308: freecad: Cannot install freecad

2015-09-07 Thread Marcel Jira
Source: freecad
Version: 0.14.3702+dfsg-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

I was not able to install freecad (0.14.3702+dfsg-3) on any of my Debian
Testing (Stretch) Systems.

I tried to run the command

apt-get install freecad

What I got was the following:

$ sudo apt-get install freecad
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 freecad : Hängt ab von: libfreeimage3 soll aber nicht installiert werden
   Hängt ab von: liboce-ocaf8 soll aber nicht installiert werden
   Hängt ab von: liboce-visualization8 soll aber nicht installiert
werden
 phonon : Hängt ab von: phonon-backend-vlc soll aber nicht installiert werden
oder
 phonon-backend
E: Fehler: Unterbrechungen durch pkgProblemResolver::Resolve hervorgerufen;
dies könnte durch zurückgehaltene Pakete verursacht worden sein.

I also tried it with aptitude, which returned some more sophisticated output
but did not make it work.

If I can be of any help to solve the problem, please let me know.

Thank you.



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

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

dune-pdelab_2.4~20150901g19e487b-1_multi.changes ACCEPTED into experimental

2015-09-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 07 Sep 2015 13:27:49 +0200
Source: dune-pdelab
Binary: libdune-pdelab-dev libdune-pdelab-doc
Architecture: all amd64 source
Version: 2.4~20150901g19e487b-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Ansgar Burchardt 
Description: 
 libdune-pdelab-dev - toolbox for solving PDEs -- discretization module 
(development fi
 libdune-pdelab-doc - toolbox for solving PDEs -- discretization module 
(documentation)
Changes:
 dune-pdelab (2.4~20150901g19e487b-1) experimental; urgency=medium
 .
   * New upstream snapshot.
   * Move shared library into -dev package and provide a virtual package
 that changes with the upstream version for shlib dependencies. See
 also https://lists.debian.org/debian-devel/2015/07/msg00115.html
   * libdune-pdelab-dev: Add -doc package as a suggested package.
   * Add Build-Depends-Indep: graphviz for "dot".
   * Add build-dep on libeigen3-dev to enable additional tests.
   * Bumped Standards-Version to 3.9.6 (no changes).
Checksums-Sha1: 
 db262b9e4e23e5180971b2657abb846307167eb8 2689 
dune-pdelab_2.4~20150901g19e487b-1.dsc
 86252308bf28806f2e4e2c6d23ce552dcc4b645c 357688 
dune-pdelab_2.4~20150901g19e487b.orig.tar.xz
 0670e39b33eaa1bb6045c81c72da1ac18dd01d85 4316 
dune-pdelab_2.4~20150901g19e487b-1.debian.tar.xz
 3411fefb03de8928d149b7baf2251a52c1317e7c 304282 
libdune-pdelab-dev_2.4~20150901g19e487b-1_amd64.deb
 adf2c03d2119459f1fa83b330139ab6bc2a67a7b 23772180 
libdune-pdelab-doc_2.4~20150901g19e487b-1_all.deb
Checksums-Sha256: 
 17b8d55988db348cc12ff6d68427255ffed25178e9a4cbb0bdb4956ed319f56d 2689 
dune-pdelab_2.4~20150901g19e487b-1.dsc
 cc2dbd7377c4374b95afe29cec63bcb5dfe06c4041c3790f3e3b3c68d063a626 357688 
dune-pdelab_2.4~20150901g19e487b.orig.tar.xz
 ea427f99d4fc0bca59243babf8d9d3aa9df2f2990b548f7ffa727d146dba601f 4316 
dune-pdelab_2.4~20150901g19e487b-1.debian.tar.xz
 6f0641de3a9bb03a3c803e53133870c32dfcf9e88e63ec642ac9a8c4862fdd80 304282 
libdune-pdelab-dev_2.4~20150901g19e487b-1_amd64.deb
 1fc7898c0f4a2da2dc1682163508bfc604bbfdd1e81d2a9412b37405c35cb0d3 23772180 
libdune-pdelab-doc_2.4~20150901g19e487b-1_all.deb
Files: 
 773ac6045ba66070ea1a383cf076cebe 2689 libs optional 
dune-pdelab_2.4~20150901g19e487b-1.dsc
 f634a4a92a8349b64120a36a72e3feae 357688 libs optional 
dune-pdelab_2.4~20150901g19e487b.orig.tar.xz
 9cdaa3e007ec24fbb0aa91f9055d76db 4316 libs optional 
dune-pdelab_2.4~20150901g19e487b-1.debian.tar.xz
 210feda57373b005283819f5dc312ade 304282 libdevel optional 
libdune-pdelab-dev_2.4~20150901g19e487b-1_amd64.deb
 a18f432123bd7f27d5a38cddad3b4773 23772180 doc optional 
libdune-pdelab-doc_2.4~20150901g19e487b-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV7XtGAAoJEIATJTTdNH3IDD0QAIcYpGQIv1t6sp23d/ai7b1E
Tx94JlyS4qkMMn8LjAnZGQzFEzTRPGsPwqLOhaw9JHGF3h0+P33CGB2gr9nqI+ez
E7Uv1jV8GOXy6Tqqv6H/Kn7xDM/cJwtZVvOxobDmdZHrl4pN4ZsDoRbyxU5YCLQQ
UtfHVPwT4H2ZumeiQfVq/w5S05+1GHrskqQYXO8Z2TeViiUpcT8v4Cj1gykIafh/
ctteg3XE2frOkl+wG37jBtsDSR3uc8Q7NGIL8AECMJWJI0HfZ7ut4krYR79t4kyz
Cahkjl3Miniku4dH65CjtT1QQjgLxeEdLjQt0QJNHk2ncduZUydF383B5oaL/wa5
i2CAQ2nxvV0u1mraClT3WOmmd/j5SQksU9Oh3zHdJkVPVygrei32w+Womp8lALg8
JLIkDUajayaMCu8JSgZAdZZVQL0+eg3ntuXEzsBoF4Aj6FU+KXSuFd6Gx1a/biiU
pk/u2Ibnr6Uv6+H/itDqlDiu4UhHh9Momzhe04mBW3neZeytkI0AdT6T6+yzI6fe
6hI5UJ2eYRZnjVNBoaPZpucwK1C6+P6jWTAWlw8S3mF4EtBFWQUOiBPj85PPRt5Q
0SM75g0HumhygMuZeQ2e3znotQfUogYkvH5hk/06livS4qn0m9/zHvcaJzX4L25e
iBOtdRIoEjZL67Cj6FVP
=7U/M
-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


Здравствуй

2015-09-07 Thread Чеслава Гаджарова
facеbook

Чеслава написала Вам:

После регистрации и пополнения баланса, начислили 1000$, теперь буду брать 
джекпот!

Получить бонус при регистрации до 1000$

Сообщение было отправлено на 
debian-science-maintainers@lists.alioth.debian.org. Если вы не хотите получать 
эти эл. письма от Facebook, либо если вы не хотите, чтобы ваш адрес 
использовался для создания рекомендаций друзей, пожалуйста, откажитесь от 
подписки.
Facebook, Inc., Attention: Department 884, PO Box 29987, Palo Alto, CA 196534
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers