debian/0000755000000000000000000000000011616544737007204 5ustar debian/source/0000755000000000000000000000000011607340513010466 5ustar debian/source/format0000644000000000000000000000001411572773405011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000153411616536163010261 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Modified for pari-extra by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install galpol /usr/share/pari # Build architecture-independent files here. binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_installdocs galpol/README dh_installexamples dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/compat0000644000000000000000000000000211572775326010403 0ustar 5 debian/copyright0000644000000000000000000000170211616544724011133 0ustar This package was debianized by Bill Allombert ballombe@debian.org on Wed, 13 Jul 2011 23:16:59 +0200 It was downloaded from ftp://pari.math.u-bordeaux.fr/pub/pari/packages Copyright: Copyright © 2003-2009 The PARI Group The mathematical entities in this database are, we hope, free of all copyright. The group data are taken from GAP 4 and the SMALL GROUPS LIBRARY by Hans Ulrich Besche, Bettina Eick and Eamonn O'Brien. The database itself is licensed under the GNU GPL version 2 or latter. PARI/GP 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 of the License, or (at your option) any later version. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY WHATSOEVER. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/dirs0000644000000000000000000000001210510752410010036 0ustar usr/share debian/changelog0000644000000000000000000000027211616536273011053 0ustar pari-galpol (1.0-1) unstable; urgency=low * Initial Release. -- Bill Allombert Thu, 04 Aug 2011 17:37:27 +0200 Local variables: mode: debian-changelog End: debian/control0000644000000000000000000000207211616541407010577 0ustar Source: pari-galpol Build-Depends: debhelper (>=5) Section: math Priority: optional Maintainer: Bill Allombert Standards-Version: 3.9.2.0 Package: pari-galpol Architecture: all Conflicts: libpari1 Depends: ${misc:Depends} Suggests: pari-gp Description: PARI/GP Computer Algebra System Galois polynomial database PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers, etc., and a lot of transcendental functions. PARI is also available as a C library to allow for faster computations. . Originally developed by Henri Cohen and his co-workers (University Bordeaux I, France), PARI is now under the GPL and maintained by Karim Belabas with the help of many volunteer contributors. . This package contains the Galois polynomials database accessible with the GP function galoisgetpol.