Processing of mpich_4.0-1_source.changes

2022-01-22 Thread Debian FTP Masters
mpich_4.0-1_source.changes uploaded successfully to localhost
along with the files:
  mpich_4.0-1.dsc
  mpich_4.0.orig.tar.xz
  mpich_4.0-1.debian.tar.xz

Greetings,

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

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


Bug#1004230: libgpuarray: please drop upstreamtestsclblas until bug 949767 is fixed

2022-01-22 Thread Paul Gevers
Source: libgpuarray
Version: 0.7.6-8
Severity: serious
Justification: blocks other packages from migrating

Dear maintainer,

The autopkgtest of libgpuarray fails with libclblas-dev and libclblas2
installed due to bug #949767. Because those binaries are not available
in testing, the upstreamtests and upstreamtestsclblas are doing the
same in testing and pass. However, for migration testing, we add
unstable to the available suites and the binaries are pulled in and
fail (this was e.g. blocking glibc from migrating). Obviously this
switching behavior should be fixed in autopkgtest (I will file a bug
about that), but then the test will just fail in testing, which is
also RC.

Until clblas is available in testing (and bug #949767 fixed), please
drop the test.

Paul

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

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


pybind11-json 0.2.12-1 MIGRATED to testing

2022-01-22 Thread Debian testing watch
FYI: The status of the pybind11-json source package
in Debian's testing distribution has changed.

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


nlopt 2.7.1-3 MIGRATED to testing

2022-01-22 Thread Debian testing watch
FYI: The status of the nlopt source package
in Debian's testing distribution has changed.

  Previous version: 2.7.1-2
  Current version:  2.7.1-3

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

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


librecad 2.1.3-2 MIGRATED to testing

2022-01-22 Thread Debian testing watch
FYI: The status of the librecad source package
in Debian's testing distribution has changed.

  Previous version: 2.1.3-1.3
  Current version:  2.1.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@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1004219: /usr/lib/cmake/mathgl2/MathGL2Config.cmake: missing more dependencies: libhdf4-dev libmfhdf-dev libhdf5-dev libhpdf-dev libgif-dev

2022-01-22 Thread Marius Mikucionis
Package: libmgl-dev
Version: 8.0.1-1
Severity: normal
File: /usr/lib/cmake/mathgl2/MathGL2Config.cmake

Dear maintainer,

Could you please add more dependencies to libmgl-dev?
The following libraries are needed to link a simple mgl-fltk program: 
libhdf4-dev libmfhdf-dev libhdf5-dev libhpdf-dev libgif-dev

Here is the project source in case you want to test it:

test_mathgl.cpp:

#include 
int sample(mglGraph *gr) {
  gr->Rotate(60,40);
  gr->Box();
  return 0;
}
int main(int argc,char **argv) {
  mglFLTK gr(sample,"MathGL examples");
  return gr.Run();
}


CMakeLists.txt:

cmake_minimum_required(VERSION 3.15)
project(GLPlotting)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS OFF)
find_package(MathGL2 REQUIRED)
add_executable(test_mathgl test_mathgl.cpp)
target_link_libraries(test_mathgl mgl-fltk)


To compile, enter the following commands:

mkdir build && cmake -B build -S .
cmake --build build


(this assumes workarounds for Bug#1004218)

Best regards,
Marius


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable-updates'), (500, 'stable'), (50, 
'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-3-amd64 (SMP w/32 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:da:lt
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libmgl-dev depends on:
ii  libgl-dev 1.4.0-1
ii  libgsl-dev2.7.1+dfsg-3
ii  libmgl-fltk8  8.0.1-1
ii  libmgl-glut8  8.0.1-1
ii  libmgl-mpi8   8.0.1-1
ii  libmgl-qt5-8  8.0.1-1
ii  libmgl-wnd8   8.0.1-1
ii  libmgl-wx88.0.1-1
ii  libmgl8   8.0.1-1
ii  libpng-dev1.6.37-3

libmgl-dev recommends no packages.

libmgl-dev suggests no packages.

-- no debconf information

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


Bug#1004218: /usr/lib/cmake/mathgl2/MathGLTargets.cmake: mgltask is missing when using cmake find_package(MathGL2)

2022-01-22 Thread Marius Mikucionis
Package: libmgl-dev
Version: 8.0.1-1
Severity: normal
File: /usr/lib/cmake/mathgl2/MathGLTargets.cmake

Dear maintainer,

I am trying to use libmgl-dev with the following CMakeLists.txt:

cmake_minimum_required(VERSION 3.15)
project(GLPlotting)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS OFF)

