[eclib] branch master updated (d05b50d -> 158cbff)

$DEBFULLNAME julien.puydt at laposte.net
Sun Sep 15 16:02:54 UTC 2013


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a change to branch master
in repository eclib.

      from  d05b50d   Updated debian/changelog for the new upstream version
       new  16a3e5c   Latest Standards-Version
       new  3acc9a4   Canonicalized Vcs-* fields
       new  09cbf7f   Make the use of pristine-tar explicit
       new  a9274b1   Updated watch to follow the github repository
      adds  de77573   Imported Upstream version 2013-05-26
       new  93453a4   Merge tag 'upstream/2013-05-26'
       new  da80ceb   Upgraded to latest upstream
       new  4887cc0   Removed now useless dependency
       new  33257f4   Don't ship an empty ChangeLog
       new  158cbff   Override useless lintian warning

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                           |  109 +
 .hgignore                            |   35 +
 COPYING                              |  899 +-
 Makefile.in                          |  742 -
 README                               |   32 +-
 README.md                            |    4 +
 aclocal.m4                           |  976 --
 autogen.sh                           |    6 +
 config.guess                         | 1533 --
 config.sub                           | 1693 ---
 configure                            |19069 -------------------------
 configure.ac                         |   31 +-
 debian/changelog                     |    6 +
 debian/control                       |    8 +-
 debian/eclib-tools.lintian-overrides |    3 +
 debian/gbp.conf                      |    2 +
 debian/libec-dev.lintian-overrides   |    2 +
 debian/libec0.lintian-overrides      |    3 +
 debian/rules                         |    3 +
 debian/watch                         |    2 +-
 depcomp                              |  688 -
 doc/Makefile.in                      |  432 -
 doc/howto.txt                        |    8 +-
 install-sh                           |  520 -
 libsrc/Makefile.am                   |    6 +-
 libsrc/Makefile.in                   |  689 -
 libsrc/arith.cc                      |    8 +-
 libsrc/bitspace.cc                   |    8 +-
 libsrc/compproc.cc                   |    8 +-
 libsrc/conic.cc                      |    8 +-
 libsrc/cperiods.cc                   |    8 +-
 libsrc/cubic.cc                      |    8 +-
 libsrc/curve.cc                      |    8 +-
 libsrc/curvedata.cc                  |    8 +-
 libsrc/curvemod.cc                   |    8 +-
 libsrc/curvered.cc                   |    8 +-
 libsrc/curvesort.cc                  |    8 +-
 libsrc/cusp.cc                       |    8 +-
 libsrc/desc2.cc                      |    8 +-
 libsrc/descent.cc                    |    8 +-
 libsrc/divpol.cc                     |    8 +-
 libsrc/eclib/arith.h                 |    8 +-
 libsrc/eclib/bigrat.h                |    8 +-
 libsrc/eclib/bitspace.h              |    8 +-
 libsrc/eclib/compproc.h              |    8 +-
 libsrc/eclib/conic.h                 |    8 +-
 libsrc/eclib/cperiods.h              |    8 +-
 libsrc/eclib/cubic.h                 |    8 +-
 libsrc/eclib/curve.h                 |    8 +-
 libsrc/eclib/curvemod.h              |    8 +-
 libsrc/eclib/curvesort.h             |    8 +-
 libsrc/eclib/cusp.h                  |    8 +-
 libsrc/eclib/desc2.h                 |    8 +-
 libsrc/eclib/descent.h               |    8 +-
 libsrc/eclib/divpol.h                |    8 +-
 libsrc/eclib/egr.h                   |    8 +-
 libsrc/eclib/elog.h                  |    8 +-
 libsrc/eclib/ffmod.h                 |    8 +-
 libsrc/eclib/fixc6.h                 |    8 +-
 libsrc/eclib/getcurve.h              |    8 +-
 libsrc/eclib/gf.h                    |    8 +-
 libsrc/eclib/gpslave.h               |    8 +-
 libsrc/eclib/hilbert.h               |    8 +-
 libsrc/eclib/homspace.h              |    8 +-
 libsrc/eclib/htconst.h               |    8 +-
 libsrc/eclib/illl.h                  |    8 +-
 libsrc/eclib/interface.h             |    9 +-
 libsrc/eclib/isogs.h                 |    8 +-
 libsrc/eclib/kbessel.h               |    8 +-
 libsrc/eclib/lambda.h                |    8 +-
 libsrc/eclib/legendre.h              |    8 +-
 libsrc/eclib/marith.h                |    8 +-
 libsrc/eclib/mat.h                   |    8 +-
 libsrc/eclib/matrix.h                |    8 +-
 libsrc/eclib/mequiv.h                |    8 +-
 libsrc/eclib/method.h                |    8 +-
 libsrc/eclib/mglobsol.h              |    8 +-
 libsrc/eclib/minim.h                 |    8 +-
 libsrc/eclib/mlocsol.h               |    8 +-
 libsrc/eclib/mmatrix.h               |    8 +-
 libsrc/eclib/moddata.h               |    8 +-
 libsrc/eclib/mquartic.h              |    8 +-
 libsrc/eclib/mrank1.h                |    8 +-
 libsrc/eclib/mrank2.h                |    8 +-
 libsrc/eclib/msoluble.h              |    8 +-
 libsrc/eclib/msubspace.h             |    8 +-
 libsrc/eclib/mvector.h               |    8 +-
 libsrc/eclib/mwprocs.h               |    8 +-
 libsrc/eclib/newforms.h              |    8 +-
 libsrc/eclib/nfd.h                   |    8 +-
 libsrc/eclib/oldforms.h              |    8 +-
 libsrc/eclib/options.h               |   12 +-
 libsrc/eclib/p2points.h              |    8 +-
 libsrc/eclib/parifact.h              |    8 +-
 libsrc/eclib/pcprocs.h               |    8 +-
 libsrc/eclib/periods.h               |    8 +-
 libsrc/eclib/points.h                |    8 +-
 libsrc/eclib/pointsmod.h             |    8 +-
 libsrc/eclib/polys.h                 |    8 +-
 libsrc/eclib/qc.h                    |    8 +-
 libsrc/eclib/quadratic.h             |    8 +-
 libsrc/eclib/rat.h                   |    8 +-
 libsrc/eclib/reader.h                |    8 +-
 libsrc/eclib/realroots.h             |    8 +-
 libsrc/eclib/reduce.h                |    8 +-
 libsrc/eclib/saturate.h              |    8 +-
 libsrc/eclib/sieve_search.h          |    8 +-
 libsrc/eclib/sifter.h                |    8 +-
 libsrc/eclib/smat.h                  |    8 +-
 libsrc/eclib/smat_elim.h             |    8 +-
 libsrc/eclib/smatrix.h               |    8 +-
 libsrc/eclib/smatrix_elim.h          |    8 +-
 libsrc/eclib/splitbase.h             |    8 +-
 libsrc/eclib/sqfdiv.h                |    8 +-
 libsrc/eclib/sub.h                   |    8 +-
 libsrc/eclib/subspace.h              |    8 +-
 libsrc/eclib/svec.h                  |    8 +-
 libsrc/eclib/svector.h               |    8 +-
 libsrc/eclib/symb.h                  |    8 +-
 libsrc/eclib/templates.h             |    8 +-
 libsrc/eclib/timer.h                 |    8 +-
 libsrc/eclib/tlss.h                  |    8 +-
 libsrc/eclib/transform.h             |    8 +-
 libsrc/eclib/twoadic.h               |    8 +-
 libsrc/eclib/unimod.h                |    8 +-
 libsrc/eclib/vec.h                   |    8 +-
 libsrc/eclib/vector.h                |    8 +-
 libsrc/eclib/version.h               |    8 +-
 libsrc/eclib/xmod.h                  |    8 +-
 libsrc/eclib/xsplit.h                |    8 +-
 libsrc/egr.cc                        |    8 +-
 libsrc/elog.cc                       |    8 +-
 libsrc/ffmod.cc                      |    8 +-
 libsrc/fixc6.cc                      |    8 +-
 libsrc/fixc6.data                    |25808 ++++++++++++++++++++++++++++++++++
 libsrc/getcurve.cc                   |    8 +-
 libsrc/gf.cc                         |    8 +-
 libsrc/gpslave.cc                    |    8 +-
 libsrc/heights.cc                    |    8 +-
 libsrc/hilbert.cc                    |    8 +-
 libsrc/homspace.cc                   |    8 +-
 libsrc/htconst.cc                    |    8 +-
 libsrc/illl.cc                       |    8 +-
 libsrc/interface.cc                  |    8 +-
 libsrc/isogs.cc                      |    8 +-
 libsrc/kbessel.cc                    |    8 +-
 libsrc/lambda.cc                     |    8 +-
 libsrc/legendre.cc                   |    8 +-
 libsrc/marith.cc                     |    8 +-
 libsrc/mat.cc                        |    8 +-
 libsrc/matrix.cc                     |    8 +-
 libsrc/mequiv.cc                     |    8 +-
 libsrc/mglobsol.cc                   |    8 +-
 libsrc/minim.cc                      |    8 +-
 libsrc/mlocsol.cc                    |    8 +-
 libsrc/mmatrix.cc                    |    8 +-
 libsrc/moddata.cc                    |    8 +-
 libsrc/mquartic.cc                   |    8 +-
 libsrc/mrank1.cc                     |    8 +-
 libsrc/mrank2.cc                     |    8 +-
 libsrc/msubspace.cc                  |    8 +-
 libsrc/mvector.cc                    |    8 +-
 libsrc/mwprocs.cc                    |    8 +-
 libsrc/newforms.cc                   |    8 +-
 libsrc/nfd.cc                        |    8 +-
 libsrc/oldforms.cc                   |    8 +-
 libsrc/p2points.cc                   |    8 +-
 libsrc/parifact.cc                   |    8 +-
 libsrc/pcprocs.cc                    |    8 +-
 libsrc/periods.cc                    |    8 +-
 libsrc/points.cc                     |    8 +-
 libsrc/pointsmod.cc                  |    8 +-
 libsrc/polys.cc                      |    8 +-
 libsrc/qc.cc                         |    8 +-
 libsrc/quadratic.cc                  |    8 +-
 libsrc/random.cc                     |    8 +-
 libsrc/realroots.cc                  |    8 +-
 libsrc/reduce.cc                     |    8 +-
 libsrc/saturate.cc                   |    8 +-
 libsrc/sieve_search.cc               |    8 +-
 libsrc/sifter.cc                     |    8 +-
 libsrc/smat.cc                       |    8 +-
 libsrc/smat_elim.cc                  |    8 +-
 libsrc/smatrix.cc                    |    8 +-
 libsrc/smatrix_elim.cc               |    8 +-
 libsrc/sqfdiv.cc                     |    8 +-
 libsrc/sub.cc                        |    8 +-
 libsrc/subspace.cc                   |    8 +-
 libsrc/svec.cc                       |    8 +-
 libsrc/svector.cc                    |    8 +-
 libsrc/symb.cc                       |    8 +-
 libsrc/timer.cc                      |    8 +-
 libsrc/tlss.cc                       |    8 +-
 libsrc/transform.cc                  |    8 +-
 libsrc/twoadic.cc                    |    8 +-
 libsrc/unimod.cc                     |    8 +-
 libsrc/vec.cc                        |    8 +-
 libsrc/vector.cc                     |    8 +-
 libsrc/version.cc                    |    8 +-
 libsrc/xsplit.cc                     |  137 +-
 ltmain.sh                            | 9661 -------------
 m4/libtool.m4                        | 8001 -----------
 m4/ltoptions.m4                      |  384 -
 m4/ltsugar.m4                        |  123 -
 m4/ltversion.m4                      |   23 -
 m4/lt~obsolete.m4                    |   98 -
 man/Makefile.in                      |  462 -
 missing                              |  331 -
 progs/Makefile.am                    |    6 +-
 progs/Makefile.in                    |  813 --
 progs/aplist.cc                      |    8 +-
 progs/checkap.cc                     |    8 +-
 {libsrc => progs}/curvesort.cc       |  159 +-
 progs/ecnf.cc                        |    8 +-
 progs/h1bsd.cc                       |    8 +-
 progs/h1bsdcurisog.cc                |    8 +-
 progs/h1clist.cc                     |    8 +-
 progs/h1curve.cc                     |    8 +-
 progs/h1first.cc                     |    8 +-
 progs/indep_test.cc                  |    8 +-
 progs/list_cubics.cc                 |    8 +-
 progs/moreap.cc                      |    8 +-
 progs/mwrank.cc                      |    8 +-
 progs/nfcount.cc                     |    8 +-
 progs/nfhpcurve.cc                   |    8 +-
 progs/nfhpmcurve.cc                  |    8 +-
 progs/pcurve.cc                      |    8 +-
 progs/point_search.cc                |    8 +-
 progs/qexp.cc                        |    8 +-
 progs/quartic_points.cc              |    8 +-
 progs/reduce_cubics.cc               |    8 +-
 progs/reduce_quartics.cc             |    8 +-
 progs/solve_conic.cc                 |    8 +-
 progs/solve_legendre.cc              |    8 +-
 scripts/README                       |   15 +
 scripts/nap                          |    2 +
 scripts/nnf                          |    4 +
 scripts/showdata                     |   84 +
 scripts/showeigs                     |   23 +
 scripts/shownf                       |    5 +
 tests/Makefile.am                    |    6 +-
 tests/Makefile.in                    | 1127 --
 tests/allisog.cc                     |    8 +-
 tests/bigrattest.cc                  |    8 +-
 tests/checkgens.cc                   |    8 +-
 tests/comptest.cc                    |    8 +-
 tests/conductor.cc                   |    8 +-
 tests/d2.cc                          |    8 +-
 tests/hecketest.cc                   |    8 +-
 tests/homtest.cc                     |    8 +-
 tests/mattest.cc                     |    8 +-
 tests/mhcount.cc                     |    8 +-
 tests/mmattest.cc                    |    8 +-
 tests/modtest.cc                     |    8 +-
 tests/mptest.cc                      |    8 +-
 tests/mspace.cc                      |    8 +-
 tests/mvectest.cc                    |    8 +-
 tests/nftest.cc                      |    8 +-
 tests/oftest.cc                      |    8 +-
 tests/ptest.cc                       |    8 +-
 tests/rattest.cc                     |    8 +-
 tests/smattest.cc                    |    8 +-
 tests/space.cc                       |    8 +-
 tests/svectest.cc                    |    8 +-
 tests/tate.cc                        |    8 +-
 tests/tbessel.cc                     |    8 +-
 tests/tcon2.cc                       |    8 +-
 tests/tcurve.cc                      |    8 +-
 tests/tdivpol.cc                     |    8 +-
 tests/tegr.cc                        |    8 +-
 tests/telog.cc                       |    8 +-
 tests/tequiv.cc                      |    8 +-
 tests/theight.cc                     |    8 +-
 tests/thilbert.cc                    |    8 +-
 tests/thtconst.cc                    |    8 +-
 tests/tilll.cc                       |    8 +-
 tests/tlegcert.cc                    |    8 +-
 tests/tmanin.cc                      |    8 +-
 tests/tmrank.cc                      |    8 +-
 tests/tnfd.cc                        |    8 +-
 tests/torsion.cc                     |    8 +-
 tests/tp2points.cc                   |    8 +-
 tests/tperiods.cc                    |    8 +-
 tests/tpoints.cc                     |    8 +-
 tests/tsat.cc                        |    8 +-
 tests/tsat2.cc                       |    8 +-
 tests/tsat3.cc                       |    8 +-
 tests/twist.cc                       |    8 +-
 tests/vectest.cc                     |    8 +-
 289 files changed, 27618 insertions(+), 49096 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .hgignore
 delete mode 100644 Makefile.in
 create mode 100644 README.md
 delete mode 100644 aclocal.m4
 create mode 100755 autogen.sh
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 delete mode 100755 configure
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/libec-dev.lintian-overrides
 create mode 100644 debian/libec0.lintian-overrides
 delete mode 100755 depcomp
 delete mode 100644 doc/Makefile.in
 delete mode 100755 install-sh
 delete mode 100644 libsrc/Makefile.in
 create mode 100644 libsrc/fixc6.data
 delete mode 100644 ltmain.sh
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 delete mode 100644 man/Makefile.in
 delete mode 100755 missing
 delete mode 100644 progs/Makefile.in
 copy {libsrc => progs}/curvesort.cc (63%)
 create mode 100644 scripts/README
 create mode 100755 scripts/nap
 create mode 100755 scripts/nnf
 create mode 100755 scripts/showdata
 create mode 100755 scripts/showeigs
 create mode 100755 scripts/shownf
 delete mode 100644 tests/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eclib.git



More information about the debian-science-commits mailing list