Bug#701274: marked as done (etsf-io: ftbfs with GCC-4.8)

2014-09-04 Thread Debian Bug Tracking System
Your message dated Thu, 4 Sep 2014 16:39:07 +1000
with message-id 20140904063907.ga3...@master.debian.org
and subject line Package etsf-io builds with recent binNMUs
has caused the Debian Bug report #701274,
regarding etsf-io: ftbfs with GCC-4.8
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.)


-- 
701274: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701274
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:etsf-io
Version: 1.0.3-4
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  configure: error: No 'NetCDF' library found.

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/etsf-io_1.0.3-4_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
*** No rule to make target `distclean'.
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: failed to remove '.': Invalid argument
make: [makefile-clean] Error 1 (ignored)
dh_clean 
dh_clean: No compatibility level specified in debian/compat
dh_clean: This package will soon FTBFS; time to fix it!
dh_clean: Compatibility levels before 5 are deprecated (level 1 in use)
rm -f debian/stamp-autotools-files
 debian/rules build-arch
test -x debian/rules
mkdir -p .
echo 5 debian/compat
touch debian/stamp-autotools-files
chmod a+x /«PKGBUILDDIR»/./configure
mkdir -p .
cd .CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall CXXFLAGS=-g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall 
CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-z,relro 
/«PKGBUILDDIR»/./configure --build=x86_64-linux-gnu  --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libexecdir=\${prefix}/lib/etsf-io --srcdir=. --disable-maintainer-mode 
--disable-dependency-tracking --disable-silent-rules
--docdir=\${prefix}/share/doc/libetsf-io-doc --with-moduledir=\${includedir}
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gfortran... gfortran
checking for Fortran compiler default output file name... a.out
checking whether the Fortran compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for Fortran flag to compile .f90 files... none
checking whether we are using the GNU Fortran compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking which type of Fortran compiler we have... gcc GNU
checking whether the Fortran compiler accepts exit()... yes
checking whether the Fortran compiler accepts flush()... yes
checking for module extension for compiler 'gcc'... mod
checking for ranlib... ranlib
checking for ar... ar
checking for /usr/include/netcdf.mod... yes
configure: error: No 'NetCDF' library found.
checking for netcdf library... no
LDFLAGS was '-Wl,-z,relro'
Action: install NetCDF and set the library link path with --with-netcdf-ldflags.
make: *** [debian/stamp-autotools] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
---End Message---
---BeginMessage---
Version: 1.0.3-4+b2

Package etsf-io builds with recent binNMUs.---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#746839: marked as done (etsf-io: ftbfs with GCC-4.9)

2014-09-04 Thread Debian Bug Tracking System
Your message dated Thu, 4 Sep 2014 16:39:07 +1000
with message-id 20140904063907.ga3...@master.debian.org
and subject line Package etsf-io builds with recent binNMUs
has caused the Debian Bug report #746839,
regarding etsf-io: ftbfs with GCC-4.9
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.)


-- 
746839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:etsf-io
Version: 1.0.3-4
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/etsf-io_1.0.3-4_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols
files.  For other C/C++ related build failures see the porting guide
at http://gcc.gnu.org/gcc-4.9/porting_to.html

[...]
*** No rule to make target `distclean'.
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: failed to remove '.': Invalid argument
make: [makefile-clean] Error 1 (ignored)
dh_clean 
dh_clean: No compatibility level specified in debian/compat
dh_clean: This package will soon FTBFS; time to fix it!
dh_clean: Compatibility levels before 5 are deprecated (level 1 in use)
rm -f debian/stamp-autotools-files
 debian/rules build-arch
test -x debian/rules
mkdir -p .
echo 5 debian/compat
touch debian/stamp-autotools-files
chmod a+x /«PKGBUILDDIR»/./configure
mkdir -p .
cd .CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall CXXFLAGS=-g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall 
CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-z,relro 
/«PKGBUILDDIR»/./configure --build=x86_64-linux-gnu  --prefix=/usr 
--includedir=\${prefix}/include --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libexecdir=\${prefix}/lib/etsf-io --srcdir=. --disable-maintainer-mode 
--disable-dependency-tracking --disable-silent-rules
--docdir=\${prefix}/share/doc/libetsf-io-doc --with-moduledir=\${includedir}
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gfortran... gfortran
checking for Fortran compiler default output file name... a.out
checking whether the Fortran compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for Fortran flag to compile .f90 files... none
checking whether we are using the GNU Fortran compiler... (cached) yes
checking whether gfortran accepts -g... (cached) yes
checking which type of Fortran compiler we have... gcc GNU
checking whether the Fortran compiler accepts exit()... yes
checking whether the Fortran compiler accepts flush()... yes
checking for module extension for compiler 'gcc'... mod
checking for ranlib... ranlib
checking for ar... ar
checking for /usr/include/netcdf.mod... yes
configure: error: No 'NetCDF' library found.
checking for netcdf library... no
LDFLAGS was '-Wl,-z,relro'
Action: install NetCDF and set the library link path with --with-netcdf-ldflags.
make: *** [debian/stamp-autotools] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
---End Message---
---BeginMessage---
Version: 1.0.3-4+b2

Package etsf-io builds with recent binNMUs.---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#760444: libgyoto2 and libgyoto1: error when trying to install together