find_package(MathGL2 REQUIRED)


Then issue the following command:

mkdir -p build && cmake -B build -S .


It yields the following unexpected error message:

-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found OpenMP_C: -fopenmp (found version "4.5") 
-- Found OpenMP_CXX: -fopenmp (found version "4.5") 
-- Found OpenMP: TRUE (found version "4.5")  
CMake Error at /usr/lib/cmake/mathgl2/MathGLTargets.cmake:214 (message):
  The imported target "mgltask" references the file

 "/usr/bin/mgltask"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

 "/usr/lib/cmake/mathgl2/MathGLTargets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/cmake/mathgl2/MathGL2Config.cmake:30 (include)
  CMakeLists.txt:7 (find_package)

-- Configuring incomplete, errors occurred!



I found that /usr/bin/mgltask is provided by mathgl package, thus libmgl-dev 
should depend on it, or the cmake script needs to be ammended not to look for 
it (I am not sure if/why these binaries are needed).

Also /usr/lib/cmake/mathgl2/MathGLTargets.cmake is looking for /usr/bin/udav, 
which is provided by udav, so libmgl-dev (or maybe libmgl-fltk8 or similar 
judging from the context) should have a dependency on udav package.

Then the same cmake script is looking for /usr/lib/cgi-bin/mgl.cgi whereas 
/usr/bin/mgl.cgi is provided by mathgl, so the path is wrong (maybe a symbolic 
link is needed? or parhaps mgl.cgi got installed in the wrong location?).

I am not planning on using CGI API, so ideally mgl.cgi should be optional (e.g. 
requested as an argument to find_package command).

Best regards,
Marius

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable-updates'), (500, 'stable'), (50, 
'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-3-amd64 (SMP w/32 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:da:lt
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libmgl-dev depends on:
ii  libgl-dev 1.4.0-1
ii  libgsl-dev2.7.1+dfsg-3
ii  libmgl-fltk8  8.0.1-1
ii  libmgl-glut8  8.0.1-1
ii  libmgl-mpi8   8.0.1-1
ii  libmgl-qt5-8  8.0.1-1
ii  libmgl-wnd8   8.0.1-1
ii  libmgl-wx88.0.1-1
ii  libmgl8   8.0.1-1
ii  libpng-dev1.6.37-3

libmgl-dev recommends no packages.

libmgl-dev suggests no packages.

-- no debconf information

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


Re: opm-upscaling_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Markus Blatt

Hi,

thanks a lot Anton and Thorsten for your work and helpfulness.

I have pushed the changes to salsa (version number is the same):
https://salsa.debian.org/science-team/opm-grid/
https://salsa.debian.org/science-team/opm-simulators/
https://salsa.debian.org/science-team/opm-upscaling/

Salsa-Ci passed.

Cheers,

Markus
Am Sat, Jan 22, 2022 at 08:35:29PM +0100 schrieb Anton Gladky:

Hi Markus,

please prepare update, push into salsa and I will reuploaded
rejected packages.

Thanks Thorsten for your work!


Anton

Am Sa., 22. Jan. 2022 um 20:22 Uhr schrieb Markus Blatt :


Hi,

Thanks a lot for the review Thorsten.

actually they are called Equinor AS now: 
https://www.equinor.com/en/news/16may2018-changes-name-equinor.html

I thought that mentioning the new name would be ok. It is unfortunate that
this was never changed in the files of upstream.

How should we/I proceed?

Cheers,

