DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: slepc 3.25.0+dfsg1-1~exp2

New Package Report

.changes
Changed-ByFrancesco Ballarin
Architectureall amd64 source
Distributionexperimental
DateThu, 30 Apr 2026 16:38:10 +0000
Sourceslepc
Version3.25.0+dfsg1-1~exp2
Changelog
slepc (3.25.0+dfsg1-1~exp2) experimental; urgency=medium
 .
   * Update d/copyright.
     - Drop legacy url http://code.google.com/p/blopex
   * Standards-Version: 4.7.4 (routine-update)
   * Reorder sequence of d/control fields by cme (routine-update)
   * Secure URI in copyright format (routine-update)
   * Drop useless get-orig-source target (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Remove trailing whitespace in debian/rules (routine-update)
   * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
     Leave the call in d/rules as
       dh $@ --with python3,fortran_mod
     for clarity
   * Remove field Section on binary packages libslepc-complex3.25,
     libslepc-real3.25, libslepc64-complex3.25, libslepc64-real3.25 that
     duplicates source.
   * Rely on pre-initialized dpkg-architecture variables.
   * Trim trailing whitespace.
   * Use secure URI in Homepage field.
   * Add missing build-dependency on python3-setuptools.
   * Remove 8 redundant dependencies from weaker fields.
   * Update renamed lintian tag names in lintian overrides.
   * debputy lint --auto-fix (routine-update)
   * Fix privacy breaches
   * Use explicitly set -e in prerm and postinst scripts to avoid lintian
     pedantic message maintainer-script-without-set-e.
   * Add lintian overrides for false positive on repeated-path-segment, which
     happens because of how the directories are organized upstream.
   * Add d/upstream/metadata
.dsc
Componentmain
Package-Listlibslepc-complex-dev deb libdevel optional arch=any
libslepc-complex3.25 deb libs optional arch=any
libslepc-complex3.25-dev deb libdevel optional arch=any
libslepc-real-dev deb libdevel optional arch=any
libslepc-real3.25 deb libs optional arch=any
libslepc-real3.25-dev deb libdevel optional arch=any
libslepc3.25-dev-examples deb libdevel optional arch=all
libslepc64-complex-dev deb libdevel optional arch=any
libslepc64-complex3.25 deb libs optional arch=any
libslepc64-complex3.25-dev deb libdevel optional arch=any
libslepc64-real-dev deb libdevel optional arch=any
libslepc64-real3.25 deb libs optional arch=any
libslepc64-real3.25-dev deb libdevel optional arch=any
slepc-dev deb libdevel optional arch=any
slepc3.25-doc deb doc optional arch=all
slepc64-dev deb libdevel optional arch=any
Sectionlibdevel
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: SLEPc
Source: http://slepc.upv.es/
Files-Excluded: src/binding/slepc4py

Files: *
Copyright: (c) 2002-2017, Universitat Politecnica de Valencia, Spain
License:  BSD-2-clause

Files: docs/_static/styles/pydata-sphinx-theme.*
Copyright: 2011-2024 The Bootstrap Authors
                2024 Fonticons, Inc.
                2018 pandas
License: Expat and BSD-3-clause

Files:
 docs/_static/scripts/bootstrap.*
 docs/slepc4py/_static/scripts/bootstrap.*
Copyright:
  2011-2025 Twitter, Inc <https://twitter.com>
  2011-2025 Bootstrap Authors <https://github.com/twbs/bootstrap/graphs/contributors>
License: Expat

Files: src/eps/impls/external/blopex/petsc-interface.*
Copyright: 2010 BLOPEX team
License: LGPL-2.1

Files: debian/*
Copyright:
 2007, Ondrej Certik <ondrej@certik.cz>
 2015-2026 Drew Parsons <dparsons@debian.org>
License: GPL-3

License:  BSD-2-clause
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: LGPL-2.1
 See www.gnu.org or /usr/share/common-licenses/LGPL-2.1

License: GPL-3
 See /usr/share/common-licenses/GPL-3.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
 1. Redistributions of source code must retain the above copyright
 notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright
 notice, this list of conditions and the following disclaimer in the
 documentation and/or other materials provided with the distribution.
 .
 3. Neither the name of the Corporation nor the names of the
 contributors may be used to endorse or promote products derived from
 this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Review Information

rejected — allocated to mechtilde 6 hours ago, started 6 hours ago, completed 6 hours ago.

Final Comment

Hi,

I rejected this upload again.
I missed the improvement which was listed at the former rejection.
Thanks

Other Reviews of this Package

VersionHashAllocatedCompletedReviewerStatusDetails
3.25.0+dfsg1-1~exp3 2d0efa61… 2026-05-01 15:18 2026-05-01 15:36 mechtilde accepted VIEW
3.25.0+dfsg1-1~exp1 0f1e0ae8… 2026-04-27 11:40 2026-04-27 11:47 mechtilde rejected VIEW

Public Notes

6 hours ago ● public

Licenserecon

Command: lrc | grep -v 'Superfluous file pattern'
Exit code: 0

de: Versions: licenserecon '14.0'  licensecheck '3.3.9-1'

Quellbaum analysieren  ....
Lesen d/copyright  ....
Wird ausgeführt licensecheck ....

d/copyright      | licensecheck

BSD-2-clause     | Expat             docs/slepc4py/_static/styles/pydata-sphinx-theme.css
BSD-2-clause     | Expat             docs/slepc4py/_static/styles/pydata-sphinx-theme.css.map
Expat and BSD-3-clause| Expat             docs/_static/styles/pydata-sphinx-theme.css
Expat and BSD-3-clause| Expat             docs/_static/styles/pydata-sphinx-theme.css.map

Please list those files as listed above under Expat hich is a MIT like license.

Back to Dashboard | View all reviews for this package