Bug#790509: libmpfi-dev: transitional package uninstallable

2015-07-02 Thread Vincent Lefevre
On 2015-07-02 12:42:32 +0200, Andreas Beckmann wrote:
 I think the general consensus is to have more unversioned -dev packages
 to ease transitions, since in most cases a binNMU will be sufficient to
 pick up the dependency on the new SONAME.
 Even historically versioned ones have transitioned to unversioned ones
 (e.g. tiff3, tiff4 - tiff). Also -dev package versioning (if needed) is
 usually by project version, not by SOVERSION (the two tiffs have/had
 SOVERSIONS 4 and 5, respectively, which may be a bit confusing: you
 built against libtiff3-dev and got a dependency on libtiff4).

I suppose that the different versions on the -dev is to differentiate
the API, while the SONAME is to differentiate the ABI.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

-- 
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#790509: libmpfi-dev: transitional package uninstallable

2015-07-02 Thread Vincent Lefevre
On 2015-06-30 01:31:38 +0200, Jerome BENOIT wrote:
 On 30/06/15 00:38, Andreas Beckmann wrote:
  PS: Is it really necessary to switch from an unversioned -dev package
  to a versioned one?
 
 For consistency ?

I'm not sure, but this will have the drawback that packages which
depend or build-depend on the -dev package will have to be updated
if its name changes (due to a backward incompatible change in the
libmpfi ABI).

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

-- 
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 python-bitstring_3.1.3-2_amd64.changes

2015-07-02 Thread Debian FTP Masters
python-bitstring_3.1.3-2_amd64.changes uploaded successfully to localhost
along with the files:
  python-bitstring_3.1.3-2.dsc
  python-bitstring_3.1.3-2.debian.tar.xz
  python-bitstring-doc_3.1.3-2_all.deb
  python-bitstring_3.1.3-2_all.deb
  python3-bitstring_3.1.3-2_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


Processing of apertium-apy_0.1.0~r61159-1_amd64.changes

2015-07-02 Thread Debian FTP Masters
apertium-apy_0.1.0~r61159-1_amd64.changes uploaded successfully to localhost
along with the files:
  apertium-apy_0.1.0~r61159-1.dsc
  apertium-apy_0.1.0~r61159.orig.tar.gz
  apertium-apy_0.1.0~r61159-1.debian.tar.xz
  apertium-apy_0.1.0~r61159-1_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


Bug#788402: marked as done (linop: [PATCH] please make the build reproducible)

2015-07-02 Thread Debian Bug Tracking System
Your message dated Thu, 02 Jul 2015 12:22:56 +
with message-id e1zadw4-yy...@franck.debian.org
and subject line Bug#788402: fixed in linop 0.8.2-3
has caused the Debian Bug report #788402,
regarding linop: [PATCH] please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
788402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788402
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linop
Version: 0.8.2-2
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: timestamps

Hi!

While working on the reproducible builds effort [1], we have noticed
that linop could not be built reproducibly.

The attached patch removes extra timestamps from the build system.
Once applied, linop can be built reproducibly in our current experimental
framework.

 [1]: https://wiki.debian.org/ReproducibleBuilds
diff -urNp linop-0.8.2.old/debian/rules linop-0.8.2/debian/rules
--- linop-0.8.2.old/debian/rules	2014-04-22 08:10:37.0 -0300
+++ linop-0.8.2/debian/rules	2015-06-10 21:39:25.436091821 -0300
@@ -3,11 +3,14 @@
 export DH_VERBOSE=1
 export PYBUILD_NAME=linop
 
+LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
+BUILD_DATE  = $(shell LC_ALL=C date -u +%B %d, %Y -d $(LAST_CHANGE))
+
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_install-indep:
-	python setup.py build_sphinx -b html
+	python setup.py build_sphinx -b html --today=$(BUILD_DATE)
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
---End Message---
---BeginMessage---
Source: linop
Source-Version: 0.8.2-3

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