2014-09-04 Thread Ralf Treinen
Package: libgyoto1,libgyoto2
Version: libgyoto1/0.1.0-2
Version: libgyoto2/0.2.1-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-09-04
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Selecting previously unselected package gcc-4.9-base:amd64.
(Reading database ... 10869 files and directories currently installed.)
Preparing to unpack .../gcc-4.9-base_4.9.1-12_amd64.deb ...
Unpacking gcc-4.9-base:amd64 (4.9.1-12) ...
Setting up gcc-4.9-base:amd64 (4.9.1-12) ...
(Reading database ... 10876 files and directories currently installed.)
Preparing to unpack .../libstdc++6_4.9.1-12_amd64.deb ...
Unpacking libstdc++6:amd64 (4.9.1-12) over (4.8.2-19) ...
Setting up libstdc++6:amd64 (4.9.1-12) ...
Processing triggers for libc-bin (2.19-10) ...
Selecting previously unselected package libcfitsio3:amd64.
(Reading database ... 10889 files and directories currently installed.)
Preparing to unpack .../libcfitsio3_3.340-3_amd64.deb ...
Unpacking libcfitsio3:amd64 (3.340-3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-6_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-6) ...
Selecting previously unselected package libicu52:amd64.
Preparing to unpack .../libicu52_52.1-5_amd64.deb ...
Unpacking libicu52:amd64 (52.1-5) ...
Selecting previously unselected package libudunits2-0:amd64.
Preparing to unpack .../libudunits2-0_2.2.14-1_amd64.deb ...
Unpacking libudunits2-0:amd64 (2.2.14-1) ...
Selecting previously unselected package libxerces-c3.1:amd64.
Preparing to unpack .../libxerces-c3.1_3.1.1-5_amd64.deb ...
Unpacking libxerces-c3.1:amd64 (3.1.1-5) ...
Selecting previously unselected package libgyoto1.
Preparing to unpack .../libgyoto1_0.1.0-2_amd64.deb ...
Unpacking libgyoto1 (0.1.0-2) ...
Selecting previously unselected package libgyoto2.
Preparing to unpack .../libgyoto2_0.2.1-1_amd64.deb ...
Unpacking libgyoto2 (0.2.1-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/libgyoto2_0.2.1-1_amd64.deb (--unpack):
 trying to overwrite '/usr/share/lintian/overrides/libgyoto1', which is also in 
package libgyoto1 0.1.0-2
Processing triggers for install-info (5.2.0.dfsg.1-4) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libgyoto2_0.2.1-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/share/lintian/overrides/libgyoto1

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.

-- 
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-pyqtgraph_0.9.8-3_amd64.changes

2014-09-04 Thread Debian FTP Masters
python-pyqtgraph_0.9.8-3_amd64.changes uploaded successfully to localhost
along with the files:
  python-pyqtgraph_0.9.8-3_all.deb
  python3-pyqtgraph_0.9.8-3_all.deb
  python-pyqtgraph-doc_0.9.8-3_all.deb
  python-pyqtgraph_0.9.8-3.dsc
  python-pyqtgraph_0.9.8-3.debian.tar.xz

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


python-pyqtgraph_0.9.8-3_amd64.changes is NEW

2014-09-04 Thread Debian FTP Masters
binary:python-pyqtgraph-doc is NEW.
binary:python3-pyqtgraph 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


Processing of gyoto_0.2.1-2_amd64.changes

2014-09-04 Thread Debian FTP Masters
gyoto_0.2.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  gyoto-doc_0.2.1-2_all.deb
  gyoto_0.2.1-2_amd64.deb
  libgyoto2_0.2.1-2_amd64.deb
  gyoto-dbg_0.2.1-2_amd64.deb
  libgyoto2-dev_0.2.1-2_amd64.deb
  yorick-gyoto_0.2.1-2_amd64.deb
  gyoto_0.2.1-2.dsc
  gyoto_0.2.1-2.debian.tar.xz

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


gyoto_0.2.1-2_amd64.changes ACCEPTED into unstable

2014-09-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 04 Sep 2014 10:18:16 +0200
Source: gyoto
Binary: gyoto libgyoto2 gyoto-dbg libgyoto2-dev yorick-gyoto gyoto-doc
Architecture: source all amd64
Version: 0.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Thibaut Paumard thib...@debian.org
Description:
 gyoto  - General relativistic ray-tracing
 gyoto-dbg  - debugging symbols for gyoto, libgyoto2 and yorick-gyoto
 gyoto-doc  - documentation for the Gyoto library
 libgyoto2  - General relativistic geodesic integration and ray-tracing
 libgyoto2-dev - development files for libgyoto
 yorick-gyoto - General relativistic geodesic integration for the Yorick 
language
Closes: 760444
Changes:
 gyoto (0.2.1-2) unstable; urgency=medium
 .
   * Remove obsolete lintian overrides
   * Bug fix: libgyoto2 and libgyoto1: error when trying to install
 together, thanks to Ralf Treinen (Closes: #760444).
Checksums-Sha1:
 b7e31dbd3def0fa3bbbe30c203705f940106bef5 2411 gyoto_0.2.1-2.dsc
 5c66b79db9680b760365f5f5e755a4c086fed10a 5576 gyoto_0.2.1-2.debian.tar.xz
 12d6ce531321ae5e6bc9bb5c9a6cd6180502b1ee 138 gyoto-doc_0.2.1-2_all.deb
 71da62088c3f01570bd83f7c649983f821dd27a7 59798 gyoto_0.2.1-2_amd64.deb
 ba1694cbb0f1b8aff81b23d2862377dc4bc41e66 408550 libgyoto2_0.2.1-2_amd64.deb
 cc096b8ef7abe94ee97daad0e40ab6d58d7d468d 2633448 gyoto-dbg_0.2.1-2_amd64.deb
 d4bea6efb7b58654ac64dac6eb84de334eea0645 500374 libgyoto2-dev_0.2.1-2_amd64.deb
 20dea9f176c3f5623717bca8a57ecb49c972b0a0 226156 yorick-gyoto_0.2.1-2_amd64.deb
Checksums-Sha256:
 a9298ee05f20b86a7d3cbd0a7a53cdaa643818b394d0d2acdf692940be11df7a 2411 
gyoto_0.2.1-2.dsc
 eccd98b2caa69a3aec62499ea12aaac6a52e8a9e5f872288639a5a4173d03dff 5576 
gyoto_0.2.1-2.debian.tar.xz
 f7d02b7e69a9f67101a663503f23ca3a33cd1643c50b219291108b28e0679180 138 
gyoto-doc_0.2.1-2_all.deb
 6706989a2a55dddf444a152e5b186d3d179774c14eab540a094a08f10dd424a9 59798 
gyoto_0.2.1-2_amd64.deb
 669ddd993cf84065141e3bbe6012800b2b1812418573320154530d5e9d3483be 408550 
libgyoto2_0.2.1-2_amd64.deb
 7716fbc22a4783287f5cdb39e618a9db08b453d104f9f97527162c3d35e1960e 2633448 
gyoto-dbg_0.2.1-2_amd64.deb
 6c667a251402cb7b4901aa98c36925356edf8f4709329f28227debd2dfc3192d 500374 
libgyoto2-dev_0.2.1-2_amd64.deb
 c8de0ab36b99618168b273798b3d4579e330e8d17de38c88be19ad0b18c3d4ae 226156 
yorick-gyoto_0.2.1-2_amd64.deb
Files:
 942aab6acb9fea38f1e230dc8809bcae 138 doc extra gyoto-doc_0.2.1-2_all.deb
 27071512d6e9db4ebe2c5fca79a58bfd 59798 science extra gyoto_0.2.1-2_amd64.deb
 93ac35e9f48859c237c9745789990d4c 408550 science extra 
libgyoto2_0.2.1-2_amd64.deb
 60561ac536a79297c577693f2985776a 2633448 debug extra 
gyoto-dbg_0.2.1-2_amd64.deb
 693726e7991f9d80e8e028ca9c9a2a5a 500374 libdevel extra 
libgyoto2-dev_0.2.1-2_amd64.deb
 98fc7d30d9a5b37c65efd974a6fe54f9 226156 science extra 
yorick-gyoto_0.2.1-2_amd64.deb
 7c655722246fe92a3d81aa3b7c81c989 2411 science extra gyoto_0.2.1-2.dsc
 88ade476872fbd666cfbf080accdd1d1 5576 science extra gyoto_0.2.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUCDrrAAoJEJOUU0jg3ChA6+MP/ApdLB6A4HrRrM5h1bPx7Wmm
1JZ8HfQjcDfoCDe/SYQhYrKFW/unEKhHqWsDGzPG5wiB0huGaK/+Hy3DeDlvULDu
2vJYlylJbJeMvJCGofOWTqPxcyIRTG3nt8GeQT+NIS2/4u+bh/dHGWMx9+Z6u1YK
LyLtbYncefrt+JyRGgUE0qNHM21X8447RxPsNA3U0Q1u7hrfDiH9XAgfyljhWNW0
WOpujs8hhPGIbFZdURmaaNntDcose+dpdHGEbVyrjBkWW7T0HAZ/LReVt0d95P1v
nsw2wMK7PtJETSNrOEJzVzTuXGypz4HQWWqiDubrJ0BE6aODaEiQduWh7OCdFzbq
5p8cPm45VQC4E9DH7C4BVU1Bu5GIy91RFhan+VFhIKPgUemeZbIUvhp3l+z+iCdy
BK6x4EYJvA45FAH7loY/EeFv9YnePfbcgckTZHl9dI8L45lP1juT0pZf6gozjx0M
O4gwreWYF8sIFqF9+uL0FfRl8V8MJNG02JXqFZBnY4jcs+w2v9+qsVOkQPreeGvq
kWGba0ioDNiZvQPLBCHpVTbcpGScLGe4S4pcEtZz4wR0nRlJ352Xo/ZCbFmhzEul
CXgt9N1GyWP/u42njuWXXcY2dk00GwM3holPPnRj4h0N0WWkPOmsMuQNh5+JadpG
hvFSlP+L7+nCq0mqbk89
=N72b
-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


Re: Comments regarding scscp-imcce_1.0.0+ds-1_amd64.changes

2014-09-04 Thread Jerome BENOIT
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Done during last update to version 1.0.1:

http://sources.debian.net/src/scscp-imcce/1.0.1%2Bds-1/debian/copyright/

Thanks,
Jerome

On 13/07/13 03:09, Luke Faraone wrote:
 Dear maintainer,
 
 Please consider mentioning in future uploads that files are available under 
 either the CeCILL-C license **or** CeCILL v2.0.
 
 Cheers,
 
 Luke
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBAgAGBQJUCDc1AAoJEIC/w4IMSybjP/4H/3nLvW/RMkUCNcf6d5QpDWNM
/5Oh5rIGyILn/Vjf3mp3VV9G2OvKfoVTdaov7bus1QKz/vGldL9yzDGtVSTa10LA
jqmmrgha1QjLKdBx8u1VfyjjhI3+Phlzepq5kugsrCcNAVn4UjiELirfHMkx5n7t
+9eUU5dJe3IiPqXC6Sl3cDd6eL5Lb8DTmJtN+bs4SysychcvPZc9fhAI8nPjC2ZG
c2muunCo/oh1EgeXjzmGpfqpQJE/PxWI3ycq7ubhSEredHjG3MxTfXEKw0fJlrs7
j1J9Sbh2+jhXvGKIssN4l6TPDnMGP28IlZP1SHG+8KgfEOWn6eyx9SymHQBYpZE=
=uolR
-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


coinutils_2.9.15-1_amd64.changes ACCEPTED into unstable

2014-09-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Sep 2014 20:50:57 -0400
Source: coinutils
Binary: coinor-libcoinutils3 coinor-libcoinutils-dev coinor-libcoinutils-doc 
coinor-libcoinutils3-dbg
Architecture: source all
Version: 2.9.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Miles Lubin miles.lu...@gmail.com
Description:
 coinor-libcoinutils-dev - Coin-or collection of utility classes (developer 
files)
 coinor-libcoinutils-doc - Coin-or collection of utility classes (documentation)
 coinor-libcoinutils3 - Coin-or collection of utility classes (binaries and 
libraries)
 coinor-libcoinutils3-dbg - Coin-or collection of utility classes (debug 
symbols)
Closes: 731206
Changes:
 coinutils (2.9.15-1) unstable; urgency=low
 .
   * New upstream version.
   * Use dh_autotools-dev to update config.{sub,guess} for new ports.
 - Closes: #731206
 - Thanks to Adam Conrad
   * Remove shlibdeps patch incorporated upstream with configure option.
Checksums-Sha1:
 e9abbaf0fff28aafe6636db6dbe4a3ebb49f6b0b 2287 coinutils_2.9.15-1.dsc
 1c2b824108fa50cc3c94de55a4d2e42f87fa1cd9 1742562 coinutils_2.9.15.orig.tar.gz
 383672321bad07c9c8287cc1e4fe7aa05c59820f 8220 coinutils_2.9.15-1.debian.tar.xz
 443226ec265d0d97dfbc524259265176be7e0de5 9141696 
coinor-libcoinutils-doc_2.9.15-1_all.deb
Checksums-Sha256:
 a738908a9d74ec44c71f5d1317dda40ee655a8c64cec39b3b321e886c12e4c59 2287 
coinutils_2.9.15-1.dsc
 db1a0504f3334929462b7ee72a6c6f6c2ad23331716f829c5be8899193bf414d 1742562 
coinutils_2.9.15.orig.tar.gz
 d83c25ca1e53450fbb9e74751fd80090191953907ac24a19504f5cb65fbd4a66 8220 
coinutils_2.9.15-1.debian.tar.xz
 6bc7e76cbeac404b11b87ceb3a437eb836b1d4d48c284391710e245f32049027 9141696 
coinor-libcoinutils-doc_2.9.15-1_all.deb
Files:
 fe0e1026b99ba8082be18373a53a5c2f 9141696 doc extra 
coinor-libcoinutils-doc_2.9.15-1_all.deb
 3fdc666b597ecc5bb2b9664f15cbb589 2287 science extra coinutils_2.9.15-1.dsc
 813500c08d1970553e36bd4258cacf18 1742562 science extra 
coinutils_2.9.15.orig.tar.gz
 9e7a679fedd0641d913848513c414e98 8220 science extra 
coinutils_2.9.15-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUCFNYAAoJECzs6TUOzr5Kx94P/22XnItmcZHEaK4r7L6loU6Q
ccx+Y3WWWsvuCpJjx/ejam2eeCYrw+ULkCR/C0HWnUXOu88ohIMpbsfGhLEIhTuv
I8/ivcaS83/FR1xSnjT+Yy6LyvZ9LlcGi5nr2rVzhqAa+aaCJq25+CmRkXVF4f1H
EIEo9zzIenm6Q9evpL8xV97ZDK9p2GJC69kC83csiGYlfH+kJgQNgFmC5ws6aH9a
k0qyz0iwcNRXIihXg4txsTMaCgh9N6+ve0JEmk3lVuPXH/yesg+Waf/naoYRTUcZ
PEFBcio7Nxjshc4XTd75EFI1oatXygZQeLU0YUix1EC3fDccnAkxPriy2HiKwbLW
JzmC/tS3JSMlwAeJi2VuQ3hJaUlmLZeeJ7WwoKjA+gcyEYd5D3QHgegsB+OlOJr/
hp43JSlAbJuDkI1C2NHlwf20Ag/ExWzVbNFzO4uii4JTSdfDE+gasKnFSYX4YbRO
qRfnZwd+jMqQqcZQRt2LiAlu+jWLv0gNZj0+tQhzvDwrpVE2jhXSKcMLjbPwGpO+
7oUcU04HainaUCoemK0xw+jnxryNZ3PYCgyYNEifCzjGXlaOX9C0x9DWLPtLj0p+
u/d3hdAqMAEXUzT4aGs00cwceHGzHISvyyPRsTqiNqvB44ybcNrYM1pdssm3uIa1
UPF5CyWoMfd4CipqxlV4
=6UQ4
-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#731206: marked as done (Please update config.{sub,guess} automatically using autotools-dev)

2014-09-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Sep 2014 12:04:26 +
with message-id e1xpvm6-0007a2...@franck.debian.org
and subject line Bug#731206: fixed in coinutils 2.9.15-1
has caused the Debian Bug report #731206,
regarding Please update config.{sub,guess} automatically using autotools-dev
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.)


-- 
731206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731206
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: coinutils
Version: 2.9.10-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * Use dh_autotools-dev to update config.{sub,guess} for new ports.

The patch itself should be self-explanatory.  This is needed currently
for arm64, but also future-proofs your package against other new ports
as they come along.

... Adam


-- System Information:
Debian Release: wheezy/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (500, 'saucy-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0-13-generic (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru coinutils-2.9.10/debian/changelog coinutils-2.9.10/debian/changelog
diff -Nru coinutils-2.9.10/debian/control coinutils-2.9.10/debian/control
--- coinutils-2.9.10/debian/control	2013-11-30 13:51:12.0 -0700
+++ coinutils-2.9.10/debian/control	2013-12-02 21:57:28.0 -0700
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Team debian-science-maintainers@lists.alioth.debian.org
 Uploaders: Miles Lubin miles.lu...@gmail.com
 Build-Depends: debhelper (= 9), doxygen, graphviz, liblapack-dev,
- libbz2-dev, zlib1g-dev
+ libbz2-dev, zlib1g-dev, autotools-dev
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/coinutils.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/coinutils.git
diff -Nru coinutils-2.9.10/debian/rules coinutils-2.9.10/debian/rules
--- coinutils-2.9.10/debian/rules	2013-08-26 07:52:24.0 -0600
+++ coinutils-2.9.10/debian/rules	2013-12-02 21:52:07.0 -0700
@@ -19,4 +19,4 @@
 
 
 %:
-	dh $@ 
+	dh $@ --with autotools_dev
---End Message---
---BeginMessage---
Source: coinutils
Source-Version: 2.9.15-1

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

Debian distribution maintenance software
pp.
Miles Lubin miles.lu...@gmail.com (supplier of updated coinutils 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, 02 Sep 2014 20:50:57 -0400
Source: coinutils
Binary: coinor-libcoinutils3 coinor-libcoinutils-dev coinor-libcoinutils-doc 
coinor-libcoinutils3-dbg
Architecture: source all
Version: 2.9.15-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Miles Lubin miles.lu...@gmail.com
Description:
 coinor-libcoinutils-dev - Coin-or collection of utility classes (developer 
files)
 coinor-libcoinutils-doc - Coin-or collection of utility classes (documentation)
 coinor-libcoinutils3 - Coin-or collection of utility classes (binaries and 
libraries)
 coinor-libcoinutils3-dbg - Coin-or collection of utility classes (debug 
symbols)
Closes: 731206
Changes:
 coinutils (2.9.15-1) unstable; urgency=low
 .
   * New upstream version.
   * Use dh_autotools-dev to update config.{sub,guess} for new ports.
 - Closes: #731206
 - Thanks to Adam Conrad
   * Remove shlibdeps patch incorporated upstream with configure option.
Checksums-Sha1:
 e9abbaf0fff28aafe6636db6dbe4a3ebb49f6b0b 2287 coinutils_2.9.15-1.dsc
 1c2b824108fa50cc3c94de55a4d2e42f87fa1cd9 1742562 coinutils_2.9.15.orig.tar.gz
 383672321bad07c9c8287cc1e4fe7aa05c59820f 8220 coinutils_2.9.15-1.debian.tar.xz
 443226ec265d0d97dfbc524259265176be7e0de5 9141696 
coinor-libcoinutils-doc_2.9.15-1_all.deb
Checksums-Sha256:

GLOBAL CONFERENCE INVITATION ON WOMEN YOUTH AND CHILDREN EMPOWERMENT CHILD LABOUR ELIMINATION

2014-09-04 Thread Mayllanne Santos
*Dear Colleagues,On behalf of global women youth and Children empowerment
organization ( G.W.Y.A.C.E )It gives us immense pleasure to invite you to
international Programs 2014 conference on women/youth and Children
empowerment/Child labour and sexual harassment elimination in USA and
SENEGAL. The aim of the conference is to create gender equality and equity
in opportunities, through education, prevention and exercising ones human
rights. The Organization promotes personal development and strengthening of
the family, primarily by addressing children, adolescents and mothers in
high risk or vulnerable situations. Subject AreasCommunity Development:
Community Empowerment; Community Mobilization/OrganizationHuman Rights:
Advocacy; Poverty, Equality and Social JusticeEducation and Youth
Development: Social Leadership; Vocational and Life Skills Training; Skill
Building; Guidance and Counseling; Leadership Training and Women's
Empowerment: Advocacy and Rights; Violence Against Women (Rape elimination)
and Capacity Building. The international conference on women/youth and
Children empowerment/Child labour and sexual harassment elimination is
scheduled to take place From OCTOBER 17TH - 21ST OCTOBER 2014 in Orlando,
Florida the United States and in Dakar-Senegal, From 24TH - 28TH OCTOBER
2014. ATTENTION: All interested delegates that requires entry visa to enter
the United States to attend this workshop will be sponsored by the
organization, in obtaining the visa in their passport.Free round trip air
tickets to attend this meeting will be provided to all participants.The
Workshop welcomes paper presentation from any interested participants
willing to present papers during the meeting. If you are interested in
attending and for fast respond contact the Global Women Youth And Children
empowerment organization(G.W.Y.A.C.E) conference secretariat via
email:GWYAC esecret...@protestant.com esecret...@protestant.com , GWYACE
secret...@usa.com secret...@usa.com as soon as possible. Please invite
your friends. Sincerely,Madam Mayllanne Santos (Ph.D)Grant PortfolioGlobal
Women Youth and ChildrenEmpowerment Organization(G.W.Y.A.C.E)United States
of AmericaEmail:mrs.mayllanne_san...@hotmail.com
email%3amrs.mayllanne_san...@hotmail.com*
-- 
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 bibus_1.5.2-4_amd64.changes

2014-09-04 Thread Debian FTP Masters
bibus_1.5.2-4_amd64.changes uploaded successfully to localhost
along with the files:
  bibus_1.5.2-4_all.deb
  bibus-doc-en_1.5.2-4_all.deb
  bibus_1.5.2-4.dsc
  bibus_1.5.2-4.debian.tar.xz

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


bibus_1.5.2-4_amd64.changes ACCEPTED into unstable

2014-09-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 02 Sep 2014 21:54:07 +0200
Source: bibus
Binary: bibus bibus-doc-en
Architecture: source all
Version: 1.5.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Jan Beyer j...@beathovn.de
Description:
 bibus  - bibliographic database
 bibus-doc-en - Bibus bibliographic database documentation
Closes: 758943
Changes:
 bibus (1.5.2-4) unstable; urgency=medium
 .
   * Add a patch for compatibility with python-wxgtk3.0 (Closes: #758943)
 - Reworked patching bibOOo/bibOOoBase.py as separate patch
   * Standards-Version 3.9.5 (no changes needed)
Checksums-Sha1:
 2abebb36158887e7d0b8e19ea00afc66c4cc9997 1539 bibus_1.5.2-4.dsc
 66747437dd26a0969027a85fa0d58408eff6102f 25860 bibus_1.5.2-4.debian.tar.xz
 0fa0395283d7753b7ba2189e2907bd3e18d34e2d 1134152 bibus_1.5.2-4_all.deb
 d66bf7b3eaadddcbc5eb152f17beb6759e4b8b4e 3147058 bibus-doc-en_1.5.2-4_all.deb
Checksums-Sha256:
 bd45fd7f15c95333eb899f62264758eb1c52940c73146a1cea4a775a0fcb19b6 1539 
bibus_1.5.2-4.dsc
 ed71b07504f896b95bd91b95595e37208851982162512ce3a076a38665b80288 25860 
bibus_1.5.2-4.debian.tar.xz
 9ae9ac13ff177491d430a7f8753a7727d4a032615eb7aeb641042084ae58c108 1134152 
bibus_1.5.2-4_all.deb
 2281aee339b1ed3deb9e4ab4a309f47b8db8003193ef12e133dcd57cc8ecbce9 3147058 
bibus-doc-en_1.5.2-4_all.deb
Files:
 b9213e69ae87c021288c07e5c49f28e8 1134152 science optional bibus_1.5.2-4_all.deb
 2877662cb6a67c0462ed891435b05881 3147058 doc optional 
bibus-doc-en_1.5.2-4_all.deb
 755825ad0b1babf72e1f48ca6b0693df 1539 science optional bibus_1.5.2-4.dsc
 205ed335717d7dbd4effd34dd0d10906 25860 science optional 
bibus_1.5.2-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iKYEARECAGYFAlQIwLFfFIAALgAoaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl
bnBncC5maWZ0aGhvcnNlbWFuLm5ldDA4OTZGMDU5OTlDOTA2REJCM0JDRDA0QkYx
RTMwRkU1MENBNkI0QUEACgkQ8eMP5QymtKow3QCg+9binwz+ybu4Ugf9+rZ2YqxY
84cAnja4dWadVYvatdjM/uQhlMbn25Fx
=lZzY
-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#758943: marked as done (bibus: Please update to use wxpython3.0)

2014-09-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 Sep 2014 21:04:21 +
with message-id e1xpecb-0005x6...@franck.debian.org
and subject line Bug#758943: fixed in bibus 1.5.2-4
has caused the Debian Bug report #758943,
regarding bibus: Please update to use wxpython3.0
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.)


-- 
758943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758943
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: bibus
Version: 1.5.2-3
Severity: important
Tags: sid jessie
User: freewx-ma...@lists.alioth.debian.org
Usertags: wxpy3.0
Control: block 755757 by -1

We're aiming to migrate the archive to using wxpython3.0 instead of
wxwidgets2.8, and hope to drop wxwidgets2.8 before jessie is released.
This transition is already underway, and is being tracked by the release
team here:

https://release.debian.org/transitions/html/wxpython3.0.html

The wxPython 3.0 API mostly adds to the wxPython2.8 API.  Many packages
work with wxPython 3.0 without any changes, but there are a few
incompatibilities.  For example, wx.Color is no longer supported as
an alias for wx.Colour, and some constants which were deprecated in 2.8
have been removed.  All the removed constants I'm aware of were set to 0
in wxPython 2.8, so removing them is still compatible with 2.8.

To assist updating to wxPython 3.0, I've put together a script which
will help make the mechanical changes required.  This is in a git repo
on collab-maint along with a README about using it and updating packages
for wxPython 3.0 in general:

http://anonscm.debian.org/cgit/collab-maint/wx-migration-tools.git

The script has some options to control the sorts of changes it makes -
see the README and --help output for more information - you can view
the latest version of the README online here:

http://anonscm.debian.org/cgit/collab-maint/wx-migration-tools.git/tree/README

I've developed this script by trying to convert 20+ packages.  Please
try it out on your package - in many cases, it should be enough to get
your package working (if it doesn't already) - if it does, please upload
(and close this bug).

If the script doesn't do the job, please let me know (or improve the
script if you can figure out what it needs to do to get your package
working).

Another issue you may hit is that wxWidgets 3.0 now defaults to enabling
its WXDEBUG checks for incorrect API usage, so some applications will
emit scary sounding assertion failures.  These are unlikely to
actually be new, just in a default build of 2.8, such incorrect uses
were handled quietly behind the scenes.  Sometimes these are easy to
fix, but if not you can easily patch the application to tell wx 3.0 to
handle them in the same way wx 2.8 does - details of how to do so are in
the README:

http://anonscm.debian.org/cgit/collab-maint/wx-migration-tools.git/tree/README

I'm happy to sponsor uploads for this transition, though if you have an
active sponsor already check with them first - I don't want to tread on
anyone's toes.

Cheers,
Olly
---End Message---
---BeginMessage---
Source: bibus
Source-Version: 1.5.2-4

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

Debian distribution maintenance software
pp.
Jan Beyer j...@beathovn.de (supplier of updated bibus 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: SHA1

Format: 1.8
Date: Tue, 02 Sep 2014 21:54:07 +0200
Source: bibus
Binary: bibus bibus-doc-en
Architecture: source all
Version: 1.5.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Jan Beyer j...@beathovn.de
Description:
 bibus  - bibliographic database
 bibus-doc-en - Bibus bibliographic database documentation
Closes: 758943
Changes:
 bibus (1.5.2-4) unstable; urgency=medium
 .
   * Add a patch for compatibility with python-wxgtk3.0 (Closes: #758943)
 - Reworked patching bibOOo/bibOOoBase.py as separate patch
   * Standards-Version 3.9.5 (no changes needed)
Checksums-Sha1:
 2abebb36158887e7d0b8e19ea00afc66c4cc9997 1539 

Snimanja energetskih fenomena na bosanskim piramidama

2014-09-04 Thread Piramida Sunca
Vijesti iz svijeta piramida najaktivnije arheološke lokacije na svijetu


Mjesečni izvještaj za august 2014. donosi:
-   Legendarni Graham Hancock na bosanskim piramidama 
-   Potvrđena veza između podzemnih tunela i piramida 
-   Briljantni profesor Konstantin Mejl o Podzemnom labirintu Ravne 
-   Energetska zraka na vrhu Bosanske piramide Sunca 
-   Konferencija “Skrivena historija” u Sarajevu početkom septembra 
-   Tellinger, Uvarov, Dona i Osmanagić u Cankarjevom domu 


LEGENDARNI GRAHAM HANCOCK NA BOSANSKIM PIRAMIDAMA
U posjeti Bosanskoj dolini piramida boravio je u julu 2014. autor bestselera
“Fingerprints of God” (“Otisci prstiju Bogova”), legendarni
istraživač i publicist Graham Hancock iz Londona. On je posjetio sve
visočke lokacije na kojima već devet godina radi Fondacija “Arheološki
park: Bosanska piramida Sunca”: Podzemni labirint Ravne, Bosansku piramidu
Sunca (betonske blokove na sjevernoj strani i vrh piramide), Bosansku
piramidu Mjeseca, tumulus u Vratnici i KTK tunele. Osim obilaska lokacija s
Osmanagićem, susreo se i sa stručnim timom Fondacije u čijem su sastavu:
arheološki menađer, antropolog, geolog i arheolog. Posjetio je i
laboratorije Fondacije za keramiku i kamen te se upoznao s naučnom
metodologijom pronalaska, sortiranja, dokumentiranja i zaštite artifakata.
U nezvaničnoj izjavi za turiste i volontere Hancock je rekao: 
“Ovom projektu treba dati šansu. Sramno je ponašanje svjetske
arheološke zajednice koja je pokušavala da zaustavi projekt istraživanja
bosanskih piramida. Podzemni tuneli su fascinantni.”
Detaljan izvještaj Hancock će uskoro objaviti na svojoj web i FB stranici,
a lokacija bosanskih piramida će naći svoje mjesto u novom, dopunjenom
izdanju “Fingerprints of God” koja izlazi 2015. godine povodom dvadesete
godišnjice prvog izdanja. Više:
http://bosnianpyramids.info/hr/lt.php?c=2m=2nl=2s=0095dd797e432ef8ae0c9c73f28f9920lid=5l=-http--piramidasunca.ba/bs/aktuelnosti/item/9406-legendarni-graham-hancock-na-bosanskim-piramidama.html

  
  
DOKAZANA VEZA IZMEĐU BOSANSKE PIRAMIDE SUNCA I PODZEMNIH TUNELA RAVNE
U Visokom je u sedmodnevnoj istraživačkoj posjeti, u periodu
24.07.-31.07.2014., boravio inžinjer zvuka iz Finske Heikki Savolainen. On
je vršio snimanja elektromagnetnih, ultrazvučnih i infrazvučnih fenomena
u Bosanskoj dolini piramida. Preliminarni zaključci istraživanja dokazali
su postojanje anomalija koje se ne mogu objasniti prirodnim djelovanjem:
   
-   Kontinuirano elektromagnetno (EM) i ultrazvučno (UZ) zračenje na vrhu
Bosanske piramide Sunca
-   Korelacija između  EM i UZ zračenja na vrhu Bosanske piramide Sunca i
Podzemnih tunela, što potvrđuje da je riječ o istom građevinskom
kompleksu
-   Korelacija između svih lokacija Bosanske doline piramida i generiranje
energetskog vorteksa iz doline. Više:
http://bosnianpyramids.info/hr/lt.php?c=2m=2nl=2s=0095dd797e432ef8ae0c9c73f28f9920lid=6l=-http--piramidasunca.ba/bs/aktuelnosti/item/9433-dokazana-veza-izme%C4%91u-bosanske-piramide-sunca-i-podzemnih-tunela-ravne.html

  
  
BRILJANTNI PROFESOR KONSTANTIN MEYL NA BOSANSKIM PIRAMIDAMA
Jedan od najvećih umova današnjice, prof.dr. ing. Konstantin Meyl iz
Njemačke, došao je u posjet Fondaciji “Arheološki park: Bosanska
piramida Sunca” krajem jula i početkom augusta 2014. Pažnju mu je
privuklo otkriće bosanskih piramida i njihove energetske karakteristike.
Nakon posjete Podzemnom labirintu Ravne njegov zaključak je bio da je jedna
civilizacija ostavila iza sebe vrijedne (tehnološke) artifakte, do kojih je
slijedeća pokušala doći. Izrazio je svoje divljenje na načinu na koji
Fondacija organizira iskopavanje, arheološkoj metodologiji i naučnom
pristupu istraživanju. Na koncu svoje posjete profesor Meyl je održao
briljantno predavanje za stručni tim Fondacije i volontere, izlažuci
osnove svojih teorija o neutrinima kojima ruši Njutnovu fiziku, Maksvelovu
termodinamiku i Ajnštajnovu teoriju relativiteta, afirmirajući Teslina
dostignuća. Više:
http://bosnianpyramids.info/hr/lt.php?c=2m=2nl=2s=0095dd797e432ef8ae0c9c73f28f9920lid=7l=-http--piramidasunca.ba/bs/aktuelnosti/item/9435-briljantni-profesor-konstantin-meyl-na-bosanskim-piramidama.html
 
  
PONOVO POTVRĐENO POSTOJANJE ELEKTROMAGNETNE ZRAKE NA VRHU BOSANSKE PIRAMIDE
SUNCA
Njemački istraživač i autor Werner Betz pridružio se istraživačkom
timu Fondacije “Arheološki park: Bosanska piramida Sunca” koncem jula
2014. Prilikom svog boravka u Bosanskoj dolini piramida vršio je snimanja
elektromagnetnih fenomena na piramidama i u podzemnim prahistorijskim
tunelima. Betz je autor više knjiga, a njegova posljednja pod nazivom
“Krafte aus dem Nichts – Geheimnisvolle Orte und ratselhafte Energien”
tretira drevne megalitne lokacije, menhire, dolmene i svetišta. Praveći
komparativnu analizu zaključio je da su drevni narodi bili tehnološki i
naučno mnogo 

Processing of yade_1.11.1-3_amd64.changes

2014-09-04 Thread Debian FTP Masters
yade_1.11.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  yade_1.11.1-3_amd64.deb
  libyade_1.11.1-3_amd64.deb
  python-yade_1.11.1-3_amd64.deb
  yade-doc_1.11.1-3_all.deb
  yade_1.11.1-3.dsc
  yade_1.11.1-3.debian.tar.xz

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


yade_1.11.1-3_amd64.changes ACCEPTED into unstable

2014-09-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 04 Sep 2014 20:34:20 +0200
Source: yade
Binary: yade libyade python-yade yade-doc
Architecture: source amd64 all
Version: 1.11.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintainers@lists.alioth.debian.org
Changed-By: Anton Gladky gl...@debian.org
Description:
 libyade- Platform for discrete element modeling. Libraries
 python-yade - Platform for discrete element modeling. Python bindings
 yade   - Platform for discrete element modeling
 yade-doc   - Platform for discrete element modeling. Documentation
Changes:
 yade (1.11.1-3) unstable; urgency=medium
 .
   * [dbf4ef8] Drop parallel builds.
Checksums-Sha1:
 0db9428742e825bee652ff6f45a46b70d6ad6bf3 2935 yade_1.11.1-3.dsc
 706119c97d1ec6c8c2b408317c6ad8e75efe61fd 18676 yade_1.11.1-3.debian.tar.xz
 929206a3dbdbad67c05965a408da24fef6409ab5 1482016 yade_1.11.1-3_amd64.deb
 1bee24229742f1635f57d5388515a5ae514a33af 9378008 libyade_1.11.1-3_amd64.deb
 229532d848eee2f9c6bccd1173969a5799b58131 2168360 python-yade_1.11.1-3_amd64.deb
 e11e972c7700d64ce0d8d9327e6bf3b0b74df668 6967712 yade-doc_1.11.1-3_all.deb
Checksums-Sha256:
 e12e7ded29e4154464c2c8ea7f71bfe3a0d1793a402fa77d1e259ac2bd7eb87f 2935 
yade_1.11.1-3.dsc
 92a86854f36262d5540089220c480490822c85229135b1f18ba7517f616f421f 18676 
yade_1.11.1-3.debian.tar.xz
 ab656caff4adc3cf2856726d6c3da1c76d549bb02aa54575990982617b684d80 1482016 
yade_1.11.1-3_amd64.deb
 1c2add68a39ffd36102d6b6326c30cf9f84de95c7574fc814d8da118ce9d85dc 9378008 
libyade_1.11.1-3_amd64.deb
 368746c89250bf141f7e141f7cc16fc0e96930a5eea006f36bad6c5069cfceee 2168360 
python-yade_1.11.1-3_amd64.deb
 f7952565cfe77308d180aaa93257127c783743154f7aeba74605652bc2249456 6967712 
yade-doc_1.11.1-3_all.deb
Files:
 6f858974e5518a43906bb1d6fd34309d 1482016 science extra yade_1.11.1-3_amd64.deb
 7cc031249dd61386d8796264d8af1aa4 9378008 science extra 
libyade_1.11.1-3_amd64.deb
 58a2dc01ad8626f92c3877f93b9760d8 2168360 python extra 
python-yade_1.11.1-3_amd64.deb
 abba17eec45d168f336a31e682a335b6 6967712 doc extra yade-doc_1.11.1-3_all.deb
 579f46ba97b483637061c0051f6de398 2935 science extra yade_1.11.1-3.dsc
 5dc027eeaaa255a1806a84d9cfe65ea6 18676 science extra 
yade_1.11.1-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJUCPVmAAoJENPhc4PPp/8GgNMP/i2OPQ/mUD/LsPb1FRLgx4zF
RGEBK6268h+HL5blRYx23d8V9Vt7oDrsEdwHZeNa08IpKcEm/HlSx1Mb1fI7+lEE
hmlEg4DKERgcGeIiIQqRJWHchxSPzgeKoNzL3DJ45C2qz4A2Ni1xjhyeJI1PjfHk
chns5oMJd662cv534z9syT6CHFPGyeXtbIxV/Nzb3IYFYHb1lV2h/OLNq+3kA9q4
jZKbj6clVP3MSuMjBY1R7SPz5uSW4MEZOuLuKSVd5RjdqGf1PYAW5ijd1dmedH6w
kjUqPYuGo60jJeAjD6Mjp2kVFxuGRHLOG/YlRp+mdvgojbI38FaFx6F8Fums1Jkg
ZDo/Ng19rAN48VeckAN8ND8QdDhPJu1vOI9Zwm2r3UllqplGPsOZX17kTDZYjzR0
du0J0AzuFuUSw0A4yH37zweIdZNwUrgmBZGHfvaylCA4XHeohJzKeFlq3l9ECt5p
FsfCD3I22nRSJbZ/a6xBPEsdrxjQHtxMwh4ezK+137igvj7Vk25pMYnwnZ3/7WTN
PPJnf9vy80PjtIVDz56wNK0cgfKkiRLCgBosH7woQbBytFT2/d4ojbz8yNMLbZHl
Q2meWuSU+55wgHq6xeudLUCgC/dQinOWybo10j8keWPW+GNfJqyYizR1jRVaV0sJ
EemdFh185ISqu68+uhDo
=V+UX
-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