[lrcalc] branch master updated (88c6b38 -> 4898bc8)
Tobias Hansen
thansen at moszumanska.debian.org
Tue Aug 5 19:41:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
thansen pushed a change to branch master
in repository lrcalc.
from 88c6b38 Change Section from math to libs for liblrcalc1.
adds a142cb2 Imported Upstream version 1.2
new cd3d6bb Merge tag 'upstream/1.2'
new 4898bc8 Update changelog.
The 2 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:
ChangeLog | 24 +-
Makefile.am | 18 +-
Makefile.in | 161 +-
README | 111 +-
TODO | 8 -
configure | 28 +-
configure.ac | 7 +-
debian/changelog | 5 +-
lrcalc => lrcalc.maple.src | 24 +-
lrcoef/Makefile.am | 12 -
lrcoef/Makefile.in | 585 ---
lrcoef/coprod.c | 59 -
lrcoef/dependencies | 8 -
lrcoef/lrcoef.c | 51 -
lrcoef/lrskew.c | 91 -
lrcoef/maple.c | 86 -
lrcoef/mult.c | 141 -
lrcoef/sat.c | 395 --
lrcoef/skew.c | 75 -
m4/libtool.m4 | 8002 ++++++++++++++++++++++++++++++++++++++++-
m4/ltoptions.m4 | 385 +-
m4/ltsugar.m4 | 124 +-
m4/ltversion.m4 | 24 +-
m4/lt~obsolete.m4 | 99 +-
mathlib/Makefile.am | 2 -
mathlib/Makefile.in | 487 ---
mathlib/dependencies | 6 -
schubert/Makefile.am | 8 -
src/Makefile.am | 14 +
{schubert => src}/Makefile.in | 165 +-
{mathlib => src}/alloc.c | 1 +
{mathlib => src}/alloc.h | 2 +-
{mathlib => src}/claim.h | 0
{mathlib => src}/hashtab.c | 0
{mathlib => src}/hashtab.h | 0
{schubert => src}/lincomb.c | 0
{schubert => src}/lincomb.h | 0
{mathlib => src}/list.c | 0
{mathlib => src}/list.h | 0
{lrcoef => src}/lrcalc.c | 25 +-
{schubert => src}/maple.c | 7 +-
{lrcoef => src}/maple.h | 0
{mathlib => src}/salloc.c | 1 +
{schubert => src}/schublib.c | 6 +-
{schubert => src}/schublib.h | 0
{schubert => src}/schubmult.c | 8 +-
{mathlib => src}/set.c | 0
{mathlib => src}/set.h | 0
{lrcoef => src}/symfcn.c | 0
{lrcoef => src}/symfcn.h | 0
{mathlib => src}/vectarg.c | 0
{mathlib => src}/vectarg.h | 0
{mathlib => src}/vector.c | 0
{mathlib => src}/vector.h | 0
testsuite | 16 +-
55 files changed, 8986 insertions(+), 2285 deletions(-)
delete mode 100644 TODO
rename lrcalc => lrcalc.maple.src (91%)
delete mode 100644 lrcoef/Makefile.am
delete mode 100644 lrcoef/Makefile.in
delete mode 100644 lrcoef/coprod.c
delete mode 100644 lrcoef/dependencies
delete mode 100644 lrcoef/lrcoef.c
delete mode 100644 lrcoef/lrskew.c
delete mode 100644 lrcoef/maple.c
delete mode 100644 lrcoef/mult.c
delete mode 100644 lrcoef/sat.c
delete mode 100644 lrcoef/skew.c
mode change 120000 => 100644 m4/libtool.m4
mode change 120000 => 100644 m4/ltoptions.m4
mode change 120000 => 100644 m4/ltsugar.m4
mode change 120000 => 100644 m4/ltversion.m4
mode change 120000 => 100644 m4/lt~obsolete.m4
delete mode 100644 mathlib/Makefile.am
delete mode 100644 mathlib/Makefile.in
delete mode 100644 mathlib/dependencies
delete mode 100644 schubert/Makefile.am
create mode 100644 src/Makefile.am
rename {schubert => src}/Makefile.in (71%)
rename {mathlib => src}/alloc.c (99%)
rename {mathlib => src}/alloc.h (94%)
rename {mathlib => src}/claim.h (100%)
rename {mathlib => src}/hashtab.c (100%)
rename {mathlib => src}/hashtab.h (100%)
rename {schubert => src}/lincomb.c (100%)
rename {schubert => src}/lincomb.h (100%)
rename {mathlib => src}/list.c (100%)
rename {mathlib => src}/list.h (100%)
rename {lrcoef => src}/lrcalc.c (95%)
rename {schubert => src}/maple.c (85%)
rename {lrcoef => src}/maple.h (100%)
rename {mathlib => src}/salloc.c (98%)
rename {schubert => src}/schublib.c (99%)
rename {schubert => src}/schublib.h (100%)
rename {schubert => src}/schubmult.c (89%)
rename {mathlib => src}/set.c (100%)
rename {mathlib => src}/set.h (100%)
rename {lrcoef => src}/symfcn.c (100%)
rename {lrcoef => src}/symfcn.h (100%)
rename {mathlib => src}/vectarg.c (100%)
rename {mathlib => src}/vectarg.h (100%)
rename {mathlib => src}/vector.c (100%)
rename {mathlib => src}/vector.h (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lrcalc.git
More information about the debian-science-commits
mailing list