Markus

Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:
>
>Hi Markus,
>
>please also mention at least Statoil ASA in your debian/copyright.
>
>Thanks!
> Thorsten
>
>
>
>===
>
>Please feel free to respond to this email if you don't understand why
>your files were rejected, or if you upload new files which address our
>concerns.
>
>

--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858




--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858

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


Re: opm-upscaling_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Anton Gladky
I would propose to put those two names with a small comment
to make it traceable and transparent.

Anton

Am Sa., 22. Jan. 2022 um 21:27 Uhr schrieb Markus Blatt :
>
> Hi Anton,
>
> that sounds great. What would you prefer:
>
> 1. Mention the old names where approriate as copyright holders or
> 2. Change the comment in the copyright file to indicate the name changes:
> ... Equinor ASA, ... NORCE...
>Note that Statoil ASA was renamed to Equinor AS in 2018 and  Uni Research 
> AS, International Research Institute of Stavanger AS (IRIS) et al
>merged in 2018 and became NORCE. In the source files sometimes the old 
> names or former
>institutions are mentioned in the copyright notices.
>
> Markus
>
> Am Sat, Jan 22, 2022 at 08:35:29PM +0100 schrieb Anton Gladky:
> >Hi Markus,
> >
> >please prepare update, push into salsa and I will reuploaded
> >rejected packages.
> >
> >Thanks Thorsten for your work!
> >
> >
> >Anton
> >
> >Am Sa., 22. Jan. 2022 um 20:22 Uhr schrieb Markus Blatt :
> >>
> >> Hi,
> >>
> >> Thanks a lot for the review Thorsten.
> >>
> >> actually they are called Equinor AS now: 
> >> https://www.equinor.com/en/news/16may2018-changes-name-equinor.html
> >>
> >> I thought that mentioning the new name would be ok. It is unfortunate that
> >> this was never changed in the files of upstream.
> >>
> >> How should we/I proceed?
> >>
> >> Cheers,
> >>
> >> Markus
> >>
> >> Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:
> >> >
> >> >Hi Markus,
> >> >
> >> >please also mention at least Statoil ASA in your debian/copyright.
> >> >
> >> >Thanks!
> >> > Thorsten
> >> >
> >> >
> >> >
> >> >===
> >> >
> >> >Please feel free to respond to this email if you don't understand why
> >> >your files were rejected, or if you upload new files which address our
> >> >concerns.
> >> >
> >> >
> >>
> >> --
> >>
> >> Dr. Markus Blatt - HPC-Simulation-Software & Services 
> >> http://www.dr-blatt.de
> >> Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
> >> Tel.: +49 (0) 160 97590858
> >
>
> --
>
> Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
> Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
> Tel.: +49 (0) 160 97590858

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


Processed: update bts with meta info

2022-01-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 1004094 src:python-imageio 2.4.1-3
Bug #1004094 {Done: Graham Inggs } [src:pillow, 
src:python-imageio] pillow breaks python-imageio autopkgtest: assert (150, 200, 
3) == (150, 200, 4)
Bug reassigned from package 'src:pillow, src:python-imageio' to 
'src:python-imageio'.
No longer marked as found in versions pillow/9.0.0-1 and python-imageio/2.4.1-3.
Ignoring request to alter fixed versions of bug #1004094 to the same values 
previously set
Bug #1004094 {Done: Graham Inggs } [src:python-imageio] 
pillow breaks python-imageio autopkgtest: assert (150, 200, 3) == (150, 200, 4)
Marked as found in versions python-imageio/2.4.1-3.
> affects 1004094 src:pillow
Bug #1004094 {Done: Graham Inggs } [src:python-imageio] 
pillow breaks python-imageio autopkgtest: assert (150, 200, 3) == (150, 200, 4)
Added indication that 1004094 affects src:pillow
> fixed 1004094 2.4.1-4
Bug #1004094 {Done: Graham Inggs } [src:python-imageio] 
pillow breaks python-imageio autopkgtest: assert (150, 200, 3) == (150, 200, 4)
Marked as fixed in versions python-imageio/2.4.1-4.
> thanks
Stopping processing here.

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

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


