[gap-io] branch master updated (06b9e93 -> 7ed9c39)
Jerome Benoit
calculus-guest at moszumanska.debian.org
Sat Jul 5 22:41:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a change to branch master
in repository gap-io.
from 06b9e93 Slight tweak
adds b601f2b Imported Upstream version 4.3.1
new 43ffac7 Merge tag 'upstream/4.3.1'
adds de0bfad Imported Upstream version 4.3.1+ds
new 7ed9c39 Imported Debian patch 4.3.1+ds-1
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:
CHANGES | 108 +++-----
HISTORY | 15 --
Makefile.am | 31 +--
PackageInfo.g | 209 +--------------
PackageInfoFor4.5.g | 297 ----------------------
README | 21 +-
TODO | 5 +-
VERSION | 2 +-
autogen.sh | 2 +
configure.ac | 24 +-
configure_like_gap | 37 ---
debian/changelog | 21 +-
debian/check.g | 4 -
debian/control | 4 +-
debian/copyright | 17 +-
debian/gap-io.dirs | 1 +
debian/gap-io.docs | 1 -
debian/gap-io.install | 2 +-
debian/gap-io.links | 3 -
debian/makedoc.g | 11 -
debian/patches/debianization.patch | 94 +++----
debian/patches/series | 1 -
debian/patches/upstream-autotools-machinery.patch | 88 -------
debian/repack | 24 +-
debian/rules | 12 +
debian/watch | 2 +-
doc/io.xml | 2 +-
doc/main.xml | 9 +-
gap/pickle.gd | 2 +
gap/pickle.gi | 30 ++-
m4/ac_find_gap.m4 | 0
m4/ax_cc_maxopt.m4 | 102 ++++----
m4/ax_check_compile_flag.m4 | 74 ++++++
m4/ax_check_compiler_flags.m4 | 79 ------
m4/ax_compiler_vendor.m4 | 108 ++++----
m4/ax_gcc_archflag.m4 | 137 +++++-----
m4/ax_gcc_x86_cpuid.m4 | 83 +++---
makedoc.g | 9 +-
src/io.c | 9 +-
test/test.c | 23 ++
tst/http.g | 4 +-
tst/pickle.g | 21 +-
tst/platform.g | 4 +-
43 files changed, 551 insertions(+), 1181 deletions(-)
delete mode 100644 HISTORY
delete mode 100644 PackageInfoFor4.5.g
create mode 100755 autogen.sh
delete mode 100755 configure_like_gap
delete mode 100644 debian/check.g
create mode 100644 debian/gap-io.dirs
delete mode 100644 debian/gap-io.links
delete mode 100644 debian/makedoc.g
delete mode 100644 debian/patches/upstream-autotools-machinery.patch
mode change 100755 => 100644 m4/ac_find_gap.m4
mode change 100755 => 100644 m4/ax_cc_maxopt.m4
create mode 100644 m4/ax_check_compile_flag.m4
delete mode 100755 m4/ax_check_compiler_flags.m4
mode change 100755 => 100644 m4/ax_compiler_vendor.m4
mode change 100755 => 100644 m4/ax_gcc_archflag.m4
mode change 100755 => 100644 m4/ax_gcc_x86_cpuid.m4
create mode 100644 test/test.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gap-io.git
More information about the debian-science-commits
mailing list