[admesh] branch experimental updated (63d40c8 -> 0fa652c)
Anton Gladky
gladk at moszumanska.debian.org
Fri May 19 10:54:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a change to branch experimental
in repository admesh.
from 63d40c8 Minor fix in manpage.
adds 8ecea20 Remove DM-Upload flag.
adds 90ceb45 Add parallel option to dh.
adds 4bf48ae Add admesh.manpages.
adds a16f06a Use autoreconf.
adds 4293f10 Clean debian/rules.
adds 7f815d9 Update changelog.
adds 93ad0d4 Recommend gmsh and paraview.
adds bbe1916 Imported Upstream version 0.96
adds 6937c79 Update patches, remove, applied by upstream.
adds f3f4663 Changes in debian-files due to upstream migration to cmake.
adds 01c27f4 Update changelog.
adds 3a0021e Update regression tests.
adds 28f9d66 Fix install admesh.
adds a5f8197 Do not install docs at install-stage.
adds 1b82176 Remove admesh.install.
adds dcbf772 Use canonical VCS.
adds b50a520 Update changelog.
adds cff9d65 Update changelog.
adds ee327e7 Imported Upstream version 0.96
adds 171e567 Imported Upstream version 0.97.3~git~3518914
adds 05228d7 Merge new version.
adds ac88834 Remove old patch.
adds 2a8af4e Update regression test.
adds 7edae5f Use autoreconf.
adds 7b699ba Update copyright.
adds 0a4fbaa Set Standards-Version: 3.9.5. No changes.
adds eb7f6b3 Change homepage of admesh to GitHub.
adds 81f7590 Add libadmesh1, libadmesh-dev and libadmesh1-dbg binaries.
adds 1aa4ba6 Minor fix.
adds 9350e91 Update debian/watch.
adds d0719ec Add autopkgtest.
adds 1273ea6 Merge.
adds ebb2034 Add one more autopkgtest.
adds d05e1e3 Update changelog.
adds ad99849 Add libadmesh-dev to depends of autopkgtests.
adds 97df98a Add pkg-config to depends of libadmesh-dev.
adds 608c3cf Minor fix.
adds 74b6117 Imported Upstream version 0.98.0
adds 96e3a9d Merge tag 'upstream/0.98.0'
adds e024618 Refresh regression tests.
adds 5f5cf26 Update changelog.
adds 57fad27 Fix watch-file.
adds bdceb0c Add python-admesh and python3-admesh to Recommends of Admesh.
adds 8dd86b0 Update changelog.
adds f93ebbd Imported Upstream version 0.98.1
adds e716d2e Merge tag 'upstream/0.98.1'
adds c310a10 Refresh patches.
adds ebfc81d Set Standards-Version: 3.9.6. No changes.
adds 4e7f02d Use wrap-and-sort.
adds 3c86e8a Update changelog.
adds ed0f38a Imported Upstream version 0.98.2
adds 2e44f90 Merge tag 'upstream/0.98.2'
adds 3527ed1 Apply cme fix dpkg-control.
adds bcf5ffa Update d/copyright.
adds d60e5a0 Update changelog.
adds b86a492 Update regression tests.
adds 9cfdaed Fix regression test.
adds 0f6e55b Update changelog.
adds 1bb35b8 Apply cme fix dpkg.
adds db6669e Drop -dbg-package.
adds 3e26830 Update changelog.
new 0f11e9f Switch compat level to 10.
new 5a29abe Update etalon for regression test.
adds 55ef2a1 New upstream version 0.98.3
new 21f4940 Merge tag 'upstream/0.98.3'
new 782e296 Merge branch 'master' into experimental
new d7d1746 Update changelog.
new 9f4fe1a Uplioad into experimental.
new 5fe952c Use ardening=+all option.
new 0fa652c Update changelog.
The 8 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 | 32 +
.travis.yml | 19 +
COMPILED.xml | 11 +
COPYING | 42 +-
ChangeLog => ChangeLog.old | 0
INSTALL | 17 +-
Makefile.am | 62 ++
Makefile.in | 21 -
README => README.md | 68 +-
SYSTEM.xml | 11 +
ADMESH.DOC => admesh-doc.txt | 0
admesh.1 | 173 +++
admesh.c | 517 ---------
autogen.sh | 9 +
configure | 752 -------------
configure.ac | 90 ++
configure.in | 30 -
connect.c | 1123 --------------------
debian/admesh.1 | 22 -
debian/admesh.docs | 3 +-
debian/admesh.install | 2 +-
debian/admesh.manpages | 1 +
debian/changelog | 90 ++
debian/compat | 2 +-
debian/control | 68 +-
debian/copyright | 35 +-
debian/libadmesh-dev.install | 3 +
debian/libadmesh1.install | 1 +
debian/patches/add-regression-test | 61 --
debian/patches/bug_597159_missing_fclose.diff | 14 -
debian/patches/series | 2 -
debian/regression_test/regression_test | 14 +
.../regression_test/regression_test_output_etalon | 36 +
debian/rules | 17 +-
block.stl => debian/tests/build | 39 +
debian/tests/control | 2 +
block.stl => debian/tests/regression | 64 ++
debian/watch | 3 +-
fortag.sh | 13 +
getopt.c | 762 -------------
getopt.h | 129 ---
getopt1.c | 180 ----
libadmesh.pc.in | 11 +
normals.c | 391 -------
shared.c | 242 -----
src/admesh.c | 425 ++++++++
src/connect.c | 975 +++++++++++++++++
src/normals.c | 333 ++++++
src/shared.c | 262 +++++
stl.h => src/stl.h | 106 +-
src/stl_io.c | 479 +++++++++
src/stlinit.c | 377 +++++++
src/util.c | 557 ++++++++++
stl_io.c | 466 --------
stlinit.c | 360 -------
util.c | 372 -------
56 files changed, 4301 insertions(+), 5595 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
create mode 100644 COMPILED.xml
rename ChangeLog => ChangeLog.old (100%)
create mode 100644 Makefile.am
delete mode 100644 Makefile.in
rename README => README.md (70%)
create mode 100644 SYSTEM.xml
rename ADMESH.DOC => admesh-doc.txt (100%)
create mode 100644 admesh.1
delete mode 100644 admesh.c
create mode 100755 autogen.sh
delete mode 100755 configure
create mode 100644 configure.ac
delete mode 100644 configure.in
delete mode 100644 connect.c
delete mode 100644 debian/admesh.1
create mode 100644 debian/admesh.manpages
create mode 100644 debian/libadmesh-dev.install
create mode 100644 debian/libadmesh1.install
delete mode 100644 debian/patches/add-regression-test
delete mode 100644 debian/patches/bug_597159_missing_fclose.diff
delete mode 100644 debian/patches/series
create mode 100755 debian/regression_test/regression_test
create mode 100644 debian/regression_test/regression_test_output_etalon
copy block.stl => debian/tests/build (81%)
mode change 100644 => 100755
create mode 100644 debian/tests/control
copy block.stl => debian/tests/regression (61%)
mode change 100644 => 100755
create mode 100755 fortag.sh
delete mode 100644 getopt.c
delete mode 100644 getopt.h
delete mode 100644 getopt1.c
create mode 100644 libadmesh.pc.in
delete mode 100644 normals.c
delete mode 100644 shared.c
create mode 100644 src/admesh.c
create mode 100644 src/connect.c
create mode 100644 src/normals.c
create mode 100644 src/shared.c
rename stl.h => src/stl.h (64%)
create mode 100644 src/stl_io.c
create mode 100644 src/stlinit.c
create mode 100644 src/util.c
delete mode 100644 stl_io.c
delete mode 100644 stlinit.c
delete mode 100644 util.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/admesh.git
More information about the debian-science-commits
mailing list