Re: opm-upscaling_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Markus Blatt

Hi Anton,

that sounds great. What would you prefer:

1. Mention the old names where approriate as copyright holders or
2. Change the comment in the copyright file to indicate the name changes:
   ... Equinor ASA, ... NORCE...
  Note that Statoil ASA was renamed to Equinor AS in 2018 and  Uni Research AS, 
International Research Institute of Stavanger AS (IRIS) et al
  merged in 2018 and became NORCE. In the source files sometimes the old names 
or former
  institutions are mentioned in the copyright notices.

Markus

Am Sat, Jan 22, 2022 at 08:35:29PM +0100 schrieb Anton Gladky:

Hi Markus,

please prepare update, push into salsa and I will reuploaded
rejected packages.

Thanks Thorsten for your work!


Anton

Am Sa., 22. Jan. 2022 um 20:22 Uhr schrieb Markus Blatt :


Hi,

Thanks a lot for the review Thorsten.

actually they are called Equinor AS now: 
https://www.equinor.com/en/news/16may2018-changes-name-equinor.html

I thought that mentioning the new name would be ok. It is unfortunate that
this was never changed in the files of upstream.

How should we/I proceed?

Cheers,

Markus

Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:
>
>Hi Markus,
>
>please also mention at least Statoil ASA in your debian/copyright.
>
>Thanks!
> Thorsten
>
>
>
>===
>
>Please feel free to respond to this email if you don't understand why
>your files were rejected, or if you upload new files which address our
>concerns.
>
>

--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858




--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858

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


Bug#1004212: berkeley-abc: autopkgtest regression on arm64, i386 and ppc64el: Segmentation fault

2022-01-22 Thread Paul Gevers

Source: berkeley-abc
Version: 1.01+20211229git48498af+dfsg-1
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: regression

Dear maintainer(s),

With a recent upload of berkeley-abc the autopkgtest of berkeley-abc 
fails in testing when that autopkgtest is run with the binary packages 
of berkeley-abc from unstable. It passes when run with only packages 
from testing. In tabular form:


   passfail
berkeley-abc   from testing1.01+20211229git48498af+dfsg-1
all others from testingfrom testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration to testing [1]. Can 
you please investigate the situation and fix it?


More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=berkeley-abc

https://ci.debian.net/data/autopkgtest/testing/arm64/b/berkeley-abc/18577291/log.gz

Segmentation fault
autopkgtest [00:13:20]: test can-show-help



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


Re: opm-upscaling_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Anton Gladky
Hi Markus,

please prepare update, push into salsa and I will reuploaded
rejected packages.

Thanks Thorsten for your work!


Anton

Am Sa., 22. Jan. 2022 um 20:22 Uhr schrieb Markus Blatt :
>
> Hi,
>
> Thanks a lot for the review Thorsten.
>
> actually they are called Equinor AS now: 
> https://www.equinor.com/en/news/16may2018-changes-name-equinor.html
>
> I thought that mentioning the new name would be ok. It is unfortunate that
> this was never changed in the files of upstream.
>
> How should we/I proceed?
>
> Cheers,
>
> Markus
>
> Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:
> >
> >Hi Markus,
> >
> >please also mention at least Statoil ASA in your debian/copyright.
> >
> >Thanks!
> > Thorsten
> >
> >
> >
> >===
> >
> >Please feel free to respond to this email if you don't understand why
> >your files were rejected, or if you upload new files which address our
> >concerns.
> >
> >
>
> --
>
> Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
> Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
> Tel.: +49 (0) 160 97590858

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


Re: opm-simulators_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Markus Blatt

Hi,

Thanks a lot for the review Thorsten.

Actually they are called Equinor AS now: 
https://www.equinor.com/en/news/16may2018-changes-name-equinor.html

I thought that mentioning the new name would be ok. It is unfortunate that
this was never changed in the files of upstream.

How should we/I proceed?

Cheers,

Markus

Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:


Hi Markus,

