--- pari-extra-3.orig/debian/README.Debian +++ pari-extra-3/debian/README.Debian @@ -0,0 +1,21 @@ +pari-extra for Debian +---------------------- + +This package used to contains optional data files fo PARI/GP. It is now a dummy +package and it is replaced by 3 packages: + +pari-galdata: Galois Resolvant files for the polgalois function for degrees + 8, 9, 10 and 11 + +pari-elldata: PARI version of the Elliptic curve data by J. E. Cremona, + , for use + with ellsearch, ellidentity and ellgenerators. + +pari-seadata: modular polynomials for p < 500, for use with ellap. + These polynomials were extracted from the ECHIDNA databases + available at + and computed by David R. Kohel (kohel@maths.usyd.edu.au) University of Sydney + +Feel free to remove it. + + -- Bill Allombert Fri, 05 Aug 2011 14:18:43 +0200 --- pari-extra-3.orig/debian/rules +++ pari-extra-3/debian/rules @@ -0,0 +1,44 @@ +#!/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 + +# Build architecture-independent files here. +binary-arch: build install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + 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 --- pari-extra-3.orig/debian/compat +++ pari-extra-3/debian/compat @@ -0,0 +1 @@ +5 --- pari-extra-3.orig/debian/copyright +++ pari-extra-3/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Bill Allombert +ballombe@debian.org on Fri, 17 Nov 2000 17:59:46 +0100. + +It was downloaded from ftp://pari.math.u-bordeaux.fr/pub/pari/packages + +Copyright: + +PARI/GP is copyright 1989-2006 by the PARI group and distributed under +the terms of the GNU General Public License. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + --- pari-extra-3.orig/debian/changelog +++ pari-extra-3/debian/changelog @@ -0,0 +1,63 @@ +pari-extra (3-1) unstable; urgency=low + + * This package is now a dummy packages, replaced by pari-galdata and + pari-elldata. + * debian/control: + - Depends on pari-galdata, pari-elldata and pari-seadata. + - Suggests: galpol + * Bump standard version to 3.9.2 + * Move to debhelper v5 (May JoeyH dream of swirls). + + -- Bill Allombert Fri, 05 Aug 2011 14:07:02 +0200 + +pari-extra (2.1-1) unstable; urgency=low + + * New upstream bugfix release + - elldata was missing some curves. + * debian/watch: removed (cannot work). + + -- Bill Allombert Wed, 4 Oct 2006 17:36:44 +0200 + +pari-extra (2-1) unstable; urgency=low + + * New upstream release + - this release is not compatible with PARI/GP 2.1. + - this release include galdata and elldata. + * Bump standard version to 3.7.2. + * Update description. + * Move to debhelper v4 (May JoeyH dream of swirls). + + -- Bill Allombert Sat, 3 Jun 2006 16:48:44 +0200 + +pari-extra (1-4) unstable; urgency=low + + * Bump standard version to 3.6.1. + * update FTP site in debian/watch and debian/copyright. + * description: Rename Université to University to avoid trouble with + non latin-1 charsets. Thanks Denis Barbier. Closes: #245594. + + -- Bill Allombert Tue, 27 Apr 2004 19:04:04 +0200 + +pari-extra (1-3) unstable; urgency=low + + * Bump standard version to 3.5.9. + * Rebuild with new debhelper to remove the /usr/share/doc transition code. + * Clean up debian/rules. + + -- Bill Allombert Sun, 6 Apr 2003 17:10:00 +0200 + +pari-extra (1-2) unstable; urgency=low + + * Improved description. + + -- Bill Allombert Wed, 17 Oct 2001 19:35:11 +0200 + +pari-extra (1-1) unstable; urgency=low + + * Initial Release. Closes: BUG#99173 + + -- Bill Allombert Fri, 9 Mar 2001 14:49:27 +0100 + +Local variables: +mode: debian-changelog +End: --- pari-extra-3.orig/debian/control +++ pari-extra-3/debian/control @@ -0,0 +1,29 @@ +Source: pari-extra +Build-Depends: debhelper (>=5) +Section: math +Priority: optional +Maintainer: Bill Allombert +Standards-Version: 3.9.2.0 + +Package: pari-extra +Architecture: all +Depends: pari-galdata, pari-elldata, pari-seadata, ${misc:Depends} +Suggests: pari-gp, pari-galpol +Description: PARI/GP Computer Algebra System extra data files + 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 is a dummy package which depends on + pari-galdata: the Galois resolvants for the polgalois function. + pari-elldata: the elliptic curves database for the ellsearch function. + pari-seadata: the modular polynomials for the ellap function. + It can be safely removed after the upgrade. +