DFSG NEW Queue

DFSG, Licensing & New Packages Team

polylib 5.22.8+dfsg-1~exp1

Package Information

DescriptionPolyhedral library

Polylib is a free C library for doing computations on polyhedra. The library is operating on objects like vectors, matrices, lattices, polyhedra, Z-polyhedra, unions of polyhedra and other intermediary structures. It provides functions for all important operations on these structures. This package provides the shared libraries for 32-bit, 64-bit, and GMP integers.

MaintainerDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Changed ByDoug Torrance <dtorrance@debian.org>
Distributionexperimental
Architectureany
VCSgit: https://salsa.debian.org/science-team/polylib.git (browse)
Popcon Installs87
Binary NEWYes (binary-only upload)
Trackerhttps://tracker.debian.org/pkg/polylib
Uploaded4 hours ago

New Package Report

.changes
Distributionexperimental
DateWed, 06 May 2026 21:26:25 -0400
Sourcepolylib
Version5.22.8+dfsg-1~exp1
Changed-ByDoug Torrance
Architecturesource amd64
Changelog
polylib (5.22.8+dfsg-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
   * Rename libpolylib64-8-> libpolylib8 and libpolylib64-dev ->
     libpolylib-dev, as we no longer just distribute the 64-bit integer
     libraries, but also the 32-bit and GMP (arbitrary precision) integer
     libraries.
   * debian/compat
     - Remove file; compatibility level now provided by build-depending on
       debhelper-compat.
   * debian/control
     - Add myself to Uploaders
     - Bump debhelper compatibility level to 13.
     - Drop versioned dependency on dpkg-dev; only necessary for the
       ${t64:Provides} substitution variable, which is no longer needed.
     - Add libgmp-dev to Build-Depends so we can build the GMP integer
       library.
     - Reformat using wrap-and-sort
   * debian/copyright
     - Convert to DEP-5 format.
     - Add Files-Excluded field for repacking the tarball.
     - Add missing authors and licenses.
   * debian/gbp.conf
     - New file; set pristine-tar to true.
   * debian/libpolylib-dev.install
     - Simplify by installing all of /usr/include rather than specific header
       files.
     - Don't install libtool .la files.
   * debian/libpolylib8.lintian-overrides
     - Update override with new package names.
   * debian/not-installed
     - New file; let dh_missing know that it's okay not to install libtool
       .la files.
   * debian/patches/fix-implicit-function-declaration.patch
     - Refresh for new upstream release.
   * debian/polylib-utils.install
     - Simplify by installing all of /usr/bin rather than specific binaries.
   * debian/repack
     - Remove file; no longer necessary now that we use Files-Excluded in
       d/copyright.
   * debian/salsa-ci.yml
     - New file; run Salsa CI pipeline.
   * debian/watch
     - Update to version 4.
.dsc
Componentmain
Package-Listlibpolylib-dev deb libdevel optional arch=any
libpolylib8 deb libs optional arch=any
polylib-utils deb math optional arch=any
Sectionlibdevel
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://icps.u-strasbg.fr/polylib/
Upstream-Name: PolyLib
Upstream-Contact: Vincent Loechner <loechner@unistra.fr>
Files-Excluded: doc
Comment: Source of the documentation not available.

Files: *
Copyright:
	   2001 Olivier Albiez
	   2001 Corinne Ancourt
	   2001 Cédric Bastoul
	   1995, 1996 BYU, Provo, Utah
	   2001 Fabien Coelho
	   2011 Daniel Richard G. <skunk@iSKUNK.ORG>
	   2001 François Irigoin
	   2008 Steven G. Johnson <stevenj@alum.mit.edu>
	   2001 Bart Kienhuis
	   2001 Hervé Le Verge
	   1993 IRISA /Universite de Rennes I - France
	   2001 Vincent Loechner
	   2001 Benoit Meister
	   2004 Bavo Nootaert
	   2001 Tanguy Risset
	   2001 Rachid Seghir
	   2019 Marc Stevens <marc.stevens@cwi.nl>
	   2001 Sven Verdoolaege
	   2001 Doran Wilde
License: GPL-3+

Files: aclocal.m4
       m4/libtool.m4
       m4/lt~obsolete.m4
       m4/ltoptions.m4
       m4/ltsugar.m4
       m4/ltversion.m4
Copyright: 1996-2022 Free Software Foundation, Inc.
License: FSFULLR

Files: compile
       depcomp
       missing
Copyright: 1999-2021 Free Software Foundation, Inc.
License: GPL-2+ with Autoconf-data exception

Files: config.guess
       config.sub
Copyright: 1992-2018 Free Software Foundation, Inc.
License: GPL-3+ with Autoconf-data exception

Files: configure
Copyright: 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
License: FSFUL

Files: configure.ac
Copyright: 2000 The Regents of the University of California
License: MIT~old

Files: install-sh
Copyright: 1994 X Consortium
License: X11

Files: m4/ax_create_pkgconfig_info.m4
Copyright: 2008 Guido U. Draheim <guidod@gmx.de>
	   2008 Sven Verdoolaege <skimo@kotnet.org>
License: GPL-3+ with Autoconf-2.0~Archive exception

Files: debian/*
Copyright: 2009 serge guelton <serge.guelton@enst-bretagne.fr>
	   2026 Doug Torrance <dtorrance@debian.org>
License: GPL-3+

License: GPL-2+ with Autoconf-data exception
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <https://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that program.
 .
 On Debian systems, the complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL-2 file.

License: GPL-3+
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 .
 On Debian systems, the complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL-3 file.

License: GPL-3+ with Autoconf-data exception
 This file is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 3 of the License, or
 (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program; if not, see <https://www.gnu.org/licenses/>.
 .
 As a special exception to the GNU General Public License, if you
 distribute this file as part of a program that contains a
 configuration script generated by Autoconf, you may include it under
 the same distribution terms that you use for the rest of that
 program.  This Exception is an additional permission under section 7
 of the GNU General Public License, version 3 ("GPLv3").
 .
 On Debian systems, the complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL-3 file.

License: GPL-3+ with Autoconf-2.0~Archive exception
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 3 of the License, or (at your
 option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
 Public License for more details.
 .
 You should have received a copy of the GNU General Public License along
 with this program. If not, see <https://www.gnu.org/licenses/>.
 .
 As a special exception, the respective Autoconf Macro's copyright owner
 gives unlimited permission to copy, distribute and modify the configure
 scripts that are the output of Autoconf when processing the Macro. You
 need not follow the terms of the GNU General Public License when using
 or distributing such scripts, even though portions of the text of the
 Macro appear in them. The GNU General Public License (GPL) does govern
 all other use of the material that constitutes the Autoconf Macro.
 .
 This special exception to the GPL applies to versions of the Autoconf
 Macro released by the Autoconf Archive. When you make and distribute a
 modified version of the Autoconf Macro, you may extend this special
 exception to the GPL to apply to your modified version as well.
 .
 On Debian systems, the complete text of the GNU General Public License
 can be found in /usr/share/common-licenses/GPL-3 file.

License: FSFULLR
 This file is free software; the Free Software Foundation
 gives unlimited permission to copy and/or distribute it,
 with or without modifications, as long as this notice is preserved.

License: FSFUL
  This configure script is free software; the Free Software Foundation
  gives unlimited permission to copy, distribute and modify it.

License: MIT~old
 Permission is hereby granted, without written agreement and without
 license or royalty fees, to use, copy, modify, and distribute this
 software and its documentation for any purpose, provided that the
 above copyright notice and the following two paragraphs appear in all
 copies of this software.
 .
 IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
 ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF
 THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF
 SUCH DAMAGE.
 .
 THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE
 PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE UNIVERSITY OF
 CALIFORNIA HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
 ENHANCEMENTS, OR MODIFICATIONS.

License: X11
 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
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.

Back to Dashboard | View all reviews for this package