please also mention at least Statoil ASA in your debian/copyright.

Thanks!
Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.




--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858

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


Re: opm-grid_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Markus Blatt

And there was a merger of several research institutes (Iris, Uniresearch) which 
is now called Norce.

https://www.developmentaid.org/#!/organizations/view/85597/international-research-institute-ofstavanger-as-iris


Am Sat, Jan 22, 2022 at 08:23:33PM +0100 schrieb Markus Blatt:

Hi,

Thanks a lot for the review Thorsten.

actually they are called Equinor AS now: 
https://www.equinor.com/en/news/16may2018-changes-name-equinor.html

I thought that mentioning the new name would be ok. It is unfortunate that
this was never changed in the files of upstream.

How should we/I proceed?

Cheers,

Markus

Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:


Hi Markus,

please also mention at least Statoil ASA and Uni Research AS in your 
debian/copyright.

Thanks!
Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.




--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858


--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858

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


Re: opm-grid_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Markus Blatt

Hi,

Thanks a lot for the review Thorsten.

actually they are called Equinor AS now: 
https://www.equinor.com/en/news/16may2018-changes-name-equinor.html

I thought that mentioning the new name would be ok. It is unfortunate that
this was never changed in the files of upstream.

How should we/I proceed?

Cheers,

Markus

Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:


Hi Markus,

please also mention at least Statoil ASA and Uni Research AS in your 
debian/copyright.

Thanks!
Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.




--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858

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


Re: opm-upscaling_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Markus Blatt

Hi,

Thanks a lot for the review Thorsten.

actually they are called Equinor AS now: 
https://www.equinor.com/en/news/16may2018-changes-name-equinor.html

I thought that mentioning the new name would be ok. It is unfortunate that
this was never changed in the files of upstream.

How should we/I proceed?

Cheers,

Markus

Am Sat, Jan 22, 2022 at 07:00:08PM + schrieb Thorsten Alteholz:


Hi Markus,

please also mention at least Statoil ASA in your debian/copyright.

Thanks!
Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.




--

Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Pedettistr. 38, 85072 Eichstätt, Germany,  USt-Id: DE279960836
Tel.: +49 (0) 160 97590858

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


opm-simulators_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Thorsten Alteholz


Hi Markus,

please also mention at least Statoil ASA in your debian/copyright.

Thanks!
 Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


epics-base_7.0.3.1-1_amd64.changes REJECTED

2022-01-22 Thread Thorsten Alteholz


Hi,

please also mention at least all licenses from modules/*/LICENSE in your 
debian/copyright.

Thanks!
 Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


opm-upscaling_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Thorsten Alteholz


Hi Markus,

please also mention at least Statoil ASA in your debian/copyright.

Thanks!
 Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


opm-models_2021.10-1_amd64.changes ACCEPTED into unstable, unstable

2022-01-22 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 16 Nov 2021 16:50:02 +0100
Source: opm-models
Binary: libopm-models-dev libopm-models-doc
Architecture: source amd64 all
Version: 2021.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Markus Blatt 
Description:
 libopm-models-dev - C++ simulation framework for porous media flow -- 
development fil
 libopm-models-doc - C++ simulation framework for porous media flow -- 
documentation
Closes: 987381
Changes:
 opm-models (2021.10-1) unstable; urgency=medium
 .
   * Initial release (Closes: #987381)
Checksums-Sha1:
 34d614d794f03784e6a832f6146f772d0ccc5f13 2466 opm-models_2021.10-1.dsc
 78ad25c16173940937e5a4c04b012638a602f1cc 1916392 opm-models_2021.10.orig.tar.xz
 50ccfde990990f321b3e40a9fd3a95fd39d18e3a 4884 
opm-models_2021.10-1.debian.tar.xz
 910dacfe7422f8fae295625d95874ea6fc3c93bf 245656 
libopm-models-dev_2021.10-1_amd64.deb
 77e459c95b42979988485a0950ce4edbef2a53f9 401156 
libopm-models-doc_2021.10-1_all.deb
 2d5a90d3cf6d47e26de743a19a06b283531eb428 12780 
opm-models_2021.10-1_amd64.buildinfo
Checksums-Sha256:
 d962f4cbc39f1834266ffcac054bbf1efd4261af370e2a81a7a499357e34a080 2466 
opm-models_2021.10-1.dsc
 a97674fddac60c605200973825f84046e2120a39ec5d219984570a4306b4aeef 1916392 
opm-models_2021.10.orig.tar.xz
 647cf29f94749be73428232ae9c3c722a430be57bad70c8acdc95d704aa86c2b 4884 
opm-models_2021.10-1.debian.tar.xz
 91134d514a2fbbb949cb9c4e044eafcf1fcf64ed3759fdc6210ebea14560d515 245656 
libopm-models-dev_2021.10-1_amd64.deb
 b12ca75ae158676cecad68c23f96ccad1c4eedf56500ef36d0aade85360e6fe1 401156 
libopm-models-doc_2021.10-1_all.deb
 5fc4ee2b6e55cf993a6eb974d9b9bde38c5d8d3978b6d477aeaafd8724189bfc 12780 
opm-models_2021.10-1_amd64.buildinfo
Files:
 a1c8502687790e055c71cd3e0a54fa37 2466 libs optional opm-models_2021.10-1.dsc
 5d56ae180910ae6982cb15d7835d8b68 1916392 libs optional 
opm-models_2021.10.orig.tar.xz
 2547d0654c70a232df924407f6017e98 4884 libs optional 
opm-models_2021.10-1.debian.tar.xz
 b8b07f69651578c8d93a3e67df91ffe0 245656 libdevel optional 
libopm-models-dev_2021.10-1_amd64.deb
 0abd3f68a48146d94decf7a45d5ac375 401156 doc optional 
libopm-models-doc_2021.10-1_all.deb
 0dd5aae33e0854f386758e4d88a1033d 12780 libs optional 
opm-models_2021.10-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmGULH4ACgkQ0+Fzg8+n
/wa/gBAAhGiePZujfjl1Qm3mZAAnUvm9oQcDvJ3gMREXYzlkbogmr+0ahFvUKLwz
TELShdI9ePU71ad61vdvGj4WI97lYpWWtR8LSXuFTndc+uNnA4Gbt5SPjKzEw3wn
zUoyRXBatF69jhLUMuS2OKZCRpVkLOeFzs88h8hsAonzyWnnvHTN310PAOb0+ra4
rk9pZQ3afK26zfW7gv2CgU53Zncey9UQybDl+9SuhfLM4sDSGPj9yzaapQasJkfa
KRjes4xHHVUsloMJY8qaxpc16Lp5y6U8byHJs1ZISdFuwcUH8XPmm7YNEeuhNmHc
FF5tCQoUx8eCoI5tqme3qsUXL2t84pUO9SH9ApZmDco17rk6qSaMyrHY4ek16jWM
AgFxE3cfKA6/ve3d2hKIzJHPTx/2eipV9EuwrprAVAWe9twix53+TbC1NJEyQBAj
rCsEUFdERwdwXq4YfnQmEN2yvGwOA+CedZu5DC244JH0jv062qpYZYWzNYRLM1MR
2PQ9zEPtJbq9rNQl1hdsxFcq9UpY0QoAwPLiesr3BLoE+XP2l/0LcFmVcF9hVxV/
vLmOm0dpDyLdlJgNjKpr2PVXnnYDQ8cZAVN9Krfrn+2iGNSQfMendUDGdxQhOJkU
X4ny/LdVnshuIdu9C08O0g3ILkIaQc01JCGqcWSMLlMFDXGDNBk=
=4Mbs
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


opm-grid_2021.10-1_amd64.changes REJECTED

2022-01-22 Thread Thorsten Alteholz


Hi Markus,

please also mention at least Statoil ASA and Uni Research AS in your 
debian/copyright.

Thanks!
 Thorsten



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


I wish you a prosperous year I wish you every success this year. Hope you find joy in favor of good luck and success in all walks of life. Happy New Year 2022!

2022-01-22 Thread Dembc Sadio

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


Processing of scikit-learn_1.0.1-1.1_source.changes

2022-01-22 Thread Debian FTP Masters
scikit-learn_1.0.1-1.1_source.changes uploaded successfully to localhost
along with the files:
  scikit-learn_1.0.1-1.1.dsc
  scikit-learn_1.0.1-1.1.debian.tar.xz

Greetings,

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

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


Bug#1003165: scikit-learn in unstable FTBFS on arm64, armel, armhf, i386, ppc64el and s390x

2022-01-22 Thread Paul Gevers
Source: scikit-learn
Followup-For: Bug #1003165

Hi,

I have uploaded the attached debdiff as NMU to DELAYED/2. Please let
me know if I should cancel the upload.

Paul
diff --git a/debian/changelog b/debian/changelog
index 7816bd5..2cf4db0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+scikit-learn (1.0.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * To advance the python3.10 transition, disable the tests during build
+for now (see: #1003165)
+
+ -- Paul Gevers   Fri, 21 Jan 2022 22:38:09 +0100
+
 scikit-learn (1.0.1-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 3359be5..80fc485 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 
 # See also: skimage
 
+export DEB_BUILD_OPTIONS += nocheck
+
 include /usr/share/dpkg/architecture.mk
 
 PY3VER  ?= $(shell py3versions -vd)
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


ماجستير مهني مصغر في الحوسبة ونظم المعلومات

2022-01-22 Thread marwa hasaan
*الدار العربية للتنمية الادارية** تدعوكم للمشاركه في*

*ماجستير مهني مصغر في الحوسبة ونظم المعلومات*

*(*إدارة الحوسبة ونظم المعلومات )

*بشهادة معتمدة وموثقة*

*موعد الانعقاد: * *من 30 يناير الي 3 فبراير   2022م*

*القاعة الافتراضية زم في حالة تعذر الحضور للقاهرة*

*للتواصل عبر الواتس اضغط هنا*




*مقدمة :*

إدارة نظم المعلومات (ISM) لا تعني الأنظمة أو التقنيات كنظم المعلومات أو
تقنيات المعلومات. ومع ذلك ، فهي مجموعة من الأنشطة والعمليات والممارسات التي
تهدف إلى تحقيق الكفاءة في المؤسسات. وقد تم إيلاء المزيد من الاهتمام مؤخرًا
لإدارة نظم المعلومات (ISM) نتيجة لتدفق كمية كبيرة من المعلومات عبر الإنترنت
ووسائل الاتصال الحديثة. لذا من الضروري توفير نظام لإدارة المعلومات ينظم عمل
المؤسسات والشركات التقنية والتكنولوجية لمختلف الأنشطة.

*مستهدفين في ذلك*

العاملين في الأقسام الفنية بشركات البرمجة.

مدراء الشركات التي تهدف إلى الاستثمار في نظم المعلومات.

مدراء أقسام البرمجة والكمبيوتر.

مشرفو الأقسام في الشركات والمؤسسات.

رؤساء الأقسام في الشركات التي تستخدم نظم المعلومات.

مدراء الأقسام في الشركات الفنية المتقدمة.

مشرفو الأقسام التكنولوجية في شركات البرمجة.

محللو البيانات وموظفو أقسام أرشفة المعلومات.

مشرفو أقسام الحوسبة والبرمجيات في الشركات



*للاطلاع علي البورشورات افتح ( نسخ /** copy*) للينك




*مدير التدريب  :   أ / ريهان سالم*

*جوال/ واتس : 00201006000691 *

*فاكس: 0020237800573 – 0020235866323*

*هاتف: 0020237800583 – 0020237800693*

-- 
You received this message because you are subscribed to the Google Groups 
"شهادات موثقة من الخارجية - 2050- org" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to -2050-_-org_+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/-2050-_-org_/CAPuKSeckT_7yudYBWjUpVEaD7Zyq%2BQ4BDk2-99Q_ASDNOAaLkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers