luc
014ff0b6ab
Set more generic java runtime dependencies.
...
This is consistent with official Debian java policy :
https://www.debian.org/doc/packaging-manuals/java-policy/x105.html
9 years ago
luc
5e9a71df61
Enable yacy install on debian with openjdk-8 only
...
Also added curl or wget in Suggests as they are required to run sh
scripts in /bin.
9 years ago
Michael Peter Christen
9b4282344b
changed debian dependency to openjdk-7-jre-headless
11 years ago
Michael Peter Christen
5d5896b3f6
fixed dependency in debian package on java 7
11 years ago
Michael Peter Christen
d6b82840f8
added a feature to find similarities in documents.
...
This uses an enhanced version of the Nutch/Solr TextProfileSignatue.
As a result, a signature of the document is written to the solr search
index. Additionally for each time when a signature is written, it is
checked if the singature exists already in the index. If the signature
does not exist, the document is marked as unique. The unique attribute
can now be used to sort document lists and bring duplicates to the end
of a result list.
To enable this, a large portion of the search api to Solr had to be
changed. This affected mainly caching of 'exists' searches to enhance
the check for existing signatures and do this without actually doing a
solr query.
Because here the first time a long number is used as value in the Solr
store, also the value naming in the YaCySchema had to be adopted and
normalized. This caused that many files had to be changed.
12 years ago
Michael Peter Christen
c461c28c5d
fix for debian package installation (caused by refactoring)
12 years ago
orbiter
089a03114e
full memory usage for debian and when changing the size: debian seems to
...
dislike the big difference between xmx and xms (I have crashes here
which stop if both values are same)
12 years ago
Michael Peter Christen
ef6de52ab5
dependency is java6 only
12 years ago
Michael Peter Christen
7e6cdb5893
moved debian dependency to openjdk-7
13 years ago
Michael Peter Christen
1c5deebf81
one more change for signed debian packages
13 years ago
Michael Peter Christen
e1434635d4
changed required setting for package signing
13 years ago
orbiter
5a55397f99
some last-minute performance hacks
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8101 6c8d7289-2bf4-0310-a012-ef5d649a1542
13 years ago
f1ori
df71776929
* fix bug #7
...
* log requires poison to finish, so Base64Order main-function doesn't finish, when called from debian configure script
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7616 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
f1ori
1bc08e1416
support debconf in debian package
...
* now you are ask some questions to preconfigure yacy after installing the debian package
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7048 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
f1ori
653e617a1f
* fix debian package dependencies for recent ubuntu and debian testing
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7034 6c8d7289-2bf4-0310-a012-ef5d649a1542
14 years ago
orbiter
ea473e32b8
refactoring
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6390 6c8d7289-2bf4-0310-a012-ef5d649a1542
15 years ago
orbiter
70bda620db
another fix for/against bad debian packages
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6329 6c8d7289-2bf4-0310-a012-ef5d649a1542
15 years ago
orbiter
4652b4d299
fixed debian package
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6327 6c8d7289-2bf4-0310-a012-ef5d649a1542
15 years ago
f1ori
8931c8d6b4
improvments to debianpackage:
...
* autoupdate completely disabled, display hint
* restart-button in interface works!
* moved all build-Variables to yacyBuildProperties
* fixed some warnings
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6195 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
orbiter
dafffd0153
refactoring of parsers and document processing
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6182 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
0f3246e90a
* fix debian package
...
* add Class containing buildvariables
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6171 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
danielr
94e43ece41
unter debian yacy als (fast) letztes starten und erstes beenden
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5271 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
3a0e96b552
* only create one debian package for all architectures
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5100 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
f99c307eff
* correct debian build dependencies
...
* add huge mem page detection in general initscript
* disable logging completely in jmimemagic-library
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5056 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
f1ori
7d8f332bbd
* build yacy for debianpackage only once
...
* do not try to sign .changes file
* add some java arguments from ./startYACY.sh to addon/yacyInit.m4
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5053 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
danielr
2547700de8
relaxed dependencies for use with debian 4.0 etch
...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5052 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
f1ori
c2d49cc01e
* add build target "deb" to create debian packages from svn
...
still needs testing...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5051 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago