[med-svn] [cluster3] branch master updated (8bbdada -> f5f9195)
Andreas Tille
tille at debian.org
Thu Sep 14 14:36:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch master
in repository cluster3.
from 8bbdada Updated version 1.52a from 'upstream/1.52a'
new 6a29e47 Move packaging from SVN to Git
new 557caf5 New upstream version 1.53
new bd807e6 Updated version 1.53 from 'upstream/1.53'
new b406a39 New upstream version
new e33f59d Remove deactivated patch
new 3562fd1 Standards-Version: 4.1.0 (no changes needed)
new b6b3d8c debhelper 10
new 04db184 d/rules: short dh
new 15d9b2a Adjust Build-Depends
new 8e443dc upstream Makefile installs copy of html documentation to unusual place - remove it
new 9a337d1 Remove useless debhelper files
new 76339f0 Make sure dir is created
new f5f9195 Delete wrong executable
The 13 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:
AUTHORS | 6 +-
ChangeLog | 28 +-
INSTALL | 14 +-
Makefile.PL | 2 +-
Makefile.am | 11 +-
Makefile.in | 255 +-
NEWS | 24 +-
README | 8 +-
X11/Makefile.in | 181 +-
X11/gui.c | 36 +-
aclocal.m4 | 407 +-
compile | 347 +
configure | 181 +-
configure.ac | 2 +-
data/demo.txt | 2468 +++++++
debian/changelog | 10 +-
debian/cluster3-doc.docs | 7 -
debian/cluster3.dirs | 3 -
debian/cluster3.examples | 1 +
debian/cluster3.manpages | 2 +-
debian/compat | 2 +-
debian/control | 13 +-
debian/patches/compile-warnings.patch | 23 -
debian/patches/series | 1 -
debian/rules | 152 +-
debian/xcluster3.1 | 26 +
doc/cluster.pdf | Bin 251540 -> 224497 bytes
doc/cluster.texinfo | 244 +-
doc/cluster3.pdf | Bin 220928 -> 201311 bytes
doc/cluster3.texinfo | 58 +-
html/Bibliography.html | 168 +-
html/Cluster.html | 109 +-
html/Command.html | 214 +-
html/Contents.html | 182 +-
html/Data.html | 265 +-
html/Development.html | 107 +-
html/Distance.html | 331 +-
html/Hierarchical.html | 312 +-
html/Introduction.html | 90 +-
html/KMeans.html | 183 +-
html/Makefile | 2 +-
html/PCA.html | 164 +-
html/SOM.html | 137 +-
html/TreeView.html | 89 +-
html/index.html | 135 +-
mac/Cluster.xcodeproj/project.pbxproj | 19 +-
mac/Controller.m | 30 +-
mac/English.lproj/AboutPanel.nib/classes.nib | 12 -
mac/English.lproj/AboutPanel.nib/designable.nib | 48 +
mac/English.lproj/AboutPanel.nib/info.nib | 20 -
mac/English.lproj/AboutPanel.nib/keyedobjects.nib | Bin 15054 -> 3436 bytes
mac/English.lproj/FileFormatPanel.nib/classes.nib | 12 -
.../FileFormatPanel.nib/designable.nib | 270 +
mac/English.lproj/FileFormatPanel.nib/info.nib | 20 -
.../FileFormatPanel.nib/keyedobjects.nib | Bin 18325 -> 4953 bytes
mac/English.lproj/MainMenu.nib/classes.nib | 98 -
mac/English.lproj/MainMenu.nib/designable.nib | 7477 ++++++++++++++++++++
mac/English.lproj/MainMenu.nib/info.nib | 26 -
mac/English.lproj/MainMenu.nib/keyedobjects.nib | Bin 532423 -> 65597 bytes
mac/Info.plist | 2 +-
mac/Makefile | 4 +-
perl/Cluster.pm | 8 +-
perl/Cluster.xs | 84 +-
perl/Record.pm | 99 +-
perl/examples/ex5_treecluster | 13 +
perl/t/02_tree.t | 59 +-
python/__init__.py | 715 +-
python/clustermodule.c | 1002 +--
python/test/test_Cluster.py | 632 +-
setup.py | 6 +-
src/Makefile.in | 200 +-
src/cluster.c | 220 +-
src/cluster.h | 11 +-
src/command.c | 21 +-
src/command.h | 2 +-
src/data.c | 92 +-
src/data.h | 2 +-
src/gui.h | 2 +-
src/main.c | 2 +-
windows/Makefile | 2 +-
windows/cluster.iss | 2 +-
windows/gui.c | 54 +-
windows/main.c | 2 +-
windows/resources.rc | 2 +-
84 files changed, 14977 insertions(+), 3293 deletions(-)
create mode 100755 compile
create mode 100644 data/demo.txt
delete mode 100644 debian/cluster3-doc.docs
delete mode 100644 debian/cluster3.dirs
create mode 100644 debian/cluster3.examples
delete mode 100644 debian/patches/compile-warnings.patch
mode change 100644 => 100755 debian/rules
create mode 100644 debian/xcluster3.1
mode change 100755 => 100644 doc/cluster3.pdf
delete mode 100644 mac/English.lproj/AboutPanel.nib/classes.nib
create mode 100644 mac/English.lproj/AboutPanel.nib/designable.nib
delete mode 100644 mac/English.lproj/AboutPanel.nib/info.nib
delete mode 100644 mac/English.lproj/FileFormatPanel.nib/classes.nib
create mode 100644 mac/English.lproj/FileFormatPanel.nib/designable.nib
delete mode 100644 mac/English.lproj/FileFormatPanel.nib/info.nib
delete mode 100644 mac/English.lproj/MainMenu.nib/classes.nib
create mode 100644 mac/English.lproj/MainMenu.nib/designable.nib
delete mode 100644 mac/English.lproj/MainMenu.nib/info.nib
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cluster3.git
More information about the debian-med-commit
mailing list