Debian distribution maintenance software
pp.
Ghislain Antony Vaillant ghisv...@gmail.com (supplier of updated linop 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 30 Jun 2015 19:29:46 +0100
Source: linop
Binary: python-linop python3-linop python-linop-doc
Architecture: source all amd64
Version: 0.8.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Ghislain Antony Vaillant ghisv...@gmail.com
Description:
 python-linop - Linear mathematical operators in Python (Python 2)
 python-linop-doc - Linear mathematical operators in Python (documentation)
 python3-linop - Linear mathematical operators in Python (Python 3)
Closes: 788402
Changes:
 linop (0.8.2-3) unstable; urgency=medium
 .
   [Ghislain Antony Vaillant]
   * Bump standards version, no changes required.
   * d/control:
 - fix uploaders field,
 - remove build-dep on python-docutils.
   * d/copyright:
 - use compatible licensing for debian/*,
 - remove unneeded entry for tests/*.
   * d/rules:
 - make non-verbose default,
 - add symlink to system mathjax in -doc package.
   * d/patches:
 - add use-system-mathjax.patch.
 .
   [Juan Picca]
   * d/rules: make package build reproducible. (Closes: #788402)
Checksums-Sha1:
 6823d9bbe76aad92bb581223531031f493031b96 2261 linop_0.8.2-3.dsc
 a0ee68b95bdfdce5fa5c61c04c544499933923ce 3272 linop_0.8.2-3.debian.tar.xz
 7392b880fde5b3a38dec637c7a662ef68e3799b1 32354 python-linop-doc_0.8.2-3_all.deb
 f4dc10a8f16c3695c3b1bdefce81c68103b0c221 11224 python-linop_0.8.2-3_amd64.deb
 444c1300eeb5ffb4d373498638ca45f735550dc4 4964 python3-linop_0.8.2-3_amd64.deb
Checksums-Sha256:
 d51506504f797aa4ad879b49bb51eaeb17a52e545c1681dc4ed1e8b6c576b4cf 2261 
linop_0.8.2-3.dsc
 fafaeed276238c26dd010d15556457a8e26aa7770a8f40f646224f4d078310bf 3272 
linop_0.8.2-3.debian.tar.xz
 327f32baa6063db6066d27843d7123be1c77d50547f0454bc925fb8690e98a45 32354 
python-linop-doc_0.8.2-3_all.deb
 fb31966ab220415a3c8db377ee4265291740d534389afda0822acaf764673723 11224 
python-linop_0.8.2-3_amd64.deb
 54a0ca9b4d03f9ace465596d8059cbb4f0af9ebaff1ca8e1405a8fed230862ff 4964 
python3-linop_0.8.2-3_amd64.deb
Files:
 b8e31d42c7039e2d4109040a495b2676 2261 python optional linop_0.8.2-3.dsc
 

Finanziamento fino a 60.000 euro

2015-07-02 Thread Preventivo
[Se non legge correttamente questo messaggio, cliccare 
qui](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=1d4qq4gq8mjm79k6nphvgpb0fci=4aan=13jp=T805029350s=wvsn=13j)
Per essere certo di ricevere correttamente le nostre comunicazioni ti 
consigliamo di aggiungere comunicazi...@bellamossa.it alla tua rubrica.
[Clicca qui per 
disabbonarti](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=1k8hkqkvpepu4qg6ccv4n00hi6i=4aap=T805062024s=unsubsn=13j)
 
CONSOLIDA 
i Debiti 
in 1 RATA SOLA 
Tassi agevoltati per 
Statali e Pensionati 
FINO A € 60.000
[ RICHIEDI UN PREVENTIVO 
](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=17rc304rm96llf5k94kk454ub3i=4aap=T689105273s=lpsn=13jz=47m)
[Seguici anche 
su...](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=10ui889a6gvghh5fcgpoccrm3vi=4aap=T689105332s=lpsn=13jz=47n)
[facebook](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=18s828oifjjl2hlfp7eaj474k2i=4aap=T689105336s=lpsn=13jz=47n)
Renovatio S.r.l. non è un intermediario finanziario e pubblicizza Istituti di 
credito / Intermediari creditizi che hanno richiesto liberamente di aderire al 
servizio e di usufruire del nostro spazio pubblicitario. La decisione di 
erogare il mutuo spetta all'Istituto Bancario al quale l'Intermediario deciderà 
di proporre la tua richiesta. Il preventivo ti verrà fornito dall'Intermediario 
Creditizio indicato alla fine del form dati, solo dopo che avrai accettato la 
sua Nota Informativa.
Copyright © 2013 - Powered by clientifacili.com 
http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=fblmop1gtct6j0j40mm4f9d4vi=4aap=T112578819s=lpsn=13jz=47m
Ricevi questo messaggio come iscritto alla Newsletter di BellaMossa.it.
[Clicca qui per 
disabbonarti](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=34gct6ism7ibkjf7scbcgbac1pi=4aap=T814006438s=unsubsn=13j)
 
Questa comunicazione ti arriva perchè sei iscritto alla Newsletter di 
BellaMossa.it, [puoi 
disiscriverti](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=1pb1a0dqehbkl26dnqgn5v7ck2i=4aap=T813980491s=unsubsn=13j)
 in qualsiasi momento [cliccando 
qui](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=3r0uglb17gm39urcjc565thc4qi=4aap=T813976647s=unsubsn=13j)
 e seguendo la procedura di cancellazione. Il conferimento dei Tuoi dati 
personali, per le indicate finalità, è una Tua facoltà, ma hai il diritto di 
opporTi alla prosecuzione del trattamento in qualsiasi momento, provvedendo 
alla cancellazione dei dati da Te forniti, seguendo le istruzioni indicate nel 
sito. Sei, inoltre, titolare dei diritti di cui all'art. 7 del Codice della 
Privacy. Il trattamento si svolge, con l'ausilio di mezzi elettronici, nel 
rispetto delle modalità che il Codice della Privacy pone a Tua garanzia e, in 
generale, tutelando i Tuoi diritti 
[Privacy](http://m.bellamossa.it/nl/link?c=2hhubd=1n3h=uadqnfhh0hrlktp9eu7942hspi=4aap=T112578701s=lpsn=13jz=47o)
 
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

linop_0.8.2-3_amd64.changes ACCEPTED into unstable

2015-07-02 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 30 Jun 2015 19:29:46 +0100
Source: linop
Binary: python-linop python3-linop python-linop-doc
Architecture: source all amd64
Version: 0.8.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Ghislain Antony Vaillant ghisv...@gmail.com
Description:
 python-linop - Linear mathematical operators in Python (Python 2)
 python-linop-doc - Linear mathematical operators in Python (documentation)
 python3-linop - Linear mathematical operators in Python (Python 3)
Closes: 788402
Changes:
 linop (0.8.2-3) unstable; urgency=medium
 .
   [Ghislain Antony Vaillant]
   * Bump standards version, no changes required.
   * d/control:
 - fix uploaders field,
 - remove build-dep on python-docutils.
   * d/copyright:
 - use compatible licensing for debian/*,
 - remove unneeded entry for tests/*.
   * d/rules:
 - make non-verbose default,
 - add symlink to system mathjax in -doc package.
   * d/patches:
 - add use-system-mathjax.patch.
 .
   [Juan Picca]
   * d/rules: make package build reproducible. (Closes: #788402)
Checksums-Sha1:
 6823d9bbe76aad92bb581223531031f493031b96 2261 linop_0.8.2-3.dsc
 a0ee68b95bdfdce5fa5c61c04c544499933923ce 3272 linop_0.8.2-3.debian.tar.xz
 7392b880fde5b3a38dec637c7a662ef68e3799b1 32354 python-linop-doc_0.8.2-3_all.deb
 f4dc10a8f16c3695c3b1bdefce81c68103b0c221 11224 python-linop_0.8.2-3_amd64.deb
 444c1300eeb5ffb4d373498638ca45f735550dc4 4964 python3-linop_0.8.2-3_amd64.deb
Checksums-Sha256:
 d51506504f797aa4ad879b49bb51eaeb17a52e545c1681dc4ed1e8b6c576b4cf 2261 
linop_0.8.2-3.dsc
 fafaeed276238c26dd010d15556457a8e26aa7770a8f40f646224f4d078310bf 3272 
linop_0.8.2-3.debian.tar.xz
 327f32baa6063db6066d27843d7123be1c77d50547f0454bc925fb8690e98a45 32354 
python-linop-doc_0.8.2-3_all.deb
 fb31966ab220415a3c8db377ee4265291740d534389afda0822acaf764673723 11224 
python-linop_0.8.2-3_amd64.deb
 54a0ca9b4d03f9ace465596d8059cbb4f0af9ebaff1ca8e1405a8fed230862ff 4964 
python3-linop_0.8.2-3_amd64.deb
Files:
 b8e31d42c7039e2d4109040a495b2676 2261 python optional linop_0.8.2-3.dsc
 905bc1fbd2cd8923a82354251f12d592 3272 python optional 
linop_0.8.2-3.debian.tar.xz
 a7d02012720cb41a79c60e8976b9ee7b 32354 doc optional 
python-linop-doc_0.8.2-3_all.deb
 ec8c72c494d869d767450638b23bc43d 11224 python optional 
python-linop_0.8.2-3_amd64.deb
 82e2c282279bf2a280c576ca09661e5c 4964 python optional 
python3-linop_0.8.2-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVlSoeAAoJEFeKBJTRxkbRS0UQAJH4XAO45zu+mfBG9b3sGF9p
YhlYl8m5i8eN4WD6owKZHtsBlk0vo2dEdQoteYW1O4TKfMl8O6DmEf01LSpV49i3
sjIf4f0/kw7VCfxyT44p5STefJbhUghKmWX86E1H3RXd91uYg8sTMe7QIk++BBLV
41SGZU39AIzY43p1SqVT5qFUHz34Dfto/fV6Kt6d+ehoCLx+gVA4FXpOYP/9zLfm
xng2QL5FsPk0lQuu2kT5a7TFUu8YSd+s/Pw7Jd+4XubZTHauo5jjx8UaCC4c4/xr
swiBvZzZmf1LS6yhioj20G6+pXg0ZT/FSMDqCJfGNYUEYApsfG17GcUiScUSWC/J
7fyxHXbJu0R7J7DMyRipcXWcR8I0mfEksdTFOFPKF79n6e03Kz1XZ/A7rm/CxT/e
ZIhI9a0k0Wi2KgBVGaqdmDU9uPQKMIuctYdjFCz7jW3gfB2XSwMynk/1iZhc+vgA
gWwFDV20V8xNr+hcglPsQ2xeaHXVY+3Cqpzhu+S7+ihjqH23aw4Ag51wxOTf0MEn
pm8Vsc7F/xbl/imYHs70J3M/BL4VEkqSyYZWL3pmyr+TdMJRPNUMV1Ci4NofwwYX
/XLkWgSsNE+0RwNYmG4mARz9vO1DxKSgQv8fYKwOOa9++oY3vj2yxTMbwyr2snMz
CB2m8JN64fTsZbk/Uza5
=dS2B
-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


python-bitstring_3.1.3-2_amd64.changes ACCEPTED into unstable

2015-07-02 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 01 Jul 2015 12:38:52 +0100
Source: python-bitstring
Binary: python-bitstring python3-bitstring python-bitstring-doc
Architecture: source all
Version: 3.1.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Ghislain Antony Vaillant ghisv...@gmail.com
Description:
 python-bitstring - Python module for manipulation of binary data (Python 2)
 python-bitstring-doc - Python module for manipulation of binary data 
(documentation)
 python3-bitstring - Python module for manipulation of binary data (Python 3)
Changes:
 python-bitstring (3.1.3-2) unstable; urgency=medium
 .
   * d/control: add missing VCS information.
   * d/patches: add fix-testsuite-discovery.patch.
   * d/rules: enable test suite.
Checksums-Sha1:
 6bb424b75f2c85b90a1e9f7e052b54a52e373244 2292 python-bitstring_3.1.3-2.dsc
 a3e949ca5bd1aba2f720ca8024052aa7ee25666a 5552 
python-bitstring_3.1.3-2.debian.tar.xz
 b78a0df96d29e2f1958132c4931f74d863b21504 151240 
python-bitstring-doc_3.1.3-2_all.deb
 252c1c27c62e2e0c508df2c931f9c82426fbe655 47436 python-bitstring_3.1.3-2_all.deb
 6c8876cedc4d11181750e53ac85c908d01809c74 47496 
python3-bitstring_3.1.3-2_all.deb
Checksums-Sha256:
 93ed4bcfc9b5c82215ceeb38c716c392eb43ac8b0a69a79d34feec3bd60dbf7e 2292 
python-bitstring_3.1.3-2.dsc
 b90b740a10d18548586a9a57961edae177ab6ba754d796c844501d0fa316eea6 5552 
python-bitstring_3.1.3-2.debian.tar.xz
 4962d08a75085ce7dd6ee35901f18e914f5d5233360f04ea9258d6dd60a0 151240 
python-bitstring-doc_3.1.3-2_all.deb
 3df29429b30260fa2aa32ac239106b20d37aac757180fdafd383631f31e54644 47436 
python-bitstring_3.1.3-2_all.deb
 671556b3237d64cf72a37f8455bc3450ae75def4a67c43c5295bfa7b6f426ddf 47496 
python3-bitstring_3.1.3-2_all.deb
Files:
 01ff3c7def39ac1f462f16f487226663 2292 python optional 
python-bitstring_3.1.3-2.dsc
 8a27593a8113ffc0cdda3bc387f92bd3 5552 python optional 
python-bitstring_3.1.3-2.debian.tar.xz
 4e441c3b0b98a3cd84c177a9a43160e1 151240 doc optional 
python-bitstring-doc_3.1.3-2_all.deb
 6e93390d6a886639f8c17d4de1dee0cd 47436 python optional 
python-bitstring_3.1.3-2_all.deb
 fa1c0fd36c7c32caee2e9462edfb16a9 47496 python optional 
python3-bitstring_3.1.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVlSdaAAoJEFeKBJTRxkbRouMP/jrirxcNsfMgsX1/GQp+tWMR
7R/y7SPAiOY2P8r43KGmKFNSUfLV9mD+mk6nwVtsNyNOqvK3fsrPcg+VT590ViLy
f1+pTUwX1wk5kZ6u3GTg7L3Er4bbq5iDdapWaWMEL4oXl5BpFBZB17vQ6Ec+DBYA
pkiIw8Gb6oRMuLvl9h+J+KZPhC7mB7TaeZYlg5ln1WvKOgnArwqGmWC8gkdoqAc0
cc2AUhaJsQo4XQCJd7WSLKIeyEc1xXPuFWuZ7FarwBWFKLnrVILRrlKEidlWoFa8
Wf7JXraypCV4XcZ+Pa1JB7IntOIDrOEbQWig+O9vt9UweRqsa7thQTZf+kPA65sS
+FP0taICz6BMhorRosBwg8QqIsKrcUshuokqQ52L3e5FE1k+aviQ5/BkMji2H+ay
RiGBnPOI05NXo5xBnwqI79QeOBevEqv5Sc2cCzCagNqytybOEsOQMt6LfHyZcSfE
LokYafUeyl66IwMrhcsObx1cI45Jj+5P9iIDqNvizLtrPx9AiG9HvhxtcGT6oEyh
fP1W8rOOL6nK75CKhYCtxHQSw7Q9IyCR20ftvV6byeuIWHiU5pvLrQ2V2B9fAh2e
bKxbC1Nw2m5twqPF3JrCQ0A7FnBAnTPLH7A3qe3l8wijswkf1zq+7pBmVWGIXQ46
hJxDmhLd7RgqwZSq7JMT
=clHI
-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


deal.ii is marked for autoremoval from testing

2015-07-02 Thread Debian testing autoremoval watch
deal.ii 8.1.0-4 is marked for autoremoval from testing on 2015-07-24

It is affected by these RC bugs:
789975: deal.ii: FTBFS: CMake Error at doc/doxygen .. INSTALL cannot find .. 
doc/doxygen/deal.tag


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


freemat REMOVED from testing

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

  Previous version: 4.0-5
  Current version:  (not in testing)
  Hint: http://release.debian.org/britney/hints/auto-removals
Bug #787594: Some sources are not included in your package

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

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


Copyright © 2015 Webmail .Inc . All rights reserved.

2015-07-02 Thread Lucy Afemui


A few of your incoming mails were placed on pending status due to the recent 
upgrade on our database. In order to receive your messages,
click on the link below to login and wait for response from Webmail.
CLICK HEREhttp://tkang7333.wix.com/help-desk34
We apologise for any inconvenience and appreciate your understanding.
Thank You.
Copyright © 2015 Webmail .Inc . All rights reserved.
-- 
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 h5py_2.5.0-1_i386.changes

2015-07-02 Thread Debian FTP Masters
h5py_2.5.0-1_i386.changes uploaded successfully to localhost
along with the files:
  h5py_2.5.0-1.dsc
  h5py_2.5.0-1.debian.tar.xz
  python-h5py-doc_2.5.0-1_all.deb
  python-h5py_2.5.0-1_i386.deb
  python3-h5py_2.5.0-1_i386.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


h5py_2.5.0-1_i386.changes ACCEPTED into unstable

2015-07-02 Thread Debian FTP Masters
Mapping sid to unstable.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Jul 2015 12:29:04 +0100
Source: h5py
Binary: python-h5py python3-h5py python-h5py-doc
Architecture: source all i386
Version: 2.5.0-1
Distribution: sid
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Ghislain Antony Vaillant ghisv...@gmail.com
Description:
 python-h5py - General-purpose Python interface to hdf5 (Python 2)
 python-h5py-doc - General-purpose Python interface to hdf5 (documentation)
 python3-h5py - General-purpose Python interface to hdf5 (Python 3)
Changes:
 h5py (2.5.0-1) unstable; urgency=medium
 .
   * Remove dependency on pkg-config.
   * Release to unstable.
Checksums-Sha1:
 71a678243720fbabe1a3feed8f316d2a7bd5323a 2373 h5py_2.5.0-1.dsc
 4acc8511311a1b5b71515c06324b860334568b3b 6640 h5py_2.5.0-1.debian.tar.xz
 9c65bb0991278b746c7768fb54d81e00d6d1ebd8 100190 python-h5py-doc_2.5.0-1_all.deb
 4dba55d3e3207d99f322a4c22f24f6d923a447d8 500322 python-h5py_2.5.0-1_i386.deb
 22266de23ac9a5b33fbaec42fe53f2cae6e189c0 490874 python3-h5py_2.5.0-1_i386.deb
Checksums-Sha256:
 a6207c903c007f03979a17f440e3144024b981532e98bc89b6a89d1a56493ce2 2373 
h5py_2.5.0-1.dsc
 e6ea3df397bd1ebca74adf78c9c49690eb5361b8b59d8165104e08093c35ea6c 6640 
h5py_2.5.0-1.debian.tar.xz
 ab0c4d0eb456206c97cbd6de9b0da83954fe909453fba2d270ad2230dda98475 100190 
python-h5py-doc_2.5.0-1_all.deb
 6bad80d6b41eda222d8c8eda6c5b86938bb3e94276a23f2835af272ad6073bcb 500322 
python-h5py_2.5.0-1_i386.deb
 441f34c04e1adc24c24c1543a58900f5fc53375f8944648ac9f6c692cd87e7d7 490874 
python3-h5py_2.5.0-1_i386.deb
Files:
 548c0d06528c12e6c4f8b38dbc258efe 2373 python optional h5py_2.5.0-1.dsc
 8462d36b560f5ebd78e5b84b5fa37746 6640 python optional 
h5py_2.5.0-1.debian.tar.xz
 8870d5c8b27733ccdc9b3fb0e2653ba5 100190 doc optional 
python-h5py-doc_2.5.0-1_all.deb
 5e052a3aefd672e7b655476680235282 500322 python optional 
python-h5py_2.5.0-1_i386.deb
 3ee4a3d7949245130cba375dfea860d3 490874 python optional 
python3-h5py_2.5.0-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVlZ39AAoJEFYykG9GluAVX18P/Rn0KHShB7O5ss88OSrVm31X
lS06QTDcFSa+66nTjfQNL5ZkYhprapL//fktcKiX/NJ4taBtmNL9lYlDtv7uxVAj
2bWm9dUWSWTTVY7QMmE+DsVltNY6d36zUN5+soJ/BRw4igC8mkYHdGMAotYmS/2N
8qMARtqmKUIY7vxv3heRr+d2vezIaRZ+xSe1DGXzWuvl1gNCHXoLbIgVDmgeurJL
LeScFmlwyPjvMvIzilnYjEAva9+YRsNtD84I0rNVTkXknTc7rox5P3qMDYV1lWT4
8CZcU4VO/jql1orC7dH8IAM5X7TuYCzptGSpxNtApUvAcDQLmIiNvq8O8O5Xv5wV
sE0U4R6ikg0MvbtEj7RxrVc/c76r4qfRpG4YWpeWc8DrPyby8E52c9TF3XRrw6ml
YQMXnJAyx5it8kZHNvD10jqh2gdZf4SPlOBXUETaR7Dz24iLshOocvH/wSHGLPBs
GD2iVzSXYph4KskwyUINzRcbTBN3GDp2MUsU5vnEYTnDJAIz6f6/hvuo3UtdX1zV
eBLNXSFOgPqz6P4LtlTnLvrNC631CzxpOHDi1zF4v0zF4sOlnSj5Mv8LADy2J9eW
+2QNao80IxAn7r/fxIuTkDkHQJgixdT2i/1WN0AdkRndz5HJgQ2HFGC5zWcX20mO
Aez/P+Ok414ZiPU0mxig
=QDe3
-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