From: Debian Krap Maintainers Date: Wed, 17 Apr 2013 19:30:26 +0000 (+0000) Subject: virtuoso-opensource (6.1.4+dfsg1-7) unstable; urgency=low X-Git-Tag: archive/raspbian/6.1.6+dfsg2-4+rpi1~1^2^2^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1d8d52ee571622436d5f9052c7b49c81948ca018;p=virtuoso-opensource.git virtuoso-opensource (6.1.4+dfsg1-7) unstable; urgency=low [ Lisandro Damián Nicanor Pérez Meyer ] * Add Sune and myself to Uploaders. [ Ralf Jung ] * init script: Use start-stop-daemon (Closes: 704521) * init script: Do not use "set -e", that's incompatible with lsb/init-scripts * init script: Stop attemtping to restart when stopping failed * Change maintainer to Debian Krap team * Remove obsolete DM-Upload-Allowed [dgit import unpatched virtuoso-opensource 6.1.4+dfsg1-7] --- 1d8d52ee571622436d5f9052c7b49c81948ca018 diff --cc debian/NEWS.Debian index 00000000,00000000..d903434c new file mode 100644 --- /dev/null +++ b/debian/NEWS.Debian @@@ -1,0 -1,0 +1,24 @@@ ++virtuoso-opensource (6.1.0+dfsg2-3) unstable; urgency=high ++ ++ This version introduces an emergency rollback of a defective patch ++ introduced in the 6.1.0+dfsg2-2 of this package. ++ This patch modifies the binary format of the Virtuoso database that is ++ internally consistent but is not compatible with previous versions. ++ It is likely that data corruption has happened if the 6.1.0+dfsg2-2 version ++ has been executed over database files created in previous versions. ++ Installing 6.1.0+dfsg2-3 introduces back the correct format. ++ Any database files manipulated by the 6.1.0+dfsg2-2 version need to be ++ deleted. ++ ++ The default Virtuoso database is located in: ++ /var/lib/virtuoso-opensource-6.1/db/ ++ To remove it: ++ # rm -rf /var/lib/virtuoso-opensource-6.1/db/ ++ ++ For the benefit of KDE/Nepomuk users, the Nepomuk database is located in: ++ ~/.kde/share/apps/nepomuk/repository/ ++ To remove it: ++ $ rm -rf ~/.kde/share/apps/nepomuk/repository/ ++ ++ -- Obey Arthur Liu Wed, 24 Mar 2010 02:03:42 +0100 ++ diff --cc debian/README.Debian index 00000000,00000000..893cfa50 new file mode 100644 --- /dev/null +++ b/debian/README.Debian @@@ -1,0 -1,0 +1,60 @@@ ++ Debian Readme for ++OpenLink Virtuoso Open-Source Edition ++===================================== ++ ++0) Debian packaging notes ++ ---------------------- ++ ++Are notably not available: ++ * PHP bindings ++ * Java-based bindings (sesame, jena...) ++ * Tutorial binaries ++ ++1) Initial setup ++ ------------- ++ ++Edit /etc/default/virtuoso to make virtuoso run. ++ ++2) Accounts ++ -------- ++ ++A few accounts are pre-defined on first startup: ++ +++------+------+--------------------------------------------------------------+ ++| User | Pass | Usage | +++------+------+--------------------------------------------------------------+ ++| dba | dba | Default Database Administrator account. | ++| dav | dav | WebDAV Administrator account. | ++| vad | vad | WebDAV account for internal use in VAD (disabled by default) | ++| demo | demo | Default demo user for the demo database. | ++| soap | soap | SQL User for demonstrating SOAP services. | ++| fori | fori | SQL user account for 'Forums' tutorial in the Demo database. | +++------+------+--------------------------------------------------------------+ ++ ++It is therefore important to change these passwords immediately after the ++installation. ++ ++Debconf prompts will permit to change the default password. Otherwise, use the ++following instructions. ++ ++The database password can be changed using the Interactive SQL utility ++(/usr/bin/isql-vt). The ISQL interface will try to login with the default ++user and password if none are passed as parameters. To change the current ++user's password, use the following statement: ++ ++set password ++ ++Note that the password is an identifier, so take care to use proper quotation. ++ ++You can also use the graphical Virtuoso Administration Interface to administer ++Virtuoso database users. ++ ++The other accounts must have their passwords set in a different way. Either use ++the GUI in Administration Interface at http://127.0.0.1:8890/conductor/ under ++"WebDAV Administration / WebDAV services / Users Administrator" or use the SQL ++statement: ++ ++update WS.WS.SYS_DAV_USER set U_PASSWORD='' ++where U_NAME='' ++ ++ -- Obey Arthur Liu Tue, 22 Dec 2009 16:49:42 +0100 diff --cc debian/README.source index 00000000,00000000..b96a1c5b new file mode 100644 --- /dev/null +++ b/debian/README.source @@@ -1,0 -1,0 +1,37 @@@ ++The upstream tarball has been repacked, the following files and directories were ++removed: ++ ++ * binsrc/oat/toolkit/webclip.js ++ This file was removed by the previous package maintainer, probably because ++ of license issues. The file is licensed under cc-by-sa which doesn't seem ++ very appropiate for code, repack-oat.patch fixes virtuoso to make it work ++ without this file. Just for the record, this was the license header of ++ webclip.js: ++ /* Copyright 2006 Microsoft Corporation. Microsoft's copyrights in this work are licensed under the Creative Commons */ ++ /* Attribution-ShareAlike 2.5 License. To view a copy of this license visit http://creativecommons.org/licenses/by-sa/2.5 */ ++ ++ * Prebuilt *.jar files. ++ ++ * Prebuilt *.dll files. ++ repack-tutorial.patch creates some empty *.dll files to fool the ++ buildsystem, otherwise the package won't build. ++ ++ * libsrc/zlib/* except contrib/minizip/ and contrib/README.contrib ++ This is a convenience copy of zlib, we are avoiding to use it passing ++ --without-internal-zlib to the configure script. Also repack-zlib.patch ++ fixes the zlib related code to work without the convenience copy. The ++ reason to not remove minizip is that at least a header is #include'd in ++ virtuoso's source code. ++ ++ * libsrc/util/pcrelib/ ++ Convenience copy of libpcre, repack-pcre.patch fixes the libpcre related ++ code in order to make virtuoso work without this convenience copy. ++ ++ * docsrc/stylesheets/docbook/ ++ Convenience copy of docbook-xsl. No further changes were made to get this ++ removal working. ++ ++ * debian/ ++ It's not neccesary to remove this directory when using the source package ++ format 3.0 (quilt), but since we are repacking anyway to remove the above ++ files/directories I have also removed this one, just for convenience. diff --cc debian/TODO.Debian index 00000000,00000000..51febe57 new file mode 100644 --- /dev/null +++ b/debian/TODO.Debian @@@ -1,0 -1,0 +1,30 @@@ ++ Debian Packaging TODO list for ++OpenLink Virtuoso Open-Source Edition ++===================================== ++ ++Severity: Normal ++ * Fix soname versioning or make libraries private. ++ Libraries like the ODBC drivers are not versioned upstream in the soname. ++ Versioning them would require coordination with upstream. Making them ++ private with a --libdir=/usr/lib/virtuoso-opensource-6.1 ./configure option ++ seems to break VAD packages building. ++ ++Severity: Wishlist ++ * Remove the shiped W3C Tidy library. ++ A very old version of Tidy is shipped. This version is no longer in Debian. ++ The current Debian version has a very different API. The problem is that ++ Virtuoso re-exports the Tidy API through its plugin API, so we can't just ++ replace Tidy with the new version, even though there are provisions in the ++ code to do so (see libsrc/Wi/bif_tidy.c for OLD_TIDY). ++ ++Severity: Unknown ++ * Have a look at VAD packages building for path issues. ++ There seems to be a lot of "file not found" errors during the building of ++ VAD packages, particularly concerning image files and so on. It looks like ++ the problem comes from VAD packages building shell scripts not honoring the ++ PREFIX parameter from the ./configure script. ++ ++Severity: Wishlist ++ * Package runtime hosting for Mono (ASP.NET), Java, PHP and Python. ++ Not sure how much work this will be, but currently Mono at least needs a ++ custom patched build. diff --cc debian/changelog index 00000000,00000000..73d3127b new file mode 100644 --- /dev/null +++ b/debian/changelog @@@ -1,0 -1,0 +1,217 @@@ ++virtuoso-opensource (6.1.4+dfsg1-7) unstable; urgency=low ++ ++ [ Lisandro Damián Nicanor Pérez Meyer ] ++ * Add Sune and myself to Uploaders. ++ ++ [ Ralf Jung ] ++ * init script: Use start-stop-daemon (Closes: 704521) ++ * init script: Do not use "set -e", that's incompatible with ++ lsb/init-scripts ++ * init script: Stop attemtping to restart when stopping failed ++ * Change maintainer to Debian Krap team ++ * Remove obsolete DM-Upload-Allowed ++ ++ -- Debian Krap Maintainers Wed, 17 Apr 2013 21:30:26 +0200 ++ ++virtuoso-opensource (6.1.4+dfsg1-6) unstable; urgency=low ++ ++ * Add safer-timeout.patch, avoids random FTBFS'es. These random FTBFS'es ++ depend on the time of the day and are more prone to happen on slow ++ architectures. (Closes: #699785) ++ * Remove build-short-timeout.patch, no longer needed because of ++ safer-timeout.patch. ++ ++ -- José Manuel Santamaría Lema Mon, 25 Feb 2013 13:49:33 +0100 ++ ++virtuoso-opensource (6.1.4+dfsg1-5) unstable; urgency=low ++ ++ * Remove arm and armfh also from libvirtuoso5.5-cil list of architectures. ++ ++ -- José Manuel Santamaría Lema Sat, 02 Feb 2013 17:15:43 +0100 ++ ++virtuoso-opensource (6.1.4+dfsg1-4) unstable; urgency=low ++ ++ * Update mono architectures: remove arm and armfh. (Closes: 695743) ++ ++ -- José Manuel Santamaría Lema Fri, 01 Feb 2013 17:55:57 +0100 ++ ++virtuoso-opensource (6.1.4+dfsg1-3) unstable; urgency=low ++ ++ * The previous upload didn't actually fix the bug #677286: "unowned files ++ after purge (/root/.odbc.ini)". Looks like this is happening because of a ++ bug in odbcinst, which ignores the -l option (when passing -l it should ++ deal with /etc/odbc.ini and not touch $HOME/.odbc.ini). So I workarounded ++ the bug changing again virtuoso-opensource-6.1.prerm; I removed the ++ previous workaround and now odbinst is executed thus: ++ ODBCSEARCH=ODBC_SYSTEM_DSN odbcinst ++ Setting that environment variable should override the arguments given in the ++ command line, it works both as a workaround for the "unowned files after ++ purge" problem and forces obdcinst to actually use the system DSN so it ++ will use /etc/odbc.ini, never $HOME/.odbc.ini (Closes: #677286). ++ ++ -- José Manuel Santamaría Lema Tue, 15 Jan 2013 23:19:48 +0100 ++ ++virtuoso-opensource (6.1.4+dfsg1-2) unstable; urgency=low ++ ++ * Add portable-method-for-escaping-symbol-gawk.diff, fixes the conductor web ++ interface (Closes: #680764). ++ * Changed virtuoso-opensource-6.1.prerm to not leave an unowned file ++ (/root/.odbc.ini) after package removal (Closes: #677286). ++ ++ -- José Manuel Santamaría Lema Tue, 01 Jan 2013 22:41:57 +0100 ++ ++virtuoso-opensource (6.1.4+dfsg1-1) unstable; urgency=low ++ ++ * New upstream release (Closes: #650281). ++ * Switch to source format 3.0 (quilt). ++ * Update patches: ++ - drop fix-wide-char-encoding.patch, applied upstream. ++ - update repack-zlib.patch. ++ - refresh other patches in order to make them apply without any offset. ++ - add ignore-netstat-failure.patch, to avoid FTBFS on various ++ architectures, thanks to Steven Chamberlain (Closes: #663010). ++ * Bump debhelper compatibility level to 9. ++ * Build also with LDFLAGS provided by dpkg-buildflags. Doing this with the ++ debhelper compatibility level set to 9 should enable all the default ++ hardening flags. ++ * Bump build dependency on cli-common-dev to (>= 0.8~). ++ * Bump Standards-Version to 3.9.3: ++ - moved virtuoso-opensource, virtuoso-server and virtuoso-minimal to the ++ new "metapackages" section. ++ * Metapackages now have versioned Depends (>= ${binary:Version}) against ++ other virtuoso packages. ++ * Fix a bug in the init script, now uses start-stop-daemon with "--user", ++ this makes the script work when you are running it under Plasma (the KDE ++ workspace) with Nepomuk, which may already execute a /usr/bin/virtuoso-t ++ process making start-stop-daemon fail. ++ * The init script now removes the pid file when you stop the process, thus it ++ won't kill innocent processes with unfortunate pids when restarting. ++ * /etc/virtuoso-opensource-6.1/virtuoso.ini isn't a conffile anymore, it's ++ just handled by maintainer scripts (Closes: #656087). ++ * Now virtuoso-opensource-6.1.postrm stops the server. ++ * Add README.source explaining how the upstream tarball repacking was done. ++ Just for the record the zlib removal is handled different compared to ++ previous versions of this package, hence why repack-zlib.patch was updated. ++ * Fix Vcs-Browser field, now points to a valid URL. ++ * Changes in debian/copyright: ++ - remove pcre information since it's removed with the repackaging. ++ - remove the "Virtuoso may be linked against..." statements. ++ - remove various duplicated mentions about SHA/MD5 Javascript routines. ++ - remove "DocBk XML" part, since looks like the file(s) involved aren't ++ there anymore. ++ - extend information about works from the GNU C Library. ++ - add the license for a couple of DocBook DTD's. ++ - add Minizip and Info-ZIP licenses. ++ - mention the files involved in each license statement from other projects. ++ - add myself to the copyright holders for the debian packaging. ++ * Add debian/not-installed. ++ * Install README.UPGRADE. ++ * Add pt_BR debconf translation (Closes: #649152). ++ * Update debian/TODO.Debian: ++ - remove explanation about broken parallel building, right now looks like ++ the problem is just gone. ++ * Set myself as maintainer since looks like Obey Arthur Liu is MIA. Arthur, ++ you are very wellcomed to come back. ++ * Enable the DM-Upload-Allowed flag. ++ ++ -- José Manuel Santamaría Lema Sun, 10 Jun 2012 23:21:02 +0200 ++ ++virtuoso-opensource (6.1.3+dfsg1-2.1) unstable; urgency=low ++ ++ * Non-maintainer upload ++ * Refresh list of Mono architectures in debian/control ++ (Closes: #657781) ++ * Use system default Mono compiler by using the mono-devel package ++ and the mono-csc command therein (Closes: #658166) ++ ++ -- Jo Shields Tue, 31 Jan 2012 18:25:09 +0000 ++ ++virtuoso-opensource (6.1.3+dfsg1-2) unstable; urgency=low ++ ++ * Apply wide char encoding fix from KDE bug 271664, ++ thanks Sebastian Trueg. ++ ++ -- Obey Arthur Liu Fri, 14 Oct 2011 02:02:42 +0200 ++ ++virtuoso-opensource (6.1.3+dfsg1-1) unstable; urgency=low ++ ++ * New upstream release (Closes: #626253). ++ * Bump standards to 3.9.2. ++ * Add missingok to logrotate (LP: #666391). ++ * Update translations for cs, da, de, es, fr, it, ja, nl, pt, ru, sk, sv, vi ++ (Closes: #605343, #626568, #635150). ++ * Relax readline build-depend version requirement (Closes: #634443). ++ * Use SIGINT instead of SIGTERM to stop daemon (Closes: #632060). ++ * Enable LDAP support (Closes: #633563). ++ * Sourcefull rebuild for libmagick transition (Closes: #625561). ++ * Make installation paths more Debian compatible. ++ ++ -- Obey Arthur Liu Fri, 29 Jul 2011 11:08:42 +0200 ++ ++virtuoso-opensource (6.1.2+dfsg1-1) unstable; urgency=low ++ ++ * New upstream release. ++ * Bump standards to 3.9.0. ++ * Retroactively fix typo in closed bug in previous upload changelog. ++ * Improve init/postinst sequence to avoid mangling /etc/default. ++ * Fix missing odbcinst dependency for the postinst of libvirtodbc0, ++ thanks Jonathan Thomas . ++ * Shorten tests initialization timeouts to 60 seconds to prevent buildd ++ resources tie-ups. Thanks Marc 'HE' Brockschmidt ++ (Closes: #581267). ++ * Debconf translation update: ++ - Danish (Joe Dalton) (Closes: #587431) ++ ++ -- Obey Arthur Liu Sun, 11 Jul 2010 11:11:42 -0700 ++ ++virtuoso-opensource (6.1.1+dfsg1-1) unstable; urgency=medium ++ ++ * New upstream release. ++ * Correctly fix FTBFS on s390 related to SHM (closes: #574018). ++ * Fix FTBFS on alpha due to recent binutils change (closes: 575942). ++ * Fix missing-debian-source-format lintian warning. ++ ++ [Christian Perrier] ++ * Debconf templates and debian/control reviewed by the debian-l10n- ++ english team as part of the Smith review project. Closes: #573404 ++ * [Debconf translation updates] ++ - Czech (Michal Simunek). Closes: #573772 ++ - Russian (Yuri Kozlov). Closes: #573861 ++ - Portuguese (Américo Monteiro). Closes: #573927 ++ - Vietnamese (Clytie Siddall). Closes: #574430 ++ - French (David Prévot). Closes: #575042 ++ - Italian (Vincenzo Campanella). Closes: #575099 ++ - German (Martin Eberhard Schauer). Closes: #575594 ++ - Swedish (Martin Ågren). Closes: #575635 ++ - Spanish (Francisco Javier Cuadrado). Closes: #575373 ++ ++ -- Obey Arthur Liu Sun, 04 Apr 2010 13:21:42 +0200 ++ ++virtuoso-opensource (6.1.0+dfsg2-3) unstable; urgency=high ++ ++ * Emergency rollback of the fix for FTBFS on armel from 6.1.0+dfsg2-2 ++ causing database binary format incompatibility, closes: #575173. ++ There should be no data loss. ++ ++ -- Obey Arthur Liu Wed, 24 Mar 2010 02:03:42 +0100 ++ ++virtuoso-opensource (6.1.0+dfsg2-2) unstable; urgency=medium ++ ++ * Set ODBC registration debconf question for libvirtodbc0 to low priority, ++ defaults to Yes. ++ * Fix FTBFS on kFreeBSD. ++ * Fix FTBFS on armel. Thanks to Sune Vuorela . ++ * Fix FTBFS on s390 by complying with Debian CLI policy, closes: #574018. ++ * Fix lintian errors referring to old-fsf-address. ++ * Added README.source pointing to quilt README. ++ ++ -- Obey Arthur Liu Mon, 15 Mar 2010 14:04:42 +0200 ++ ++virtuoso-opensource (6.1.0+dfsg2-1) unstable; urgency=low ++ ++ * Initial release (Closes: #508048) ++ * Many thanks to the following people who helped bring this package into ++ existence: Sune Vuorela , Will Daniels ++ and Miriam Ruiz . ++ ++ -- Obey Arthur Liu Mon, 22 Feb 2010 22:42:42 +0100 diff --cc debian/compat index 00000000,00000000..ec635144 new file mode 100644 --- /dev/null +++ b/debian/compat @@@ -1,0 -1,0 +1,1 @@@ ++9 diff --cc debian/control index 00000000,00000000..107d1ca1 new file mode 100644 --- /dev/null +++ b/debian/control @@@ -1,0 -1,0 +1,313 @@@ ++Source: virtuoso-opensource ++Section: database ++Priority: optional ++Maintainer: Debian Krap Maintainers ++Uploaders: Lisandro Damian Nicanor Pérez Meyer , ++ Sune Vuorela ++Standards-Version: 3.9.3 ++Homepage: http://virtuoso.openlinksw.com/wiki/main/Main/ ++Vcs-Browser: https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pkg-virtuoso/pkg-virtuoso.git ++Vcs-Git: git://anonscm.alioth.debian.org/git/pkg-virtuoso/pkg-virtuoso.git ++Build-Depends: cdbs, debhelper (>= 9), autotools-dev, autoconf (>=2.57), ++ automake (>=1.10), libtool (>=1.5.16), flex (>=2.5.4), bison (>=1.35), ++ gperf (>=2.7.2), gawk (>=3.1.1), m4 (>=1.4.1), make (>=3.79.1), ++ libssl-dev (>=0.9.7), libreadline-dev, zlib1g-dev, libxml2-dev, libpcre3-dev, ++ libldap2-dev, net-tools, ++ mono-devel (>= 2.4.3) [i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 armel sparc s390x ppc64], ++ cli-common-dev (>= 0.8~) [i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 armel sparc s390x ppc64], ++ docbook2x, po-debconf, libwbxml2-dev, libmagickwand-dev ++ ++Package: virtuoso-opensource ++Section: metapackages ++Architecture: all ++Depends: virtuoso-opensource-6.1 (>= ${binary:Version}), ${misc:Depends} ++Recommends: virtuoso-server, virtuoso-vsp-startpage, virtuoso-vad-conductor ++Suggests: virtuoso-vad-doc, virtuoso-vad-demo, virtuoso-vad-tutorial, ++ virtuoso-vad-rdfmappers, virtuoso-vad-sparqldemo, virtuoso-vad-syncml, ++ virtuoso-vad-bpel, virtuoso-vad-isparql, virtuoso-vad-ods, ++ virtuoso-vad-dbpedia, virtuoso-vad-facetedbrowser ++Description: high-performance database ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ Virtuoso supports SPARQL embedded into SQL for querying RDF data stored ++ in its database. SPARQL benefits from low-level support in the engine ++ itself, such as SPARQL-aware type-casting rules and a dedicated IRI data ++ type. ++ . ++ Install this metapackage for the full suite of packages that make up ++ Virtuoso OSE ("Open-Source Edition"). ++ ++Package: virtuoso-server ++Section: metapackages ++Architecture: all ++Depends: virtuoso-opensource-6.1 (>= ${binary:Version}), ${misc:Depends} ++Description: high-performance database - server dependency package ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This is an empty package depending on the current "best" version of the ++ Virtuoso server framework, as recommended by the maintainers (currently ++ virtuoso-opensource-6.1). Install this package if in doubt about ++ which version you need. ++ ++Package: virtuoso-minimal ++Section: metapackages ++Architecture: all ++Depends: virtuoso-opensource-6.1-bin (>= ${binary:Version}), ++ libvirtodbc0 (>= ${binary:Version}), ++ ${misc:Depends} ++Description: high-performance database - core dependency package ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This is an empty package depending on the current "best" version of the ++ core Virtuoso binaries, as recommended by the maintainers (currently ++ virtuoso-opensource-6.1-bin). This should usually be depended on by ++ all packages which use Virtuoso as an embedded database. ++ ++Package: virtuoso-opensource-6.1 ++Architecture: any ++Pre-Depends: dpkg (>= 1.15.7.2~) ++Depends: virtuoso-opensource-6.1-common (= ${binary:Version}), ++ virtuoso-opensource-6.1-bin (= ${binary:Version}), ++ libvirtodbc0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} ++Description: high-performance database - support files ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package provides the Virtuoso server framework. ++ ++Package: virtuoso-opensource-6.1-common ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: high-performance database - common files ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains files common to all versions of Virtuoso. ++ ++Package: virtuoso-opensource-6.1-bin ++Architecture: any ++Depends: ${shlibs:Depends}, ${misc:Depends} ++Description: high-performance database - binaries ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the core Virtuoso binaries. ++ ++Package: virtuoso-vsp-startpage ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - web interface files ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the files for Virtuoso's web interface. ++ ++Package: virtuoso-vad-conductor ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - conductor module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for the administration interface. ++ ++Package: virtuoso-vad-doc ++Section: doc ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - documentation module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for the documentation. ++ ++Package: virtuoso-vad-demo ++Section: doc ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - demo module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for the demonstration application. ++ ++Package: virtuoso-vad-tutorial ++Section: doc ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - tutorial module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for the tutorial application. ++ ++Package: virtuoso-vad-rdfmappers ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - RDF mappers module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for the RDF mappers application. ++ ++Package: virtuoso-vad-sparqldemo ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - SPARQL demo module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for the SPARQL demo application. ++ ++Package: virtuoso-vad-syncml ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - SyncML module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for Synchronization Markup Language support. ++ ++Package: virtuoso-vad-bpel ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - BPEL module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for Business Process Execution Language support. ++ ++Package: virtuoso-vad-isparql ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - iSPARQL module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for iSPARQL support. ++ ++Package: virtuoso-vad-ods ++Architecture: all ++Depends: ${misc:Depends}, virtuoso-opensource ++Description: high-performance database - Open Data Spaces module ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso Application Distribution module ++ for Open Data Spaces support. ++ ++#Package: virtuoso-vad-dbpedia ++#Architecture: all ++#Depends: ${misc:Depends}, virtuoso-opensource ++#Description: high-performance database - DBpedia module ++# OpenLink Virtuoso is a high-performance object-relational SQL database. ++# It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++# support, a powerful stored-procedure language supporting server-side ++# Java or .NET, and more. It supports all major data-access interfaces, ++# including ODBC, JDBC, ADO.NET, and OLE/DB. ++# . ++# This package contains the Virtuoso Application Distribution module ++# for DBpedia. ++# ++#Package: virtuoso-vad-facetedbrowser ++#Architecture: all ++#Depends: ${misc:Depends}, virtuoso-opensource ++#Description: high-performance database - Faceted Browser module ++# OpenLink Virtuoso is a high-performance object-relational SQL database. ++# It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++# support, a powerful stored-procedure language supporting server-side ++# Java or .NET, and more. It supports all major data-access interfaces, ++# including ODBC, JDBC, ADO.NET, and OLE/DB. ++# . ++# This package contains the Virtuoso Application Distribution module ++# for the Faceted Browser web application. This web application with the ++# default configuration is available at http://localhost:8890/fct. ++ ++Package: libvirtodbc0 ++Depends: virtuoso-opensource-6.1-common (= ${binary:Version}), ++ odbcinst, ${shlibs:Depends}, ${misc:Depends} ++Architecture: any ++Description: high-performance database - ODBC libraries ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains the Virtuoso ODBC client libraries. ++ ++Package: libvirtuoso5.5-cil ++Section: cli-mono ++Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 armel sparc s390x ppc64 ++Depends: ${cli:Depends}, ${misc:Depends} ++Description: high-performance database - Mono assemblies ++ OpenLink Virtuoso is a high-performance object-relational SQL database. ++ It provides transactions, a smart SQL compiler, hot backup, SQL:1999 ++ support, a powerful stored-procedure language supporting server-side ++ Java or .NET, and more. It supports all major data-access interfaces, ++ including ODBC, JDBC, ADO.NET, and OLE/DB. ++ . ++ This package contains Virtuoso's ADO.NET data provider for Mono. diff --cc debian/copyright index 00000000,00000000..e359f45b new file mode 100644 --- /dev/null +++ b/debian/copyright @@@ -1,0 -1,0 +1,916 @@@ ++This package was debianized by: ++ ++ Obey Arthur Liu on Sat, 11 Apr 2009 21:04:53 +0200 ++ ++It was downloaded from: ++ ++ ++ ++Upstream Authors: ++ ++ OpenLink Software's Virtuoso Open-Source Edition project ++ OpenLink Virtuoso Maintainer ++ ++Copyright: ++ ++ ++ ++License: ++ ++ This package is free software; you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation, version 2 dated June 1991. ++ ++ This package is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with this package; if not, write to the Free Software ++ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ++ ++ OpenSSL exemption ++ ----------------- ++ ++ This project may be compiled/linked with the OpenSSL library. If so, the ++ following exemption is added to the above license: ++ ++ In addition, as a special exemption, OpenLink Software gives ++ permission to link the code of its release of Virtuoso with the ++ OpenSSL project's "OpenSSL" library (or with modified versions ++ of it that use the same license as the "OpenSSL" library), and ++ distribute the linked executables. You must obey the GNU General ++ Public License in all respects for all of the code used other ++ than "OpenSSL". ++ ++ ++ Client Protocol Driver exemptions ++ --------------------------------- ++ ++ In addition, as a special exemption, OpenLink Software gives ++ permission to use the unmodified client libraries (ODBC, JDBC, ++ ADO.NET, OleDB, Jena, Sesame and Redland providers) in your own ++ application whether open-source or not, with no obligation to use ++ the GPL on the resulting application. In all other respects you ++ must abide by the terms of the GPL. ++ ++ On Debian systems, the complete text of the GNU General ++ Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. ++ ++Additional copyrights: ++ ++ OpenLink Software Virtuso Open-Source Edition (VOS) contains ++ included or optional functionalities for which the copyright statements ++ are listed in CREDITS and reproduced below. ++ ++ OpenSSL ++ (parts of various Virtuoso source code files are taken from OpenSSL) ++ ++ ++ This product includes software developed by the OpenSSL Project for use ++ in the OpenSSL Toolkit. ++ ++ This product includes cryptographic software written by Eric Young ++ (eay@cryptsoft.com). ++ ++ This product includes software written by Tim Hudson ++ (tjh@cryptsoft.com) ++ ++ OpenSSL is distributed under the terms of the OpenSSL License: ++ ++ ++ Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved. ++ ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ ++ 1. Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in ++ the documentation and/or other materials provided with the ++ distribution. ++ ++ 3. All advertising materials mentioning features or use of this ++ software must display the following acknowledgment: ++ "This product includes software developed by the OpenSSL Project ++ for use in the OpenSSL Toolkit. (http://www.openssl.org/)" ++ ++ 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to ++ endorse or promote products derived from this software without ++ prior written permission. For written permission, please contact ++ openssl-core@openssl.org. ++ ++ 5. Products derived from this software may not be called "OpenSSL" ++ nor may "OpenSSL" appear in their names without prior written ++ permission of the OpenSSL Project. ++ ++ 6. Redistributions of any form whatsoever must retain the following ++ acknowledgment: ++ "This product includes software developed by the OpenSSL Project ++ for use in the OpenSSL Toolkit (http://www.openssl.org/)" ++ ++ THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY ++ EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR ++ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ++ ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ++ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT ++ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; ++ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, ++ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ++ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED ++ OF THE POSSIBILITY OF SUCH DAMAGE. ++ ++ This product includes cryptographic software written by Eric Young ++ (eay@cryptsoft.com). This product includes software written by Tim ++ Hudson (tjh@cryptsoft.com). ++ ++ ++ As cryptographic software, OpenSSL may be subject to export ++ restrictions: ++ ++ ++ Tidy - HTML parser and pretty printer ++ (files under libsrc/Tidy) ++ ++ ++ This product includes Tidy developed by the World Wide Web Consortium. ++ ++ Tidy is distributed under the terms of the W3C License: ++ ++ ++ Copyright (c) 1998-2003 World Wide Web Consortium ++ (Massachusetts Institute of Technology, European Research ++ Consortium for Informatics and Mathematics, Keio University). ++ All Rights Reserved. ++ ++ This software and documentation is provided "as is," and ++ the copyright holders and contributing author(s) make no ++ representations or warranties, express or implied, including ++ but not limited to, warranties of merchantability or fitness ++ for any particular purpose or that the use of the software or ++ documentation will not infringe any third party patents, ++ copyrights, trademarks or other rights. ++ ++ The copyright holders and contributing author(s) will not be held ++ liable for any direct, indirect, special or consequential damages ++ arising out of any use of the software or documentation, even if ++ advised of the possibility of such damage. ++ ++ Permission is hereby granted to use, copy, modify, and distribute ++ this source code, or portions hereof, documentation and executables, ++ for any purpose, without fee, subject to the following restrictions: ++ ++ 1. The origin of this source code must not be misrepresented. ++ 2. Altered versions must be plainly marked as such and must ++ not be misrepresented as being the original source. ++ 3. This Copyright notice may not be removed or altered from any ++ source or altered source distribution. ++ ++ The copyright holders and contributing author(s) specifically ++ permit, without fee, and encourage the use of this source code ++ as a component for supporting the Hypertext Markup Language in ++ commercial products. If you use this source code in a product, ++ acknowledgment is not required but would be appreciated. ++ ++ ++ Minizip ++ (files under libsrc/zlib/contrib/minizip/) ++ ++ Copyright (C) 1998-2010 Gilles Vollant ++ Copyright (C) 2009-2010 Mathias Svensson ++ Copyright (C) 2007-2008 Even Rouault ++ Copyright (C) 1990-2000 Info-ZIP ++ ++ Condition of use and distribution are the same than zlib : ++ ++ This software is provided 'as-is', without any express or implied ++ warranty. In no event will the authors be held liable for any damages ++ arising from the use of this software. ++ ++ Permission is granted to anyone to use this software for any purpose, ++ including commercial applications, and to alter it and redistribute it ++ freely, subject to the following restrictions: ++ ++ 1. The origin of this software must not be misrepresented; you must not ++ claim that you wrote the original software. If you use this software ++ in a product, an acknowledgment in the product documentation would be ++ appreciated but is not required. ++ 2. Altered source versions must be plainly marked as such, and must not be ++ misrepresented as being the original software. ++ 3. This notice may not be removed or altered from any source distribution. ++ ++ ++ Info-ZIP ++ file libsrc/zlib/contrib/minizip/unzip.c uses code from the crypt.c file (part ++ of Info-ZIP) which was published under the following conditions: ++ ++ Copyright (c) 1990-2009 Info-ZIP. All rights reserved. ++ ++ For the purposes of this copyright and license, "Info-ZIP" is defined as the ++ following set of individuals: ++ ++ Mark Adler, John Bush, Karl Davis, Harald Denker, Jean-Michel Dubois, ++ Jean-loup Gailly, Hunter Goatley, Ed Gordon, Ian Gorman, Chris Herborth, ++ Dirk Haase, Greg Hartwig, Robert Heath, Jonathan Hudson, Paul Kienitz, ++ David Kirschbaum, Johnny Lee, Onno van der Linden, Igor Mandrichenko, ++ Steve P. Miller, Sergio Monesi, Keith Owens, George Petrov, Greg Roelofs, ++ Kai Uwe Rommel, Steve Salisbury, Dave Smith, Steven M. Schweda, ++ Christian Spieler, Cosmin Truta, Antoine Verheijen, Paul von Behren, ++ Rich Wales, Mike White. ++ ++ This software is provided "as is," without warranty of any kind, express or ++ implied. In no event shall Info-ZIP or its contributors be held liable for any ++ direct, indirect, incidental, special or consequential damages arising out of ++ the use of or inability to use this software. ++ ++ Permission is granted to anyone to use this software for any purpose, including ++ commercial applications, and to alter it and redistribute it freely, subject to ++ the above disclaimer and the following restrictions: ++ ++ * Redistributions of source code (in whole or in part) must retain the above ++ copyright notice, definition, disclaimer, and this list of conditions. ++ ++ * Redistributions in binary form (compiled executables and libraries) must ++ reproduce the above copyright notice, definition, disclaimer, and this list ++ of conditions in documentation and/or other materials provided with the ++ distribution. Additional documentation is not needed for executables where a ++ command line license option provides these and a note regarding this option ++ is in the executable's startup banner. The sole exception to this condition ++ is redistribution of a standard UnZipSFX binary (including SFXWiz) as part ++ of a self-extracting archive; that is permitted without inclusion of this ++ license, as long as the normal SFX banner has not been removed from the ++ binary or disabled. ++ ++ * Altered versions --including, but not limited to, ports to new operating ++ systems, existing ports with new graphical interfaces, versions with modified ++ or added functionality, and dynamic, shared, or static library versions not ++ from Info-ZIP-- must be plainly marked as such and must not be misrepresented ++ as being the original source or, if binaries, compiled from the original ++ source. Such altered versions also must not be misrepresented as being Info-ZIP ++ releases --including, but not limited to, labeling of the altered versions with ++ the names "Info-ZIP" (or any variation thereof, including, but not limited to, ++ different capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the ++ explicit permission of Info-ZIP. Such altered versions are further prohibited ++ from misrepresentative use of the Zip-Bugs or Info-ZIP e-mail addresses or the ++ Info-ZIP URL(s), such as to imply Info-ZIP will provide support for the altered ++ versions. ++ ++ * Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip," ++ "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own ++ source and binary releases. ++ ++ ++ OAT ++ (files under binsrc/oat) ++ ++ ++ Virtuoso uses the OpenLink AJAX Toolkit (OAT) in the Data Space ++ application suite, distributable under the terms of the GNU Public ++ License v2: ++ ++ ++ sysexits.h ++ (located in binsrc/maildrop/) ++ ++ Copyright (c) 1987, 1993 ++ The Regents of the University of California. All rights reserved. ++ ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ 1. Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in the ++ documentation and/or other materials provided with the distribution. ++ 4. Neither the name of the University nor the names of its contributors ++ may be used to endorse or promote products derived from this software ++ without specific prior written permission. ++ ++ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ++ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE ++ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ++ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE ++ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL ++ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ++ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ++ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT ++ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY ++ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ++ SUCH DAMAGE. ++ ++ @(#)sysexits.h 8.1 (Berkeley) 6/2/93 ++ ++ ++ ++ RedLand ++ (files under binsrc/redland/) ++ ++ Copyright (C) 2000-2008, Openlink Software, http://www.openlinksw.com/ ++ ++ This package is Free Software and part of Redland http://librdf.org/ ++ ++ It is licensed under the following three licenses as alternatives: ++ 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version ++ 2. GNU General Public License (GPL) V2 or any newer version ++ 3. Apache License, V2.0 or any newer version ++ ++ You may not use this file except in compliance with at least one of ++ the above three licenses. ++ ++ See LICENSE.html or LICENSE.txt at the top of this package for the ++ complete terms and further detail along with the license texts for ++ the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively. ++ ++ ++ Apache JSP 2.0 ++ (files binsrc/tutorial/hosting/ho_s_17/*.jsp) ++ ++ Copyright 1999, 2004 The Apache Software Foundation ++ ++ Licensed under the Apache License, Version 2.0 (the "License"); ++ you may not use this file except in compliance with the License. ++ You may obtain a copy of the License at ++ ++ http://www.apache.org/licenses/LICENSE-2.0 ++ ++ Unless required by applicable law or agreed to in writing, software ++ distributed under the License is distributed on an "AS IS" BASIS, ++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ++ See the License for the specific language governing permissions and ++ limitations under the License. ++ ++ ++ Code Syntax Highlighter (with updated FSF address) ++ (file binsrc/yacutia/syntax/shCore.js) ++ ++ Copyright (C) 2004 Dream Projections Inc. ++ ++ This program is free software; you can redistribute it and/or ++ modify it under the terms of the GNU General Public License ++ as published by the Free Software Foundation; either version 2 ++ of the License, or (at your option) any later version. ++ ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with this program; if not, write to the Free Software ++ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. ++ ++ ++ iODBC driver manager (with updated FSF address) ++ (files under libsrc/odbcsdk/include/) ++ ++ Copyright (C) 1999-2005 by OpenLink Software ++ All Rights Reserved. ++ ++ This software is released under the terms of either of the following ++ licenses: ++ ++ - GNU Library General Public License (see LICENSE.LGPL) ++ - The BSD License (see LICENSE.BSD). ++ ++ While not mandated by the BSD license, any patches you make to the ++ iODBC source code may be contributed back into the iODBC project ++ at your discretion. Contributions will benefit the Open Source and ++ Data Access community as a whole. Submissions may be made at: ++ ++ http://www.iodbc.org ++ ++ ++ GNU Library Generic Public License Version 2 ++ ============================================ ++ This library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Library General Public ++ License as published by the Free Software Foundation; either ++ version 2 of the License, or (at your option) any later version. ++ ++ This library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Library General Public License for more details. ++ ++ You should have received a copy of the GNU Library General Public ++ License along with this library; if not, write to the Free ++ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ++ MA 02110-1301, USA. ++ ++ ++ The BSD License ++ =============== ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ ++ 1. Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in ++ the documentation and/or other materials provided with the ++ distribution. ++ 3. Neither the name of OpenLink Software Inc. nor the names of its ++ contributors may be used to endorse or promote products derived ++ from this software without specific prior written permission. ++ ++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ++ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OPENLINK OR ++ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, ++ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, ++ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR ++ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF ++ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ++ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ++ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++ ++ ++ UUID library ++ (files libsrc/util/uuid.h, libsrc/util/uuidP.h and libsrc/util/uuid.c) ++ ++ Copyright (C) 1996, 1997, 1998 Theodore Ts'o. ++ ++ %Begin-Header% ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions ++ are met: ++ 1. Redistributions of source code must retain the above copyright ++ notice, and the entire permission notice in its entirety, ++ including the disclaimer of warranties. ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in the ++ documentation and/or other materials provided with the distribution. ++ 3. The name of the author may not be used to endorse or promote ++ products derived from this software without specific prior ++ written permission. ++ ++ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED ++ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ++ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF ++ WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE ++ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR ++ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT ++ OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR ++ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF ++ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ++ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE ++ USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH ++ DAMAGE. ++ %End-Header% ++ ++ ++ CKEditor ++ (files under appsrc/ODS-Framework/ckeditor/) ++ ++ Software License Agreement ++ ========================== ++ ++ CKEditor - The text editor for Internet - http://ckeditor.com ++ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. ++ ++ Licensed under the terms of any of the following licenses at your ++ choice: ++ ++ - GNU General Public License Version 2 or later (the "GPL") ++ http://www.gnu.org/licenses/gpl.html ++ (See Appendix A) ++ ++ - GNU Lesser General Public License Version 2.1 or later (the "LGPL") ++ http://www.gnu.org/licenses/lgpl.html ++ (See Appendix B) ++ ++ - Mozilla Public License Version 1.1 or later (the "MPL") ++ http://www.mozilla.org/MPL/MPL-1.1.html ++ (See Appendix C) ++ ++ You are not required to, but if you want to explicitly declare the ++ license you have chosen to be bound to when using, reproducing, ++ modifying and distributing this software, just include a text file ++ titled "legal.txt" in your version of this software, indicating your ++ license choice. In any case, your choice will not restrict any ++ recipient of your version of this software to use, reproduce, modify ++ and distribute this software under any of the above licenses. ++ ++ Sources of Intellectual Property Included in CKEditor ++ ===================================================== ++ ++ Where not otherwise indicated, all CKEditor content is authored by ++ CKSource engineers and consists of CKSource-owned intellectual ++ property. In some specific instances, CKEditor will incorporate work ++ done by developers outside of CKSource with their express permission. ++ ++ YUI Test: At _source/tests/yuitest.js can be found part of the source ++ code of YUI, which is licensed under the terms of the BSD License ++ (http://developer.yahoo.com/yui/license.txt). YUI is Copyright (C) ++ 2008, Yahoo! Inc. ++ ++ Trademarks ++ ========== ++ ++ CKEditor is a trademark of CKSource - Frederico Knabben. All other brand ++ and product names are trademarks, registered trademarks or service ++ marks of their respective holders. ++ ++ ++ Ajax Engine ++ (file appsrc/ODS-Gallery/www-root/js/ajax.js) ++ ++ Software License Agreement (BSD License) ++ ++ Copyright (c) 2005-2009 by Matthias Hertel, http://www.mathertel.de/ ++ ++ All rights reserved. ++ ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions are ++ met: ++ ++ * Redistributions of source code must retain the above copyright ++ notice, this list of conditions and the following disclaimer. ++ * Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in ++ the documentation and/or other materials provided with the ++ distribution. ++ * Neither the name of the copyright owners nor the names of its ++ contributors may be used to endorse or promote products derived ++ from this software without specific prior written permission. ++ ++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ++ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A ++ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER ++ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, ++ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, ++ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR ++ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF ++ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ++ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ++ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++ ++ ++ WebFX ++ (files: ++ - appsrc/ODS-Gallery/www-root/js/timer.js ++ - appsrc/ODS-Gallery/www-root/js/slider.js ++ - appsrc/ODS-Gallery/www-root/js/range.js) ++ ++ Copyright (c) 1999 - 2005 Erik Arvidsson ++ ++ This software is provided "as is", without warranty of any kind, express or ++ implied, including but not limited to the warranties of merchantability, ++ fitness for a particular purpose and noninfringement. In no event shall the ++ authors or copyright holders be liable for any claim, damages or other ++ liability, whether in an action of contract, tort or otherwise, arising ++ from, out of or in connection with the software or the use or other ++ dealings in the software. ++ ++ This software is available under the three different licenses mentioned ++ below. To use this software you must chose, and qualify, for one of those. ++ ++ The WebFX Non-Commercial License http://webfx.eae.net/license.html ++ Permits anyone the right to use the software in a non-commercial context ++ free of charge. ++ ++ The WebFX Non Commercial license only applies if all of the following ++ statements are true and not broken. ++ ++ 1. The header in the P/C (1) may not be removed or modified. ++ 2. The P/C is used in a non-commercial or non-profit environment (2). ++ 1. No money is put into the environment except the cost of the ++ web space and domain name. ++ You may of course also put money into hardware and software ++ that run the environment. ++ This means that no one can get paid to maintain the ++ environment. ++ No company, organization or institute can back up the ++ environment financially. Non-profit organizations (3) are ++ excluded. ++ 2. The environment that the P/C is used in cannot make any ++ profit. ++ This means that you cannot sell anything, directly or ++ indirectly using the environment. ++ You cannot use the P/C in an environment that act as a ++ promotion/commercial for a commercial product. ++ Commercial banners can be used as long as the income from ++ these does not exceed the cost to maintain the environment. ++ Donations are allowed. ++ 3. The P/C may be freely modified as long as 1 - 2 are not broken. ++ Any work based on the P/C also fall under this license. ++ This means that if you base any work on the P/C then the new ++ product cannot be used commercially. ++ 4. The P/C may be freely distributed as long as 1 - 3 are not ++ broken. ++ This means that the P/C cannot be redistributed to any third ++ commercial part because this would break 2. ++ This also means that if the P/C is included in a widget pack ++ (component library) then the widget pack (or parts of it that ++ uses the P/C) may not be used in a commercial environment. ++ ++ (1) P/C - product/component provided by WebFX. ++ (2) Environment - Program that uses the product/component. This ++ includes web sites, intranets and offline programs. ++ (3) Non-profit organization - a non-profit organization is a ++ organization that has no intention of making money in any way and ++ all work is done for charity. ++ ++ The WebFX Commercial license http://webfx.eae.net/commercial.html ++ Permits the license holder the right to use the software in a commercial ++ context. Such license must be specifically obtained, however it's valid for ++ any number of implementations of the licensed software. ++ ++ The WebFX Commercial License permits the inclusion of the products for ++ which a license has been obtained (hereby referred to as the products) ++ in any current or future product produced by the license holding ++ corporation (hereby referred to as the corporation) with the exception ++ of the following product-types: ++ ++ * Individual or combined sale of the products as a stand-alone ++ offer. ++ * Individual or combined sale of the products as part of a ++ components package or web development aid. ++ ++ The products may be included simply as enhancements to another product. ++ The products may be included simply as a part of another product. The ++ corporation may never profit directly from sale of the products, only ++ from the application they are included in. All intellectual property ++ rights and source code right will remain in the possession of WebFX and ++ the affected author. ++ ++ The products may not be resold. Neither may products deviated from the ++ original code, or products produced by reverse engineering the original ++ code, be sold or in any other way be profitable for the corporation. ++ If The products are included in a service offered by the corporation a ++ license must be obtained for each company the service is sold to. ++ ++ The license is valid only for the products and only for the purchased ++ version of those, with the following exceptions. ++ ++ * Minor updates. ++ * Major updates released within one (1) month of the purchase. ++ * The product has been discontinued and replaced by another product ++ within one (1) month of the purchase. ++ ++ A minor update consists of bug fixes and patches that may include some ++ enhancements and small, added features to the product. Minor updates ++ are signified by minor version number changes. For example, a minor ++ update from version 3.0 would be 3.1 or 3.01). ++ ++ A major upgrade consists of major enhancements and new features added ++ to the product. Major upgrades are signified by a major version number ++ change. For example, a major upgrade from version 3.0 would be 4.0. ++ ++ The corporation is entitled to a free update, if one or more of the ++ above criteria are met. Updates not addressed above requires a new ++ license, which can be purchased at rebated price if the old one is ++ revoked. ++ ++ GPL - The GNU General Public License http://www.gnu.org/licenses/gpl.txt ++ Permits anyone the right to use and modify the software without limitations ++ as long as proper credits are given and the original and modified source ++ code are included. Requires that the final product, software derivate from ++ the original source or any software utilizing a GPL component, such as ++ this, is also licensed under the GPL license. ++ ++ ++ Berlin SPARQL Benchmark ++ (files under binsrc/tests/bsbm/src/) ++ ++ Copyright (C) 2000-2008 Hewlett-Packard Development Company, LP ++ Copyright (C) 2008 Andreas Schultz ++ ++ This program is free software: you can redistribute it and/or modify ++ it under the terms of the GNU General Public License as published by ++ the Free Software Foundation, either version 3 of the License, or ++ any later version. ++ ++ This program is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ GNU General Public License for more details. ++ ++ You should have received a copy of the GNU General Public License ++ along with this program. If not, see . ++ ++ ++ JavaScript RSA MD5 and SHA routines ++ (files binsrc/oat/toolkit/crypto.js and binsrc/yacutia/md5.js) ++ ++ A JavaScript implementation of the RSA Data Security, Inc. MD5 Message ++ Digest Algorithm, as defined in RFC 1321. ++ Version 2.1 Copyright (C) Paul Johnston 1999 - 2002. ++ Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet ++ Distributed under the BSD License ++ ++ License to copy and use this software is granted provided that it is ++ identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" ++ in all material mentioning or referencing this software or this function. ++ ++ License is also granted to make and use derivative works provided that ++ such works are identified as "derived from the RSA Data Security, Inc. ++ MD5 Message-Digest Algorithm" in all material mentioning or referencing ++ the derived work. ++ ++ RSA Data Security, Inc. makes no representations concerning either the ++ merchantability of this software or the suitability of this software for ++ any particular purpose. It is provided "as is" without express or ++ implied warranty of any kind. ++ ++ These notices must be retained in any copies of any part of this ++ documentation and/or software. ++ ++ Copyright (c) 1998 - 2009, Paul Johnston & Contributors ++ All rights reserved. ++ ++ Redistribution and use in source and binary forms, with or without ++ modification, are permitted provided that the following conditions are ++ met: ++ ++ Redistributions of source code must retain the above copyright notice, ++ this list of conditions and the following disclaimer. Redistributions in ++ binary form must reproduce the above copyright notice, this list of ++ conditions and the following disclaimer in the documentation and/or ++ other materials provided with the distribution. ++ ++ Neither the name of the author nor the names of its contributors may be ++ used to endorse or promote products derived from this software without ++ specific prior written permission. ++ ++ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ++ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED ++ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A ++ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER ++ OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, ++ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, ++ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR ++ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF ++ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING ++ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ++ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++ ++ ++ mm_menu ++ (files appsrc/ODS-Framework/mm_menu.js and binsrc/yacutia/mm_menu.js) ++ ++ mm_menu 20MAR2002 Version 6.0 ++ Andy Finnell, March 2002 ++ Copyright (c) 2000-2002 Macromedia, Inc. ++ ++ based on menu.js ++ by gary smith, July 1997 ++ Copyright (c) 1997-1999 Netscape Communications Corp. ++ ++ Netscape grants you a royalty free license to use or modify this ++ software provided that this copyright notice appears on all copies. ++ This software is provided "AS IS," without a warranty of any kind. ++ ++ ++ MD5 in Java JDK Beta-2 (with updated FSF address) ++ (file libsrc/JDBCDriverType4/openlink/util/MD5.java) ++ ++ MD5 in Java JDK Beta-2 ++ written Santeri Paavolainen, Helsinki Finland 1996 ++ (c) Santeri Paavolainen, Helsinki Finland 1996 ++ ++ This library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Library General Public ++ License as published by the Free Software Foundation; either ++ version 2 of the License, or (at your option) any later version. ++ ++ This library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Library General Public License for more details. ++ ++ You should have received a copy of the GNU Library General Public ++ License along with this library; if not, write to the Free ++ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ++ MA 02110-1301, USA. ++ ++ See http://www.cs.hut.fi/~santtu/java/ for more information on this ++ class. ++ ++ This is rather straight re-implementation of the reference implementation ++ given in RFC1321 by RSA. ++ ++ Passes MD5 test suite as defined in RFC1321. ++ ++ ++ This Java class has been derived from the RSA Data Security, Inc. MD5 ++ Message-Digest Algorithm and its reference implementation. ++ ++ ++ Reentrent string tokenizer - Generic version (with updated FSF address) ++ and other works from the GNU C Library: ++ (files: ++ - libsrc/util/strtok_r.c ++ - libsrc/langfunc/latin1ctype.h ++ - libsrc/langfunc/latin1ctype.c ++ - libsrc/util/getopt1.c ++ - libsrc/util/getopt.c ++ - libsrc/util/fnmatch.c) ++ ++ Copyright (C) 1987-1999 Free Software Foundation, Inc. ++ This file is part of the GNU C Library. ++ ++ The GNU C Library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Library General Public License as ++ published by the Free Software Foundation; either version 2 of the ++ License, or (at your option) any later version. ++ ++ The GNU C Library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Library General Public License for more details. ++ ++ You should have received a copy of the GNU Library General Public ++ License along with the GNU C Library; see the file COPYING.LIB. If ++ not, write to the Free Software Foundation, Inc., ++ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. ++ ++ ++ OpenLayers Map Viewer Library ++ (file binsrc/oat/toolkit/OpenLayers.js) ++ ++ Copyright 2005-2008 MetaCarta, Inc., released under the Clear BSD license. ++ Please see http://svn.openlayers.org/trunk/openlayers/license.txt ++ for the full text of the license. ++ ++ Includes compressed code under the following licenses: ++ ++ (For uncompressed versions of the code used please see the ++ OpenLayers SVN repository: ) ++ ++ ++ Contains portions of Prototype.js: ++ ++ Prototype JavaScript framework, version 1.4.0 ++ (c) 2005 Sam Stephenson ++ ++ Prototype is freely distributable under the terms of an MIT-style license. ++ For details, see the Prototype web site: http://prototype.conio.net/ ++ ++ ++ Contains portions of Rico ++ ++ Copyright 2005 Sabre Airline Solutions ++ ++ Licensed under the Apache License, Version 2.0 (the "License"); you ++ may not use this file except in compliance with the License. You ++ may obtain a copy of the License at ++ ++ http://www.apache.org/licenses/LICENSE-2.0 ++ ++ Unless required by applicable law or agreed to in writing, software ++ distributed under the License is distributed on an "AS IS" BASIS, ++ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or ++ implied. See the License for the specific language governing ++ permissions and limitations under the License. ++ ++ ++ DocBook DTD ++ (files docsrc/xmlsource/DocBook/docbookx.dtd and ++ docsrc/xmlsource/DocBook/calstblx.dtd) ++ ++ Copyright 1992-2000 HaL Computer Systems, Inc., ++ O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software ++ Corporation, Norman Walsh and the Organization for the Advancement ++ of Structured Information Standards (OASIS). ++ ++ Permission to use, copy, modify and distribute the DocBook XML DTD ++ and its accompanying documentation for any purpose and without fee ++ is hereby granted in perpetuity, provided that the above copyright ++ notice and this paragraph appear in all copies. The copyright ++ holders make no representation about the suitability of the DTD for ++ any purpose. It is provided "as is" without expressed or implied ++ warranty. ++ ++ If you modify the DocBook XML DTD in any way, except for declaring and ++ referencing additional sets of general entities and declaring ++ additional notations, label your DTD as a variant of DocBook. See ++ the maintenance documentation for more information. ++ ++ Please direct all questions, bug reports, or suggestions for ++ changes to the docbook@lists.oasis-open.org mailing list. For more ++ information, see http://www.oasis-open.org/docbook/. ++ ++ ++ ++The Debian packaging is: ++ ++ Copyright (C) 2012 José Manuel Santamaría Lema ++ Copyright (C) 2009-2011 Obey Arthur Liu ++ Copyright (C) 2009-2010 Will Daniels ++ Copyright (C) 2009 Olivier Berger ++ Copyright (C) 2008 Miriam Ruiz ++ ++ and is licensed under the GPL version 3, ++ see `/usr/share/common-licenses/GPL-3'. diff --cc debian/docs index 00000000,00000000..c83a6cae new file mode 100644 --- /dev/null +++ b/debian/docs @@@ -1,0 -1,0 +1,4 @@@ ++NEWS ++README ++debian/TODO.Debian ++debian/NEWS.Debian diff --cc debian/gbp.conf index 00000000,00000000..49ecd4bd new file mode 100644 --- /dev/null +++ b/debian/gbp.conf @@@ -1,0 -1,0 +1,29 @@@ ++[DEFAULT] ++pristine-tar = True ++filter-pristine-tar = True ++filter = [ ++ "appsrc/ODS-Gallery/www-root/js/slideshow.js", ++ "debian/*", ++ "binsrc/hibernate/*.jar", ++ "binsrc/jena/*.jar", ++ "binsrc/oat/toolkit/webclip.js", ++ "binsrc/sesame/*.jar", ++ "binsrc/sesame2/*.jar", ++ "binsrc/sesame3/*.jar", ++ "binsrc/tutorial/bin/*.dll", ++ "binsrc/tutorial/hosting/ho_s_2/*.dll", ++ "binsrc/tutorial/hosting/ho_s_3/*.dll", ++ "binsrc/tutorial/hosting/ho_s_4/*.dll", ++ "binsrc/tutorial/hosting/ho_s_5/*.dll", ++ "binsrc/tutorial/hosting/ho_s_10/*.dll", ++ "binsrc/tutorial/hosting/ho_s_11/*.dll", ++ "binsrc/tutorial/hosting/ho_s_12/bin/*.dll", ++ "binsrc/tutorial/hosting/ho_s_14/*.dll", ++ "binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/*.dll", ++ "binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/Debug/*.dll", ++ "binsrc/tutorial/services/so_s_32/*.dll", ++ "binsrc/vsp/soapdemo/*.jar", ++ "docsrc/stylesheets/docbook", ++ "libsrc/JDBCDriverType4/*.jar", ++ "libsrc/util/pcrelib", ++ ] diff --cc debian/inifile.1.xml index 00000000,00000000..fca91ca1 new file mode 100644 --- /dev/null +++ b/debian/inifile.1.xml @@@ -1,0 -1,0 +1,152 @@@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++]> ++ ++ ++ ++ &dhtitle; ++ &dhpackage; ++ ++ ++ &dhfirstname; ++ &dhsurname; ++ Wrote this manpage for the Debian system. ++
++ &dhemail; ++
++
++
++ ++ 2009 ++ &dhusername; ++ ++ ++ This manual page was written for the Debian system ++ (and may be used by others). ++ Permission is granted to copy, distribute and/or modify this ++ document under the terms of the GNU General Public License, ++ Version 2 or (at your option) any later version published by ++ the Free Software Foundation. ++ On Debian systems, the complete text of the GNU General Public ++ License can be found in ++ /usr/share/common-licenses/GPL. ++ ++
++ ++ &dhucpackage; ++ &dhsection; ++ ++ ++ &dhpackage; ++ OpenLink Virtuoso Opensource ini File Editor ++ ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ ++ DESCRIPTION ++ This manual page documents briefly the ++ &dhpackage; command. ++ This manual page was written for the Debian distribution ++ because the original program does not have a manual page. ++ Instead, it has documentation in the 'doc' VAD package. ++ &dhpackage; is the OpenLink Virtuoso server ++ ++ ++ OPTIONS ++ A summary of options is included below. For a complete description, ++ see the 'doc' VAD package. ++ ++ ++ ++ ++ ++ use this ini file ++ ++ ++ ++ ++ ++ create the ini file if it does not exist (default) ++ ++ ++ ++ ++ ++ do not create the ini file if it does not exist ++ ++ ++ ++ ++ ++ name of the section ++ ++ ++ ++ ++ ++ name of the key ++ ++ ++ ++ ++ ++ the value you want to write ++ ++ ++ ++ ++ ++ FILES ++ ++ ++ /etc/virtuoso/virtuoso.ini ++ ++ The configuration file to control the behaviour of ++ the main instance of &dhpackage;. ++ ++ ++ ++ ++ ++ SEE ALSO ++ ++ The programs are documented fully by the 'doc' VAD package. ++ ++
++ diff --cc debian/isql-vt.1.xml index 00000000,00000000..55358065 new file mode 100644 --- /dev/null +++ b/debian/isql-vt.1.xml @@@ -1,0 -1,0 +1,144 @@@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++]> ++ ++ ++ ++ &dhtitle; ++ &dhpackage; ++ ++ ++ &dhfirstname; ++ &dhsurname; ++ Wrote this manpage for the Debian system. ++
++ &dhemail; ++
++
++
++ ++ 2009 ++ &dhusername; ++ ++ ++ This manual page was written for the Debian system ++ (and may be used by others). ++ Permission is granted to copy, distribute and/or modify this ++ document under the terms of the GNU General Public License, ++ Version 2 or (at your option) any later version published by ++ the Free Software Foundation. ++ On Debian systems, the complete text of the GNU General Public ++ License can be found in ++ /usr/share/common-licenses/GPL. ++ ++
++ ++ &dhucpackage; ++ &dhsection; ++ ++ ++ &dhpackage; ++ OpenLink Virtuoso Opensource SQL Interface ++ ++ ++ &dhpackagealt; ++ OpenLink Virtuoso Opensource SQL Interface (Unicode) ++ ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ file1 ++ file2 ++ ... ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ &dhpackage; ++ ++ -? ++ ++ ++ ++ DESCRIPTION ++ This manual page documents briefly the ++ &dhpackage; command. ++ This manual page was written for the Debian distribution ++ because the original program does not have a manual page. ++ Instead, it has documentation in the 'doc' VAD package. ++ &dhpackage; is the OpenLink Virtuoso Interactive SQL Interface ++ ++ ++ OPTIONS ++ A summary of options is included below. For a complete description, ++ see the 'doc' VAD package. ++ ++ ++ ++ ++ ++ outputs help ++ ++ ++ ++ ++ ++ FILES ++ ++ ++ /etc/virtuoso/virtuoso.ini ++ ++ The configuration file to control the behaviour of ++ the main instance of &dhpackage;. ++ ++ ++ ++ ++ ++ SEE ALSO ++ ++ The programs are documented fully by the 'doc' VAD package. ++ ++
++ diff --cc debian/libvirtodbc0.config index 00000000,00000000..61577857 new file mode 100644 --- /dev/null +++ b/debian/libvirtodbc0.config @@@ -1,0 -1,0 +1,18 @@@ ++#!/bin/bash ++ ++set -e ++ ++. /usr/share/debconf/confmodule ++ ++if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ++${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ++ ++if [ -e /usr/bin/odbcinst ]; then ++ db_title "Virtuoso ODBC Setup" ++ ++ # default to true since odbcinst is available ++ db_set libvirtodbc0/register-odbc-driver "true" || true ++ db_input medium libvirtodbc0/register-odbc-driver || true ++ db_go ++fi ++exit 0 diff --cc debian/libvirtodbc0.dirs index 00000000,00000000..c1b4755e new file mode 100644 --- /dev/null +++ b/debian/libvirtodbc0.dirs @@@ -1,0 -1,0 +1,2 @@@ ++usr/lib/odbc ++usr/share/libvirtodbc0 diff --cc debian/libvirtodbc0.install index 00000000,00000000..09523cb1 new file mode 100644 --- /dev/null +++ b/debian/libvirtodbc0.install @@@ -1,0 -1,0 +1,2 @@@ ++usr/lib/virtodbc*.so usr/lib/odbc/ ++../odbcinst.ini usr/share/libvirtodbc0/ diff --cc debian/libvirtodbc0.postinst index 00000000,00000000..ed2e5edc new file mode 100644 --- /dev/null +++ b/debian/libvirtodbc0.postinst @@@ -1,0 -1,0 +1,50 @@@ ++#!/bin/sh ++# postinst script for virtuoso-opensource ++# ++# see: dh_installdeb(1) ++ ++set -e ++. /usr/share/debconf/confmodule ++ ++if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ++${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ++ ++# summary of how this script can be called: ++# * `configure' ++# * `abort-upgrade' ++# * `abort-remove' `in-favour' ++# ++# * `abort-remove' ++# * `abort-deconfigure' `in-favour' ++# `removing' ++# ++# for details, see http://www.debian.org/doc/debian-policy/ or ++# the debian-policy package ++ ++# Always add in the postinst, always delete in the prerm -- this way, ++# we'll always have a good reference count in odbcinst.ini. ++db_get low libvirtodbc0/register-odbc-driver || true ++if [ "$RET" = "true" ]; then ++ odbcinst -i -d -f /usr/share/libvirtodbc0/odbcinst.ini 1>&2 ++fi ++ ++case "$1" in ++ configure) ++ #ldconfig ++ ;; ++ ++ abort-upgrade|abort-remove|abort-deconfigure) ++ ;; ++ ++ *) ++ echo "postinst called with unknown argument \`$1'" >&2 ++ exit 1 ++ ;; ++esac ++ ++# dh_installdeb will replace this with shell code automatically ++# generated by other debhelper scripts. ++ ++#DEBHELPER# ++ ++exit 0 diff --cc debian/libvirtodbc0.prerm index 00000000,00000000..08f4bd20 new file mode 100644 --- /dev/null +++ b/debian/libvirtodbc0.prerm @@@ -1,0 -1,0 +1,15 @@@ ++#!/bin/bash ++ ++set -e ++ ++. /usr/share/debconf/confmodule ++ ++if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ++${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ++ ++db_get libvirtodbc0/register-odbc-driver || true ++if [ "$RET" = "true" ]; then ++ odbcinst -u -d -n Virtuoso || true ++fi ++ ++#DEBHELPER# diff --cc debian/libvirtodbc0.templates index 00000000,00000000..31be4f44 new file mode 100644 --- /dev/null +++ b/debian/libvirtodbc0.templates @@@ -1,0 -1,0 +1,18 @@@ ++# These templates have been reviewed by the debian-l10n-english ++# team ++# ++# If modifications/additions/rewording are needed, please ask ++# debian-l10n-english@lists.debian.org for advice. ++# ++# Even minor modifications require translation updates and such ++# changes should be coordinated with translators and reviewers. ++ ++Template: libvirtodbc0/register-odbc-driver ++Type: boolean ++Default: false ++_Description: Register the Virtuoso ODBC driver? ++ An ODBC manager (unixodbc or iODBC) is already installed on this system. ++ . ++ The Virtuoso ODBC driver can be automatically added to the list of ++ available ODBC drivers (and automatically deleted from the list ++ when this package is removed). diff --cc debian/libvirtuoso5.5-cil.install index 00000000,00000000..4cb3d5b2 new file mode 100644 --- /dev/null +++ b/debian/libvirtuoso5.5-cil.install @@@ -1,0 -1,0 +1,2 @@@ ++../../binsrc/VirtuosoClient.Net/*.dll /usr/lib/cli/virtuoso-5.5 ++../virtuoso-5.5.pc /usr/lib/pkgconfig diff --cc debian/libvirtuoso5.5-cil.installcligac index 00000000,00000000..b466c6ae new file mode 100644 --- /dev/null +++ b/debian/libvirtuoso5.5-cil.installcligac @@@ -1,0 -1,0 +1,1 @@@ ++/usr/lib/cli/virtuoso-5.5/OpenLink.Data.Virtuoso.dll diff --cc debian/libvirtuoso5.5-cil.links index 00000000,00000000..6fbf8f07 new file mode 100644 --- /dev/null +++ b/debian/libvirtuoso5.5-cil.links @@@ -1,0 -1,0 +1,1 @@@ ++usr/lib/pkgconfig/virtuoso-5.5.pc usr/lib/pkgconfig/virtuoso.pc diff --cc debian/not-installed index 00000000,00000000..770d485c new file mode 100644 --- /dev/null +++ b/debian/not-installed @@@ -1,0 -1,0 +1,57 @@@ ++ ++# Actually installed in /etc/virtuoso-opensource-6.1 ++./var/lib/virtuoso-opensource-6.1/db/virtuoso.ini ++ ++#Do not install *.a *.la files ++./usr/lib/libvirtuoso-t.a ++./usr/lib/libvirtuoso-t.la ++./usr/lib/virtodbc.a ++./usr/lib/virtodbc.la ++./usr/lib/virtodbc_r.a ++./usr/lib/virtodbc_r.la ++./usr/lib/virtodbcu.a ++./usr/lib/virtodbcu.la ++./usr/lib/virtodbcu_r.a ++./usr/lib/virtodbcu_r.la ++./usr/lib/virtuoso-opensource-6.1/hosting/creolewiki.a ++./usr/lib/virtuoso-opensource-6.1/hosting/creolewiki.la ++./usr/lib/virtuoso-opensource-6.1/hosting/im.a ++./usr/lib/virtuoso-opensource-6.1/hosting/im.la ++./usr/lib/virtuoso-opensource-6.1/hosting/mediawiki.a ++./usr/lib/virtuoso-opensource-6.1/hosting/mediawiki.la ++./usr/lib/virtuoso-opensource-6.1/hosting/wbxml2.a ++./usr/lib/virtuoso-opensource-6.1/hosting/wbxml2.la ++./usr/lib/virtuoso-opensource-6.1/hosting/wikiv.a ++./usr/lib/virtuoso-opensource-6.1/hosting/wikiv.la ++ ++#Do not install -dev symlinks ++./usr/lib/virtodbc_r.so ++./usr/lib/virtodbc.so ++./usr/lib/virtodbcu_r.so ++./usr/lib/virtodbcu.so ++ ++#Do not install sesame stuff ++./usr/lib/sesame/create-virtuoso.xsl ++./usr/lib/sesame/create.xsl ++./usr/share/doc/virtuoso-opensource-6.1/README.sesame2 ++./usr/share/doc/virtuoso-opensource-6.1/README.sesame3 ++ ++#Do not install license information ++./usr/share/doc/virtuoso-opensource-6.1/COPYING ++./usr/share/doc/virtuoso-opensource-6.1/CREDITS ++./usr/share/doc/virtuoso-opensource-6.1/LICENSE ++ ++#Do not install misc uneccesary docs ++./usr/share/doc/virtuoso-opensource-6.1/INSTALL ++./usr/share/doc/virtuoso-opensource-6.1/README.CVS ++./usr/share/doc/virtuoso-opensource-6.1/README.GIT ++./usr/share/doc/virtuoso-opensource-6.1/README.hibernate ++./usr/share/doc/virtuoso-opensource-6.1/README.jena ++./usr/share/doc/virtuoso-opensource-6.1/README.jsse ++./usr/share/doc/virtuoso-opensource-6.1/README.php5 ++./usr/share/doc/virtuoso-opensource-6.1/README.WINDOWS ++ ++#Already installed by dh_installdocs ++./usr/share/doc/virtuoso-opensource-6.1/NEWS ++./usr/share/doc/virtuoso-opensource-6.1/README ++./usr/share/doc/virtuoso-opensource-6.1/README.UPGRADE diff --cc debian/odbc.ini index 00000000,00000000..02f083b7 new file mode 100644 --- /dev/null +++ b/debian/odbc.ini @@@ -1,0 -1,0 +1,5 @@@ ++[VOS] ++Driver = /usr/lib/odbc/virtodbc.so ++Description = Virtuoso OpenSource Edition ++Address = localhost:1111 ++ diff --cc debian/odbcinst.ini index 00000000,00000000..8895d436 new file mode 100644 --- /dev/null +++ b/debian/odbcinst.ini @@@ -1,0 -1,0 +1,2 @@@ ++[Virtuoso] ++Driver = /usr/lib/odbc/virtodbc.so diff --cc debian/patches/build-generated-code-multiple-outputs.patch index 00000000,00000000..60d17267 new file mode 100644 --- /dev/null +++ b/debian/patches/build-generated-code-multiple-outputs.patch @@@ -1,0 -1,0 +1,58 @@@ ++Description: generated code multiple outputs ++ Fix one point of parallel building breakage. ++Author: Obey Arthur Liu ++Last-Update: 2009-12-28 ++--- a/libsrc/plugin/Makefile.am +++++ b/libsrc/plugin/Makefile.am ++@@ -93,15 +93,45 @@ ++ export_gate_virtuoso.c import_gate_virtuoso.c import_gate_virtuoso.h \ ++ export_plugin_lang25.c import_plugin_lang25.c import_plugin_lang25.h ++ ++-$(generated_code): .generated +++# This is still wrong: +++# +++#$(generated_code): .generated +++# +++#.generated: Makefile.am gen_all_gates.sh gen_gate.sh gate_virtuoso.h plugin_lang25.h plugin_msdtc.h +++# cd $(top_srcdir)/libsrc/plugin; ./gen_all_gates.sh +++# -rm -rf tmp +++# touch .generated +++ +++# This is correct: +++generated_code-stamp: Makefile gen_all_gates.sh gen_gate.sh gate_virtuoso.h plugin_lang25.h plugin_msdtc.h +++ echo "GENCODE=+= stamp" +++ @rm -f generated_code-temp +++ @touch generated_code-temp +++ @cd $(top_srcdir)/libsrc/plugin; ./gen_all_gates.sh +++ @rm -rf tmp +++ @mv -f generated_code-temp $@ ++ ++-.generated: Makefile.am gen_all_gates.sh gen_gate.sh gate_virtuoso.h plugin_lang25.h plugin_msdtc.h ++- cd $(top_srcdir)/libsrc/plugin; ./gen_all_gates.sh ++- -rm -rf tmp ++- touch .generated +++$(generated_code): generated_code-stamp +++ ## Recover from the removal of $@ +++ @if test -f $@; then :; else \ +++ trap 'rm -rf generated_code-lock generated_code-stamp' 1 2 13 15; \ +++ if mkdir generated_code-lock 2>/dev/null; then \ +++ ## This code is being executed by the first process. +++ rm -f generated_code-stamp; \ +++ echo "GENCODE=+= stamp"; \ +++ $(MAKE) $(AM_MAKEFLAGS) generated_code-stamp; \ +++ rmdir generated_code-lock; \ +++ else \ +++ ## This code is being executed by the follower processes. +++ ## Wait until the first process is done. +++ while test -d generated_code-lock; do sleep 1; echo "//+//"; done; \ +++ ## Succeed if and only if the first process succeeded. +++ test -f generated_code-stamp; exit $$?; \ +++ fi; \ +++ fi ++ ++ BUILT_SOURCES = $(generated_code) ++-DISTCLEANFILES = $(generated_code) .generated +++DISTCLEANFILES = $(generated_code) generated_code-stamp generated_code-lock generated_code-temp ++ ++ ++ # ---------------------------------------------------------------------- diff --cc debian/patches/build-gmake-to-make.patch index 00000000,00000000..74e36f84 new file mode 100644 --- /dev/null +++ b/debian/patches/build-gmake-to-make.patch @@@ -1,0 -1,0 +1,15 @@@ ++Description: gmake to make ++ Use make instead of gmake in the build system. ++Author: Obey Arthur Liu ++Last-Update: 2010-02-17 ++--- a/binsrc/sqldoc/vspx_doc.sh +++++ b/binsrc/sqldoc/vspx_doc.sh ++@@ -41,7 +41,7 @@ ++ fi ++ pwddir=`pwd` ++ cd "${cutterdir}" ++-gmake +++make ++ cd "${pwddir}" ++ ++ begin_xml () diff --cc debian/patches/config-debian-paths.patch index 00000000,00000000..2210d426 new file mode 100644 --- /dev/null +++ b/debian/patches/config-debian-paths.patch @@@ -1,0 -1,0 +1,54 @@@ ++Description: config debian paths ++ Make installation paths more Debian compatible. ++Author: Obey Arthur Liu ++Last-Update: 2012-05-23 ++--- a/configure +++++ b/configure ++@@ -3729,14 +3729,14 @@ case ${VIRTUOSO_LAYOUT} in ++ prefix=/usr ++ localstatedir=/var ++ fi ++- vaddir=$datadir/virtuoso/vad ++- docdir=$datadir/doc/virtuoso ++- htmldocdir=$datadir/doc/virtuoso/html ++- pdfdocdir=$datadir/doc/virtuoso/pdf ++- demodir=$localstatedir/lib/virtuoso/demo ++- dbdir=$localstatedir/lib/virtuoso/db ++- httprootdir=$localstatedir/lib/virtuoso/vsp ++- hostingdir=$libdir/virtuoso/hosting +++ vaddir=$datadir/$DEBIANPKG/vad +++ docdir=$datadir/doc/$DEBIANPKG +++ htmldocdir=$datadir/doc/$DEBIANPKG/html +++ pdfdocdir=$datadir/doc/$DEBIANPKG/pdf +++ demodir=$localstatedir/lib/$DEBIANPKG/demo +++ dbdir=$localstatedir/lib/$DEBIANPKG/db +++ httprootdir=$localstatedir/lib/$DEBIANPKG/vsp +++ hostingdir=$libdir/$DEBIANPKG/hosting ++ ;; ++ ++ [Gg][Ee][Nn][Tt][Oo][Oo]) # Gentoo ++--- a/configure.in +++++ b/configure.in ++@@ -156,14 +156,14 @@ case ${VIRTUOSO_LAYOUT} in ++ prefix=/usr ++ localstatedir=/var ++ fi ++- vaddir=$datadir/virtuoso/vad ++- docdir=$datadir/doc/virtuoso ++- htmldocdir=$datadir/doc/virtuoso/html ++- pdfdocdir=$datadir/doc/virtuoso/pdf ++- demodir=$localstatedir/lib/virtuoso/demo ++- dbdir=$localstatedir/lib/virtuoso/db ++- httprootdir=$localstatedir/lib/virtuoso/vsp ++- hostingdir=$libdir/virtuoso/hosting +++ vaddir=$datadir/$DEBIANPKG/vad +++ docdir=$datadir/doc/$DEBIANPKG +++ htmldocdir=$datadir/doc/$DEBIANPKG/html +++ pdfdocdir=$datadir/doc/$DEBIANPKG/pdf +++ demodir=$localstatedir/lib/$DEBIANPKG/demo +++ dbdir=$localstatedir/lib/$DEBIANPKG/db +++ httprootdir=$localstatedir/lib/$DEBIANPKG/vsp +++ hostingdir=$libdir/$DEBIANPKG/hosting ++ ;; ++ ++ [[Gg]][[Ee]][[Nn]][[Tt]][[Oo]][[Oo]]) # Gentoo diff --cc debian/patches/config-universal-variables.patch index 00000000,00000000..0ade81e2 new file mode 100644 --- /dev/null +++ b/debian/patches/config-universal-variables.patch @@@ -1,0 -1,0 +1,24 @@@ ++Description: config universal variables ++ Eliminate non-universal variables. ++Author: Obey Arthur Liu ++Last-Update: 2012-05-23 ++--- a/binsrc/samples/demo/default-virtuoso.ini +++++ b/binsrc/samples/demo/default-virtuoso.ini ++@@ -151,7 +151,7 @@ VDBDisconnectTimeout = 1000 ++ KeepConnectionOnFixedThread = 0 ++ ++ [Replication] ++-ServerName = @REPLNAME@ +++ServerName = db ++ ServerEnable = 1 ++ QueueMax = 50000 ++ ++@@ -203,7 +203,7 @@ Segment2 = 100M, db-seg2-1.db ++ ++ ++ [Zero Config] ++-ServerName = @ZNAME@ +++ServerName = virtuoso ++ ;ServerDSN = ZDSN ++ ;SSLServerName = ++ ;SSLServerDSN = diff --cc debian/patches/ftbfs-armel.patch index 00000000,00000000..537d80cb new file mode 100644 --- /dev/null +++ b/debian/patches/ftbfs-armel.patch @@@ -1,0 -1,0 +1,48 @@@ ++Description: FTBFS on armel ++ Fix fragile memory manipulation preprocessor macros on little endian archs. ++Author: Sune Vuorela ++Last-Update: 2010-03-14 ++--- a/libsrc/Wi/widisk.h +++++ b/libsrc/Wi/widisk.h ++@@ -229,12 +229,20 @@ ++ ++ #else ++ +++// Debian maintainer: armel compatibility +++#if 0 ++ #define LONG_SET(p, l) \ ++ *((int32*) (p)) = (l) +++#endif +++static inline void LONG_SET(unsigned char *p, int32 l) { int32 x = l; memcpy(p, &x, 4); } ++ ++ +++// Debian maintainer: armel compatibility +++#if 0 ++ #define LONG_REF(p) \ ++ (* ((int32*) (p))) +++#endif +++static inline int32 LONG_REF(unsigned char *p) { int32 ret; memcpy(&ret, p, 4); return ret; } ++ ++ #endif ++ ++@@ -270,12 +278,20 @@ ++ ++ #define UINT32PL(p) ((unsigned int32*)(p)) ++ +++// Debian maintainer: armel compatibility +++#if 0 ++ #define INT64_REF(place) \ ++ (((int64) (UINT32PL(place)[0])) << 32 | UINT32PL(place)[1]) +++#endif +++static inline int64 INT64_REF(unsigned char *p) { int64 ret; memcpy(&ret, p, 8); return ret; } ++ +++// Debian maintainer: armel compatibility +++#if 0 ++ #define INT64_SET(place, v) \ ++ {((unsigned int32*)(place))[0] = (v) >> 32; \ ++ ((unsigned int32*)(place))[1] = (int32)(v); } +++#endif +++static inline void INT64_SET(unsigned char *place, int64 v) { int64 x = v; memcpy(place, &x, 8); } ++ ++ #endif ++ diff --cc debian/patches/ftbfs-kfreebsd.patch index 00000000,00000000..7a6de5e2 new file mode 100644 --- /dev/null +++ b/debian/patches/ftbfs-kfreebsd.patch @@@ -1,0 -1,0 +1,15 @@@ ++Description: FTBFS on kFreeBSD ++ Fix preprocessor environment detection to properly recognize kFreeBSD. ++Author: Obey Arthur Liu ++Last-Update: 2010-02-28 ++--- a/libsrc/Dk/Dksystem.h +++++ b/libsrc/Dk/Dksystem.h ++@@ -141,7 +141,7 @@ ++ #endif ++ ++ #include ++-#if !defined(linux) && !defined(__APPLE__) && !defined (WIN32) && !defined (__CYGWIN__) && !defined(__FreeBSD__) && !defined (__cplusplus) +++#if !defined(linux) && !defined(__APPLE__) && !defined (WIN32) && !defined (__CYGWIN__) && !defined(__FreeBSD__) && !defined (__cplusplus) && !defined(__GLIBC__) ++ extern char *sys_errlist[]; ++ extern int sys_nerr; ++ #endif diff --cc debian/patches/ignore-netstat-failure.patch index 00000000,00000000..ef808daf new file mode 100644 --- /dev/null +++ b/debian/patches/ignore-netstat-failure.patch @@@ -1,0 -1,0 +1,426 @@@ ++Author: Steven Chamberlain ++Author: José Manuel Santamaría Lema ++Description: This patch avoids FTBFSes on any architecture whose "netstat -an" ++ output is not what we expect or just wrong, see: ++ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663010 ++ NOTE: While this patch at a first sight looks a bit dangerous it isn't that ++ bad: if virtuoso couldn't actually start in these make_vad.sh scripts, some ++ *.vad files wouldn't be genereated; these *.vad files are being installed by ++ the package, therefore if one of them is missing the package would fail to ++ build anyway. ++--- a/binsrc/rdf_mappers/make_vad.sh +++++ b/binsrc/rdf_mappers/make_vad.sh ++@@ -276,8 +276,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/bpel/make_vad.sh +++++ b/binsrc/bpel/make_vad.sh ++@@ -281,8 +281,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/b3s/make_vad.sh +++++ b/binsrc/b3s/make_vad.sh ++@@ -231,8 +231,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/tutorial/make_vad.sh +++++ b/binsrc/tutorial/make_vad.sh ++@@ -131,8 +131,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/yacutia/mkvad.sh +++++ b/binsrc/yacutia/mkvad.sh ++@@ -178,8 +178,8 @@ START_SERVER() ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- ECHO "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ ECHO "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/samples/demo/mkdoc.sh +++++ b/binsrc/samples/demo/mkdoc.sh ++@@ -191,8 +191,8 @@ START_SERVER() ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- ECHO "***FAILED: Could not start Virtuoso DOC Server within $timeout seconds" ++- exit 1 +++ ECHO "***WARNING: Could not start Virtuoso DOC Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ fi ++--- a/binsrc/samples/sparql_demo/make_vad.sh +++++ b/binsrc/samples/sparql_demo/make_vad.sh ++@@ -141,8 +141,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/sync/make_vad.sh +++++ b/binsrc/sync/make_vad.sh ++@@ -131,8 +131,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/isparql/make_vad.sh +++++ b/binsrc/isparql/make_vad.sh ++@@ -144,8 +144,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Addressbook/make_vad.sh +++++ b/appsrc/ODS-Addressbook/make_vad.sh ++@@ -120,8 +120,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Bookmark/make_vad.sh +++++ b/appsrc/ODS-Bookmark/make_vad.sh ++@@ -124,8 +124,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Briefcase/make_vad.sh +++++ b/appsrc/ODS-Briefcase/make_vad.sh ++@@ -140,8 +140,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Calendar/make_vad.sh +++++ b/appsrc/ODS-Calendar/make_vad.sh ++@@ -123,8 +123,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Community/make_vad.sh +++++ b/appsrc/ODS-Community/make_vad.sh ++@@ -127,8 +127,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Discussion/make_vad.sh +++++ b/appsrc/ODS-Discussion/make_vad.sh ++@@ -137,8 +137,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-FeedManager/make_vad.sh +++++ b/appsrc/ODS-FeedManager/make_vad.sh ++@@ -123,8 +123,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Framework/make_vad.sh +++++ b/appsrc/ODS-Framework/make_vad.sh ++@@ -165,8 +165,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Framework/oauth/make_vad.sh +++++ b/appsrc/ODS-Framework/oauth/make_vad.sh ++@@ -215,8 +215,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Gallery/make_vad.sh +++++ b/appsrc/ODS-Gallery/make_vad.sh ++@@ -127,8 +127,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Polls/make_vad.sh +++++ b/appsrc/ODS-Polls/make_vad.sh ++@@ -122,8 +122,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-WebMail/make_vad.sh +++++ b/appsrc/ODS-WebMail/make_vad.sh ++@@ -123,8 +123,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Wiki/make_vad.sh +++++ b/appsrc/ODS-Wiki/make_vad.sh ++@@ -158,8 +158,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/hosting/mono/tests/tclrsrv.sh +++++ b/binsrc/hosting/mono/tests/tclrsrv.sh ++@@ -241,8 +241,8 @@ START_SERVER () ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/samples/demo/mkdemo.sh +++++ b/binsrc/samples/demo/mkdemo.sh ++@@ -170,8 +170,8 @@ START_SERVER() ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" ++- exit 1 +++ ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/samples/xpath/files2dav.sh +++++ b/binsrc/samples/xpath/files2dav.sh ++@@ -121,8 +121,8 @@ START_SERVER() ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" ++- exit 1 +++ ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/samples/xquery/files2dav.sh +++++ b/binsrc/samples/xquery/files2dav.sh ++@@ -121,8 +121,8 @@ START_SERVER() ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- ECHO "***FAILED: Could not start Virtuoso DEMO Server within $timeout seconds" ++- exit 1 +++ ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/tests/biftest/thook.sh +++++ b/binsrc/tests/biftest/thook.sh ++@@ -154,8 +154,8 @@ START_SERVER() ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/tests/suite/test_fn.sh +++++ b/binsrc/tests/suite/test_fn.sh ++@@ -333,8 +333,8 @@ START_SERVER() ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/vsp/admin/debug/make_vad.sh +++++ b/binsrc/vsp/admin/debug/make_vad.sh ++@@ -97,8 +97,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/vspx/suite/vspx_suite.sh +++++ b/binsrc/vspx/suite/vspx_suite.sh ++@@ -66,8 +66,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start Virtuoso Server within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/appsrc/ODS-Blog/make_vad.sh +++++ b/appsrc/ODS-Blog/make_vad.sh ++@@ -139,8 +139,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } ++--- a/binsrc/samples/demo/make_vad.sh +++++ b/binsrc/samples/demo/make_vad.sh ++@@ -142,8 +142,8 @@ virtuoso_start() { ++ nows=`expr $nows + $nowh \* 60` ++ if test $nows -ge $timeout ++ then ++- LOG "***FAILED: Could not start $SERVER within $timeout seconds" ++- exit 1 +++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" +++ return 1 ++ fi ++ done ++ } diff --cc debian/patches/portable-method-for-escaping-symbol-gawk.diff index 00000000,00000000..ed3ae37a new file mode 100644 --- /dev/null +++ b/debian/patches/portable-method-for-escaping-symbol-gawk.diff @@@ -1,0 -1,0 +1,94 @@@ ++From b01c641b917485d0e23beb98787e43cb40baae8a Mon Sep 17 00:00:00 2001 ++From: VOS Maintainer ++Date: Thu, 8 Mar 2012 13:52:41 +0000 ++Subject: [PATCH] * Fixed use portable method for escaping symbol for gawk 3 ++ and 4 ++ ++--- ++ binsrc/cached_resources/res_to_c.awk | 8 +------- ++ binsrc/hosting/perl/pl_to_c.awk | 2 +- ++ binsrc/hosting/python/py_to_c.awk | 2 +- ++ binsrc/ws/wsrm/xsd2sql.awk | 2 +- ++ libsrc/Wi/sql_to_c.awk | 8 +------- ++ 5 files changed, 5 insertions(+), 17 deletions(-) ++ ++diff --git a/binsrc/cached_resources/res_to_c.awk b/binsrc/cached_resources/res_to_c.awk ++index 8c6ddbc..f7f4989 100644 ++--- a/binsrc/cached_resources/res_to_c.awk +++++ b/binsrc/cached_resources/res_to_c.awk ++@@ -30,13 +30,7 @@ BEGIN { ++ } ++ { ++ fun = $0 ++- # was: gsub ( /\\/, "\\\\", fun) ++- q = "\\\\" ++- if (PROCINFO["version"] ~ /^4/) ++- gsub ( q, q q, fun) ++- else ++- gsub ( q, q, fun) ++- +++ gsub ( "\\\\", "&&", fun) ++ gsub ( /"/, "\\\"", fun) ++ gsub ( /\$/, "\\044", fun) ++ gsub ( /.*/, "\"&\\n\",", fun) ++diff --git a/binsrc/hosting/perl/pl_to_c.awk b/binsrc/hosting/perl/pl_to_c.awk ++index 9422a4c..eb4a07d 100644 ++--- a/binsrc/hosting/perl/pl_to_c.awk +++++ b/binsrc/hosting/perl/pl_to_c.awk ++@@ -42,7 +42,7 @@ END { ++ } ++ ++ x = $0 ++- gsub (/\\/, "\\\\", x) +++ gsub ( "\\\\", "&&", x) ++ gsub (/\"/, "\\\"", x) ++ print "\"" x "\\n\"" ++ } ++diff --git a/binsrc/hosting/python/py_to_c.awk b/binsrc/hosting/python/py_to_c.awk ++index 7c5b529..6ce5ff4 100644 ++--- a/binsrc/hosting/python/py_to_c.awk +++++ b/binsrc/hosting/python/py_to_c.awk ++@@ -48,7 +48,7 @@ END { ++ } ++ ++ x = $0 ++- gsub (/\\/, "\\\\", x) +++ gsub ( "\\\\", "&&", x) ++ gsub (/\"/, "\\\"", x) ++ print "\"" x "\\n\"" ++ } ++diff --git a/binsrc/ws/wsrm/xsd2sql.awk b/binsrc/ws/wsrm/xsd2sql.awk ++index a97aba6..4bba030 100644 ++--- a/binsrc/ws/wsrm/xsd2sql.awk +++++ b/binsrc/ws/wsrm/xsd2sql.awk ++@@ -54,7 +54,7 @@ BEGIN { ++ print " ses := string_output ();" ++ } ++ str = $0 ++- gsub ( /\\/, "\\\\", str) +++ gsub ( "\\\\", "&&", str) ++ gsub ( /'/, "\\'", str) ++ ++ # ++diff --git a/libsrc/Wi/sql_to_c.awk b/libsrc/Wi/sql_to_c.awk ++index 01c5add..57ef36b 100644 ++--- a/libsrc/Wi/sql_to_c.awk +++++ b/libsrc/Wi/sql_to_c.awk ++@@ -343,13 +343,7 @@ BEGIN { ++ ++ # does escape the symbols ++ fun = $0 ++- q = "\\\\" ++- if (PROCINFO["version"] ~ /^4/) ++- gsub ( q, q q, fun) ++- else ++- gsub ( q, q, fun) ++- ++- #WAS: gsub ( /\\/, "\\\\", fun) +++ gsub ("\\\\", "&&", fun) ++ ++ # remove whitespace except when there is just a semicolon ++ if ((in_xsl_mode == 0) && (in_xsd_mode == 0)) ++-- ++1.7.10.4 ++ diff --cc debian/patches/repack-oat.patch index 00000000,00000000..28c322b0 new file mode 100644 --- /dev/null +++ b/debian/patches/repack-oat.patch @@@ -1,0 -1,0 +1,14 @@@ ++Description: Fix OAT related code after repacking ++ Fix a few usages of OAT after partial removal through repacking. ++Author: Obey Arthur Liu ++Last-Update: 2012-05-23 ++--- a/binsrc/oat/toolkit/loader.js +++++ b/binsrc/oat/toolkit/loader.js ++@@ -1661,7 +1661,6 @@ OAT.Loader = { ++ svgsparql:"geometry", ++ timeline:["slider","tlscale","resize"], ++ tree:"ghostdrag", ++- webclip:"webclipbinding", ++ win:["drag","layers"], ++ ws:["xml","soap","ajax","schema","connection"], ++ xml:["xpath"], diff --cc debian/patches/repack-pcre.patch index 00000000,00000000..8cd8be18 new file mode 100644 --- /dev/null +++ b/debian/patches/repack-pcre.patch @@@ -1,0 -1,0 +1,110 @@@ ++Description: Fix PCRE related code after repacking ++ Fix a few usages of PCRE after total removal through repacking. ++Author: Obey Arthur Liu ++Last-Update: 2012-05-23 ++--- a/configure.in +++++ b/configure.in ++@@ -485,6 +485,8 @@ AC_CHECK_LIB(inet, gethostbyname, [VLIBS ++ AC_CHECK_LIB(socket, socket, [VLIBS="-lsocket $VLIBS"], [], $VLIBS) # SVR4 sockets ++ fi ++ AC_CHECK_LIB(m, cos, [VLIBS="-lm $VLIBS"]) # complex math +++# Added by Debian maintainer, replaces shipped pcre +++AC_CHECK_LIB(pcre, pcre_compile) ++ ++ ########################################################################## ++ ## ## ++--- a/libsrc/Wi/bif_regexp.c +++++ b/libsrc/Wi/bif_regexp.c ++@@ -28,7 +28,9 @@ ++ #include "multibyte.h" ++ #include "srvmultibyte.h" ++ ++-#include "util/pcrelib/pcre.h" +++// Debian maintainer: replaced by external PCRE +++// #include "util/pcrelib/pcre.h" +++#include "pcre.h" ++ ++ /* ++ typedef struct rx_query_s { ++--- a/libsrc/Wi/xqf.c +++++ b/libsrc/Wi/xqf.c ++@@ -38,7 +38,9 @@ ++ #include "xpf.h" ++ #include "xqf.h" ++ ++-#include "util/pcrelib/pcre.h" +++// Debian maintainer: replaced by external PCRE +++// #include "util/pcrelib/pcre.h" +++#include "pcre.h" ++ ++ #define ecm_isname(c) \ ++ ( ((c) & ~0xFF) ? (ecm_utf8props[(c)] & ECM_ISNAME) : \ ++--- a/libsrc/util/Makefile.am +++++ b/libsrc/util/Makefile.am ++@@ -85,24 +85,26 @@ libutil_la_SOURCES = \ ++ virt_mbsnrtowcs.c \ ++ virt_wcrtomb.c \ ++ virt_wcs_mask.c \ ++- virt_wcsnrtombs.c \ ++- pcrelib/pcre_chartables.c \ ++- pcrelib/pcre_compile.c \ ++- pcrelib/pcre_config.c \ ++- pcrelib/pcre_dfa_exec.c \ ++- pcrelib/pcre_exec.c \ ++- pcrelib/pcre_fullinfo.c \ ++- pcrelib/pcre_get.c \ ++- pcrelib/pcre_globals.c \ ++- pcrelib/pcre_newline.c \ ++- pcrelib/pcre_ord2utf8.c \ ++- pcrelib/pcre_study.c \ ++- pcrelib/pcre_tables.c \ ++- pcrelib/pcre_try_flipped.c \ ++- pcrelib/pcre_ucd.c \ ++- pcrelib/pcre_valid_utf8.c \ ++- pcrelib/pcre_version.c \ ++- pcrelib/pcre_xclass.c +++ virt_wcsnrtombs.c +++# From above: +++# Debian maintainer: Replaced by external PCRE +++# pcrelib/pcre_chartables.c \ +++# pcrelib/pcre_compile.c \ +++# pcrelib/pcre_config.c \ +++# pcrelib/pcre_dfa_exec.c \ +++# pcrelib/pcre_exec.c \ +++# pcrelib/pcre_fullinfo.c \ +++# pcrelib/pcre_get.c \ +++# pcrelib/pcre_globals.c \ +++# pcrelib/pcre_newline.c \ +++# pcrelib/pcre_ord2utf8.c \ +++# pcrelib/pcre_study.c \ +++# pcrelib/pcre_tables.c \ +++# pcrelib/pcre_try_flipped.c \ +++# pcrelib/pcre_ucd.c \ +++# pcrelib/pcre_valid_utf8.c \ +++# pcrelib/pcre_version.c \ +++# pcrelib/pcre_xclass.c ++ ++ ++ BUILT_SOURCES = getdate.c ++@@ -121,14 +123,16 @@ EXTRA_DIST = \ ++ getdate.y \ ++ MSG_BG.bin \ ++ MSG_EN.bin \ ++- pcrelib/AUTHORS \ ++- pcrelib/LICENCE \ ++- pcrelib/*.c \ ++- pcrelib/*.h \ ++- pcrelib/*.src \ ++ win32/ptrlong.h \ ++ win32/syslog.c \ ++ win32/syslog.h \ ++ winlog.mc \ ++ winlog.rc +++# From above: +++# Debian maintainer: Replaced by external PCRE +++# pcrelib/AUTHORS \ +++# pcrelib/LICENCE \ +++# pcrelib/*.c \ +++# pcrelib/*.h \ +++# pcrelib/*.src ++ diff --cc debian/patches/repack-tutorial.patch index 00000000,00000000..f56d2ca9 new file mode 100644 --- /dev/null +++ b/debian/patches/repack-tutorial.patch @@@ -1,0 -1,0 +1,64 @@@ ++Description: Blanks for tutorial related dll after repacking ++ Replace prebuilt dlls with blanks until they can be buildable. ++Author: Obey Arthur Liu ++Last-Update: 2009-12-29 ++--- /dev/null +++++ b/binsrc/tutorial/bin/tabcontrol.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/bin/tabcontrol2.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_10/Point_ho_s_10.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_11/restricted.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_11/unrestricted.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_12/bin/WebService15.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_14/ho_s_14.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/Debug/VirtCOMServer.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_15/COM/VirtCOMServer/VirtCOMServer.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_2/Point.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_2/tax.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_3/redcoalsms.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_4/redcoalsms.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/hosting/ho_s_5/redcoalsms_dom.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank ++--- /dev/null +++++ b/binsrc/tutorial/services/so_s_32/so_s_32.dll ++@@ -0,0 +1 @@ +++# Debian maintainer: intentionally blank diff --cc debian/patches/repack-zlib.patch index 00000000,00000000..f0a5398b new file mode 100644 --- /dev/null +++ b/debian/patches/repack-zlib.patch @@@ -1,0 -1,0 +1,41 @@@ ++Description: Fix zlib related code after repacking ++ Fix a few usages of zlib after partial removal through repacking. ++Author: Obey Arthur Liu ++Author: José Manuel Santamaría Lema ++Last-Update: 2012-05-23 ++--- a/libsrc/Wi/bif_file.c +++++ b/libsrc/Wi/bif_file.c ++@@ -4750,7 +4750,11 @@ gz_init_ses (dk_session_t * ses_out) ++ level = 6; ++ ++ err = deflateInit2 (&(s->stream), level, ++- Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); +++ Z_DEFLATED, -MAX_WBITS, 9, strategy); +++ // Debian maintainer: was: +++ //Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy); +++ // DEX_MEM_LEVEL hardcoded at 9, which is the value that +++ // results from upstream shipped zlib build anyway ++ ++ s->stream.next_out = s->outbuf = (Byte *) dk_alloc (Z_BUFSIZE); ++ if (err != Z_OK || s->outbuf == Z_NULL) ++--- a/libsrc/Makefile.am +++++ b/libsrc/Makefile.am ++@@ -19,7 +19,7 @@ ++ # ++ # ++ ++-SUBDIRS = util zlib odbcsdk Dk Thread langfunc Wi plugin Tidy Xml.new JDBCDriverType4 +++SUBDIRS = util odbcsdk Dk Thread langfunc Wi plugin Tidy Xml.new JDBCDriverType4 ++ ++ noinst_HEADERS = Dk.h libutil.h ++ ++--- a/configure.in +++++ b/configure.in ++@@ -2676,7 +2676,6 @@ AC_CONFIG_FILES([ ++ libsrc/util/Makefile ++ libsrc/Wi/Makefile ++ libsrc/Xml.new/Makefile ++- libsrc/zlib/Makefile ++ appsrc/Makefile ++ appsrc/ODS-Framework/Makefile ++ appsrc/ODS-Addressbook/Makefile diff --cc debian/patches/safer-timeout.patch index 00000000,00000000..9d5ebdc3 new file mode 100644 --- /dev/null +++ b/debian/patches/safer-timeout.patch @@@ -1,0 -1,0 +1,1088 @@@ ++Author: Steven Chamberlain ++Description: This patch avoids FTBFS due to wrong calculation of timeout ++ If the current minute or second wraps around past 59, the timeout ++ calculation is wrong, and may get stuck forever. Since this happens ++ in many parts of the testsuite it meant considerable risk of FTBFS. ++ ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Addressbook/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Addressbook/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Addressbook/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -102,7 +102,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -113,17 +113,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Blog/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Blog/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Blog/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -121,7 +121,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -132,17 +132,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Bookmark/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Bookmark/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Bookmark/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -106,7 +106,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -117,17 +117,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Briefcase/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Briefcase/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Briefcase/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -122,7 +122,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -133,17 +133,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Calendar/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Calendar/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Calendar/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -105,7 +105,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -116,17 +116,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Community/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Community/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Community/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -109,7 +109,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -120,17 +120,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Discussion/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Discussion/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Discussion/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -119,7 +119,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -130,17 +130,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-FeedManager/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-FeedManager/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-FeedManager/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -105,7 +105,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -116,17 +116,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Framework/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Framework/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Framework/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -147,7 +147,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -158,17 +158,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Framework/oauth/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Framework/oauth/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Framework/oauth/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -197,7 +197,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -208,17 +208,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ virtuoso_shutdown() { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Gallery/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Gallery/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Gallery/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -109,7 +109,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -120,17 +120,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Polls/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Polls/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Polls/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -104,7 +104,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -115,17 +115,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-WebMail/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-WebMail/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-WebMail/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -105,7 +105,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -116,17 +116,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Wiki/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/appsrc/ODS-Wiki/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/appsrc/ODS-Wiki/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -140,7 +140,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -151,17 +151,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/b3s/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/b3s/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/b3s/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -213,7 +213,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -224,17 +224,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ virtuoso_shutdown() { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/bpel/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/bpel/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/bpel/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -263,7 +263,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -274,17 +274,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ virtuoso_shutdown() { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/hosting/mono/tests/tclrsrv.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/hosting/mono/tests/tclrsrv.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/hosting/mono/tests/tclrsrv.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -221,7 +221,7 @@ ++ rm -f *.lck ++ $SERVER +foreground -c tclr.ini $* 1>/dev/null & ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ stat=`netstat -an | grep "[\.\:]$PORT " | grep LISTEN` ++@@ -231,20 +231,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $port" ++ return 0 ++ fi ++- ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ WAITALL () ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/isparql/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/isparql/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/isparql/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -126,7 +126,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -137,17 +137,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/rdf_mappers/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/rdf_mappers/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/rdf_mappers/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -258,7 +258,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -269,17 +269,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ virtuoso_shutdown() { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/demo/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/samples/demo/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/demo/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -124,7 +124,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -135,17 +135,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/demo/mkdemo.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/samples/demo/mkdemo.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/demo/mkdemo.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -153,7 +153,7 @@ ++ starth=`date | cut -f 2 -d :` ++ starts=`date | cut -f 3 -d :|cut -f 1 -d " "` ++ ++- while true +++ for i in $(seq 1 10) ++ do ++ sleep 6 ++ if (netstat -an | grep "$PORT" | grep LISTEN > /dev/null) ++@@ -161,19 +161,9 @@ ++ ECHO "Virtuoso server started" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ STOP_SERVER() ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/demo/mkdoc.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/samples/demo/mkdoc.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/demo/mkdoc.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -174,7 +174,7 @@ ++ starth=`date | cut -f 2 -d :` ++ starts=`date | cut -f 3 -d :|cut -f 1 -d " "` ++ ++- while true +++ for i in $(seq 1 10) ++ do ++ sleep 6 ++ if (netstat -an | grep "$PORT" | grep LISTEN > /dev/null) ++@@ -182,19 +182,9 @@ ++ ECHO "Virtuoso server started" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ ECHO "***WARNING: Could not start Virtuoso DOC Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ fi ++ } ++ ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/sparql_demo/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/samples/sparql_demo/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/sparql_demo/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -123,7 +123,7 @@ ++ fi ++ ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -134,17 +134,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/xpath/files2dav.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/samples/xpath/files2dav.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/xpath/files2dav.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -104,7 +104,7 @@ ++ starth=`date | cut -f 2 -d :` ++ starts=`date | cut -f 3 -d :|cut -f 1 -d " "` ++ ++- while true +++ for i in $(seq 1 10) ++ do ++ sleep 6 ++ if (netstat -an | grep "$PORT" | grep LISTEN > /dev/null) ++@@ -112,19 +112,9 @@ ++ ECHO "Virtuoso server started" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ STOP_SERVER() ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/xquery/files2dav.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/samples/xquery/files2dav.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/samples/xquery/files2dav.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -104,7 +104,7 @@ ++ starth=`date | cut -f 2 -d :` ++ starts=`date | cut -f 3 -d :|cut -f 1 -d " "` ++ ++- while true +++ for i in $(seq 1 10) ++ do ++ sleep 6 ++ if (netstat -an | grep "$PORT" | grep LISTEN > /dev/null) ++@@ -112,19 +112,9 @@ ++ ECHO "Virtuoso server started" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ ECHO "***WARNING: Could not start Virtuoso DEMO Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ STOP_SERVER() ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/sync/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/sync/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/sync/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -113,7 +113,7 @@ ++ virtuoso +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -124,17 +124,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/tests/biftest/thook.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/tests/biftest/thook.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/tests/biftest/thook.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -136,7 +136,7 @@ ++ rm $LOCKFILE ++ fi ++ RUN $SERVER +foreground $* & ++- while true +++ for i in $(seq 1 12) ++ do ++ sleep 5 ++ stat=`netstat -an | grep "[\.\:]$port " | grep LISTEN` ++@@ -145,19 +145,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $port" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ echo "STARTED : thook.sh" ++ echo "STARTED : thook.sh" > $OUTPUT ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/tests/suite/test_fn.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/tests/suite/test_fn.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/tests/suite/test_fn.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -315,7 +315,7 @@ ++ then ++ return ++ fi ++- while true +++ for i in $(seq 1 60) ++ do ++ stat=`netstat -an | grep "[\.\:]$port " | grep LISTEN` ++ if [ "z$stat" != "z" ] ++@@ -324,25 +324,15 @@ ++ return 0 ++ fi ++ sleep 1 ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ CHECK_PORT() ++ { ++ port=$1 ++- while true +++ for i in $(seq 1 60) ++ do ++ stat=`netstat -an | grep "[\.\:]$port " | grep LISTEN` ++ if [ "z$stat" = "z" ] ++@@ -351,19 +341,9 @@ ++ return 0 ++ fi ++ sleep 1 ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***FAILED: Port $port is not freed during $timeout seconds" ++ exit 1 ++- fi ++- done ++ } ++ ++ STOP_SERVER() ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/tests/suite/tpc-d/tpcd.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/tests/suite/tpc-d/tpcd.sh 2009-04-16 21:15:22.000000000 +0100 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/tests/suite/tpc-d/tpcd.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -207,7 +207,7 @@ ++ rm -f *.lck ++ $SERVER +foreground -c tpcd.ini $* 1>/dev/null & ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ stat=`netstat -an | grep "[\.\:]$PORT " | grep LISTEN` ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/tutorial/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/tutorial/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/tutorial/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -113,7 +113,7 @@ ++ "$SERVER" +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting $SERVER start on port $PORT..." ++@@ -124,17 +124,9 @@ ++ LOG "PASSED: $SERVER successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start $SERVER within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/vsp/admin/debug/make_vad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/vsp/admin/debug/make_vad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/vsp/admin/debug/make_vad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -79,7 +79,7 @@ ++ virtuoso +wait ++ fi ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ echo "Waiting Virtuoso Server start on port $PORT..." ++@@ -90,17 +90,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command_safe () { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/vspx/suite/vspx_suite.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/vspx/suite/vspx_suite.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/vspx/suite/vspx_suite.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -48,7 +48,7 @@ ++ rm -f *.lck ++ $SERVER ++ stat="true" ++- while true +++ for i in $(seq 1 15) ++ do ++ sleep 4 ++ LOG "CHECKING: Is Virtuoso Server successfully started on port $PORT?" ++@@ -59,17 +59,9 @@ ++ LOG "PASSED: Virtuoso Server successfully started on port $PORT" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ LOG "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ do_command() { ++Index: virtuoso-opensource-6.1.4+dfsg1/binsrc/yacutia/mkvad.sh ++=================================================================== ++--- virtuoso-opensource-6.1.4+dfsg1.orig/binsrc/yacutia/mkvad.sh 2013-02-05 00:24:04.000000000 +0000 +++++ virtuoso-opensource-6.1.4+dfsg1/binsrc/yacutia/mkvad.sh 2013-02-05 00:24:53.000000000 +0000 ++@@ -161,7 +161,7 @@ ++ starth=`date | cut -f 2 -d :` ++ starts=`date | cut -f 3 -d :|cut -f 1 -d " "` ++ ++- while true +++ for i in $(seq 1 10) ++ do ++ sleep 6 ++ if (netstat -an | grep "$PORT" | grep LISTEN > /dev/null) ++@@ -169,19 +169,9 @@ ++ ECHO "Virtuoso server started" ++ return 0 ++ fi ++- nowh=`date | cut -f 2 -d :` ++- nows=`date | cut -f 3 -d : | cut -f 1 -d " "` ++- ++- nowh=`expr $nowh - $starth` ++- nows=`expr $nows - $starts` ++- ++- nows=`expr $nows + $nowh \* 60` ++- if test $nows -ge $timeout ++- then +++ done ++ ECHO "***WARNING: Could not start Virtuoso Server within $timeout seconds" ++ return 1 ++- fi ++- done ++ } ++ ++ STOP_SERVER() diff --cc debian/patches/series index 00000000,00000000..d5e20941 new file mode 100644 --- /dev/null +++ b/debian/patches/series @@@ -1,0 -1,0 +1,13 @@@ ++portable-method-for-escaping-symbol-gawk.diff ++use-debian-default-csharp-compiler.patch ++config-debian-paths.patch ++config-universal-variables.patch ++ftbfs-kfreebsd.patch ++repack-oat.patch ++repack-tutorial.patch ++repack-pcre.patch ++repack-zlib.patch ++build-generated-code-multiple-outputs.patch ++build-gmake-to-make.patch ++ignore-netstat-failure.patch ++safer-timeout.patch diff --cc debian/patches/use-debian-default-csharp-compiler.patch index 00000000,00000000..34b716b8 new file mode 100644 --- /dev/null +++ b/debian/patches/use-debian-default-csharp-compiler.patch @@@ -1,0 -1,0 +1,20 @@@ ++--- a/binsrc/VirtuosoClient.Net/Makefile.mono +++++ b/binsrc/VirtuosoClient.Net/Makefile.mono ++@@ -86,7 +86,7 @@ RESOURCES= \ ++ ++ ifeq (ADONET2, $(ADONETVERSION)) ++ ++-CSC = gmcs +++CSC = mono-csc ++ ++ #CSFLAGS = -debug+ /d:MONO /d:DEBUG /d:DEBUG_IO /d:ADONET2 ++ CSFLAGS = /optimize+ /d:MONO /d:ADONET2 ++@@ -101,7 +101,7 @@ REFERENCES = /r:System.Data /r:System.En ++ ++ else ++ ++-CSC = mcs +++CSC = mono-csc ++ ++ #CSFLAGS = -debug+ /d:MONO /d:DEBUG /d:DEBUG_IO ++ CSFLAGS = /optimize+ /d:MONO diff --cc debian/po/POTFILES.in index 00000000,00000000..62d2173f new file mode 100644 --- /dev/null +++ b/debian/po/POTFILES.in @@@ -1,0 -1,0 +1,2 @@@ ++[type: gettext/rfc822deb] virtuoso-opensource-6.1.templates ++[type: gettext/rfc822deb] libvirtodbc0.templates diff --cc debian/po/cs.po index 00000000,00000000..27521e3b new file mode 100644 --- /dev/null +++ b/debian/po/cs.po @@@ -1,0 -1,0 +1,308 @@@ ++# Czech translation of PO debconf template for package virtuoso-opensource. ++# Copyright (C) 2010 Michal Simunek ++# This file is distributed under the same license as the virtuoso-opensource package. ++# Michal Simunek , 2010. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-13 18:08+0100\n" ++"Last-Translator: Michal Simunek \n" ++"Language-Team: Czech \n" ++"Language: cs\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Heslo pro uživatelé DBA a DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Následující instalaci, uživatelé a hesla ve Virtuoso, můžete spravovat " ++"pomocí nástrojů příkazové řádky (podívejte se do kompletní dokumentace), " ++"nebo pomocí webové aplikace Conductor, která je ve výchozí instalaci " ++"přístupná na http://localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Ve výchozím nastavení se vytvoří dva uživatelé (\"dba\" and \"dav\") se " ++"správcovským přístupem do Virtuoso. Pro dokončení instalace musíte pro tyto " ++"uživatele zvolit zabezpečovací hesla." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Pokud jej ponecháte prázdné, daemon bude zakázán, dokud nenastavíte jiné, " ++"než výchozí heslo." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Potvrzení hesla správcovských uživatelů:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Hesla neodpovídají" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "Hesla, která jste zadali, nebyla stejná. Zadejte prosím heslo znovu." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Nebylo zadáno žádné heslo, daemon je zakázán" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Výchozí instance Virtuoso je z bezpečnostních důvodů zakázána, protože " ++"nebylo zadáno správcovské heslo." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Daemona můžete povolit ručně nastavením RUN na \"yes\" v /etc/default/" ++"virtuoso-opensource-6.1. Výchozí heslo uživatele DBA pak bude \"dba\"." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Nelze nastavit heslo uživatele DBA pro Virtuoso" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Při nastavování hesla správcovského uživatele Virtuoso se nastala chyba. To " ++"může být zapříčiněno tím, že účet již má heslo, nebo protože nastal problém " ++"při komunikaci se serverem Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Pokud již databáze existuje, pak jí zůstane její původní heslo. Jestliže s " ++"ní byl jiný problém, pak se použije výchozí heslo (\"dba\")." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Doporučujeme, abyste si ihned po instalaci zkontrolovali hesla uživatelů " ++"\"dba\" and \"dav\"." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Odstranit všechny databáze Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Adresář /var/lib/virtuoso-opensource-6.1, který obsahuje databáze Virtuoso by měl být " ++"odstraněn." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Pokud odstraňujete balíček Virtuoso, protože budete chtít později " ++"nainstalovat novější verzi, nebo protože je již používá jiný balíček " ++"Virtuoso, můžete zvolit ponechat databáze." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Port HTTP serveru:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso poskytuje webový server schopný hostit HTML a VSP stránky (s " ++"volitelnou podporou pro další jazyky). Instalujete-li tuto instanci, jako " ++"veřejný webový server přímo na Internetu, pravděpodobně budete chtít zvolit " ++"port 80, což je port webového serveru." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Berte prosím na vědomí, že výchozí kořenový adresář webového serveru je /var/" ++"lib/virtuoso-opensource-6.1/vsp a bude prázdný dokud nenainstalujete také balíček " ++"obsahující standardní úvodní stránku pro Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Port databázového serveru:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Zde můžete změnit port, na kterém bude naslouchat databázový server Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Úprava této výchozí hodnoty může zlepšit zabezpečení na serverech, které se " ++"mohou stát cílem pro neautorizované instrukce." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Zaregistrovat pro Virtuoso DSN v systému ODBC?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Správce ODBC (unixodbc nebo iODBC) je již na tomto systému nainstalován a " ++"ovladač Virtuoso ODBC driver je nainstalován." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"Výchozí instance Virtuoso může být automaticky přidána na seznam dostupných " ++"systémových datových zdrojů (a automaticky z něj smazána, je-li tento " ++"balíček odstraněn)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Zvolíte-li tuto možnost, DSN bude nazvané \"VOS\". Uživatel a heslo jsou z " ++"bezpečnostních důvodů z DSN vynechány." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Výchozí balíček serveru Virtuoso:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Zvolte prosím verzi virtuoso-server, která bude propojena s tím s výchozími " ++"názvy (bez uvedené verze)." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Zaregistrovat ovladač Virtuoso ODBC driver?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Správce ODBC (unixodbc nebo iODBC) je již na tomto systému nainstalován." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Ovladač Virtuoso ODBC driver může být automaticky přidán na seznam " ++"dostupných systémových datových zdrojů (a automaticky z něj smazán, je-li " ++"tento balíček odstraněn)." diff --cc debian/po/da.po index 00000000,00000000..5c7a519e new file mode 100644 --- /dev/null +++ b/debian/po/da.po @@@ -1,0 -1,0 +1,313 @@@ ++# Danish translation virtuoso-opensource. ++# Copyright (c) 2010 virtuoso-opensource & nedenstående oversættere. ++# This file is distributed under the same license as the virtuoso-opensource package. ++# Joe Hansen , 2010. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-06-28 17:34+0000\n" ++"Last-Translator: Joe Hansen \n" ++"Language-Team: Danish \n" ++"Language: da\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Adgangskode for DBA- og DAV-brugere:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Efter installationen kan brugere og adgangskoder i Virtuoso håndteres med " ++"brug af kommandolinjeværktøjer (se dokumentationen) eller vis " ++"internetprogrammet Conductor, som installeres som standard på http://" ++"localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"To brugere (»dba« og »dav«) oprettes som standard, med administrativ adgang " ++"til Virtuoso. Sikre adgangskoder skal vælges for disse brugere for at kunne " ++"færdiggøre installationen." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Hvis denne er tom vil dæmonen være deaktiveret, med mindre en adgangskode " ++"der ikke er standard allerede findes." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Bekræftelse for administrative brugeres adgangskoder:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Forskellige adgangskoder" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"De to adgangskoder, du indtastede, var ikke de samme. Indtast venligst en " ++"adgangskode igen." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Ingen oprindelige adgangskode angivet, dæmon deaktiveret" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Af sikkerhedsårsager er standardinstansen af Virtuoso deaktiveret, da ingen " ++"administrationsadgangskode blev angivet." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Du kan aktivere dæmonen manuelt ved at angive RUN til »yes« (ja) i /etc/" ++"default/virtuoso-opensource-6.1. Standard-DBA-brugeradgangskoden vil så være " ++"»dba«." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Kan ikke angive adgangskode for Virtuoso DBA-brugeren" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Der opstod en fejl under angivelse af adgangskoden for Virtuosos " ++"administrative bruger. Dette er måske sket, fordi kontoen allerede har en " ++"adgangskode, eller på grund af et kommunikationsproblem med Virtuososerveren." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Hvis databasen allerede eksisterede, så vil den have bevaret den oprindelige " ++"adgangskode. Hvis der var et andet problem, så bliver standardadgangskoden " ++"(»dba«) brugt." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Det anbefales at tjekke adgangskoderne for brugerne »dba« og »dav« " ++"umiddelbart efter installationen." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Fjern alle Virtuosodatabaser?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Mappen /var/lib/virtuoso-opensource-6.1, som indeholder Virtuosodatabaserne, er ved at " ++"blive fjernet." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Hvis du fjerner Virtuosopakken for senere at installere en nyere version, " ++"eller hvis en anden Virtuosopakke allerede bruger dem, kan du vælge at " ++"beholde databaserne." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "HTTP-serverport:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso tilbyder en internetserver, der kan være vært for HTML- og VSP-" ++"sider (med mulighed for yderligere understøttelse af andre sprog). Hvis du " ++"installerer denne instans som en offentlig internetserver direkte på " ++"internettet, vil du sikkert ønske at vælge 80 som internetserverport." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Bemærk venligst at standardinternetserverens rootmappe er /var/lib/virtuoso-opensource-6.1/" ++"vsp og vil være tom, med mindre du også installerer pakken indeholdende " ++"standardstartsiden for Virtuosos." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Serverport for database:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Du kan her ændre porten, hvorpå Virtuosodatabaseserveren vil lytte efter " ++"forbindelser." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Ændring af denne standardværdi kan forbedre sikkerheden på servere som måske " ++"kan være mål for uautoriserede indbrud." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Registrer en ODBC-system-DSN til Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"En ODBC-håndtering (unixodbc eller iODBC) er allerede installeret på dette " ++"system, og Virtuosos ODBC-driver er installeret." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"Virtuosos standardinstans kan automatisk tilføjes til listen over " ++"tilgængelige systemdatakilder (og automatisk slettes fra listen når denne " ++"pakke fjernes)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Hvis du vælger dette tilvalg, vil DSN'en blive navngivet »VOS«. Bruger- og " ++"adgangskodedetaljer udelades fra DSN'en af sikkerhedsmæssige årsager." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Virtuosos standardserverpakke:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Vælg venligst versionen på virtuoso-server som der vil blive henvist til af " ++"standardnavnene (unversioned), for initskripter og klientværktøjer." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Registrer Virtuosos ODBC-driver?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"En ODBC-håndtering (unixodbc eller iODBC) er allerede installeret på dette " ++"system." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Virtuosos' ODBC-driver kan automatisk tilføjes til listen over tilgængelige " ++"ODBC-drivere (og automatisk slettes fra listen når denne pakke er fjernet)." diff --cc debian/po/de.po index 00000000,00000000..16d13158 new file mode 100644 --- /dev/null +++ b/debian/po/de.po @@@ -1,0 -1,0 +1,320 @@@ ++# Translation of the virtuoso-opensource debconf templates to German ++# This file is distributed under the same license as the virtuoso-opensource ++# package. ++# ++# Martin Eberhard Schauer , 2010. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource6.1.0+dfsg2-2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-27 14:12+0000\n" ++"Last-Translator: Martin Eberhard Schauer \n" ++"Language-Team: \n" ++"Language: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: KBabel 1.11.4\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Passwort für die Benutzerkonten DBA und DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Nach der Installation können Benutzerkonten und Passwörter für Virtuoso mit " ++"den Kommandozeilenwerkzeugen (siehe die vollständige Dokumentation) oder mit " ++"der Web-Anwendung Conductor verwaltet werden. Conductor wird per " ++"Voreinstellung unter http://localhost:8890/conductor installiert." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Standardmäßig werden zwei Benutzer (»dba« und »dav«) erzeugt, die zur " ++"Verwaltung von Virtuoso berechtigt sind. Sie müssen für diese Benutzer " ++"sichere Passwörter festlegen, um die Installation abzuschließen." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Wenn Sie hier nichts eingeben, wird der Daemon deaktiviert. Es sei denn, es " ++"existiert schon ein von der Vorgabe abweichendes Passwort." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Bestätigung des Passworts für den Benutzer mit Administrator-Rechten:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Die Passwörter stimmen nicht überein" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"Die von Ihnen eingegebenen Passwörter waren unterschiedlich. Bitte geben Sie " ++"noch einmal ein Passwort ein." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Es wurde kein anfängliches Passwort festgesetzt, Daemon deaktiviert." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Aus Sicherheitsgründen wurde die Standard-Instanz von Virtuoso deaktiviert, " ++"weil kein Verwaltungs-Passwort eingegeben wurde." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Sie können den Daemon manuell aktivieren, indem Sie in der Datei /etc/" ++"default/virtuoso-opensource-6.1 RUN auf »yes« setzen. Für den Standard-" ++"Benutzer DBA ist das Passwort dann »dba«." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Festlegung eines Passworts für das Virtuoso-Konto DBA nicht möglich." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Beim Setzen des Passworts für den Virtuoso-Verwalter ereignete sich ein " ++"Fehler. Mögliche Gründe sind ein bereits bestehendes Passwort für das Konto " ++"oder ein Kommunikationsproblem mit dem Virtuoso-Server." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Bei bereits bestehender Datenbank bleibt das Original-Passwort erhalten. Bei " ++"Vorliegen eines anderen Problems wird das Standard-Passwort (»dba«) " ++"verwendet." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Es wird empfohlen, die Passwörter für die Konten »dba« und »dav« sofort nach " ++"der Installation zu überprüfen." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Entfernen aller Virtuoso-Datenbanken?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Das Verzeichnis /var/lib/virtuoso-opensource-6.1 für die Speicherung der Virtuoso-" ++"Datenbanken steht davor, gelöscht zu werden." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Wenn Sie das Virtuoso-Paket entfernen, um später eine neuere Version zu " ++"installieren oder wenn ein anderes Virtuoso-Paket schon auf die Datenbanken " ++"zugreift, können Sie festlegen, die Datenbanken beizubehalten." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Port des HTTP-Servers:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso enthält einen Web-Server, der HTML- und VSP-Seiten (mit optionaler " ++"Unterstützung für andere Sprachen) ausliefern kann. Wenn Sie diese Instanz " ++"als öffentlichen Web-Server mit direktem Zugriff aus dem Internet " ++"installieren, werden Sie wahrscheinlich für den Server den Port 80 wählen." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Bitte beachten Sie, dass das Standard-Wurzelverzeichnis /var/lib/virtuoso-opensource-6.1/" ++"vsp für Web-Server leer sein wird, wenn Sie nicht auch das Paket mit der " ++"Standard-Startseite von Virtuoso installieren." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Port für den Datenbank-Server:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Hier können Sie den Port festlegen, den der Virtuoso-Datenbankserver für " ++"Verbindungen verwendet." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Die Änderung dieser Voreinstellung kann die Sicherheit auf " ++"Einbruchsversuchen ausgesetzten Servern verbessern." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "" ++"Registrieren eines systemweiten ODBC-Datenquellen-Namens (ODBC System DSN, " ++"Data Source Name) für Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Auf dem System ist schon eine ODBC-Verwaltung (unixodbc oder IODBC) " ++"installiert und der ODBC-Treiber von Virtuoso wird installiert." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"Die Standard-Instanz von Virtuoso kann automatisch in die Liste verfügbarer " ++"System-Datenquellen eingetragen (und automatisch beim Löschen des Pakets aus " ++"der Liste entfernt) werden." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Wenn Sie diese Option wählen, wird der DSN »VOS« verwendet. Benutzer und " ++"Einzelheiten des Passworts werden aus Sicherheitsgründen nicht zusammen mit " ++"dem DSN gespeichert." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Standard-Virtuoso-Serverpaket:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Bitte wählen Sie die Standard-Version des Virtuoso-Servers, auf die der " ++"symbolische Verweis (link) ohne Versionsnummer für den Gebrauch durch Init-" ++"Skripte und Client-Werkzeuge zeigt." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Den Virtuoso-ODBC-Treiber registrieren?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Auf diesem System ist schon eine ODBC-Verwaltung (unixodbc oder IODBC) " ++"installiert." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Der Standard-ODBC-Treiber von Virtuoso kann automatisch in die Liste " ++"verfügbarer ODBC-Treiber eingetragen (und automatisch beim Löschen des " ++"Pakets aus der Liste entfernt) werden." diff --cc debian/po/es.po index 00000000,00000000..0e4e6e90 new file mode 100644 --- /dev/null +++ b/debian/po/es.po @@@ -1,0 -1,0 +1,336 @@@ ++# virtuoso-opensource po-debconf translation to Spanish ++# Copyright (C) 2010 Software in the Public Interest ++# This file is distributed under the same license as the virtuoso-opensource package. ++# ++# Changes: ++# - Initial translation ++# Francisco Javier Cuadrado , 2010 ++# ++# Traductores, si no conocen el formato PO, merece la pena leer la ++# documentación de gettext, especialmente las secciones dedicadas a este ++# formato, por ejemplo ejecutando: ++# info -n '(gettext)PO Files' ++# info -n '(gettext)Header Entry' ++# ++# Equipo de traducción al español, por favor lean antes de traducir ++# los siguientes documentos: ++# ++# - El proyecto de traducción de Debian al español ++# http://www.debian.org/intl/spanish/ ++# especialmente las notas y normas de traducción en ++# http://www.debian.org/intl/spanish/notas ++# ++# - La guía de traducción de po's de debconf: ++# /usr/share/doc/po-debconf/README-trans ++# o http://www.debian.org/intl/l10n/po-debconf/README-trans ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-15 15:42+0100\n" ++"Last-Translator: Francisco Javier Cuadrado \n" ++"Language-Team: Debian l10n Spanish \n" ++"Language: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Contraseña de lo usuarios de DBA y DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Después de la instalación los usuarios y las contraseñas de Virtuoso se " ++"pueden gestionar mediante las herramientas de la línea de órdenes (vea la " ++"documentación) o mediante la aplicación web Conductor que está instalada, de " ++"forma predeterminada, en «http://localhost:8890/conductor»." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"De forma predeterminada se crean dos usuarios («dba» y «dav») con acceso " ++"administrativo a Virtuoso. Para poder completar la instalación, se deben " ++"escoger contraseñas seguras para estos usuarios." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Si deja esto en blanco, el demonio se desactivará a menos que ya exista una " ++"contraseña no predeterminada." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Confirmación de la contraseña para los usuarios administrativos:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "La contraseña no coincide" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"La dos contraseñas que ha introducido no son la misma. Por favor, " ++"introdúzcala de nuevo." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "No se ha asignado una contraseña inicial, el demonio se desactivará" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Por razones de seguridad, la instancia predeterminada de Virtuoso está " ++"desactivada porque no se ha proporcionado una contraseña para la " ++"administración." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Puede activar el demonio manualmente configurando RUN con el valor «yes» en " ++"«/etc/defaul/virtuoso-opensource-6.1». La contraseña predeterminada para el " ++"usuario DBA será «dba»." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "No se ha podido asignar la contraseña al usuario DBA de Virtuoso" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Se ha producido un error al configurar la contraseña para el usuario " ++"administrativo de Virtuoso. Esto puede haber ocurrido porque la cuenta ya " ++"tiene una contraseña, o porque se ha producido un problema en la " ++"comunicación con el servidor de Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Si ya existía la base de datos, entonces tendrá la contraseña original. Si " ++"hubo cualquier otro problema, entonces se usará la contraseña predeterminada " ++"(«dba»)." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Se recomienda comprobar la contraseñas para los usuarios «dba» y «dav» " ++"inmediatamente después de la instalación." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "¿Desea eliminar todas las bases de datos de Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Se va a eliminar el directorio «/var/lib/virtuoso-opensource-6.1» que contiene las bases de " ++"datos de Virtuoso." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Si está eliminando el paquete Virtuoso para instalar más tarde una versión " ++"más reciente, o si un paquete distinto de Virtuoso ya las está usando, puede " ++"escoger mantener las bases de datos." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Puerto del servidor HTTP:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso proporciona un servidor web capaz de albergar páginas HTML y VSP " ++"(pudiendo usar otros lenguajes de forma opcional). Si está instalando esta " ++"instancia como un servidor web público en internet, probablemente quiera " ++"usar el 80 como puerto del servidor web." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Tenga en cuenta que el directorio raíz predeterminado del servidor web es «/" ++"var/lib/virtuoso-opensource-6.1/vsp» y que estará vacío a menos que también instale el " ++"paquete que contiene la página de inicio estándar de Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Puerto del servidor de la base de datos:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Puede cambiar aquí el puerto en el que escuchará el servidor de la base de " ++"datos de Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Modificando este valor predeterminado puede mejorar la seguridad en los " ++"servidores que pueden ser objetivos de intrusiones no autorizadas." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "¿Desea registrar un sistema DSN de ODBC para Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Un gestor ODBC (unixodbc o iODBC) ya está instalado en el sistema, y el " ++"controlador ODBC de Virtuoso está instalado." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"La instancia predeterminada de Virtuoso se puede añadir automáticamente a la " ++"lista de fuentes de datos del sistema disponibles (y borrar automáticamente " ++"de la lista cuando este paquete se elimine)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Si escoge esta opción, el DSN se llamará «VOS». Se han omitido los detalles " ++"del usuario y la contraseña del DSN por razones de seguridad." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Paquete del servidor predeterminado de Virtuoso:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Escoja la versión de virtuoso-server que se enlazará de forma predeterminada " ++"por los nombres (sin versión), para los scripts de inicio y las herramientas " ++"del cliente." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "¿Desea registrar el controlador ODBC de Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "Un gestor de ODBC (unixodbc o iODBC) ya está instalado en el sistema." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"El controlador ODBC de Virtuoso se puede añadir automáticamente a la lista " ++"de controladores ODBC disponibles (y borrarse automáticamente de la lista " ++"cuando el paquete se elimine)." diff --cc debian/po/fr.po index 00000000,00000000..7579a159 new file mode 100644 --- /dev/null +++ b/debian/po/fr.po @@@ -1,0 -1,0 +1,318 @@@ ++# Translation of virtuoso-opensource debconf templates to French ++# Copyright (C) 2010 Debian French l10n team ++# This file is distributed under the same license as the virtuoso-opensource package. ++# ++# Translators: ++# David Prévot , 2010. ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-21 09:06-0400\n" ++"Last-Translator: David Prévot \n" ++"Language-Team: French \n" ++"Language: fr\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Lokalize 1.0\n" ++"Plural-Forms: nplurals=2; plural=(n > 1);\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Mot de passe pour les utilisateurs DBA et DAV :" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Après l'installation, les utilisateurs et mots de passe de Virtuoso peuvent " ++"être gérés à l'aide des outils en ligne de commande (voir la documentation " ++"complète) ou de l'application web Conductor installée par défaut à l'adresse " ++"http://localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Deux identifiants (« dba » et « dav ») sont créés par défaut, avec droits " ++"d'administration pour Virtuoso. Des mots de passe sûrs doivent être choisis " ++"pour ces utilisateurs afin de terminer l'installation." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Si vous laissez ce champ vide, le démon sera désactivé à moins que le mot de " ++"passe par défaut n'ait déjà été modifié." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Confirmation du mot de passe des administrateurs :" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Erreur de saisie du mot de passe" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"Les deux mots de passe indiqués ne correspondent pas. Veuillez choisir à " ++"nouveau un mot de passe." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Aucun mot de passe défini, démon désactivé" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Par sécurité, le processus Virtuoso par défaut est désactivé car aucun mot " ++"de passe d'administration n'a été fourni." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Vous pouvez activer le démon manuellement en configurant la variable RUN à " ++"« yes » dans /etc/default/virtuoso-opensource-6.1. Le mot de passe de " ++"l'utilisateur DBA sera alors « dba »." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Impossible de définir le mot de passe de l'utilisateur DBA" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Une erreur s'est produite lors de la configuration du mot de passe " ++"d'administration de Virtuoso. Cela a pu se produire car le mot de passe " ++"était déjà défini pour ce compte, ou à cause d'un problème de communication " ++"avec le server Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Si la base de données existait déjà, le mot de passe d'origine aura été " ++"conservé. Si un autre problème s'est produit, le mot de passe par défaut " ++"(« dba ») est utilisé." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Il est recommandé de vérifier les mots de passe des utilisateurs « dba » et " ++"« dav » immédiatement après l'installation." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Supprimer toutes les bases de données de Virtuoso ?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Le répertoire /var/lib/virtuoso-opensource-6.1 contenant les bases de données de Virtuoso " ++"va être supprimé." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Si vous supprimez le paquet Virtuoso afin d'installer ensuite une version " ++"plus récente, ou si un autre paquet Virtuoso l'utilise déjà, vous pouvez " ++"choisir de conserver les bases de données." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Port du serveur HTTP :" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso fournit un serveur web capable d'héberger des pages HTML et VSP " ++"(avec prise en charge optionnelle d'autres langues). Si vous installez ce " ++"processus en tant que serveur web accessible sur Internet, 80 est un bon " ++"choix pour le port du serveur web." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Veuillez noter que le répertoire racine du serveur web est /var/lib/virtuoso-opensource-6.1/" ++"vsp et qu'il sera vide, à moins d'installer également le paquet contenant la " ++"page de démarrage par défaut de Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Port du serveur de base de données :" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Vous pouvez modifier le port sur lequel le serveur de base de données de " ++"Virtuoso sera en attente de connexion." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"La modification de cette valeur par défaut peut améliorer la sécurité pour " ++"des serveurs exposés à des tentatives d'intrusion." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Enregistrer une source de données (DSN) de type ODBC pour Virtuoso ?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Une application ODBC (unixODBC ou iODBC) est déjà installée sur ce système, " ++"et le pilote ODBC Virtuoso est installé." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"Le processus Virtuoso par défaut peut être automatiquement ajouté à la liste " ++"des sources de données système (et automatiquement effacé de la liste quand " ++"le paquet sera supprimé)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Si vous choisissez cette option, la source de données sera appelée « VOS ». " ++"Les identifiants et mots de passe de connexion ne seront pas enregistrés " ++"avec la source de données, par sécurité." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Paquet du serveur Virtuoso par défaut :" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Veuillez choisir la version de virtuoso-server qui sera utilisée par défaut " ++"pour les scripts d'initialisation du système et les outils client." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Enregistrer le pilote ODBC Virtuoso ?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Une application ODBC (unixODBC ou iODBC) est déjà installée sur ce système." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Le pilote ODBC Virtuoso peut être automatiquement ajouté à la liste des " ++"pilotes ODBC disponibles (et automatiquement effacé de la liste quand le " ++"paquet sera supprimé)." diff --cc debian/po/it.po index 00000000,00000000..c9885eb2 new file mode 100644 --- /dev/null +++ b/debian/po/it.po @@@ -1,0 -1,0 +1,315 @@@ ++# ITALIAN TRANSLATION OF VIRTUOSO-OPENSOURCE'S PO-DEBCONF FILE. ++# COPYRIGHT (C) 2010 THE VIRTUOSO-OPENSOURCE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the virtuoso-opensource package. ++# Vincenzo Campanella , 2010. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-14 08:52+0100\n" ++"Last-Translator: Vincenzo Campanella \n" ++"Language-Team: Italian \n" ++"Language: it\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Password per gli utenti DBA e DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Dopo l'installazione è possibile gestire utenti e password in Virtuoso " ++"tramite gli strumenti da riga di comando (consultare la documentazione), o " ++"tramite l'applicazione web Conductor, installata in modo predefinito in in " ++"http://localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"In modo predefinito vengono creati due utenti con diritti amministrativi in " ++"Virtuoso, «dba» e «dav». Per poter completare l'installazione è necessario " ++"scegliere delle password sicure per questi utenti." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Se questo campo viene lasciato vuoto il demone verrà disabilitato, a meno " ++"che non esista già una password non predefinita." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Conferma della password degli utenti amministratori:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Le password non corrispondono" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"Le due password inserite non sono identiche. Inserire nuovamente una " ++"password." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "" ++"Non è stata impostata alcuna password iniziale. Il demone viene disabilitato." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"L'istanza predefinita di Virtuoso viene disabilitata, per motivi di " ++"sicurezza, in quanto non è stata fornita alcuna password di amministrazione." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"È possibile abilitare manualmente il demone, impostando su «yes» la voce RUN " ++"in «/etc/default/virtuoso-opensource-6.1». La password predefinita per " ++"l'utente DBA sarà «dba»." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Impossibile impostare la password per l'utente di Virtuoso DBA" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Si è verificato un errore durante l'impostazione della password dell'utente " ++"amministratore di Virtuoso, o perché l'account possiede già una password, " ++"oppure a causa di un problema di comunicazione con il server di Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Se il database esisteva già in precedenza, è stata mantenuta la password pre-" ++"esistente. Se invece si è verificato qualche altro problema, allora viene " ++"utilizzata la password predefinita (ossia «dba»)." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Si raccomanda di controllare le password degli utenti «dba» e «dav» subito " ++"dopo l'installazione." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Rimuovere tutti i database di Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"La directory «/var/lib/virtuoso-opensource-6.1», nella quale sono contenuti tutti i " ++"database di Virtuoso, sta per essere rimossa." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Se si sta per rimuovere il pacchetto Virtuoso per poterne installare " ++"successivamente una versione più recente, o se un pacchetto differente di " ++"Virtuoso la sta già utilizzando, si può scegliere di mantenere i database." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Porta del server HTTP:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso mette a disposizione un server web in grado di ospitare pagine HTML " ++"e VSP (con supporto opzionale per altri linguaggi). Se si sta installando " ++"questa istanza come server web pubblico direttamente su Internet, " ++"probabilmente si sceglierà «80» come porta del server web." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Notare che la directory radice predefinita del server web, che è «/var/lib/" ++"virtuoso-opensource-6.1/vsp», sarà vuota, a meno che non si installi anche il pacchetto che " ++"contiene la pagina iniziale standard di Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Porta del server di database:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"È possibile modificare qui la porta su cui il server di database di Virtuoso " ++"si porrà in ascolto per le connessioni in entrata." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"La modifica di questo valore predefinito può incrementare la sicurezza su " ++"server che potrebbero essere obiettivi di intrusioni non autorizzate." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Registrare un sistema ODBC DSN per Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Su questo sistema è già installato un gestore di ODBC (unixodbc o iODBC) e " ++"il driver ODBC di Virtuoso viene installato." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"È possibile aggiungere automaticamente l'istanza predefinita di Virtuoso " ++"all'elenco dei System Data Sources disponibili; quando il pacchetto viene " ++"rimosso, tale istanza viene eliminata automaticamente." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Se si sceglie questa opzione, il DSN verrà denominato «VOS». Per motivi di " ++"sicurezza, dettagli su utente e password vengono omessi dal DSN." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Pacchetto predefinito del server di Virtuoso:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Scegliere la versione di vrtuoso-server a cui i nomi (senza versione) " ++"predefiniti verranno collegati, per gli script di inizializzazione e gli " ++"strumenti client." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Registrare il driver ODBC di Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Su questo sistema è già installato un gestore di ODBC (unixodbc o iODBC)." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"È possibile aggiungere automaticamente il driver ODBC di Virtuoso all'elenco " ++"dei driver ODBC disponibili; quando il pacchetto viene rimosso, tale driver " ++"viene eliminato automaticamente." diff --cc debian/po/ja.po index 00000000,00000000..c02c92a7 new file mode 100644 --- /dev/null +++ b/debian/po/ja.po @@@ -1,0 -1,0 +1,311 @@@ ++# Copyright (C) Nobuhiro Iwamatsu , 2010. ++# This file is distributed under the same license as the virtuoso-opensource package. ++# Nobuhiro Iwamatsu , 2010. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource_6.1.2+dfsg1-1\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-11-23 16:26+0900\n" ++"Last-Translator: Nobuhiro Iwamatsu \n" ++"Language-Team: Japanese \n" ++"Language: ja\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=utf-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "DBA と DAV ユーザ用のパスワード:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"以下のインストールで、Virtuosoのユーザーとパスワードはコマンドラインツールを" ++"使うか(完全なドキュメントを見てください)、http://localhost:8890/conductor " ++"にデフォルトでインストールされている Conductor ウェブアプリケーションによって" ++"管理できます。" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"2 つのユーザ (\"dba\" と \"dav\" )は Virtuoso への管理アクセスと共に、デフォ" ++"ルトで作成されます。インストールを完了するために、これらのユーザのために安全" ++"なパスワードが選択される必要があります。" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"この項目が空の場合、デーモンはデフォルトではないパスワードが既に存在しない限" ++"り使用不能です。" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "管理ユーザのパスワード確認:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "パスワードが一致しません" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"入力された 2 つのパスワードが一致しません。もう一度パスワードを入力してくださ" ++"い。" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "初期パスワードがありません。デーモンが無効です。" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"管理用のパスワードが提供されなかったので、セキュリティの理由のため、デフォル" ++"ト Virtuoso インスタンスは使用不能です。" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"/etc/default/virtuoso-opensource-6.1 の RUN に \"yes\" を設定することによっ" ++"て、手動でデーモンを有効にすることができます。その時の DBA ユーザーのデフォル" ++"トパスワードは、\"dba\" です。" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Virtuoso DBA ユーザのパスワードを設定することができません" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Virtuoso の管理者ユーザに対してパスワードを設定しようとした際、エラーが発生し" ++"ました。これは既に管理者ユーザにパスワードが設定されていたか、Virtuoso サーバ" ++"との接続に問題があったためだと思われます。" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"データベースが既に存在する場合、オリジナルのパスワードを保持します。いくつか" ++"の他の問題があるならば、デフォルトのパスワード ( \"DBA\" )が使われます。" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"インストール直後にユーザ \"dba\" と \"dav\" のパスワードチェックをお勧めしま" ++"す。" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "全ての Virtuoso データベースを削除しますか?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Virtuoso データベースを含む /var/lib/virtuoso-opensource-6.1 ディレクトリは、削除されようと" ++"しています。" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"後でより新しいバージョンをインストールするために Virtuoso パッケージを削除し" ++"ている、または、異なる Virtuoso パッケージがそれを既に使っているならば、あな" ++"たはデータベースを保持することを選ぶ事ができます。" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "HTTP サーバポート:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso は、(他の言語に関する追加オプションとともに) HTML と VSP ページをホ" ++"スティングできるウェブサーバを提供します。あなたが直接インターネットの上に公" ++"開用ウェブサーバとしてこのインスタンスをインストールしているならば、多分ポー" ++"ト 80 をウェブサーバ用のポートに選択したいはずです。" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"デフォルトウェブサーバのルートディレクトリは /var/lib/virtuoso-opensource-6.1/vsp で、標準的" ++"な Virtuoso スタートページを含んでいるパッケージをインストールしない限り、こ" ++"のページは空になることを注意してください。" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "データベースサーバポート:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Virtuoso データベースサーバーが接続を listen するポートをここで変更できます。" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"このデフォルト値を修正することは、不正侵入の目標にされるかもしれないサーバ" ++"で、セキュリティを改善することができます。" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Virtuoso のための ODBC システム DSN を登録しますか?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"ODBC マネージャ (unixodbc または iODBC )はこのシステム上にすでにインストール" ++"されており、そして、Virtuoso ODBC ドライバはインストールされます。" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"デフォルトの Virtuoso インスタンスは、利用できるシステムデータソースのリスト" ++"に自動的に自動的に追加することができます (そしてこのパッケージが取り外される" ++"とき、リストから自動的に削除されます)。" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"このオプションを有効にすると、DSN は \"VOS\" という名前がつけられます。ユー" ++"ザーとパスワードの詳細は、セキュリティ理由のためにDSNから省略されます。" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "デフォルトの Virtuoso サーバパッケージ:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"init スクリプトとクライアントツールのために、デフォルト(unversioned)の名前" ++"によってリンクされる virtuoso-server のバージョンを選んでください。" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Virtuoso ODBC ドライバを登録しますか?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"ODBC マネージャ (unixodbc または iODBC) は既にこのシステムにインストールされ" ++"ています。" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Virtuoso ODBC ドライバは有効な ODBC ドライバのリストに 自動的に追加することが" ++"できます (そしてこのパッケージが取り外されるとき、リストから自動的に削除され" ++"ます)。" diff --cc debian/po/nl.po index 00000000,00000000..e6bdd458 new file mode 100644 --- /dev/null +++ b/debian/po/nl.po @@@ -1,0 -1,0 +1,315 @@@ ++# Dutch translation of virtuoso-opensource debconf templates. ++# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the virtuoso-opensource package. ++# Jeroen Schot , 2011. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.2+dfsg1-1\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2011-05-13 08:58+0200\n" ++"Last-Translator: Jeroen Schot \n" ++"Language-Team: Debian l10n Dutch \n" ++"Language: nl\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Wachtwoord voor DBA- en DAV-gebruikers" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Na de installatie kunt u gebruikers en wachtwoorden in Virtuoso beheren met " ++"de commandoregel-hulpprogramma's (zie de documentatie) of via de " ++"webapplicatie Conductor die standaard op http://localhost:8899/conductor " ++"wordt geïnstalleerd." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Er worden standaard twee gebruikers (\"dba\" en \"dav\") aangemaakt met " ++"beheerderstoegang tot Virtuoso. Om de installatie af te maken dient u " ++"veilige wachtwoorden voor deze gebruikers te kiezen." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Als u dit leeg laat zal de achtergronddienst worden gedeactiveerd, tenzij er " ++"al een niet-standaard wachtwoord bestaat." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Beheerderswachtwoord (nogmaals ter bevestiging):" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Wachtwoorden komen niet overeen" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"De twee wachtwoorden die u heeft ingevoerd waren niet gelijk. Voer " ++"alstublieft nogmaals een wachtwoord in." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "" ++"Geen initieel wachtwoord ingesteld, de achtergronddienst is gedeactiveerd." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Omwille van de veiligheid is de standaard Virtuoso-dienst gedeactiveerd, " ++"daar er geen beheerderswachtwoord is opgegeven." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"U kunt de achtergronddienst handmatig activeren door in /etc/default/" ++"virtuoso-opensource-6.1 de instelling RUN op \"yes\" te zetten. Het " ++"standaard DBA-wachtwoord is dan \"dba\"." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Kan wachtwoord voor de DBA-gebruiker van Virtuoso niet instellen" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Er is een fout opgetreden bij het instellen van het wachtwoord voor de " ++"beheerder van Virtuoso. Dit kan komen doordat de account al een wachtwoord " ++"heeft of door een communicatieprobleem met de Virtuoso-server." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Als de database al bestond dan heeft het nog steeds zijn oorspronkelijke " ++"wachtwoord. Als er een ander probleem was dan is het standaardwachtwoord " ++"(\"dba\") gebruikt." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"U wordt aangeraden om direct na de installatie de wachtwoorden voor de " ++"gebruikers \"dba\" en \"dav\" te controleren." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Alle databases van Virtuoso verwijderen?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"De map /var/lib/virtuoso-opensource-6.1, die de Virtuoso-databases bevat, staat op het punt " ++"om verwijderd te worden." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Als u het Virtuoso-pakket verwijdert om later een nieuwere versie te " ++"installeren of als de database al door een andere Virtuoso-pakket wordt " ++"gebruikt kunt u er voor kiezen om de databases te houden." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "HTTP-serverpoort:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso is voorzien van een webserver die HTML- en VPS-pagina's kan " ++"aanbieden (met optionele ondersteuning voor andere talen). Indien u deze " ++"dienst als een publieke webserver over het Internet installeert wilt u " ++"waarschijnlijk 80 als webserver-poort kiezen." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Let op: De standaard hoofdmap van de webserver is /var/lib/virtuoso-opensource-6.1/vsp en " ++"is leeg, tenzij u ook het pakket met de standaard Virtuoso startpagina " ++"installeert." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Database-serverpoort:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Hier kunt u de poort waarop wijzigen de Virtuoso-databaseserver luistert." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Op servers die mogelijk doelwit zijn van niet-geautoriseerde toegang kan het " ++"wijzigen van deze waarde de veiligheid verhogen." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Een ODBC-systeem-DSN voor Virtuoso registreren?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Er is al een ODBC-manager (unixodbc of iODBC) geïnstalleerd op dit systeem " ++"en het ODBC-stuurprogramma van Virtuoso is geïnstalleerd." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"De standaard Virtuoso-dienst kan automatisch worden toegevoegd aan de lijst " ++"van beschikbare System Data Sources (en weggehaald als dit pakket wordt " ++"verwijderd)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Als u voor deze optie kiest zal de DSN de naam \"VOS\" krijgen. Gebruiker- " ++"en wachtwoordinformatie worden omwille van de veiligheid weggelaten uit de " ++"DSN." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Standaard Virtuoso-serverpakket:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Kies alstublieft de versie van virtuoso-server die gekoppeld dient te worden " ++"aan standaardnamen (zonder versienummer), voor init-scripts en client-" ++"hulpprogramma's." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "De Virtuoso-ODBC-stuurprogramma's registreren?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Er is al een ODBC-manager (unixodbc of iODBC) geïnstalleerd op dit systeem." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Het Virtuoso-ODBC-stuurprogramma kan automatisch aan de lijst van " ++"beschikbare ODBC-stuurprogramma's worden toegevoegd (en weggehaald als dit " ++"pakket wordt verwijderd)." diff --cc debian/po/pt.po index 00000000,00000000..3f7836ea new file mode 100644 --- /dev/null +++ b/debian/po/pt.po @@@ -1,0 -1,0 +1,315 @@@ ++# Translation of virtuoso-opensource debconf messages to Portuguese ++# Copyright (C) 2010 the virtuoso-opensource's copyright holder ++# This file is distributed under the same license as the virtuoso-opensource package. ++# ++# Américo Monteiro , 2010. ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-15 01:12+0000\n" ++"Last-Translator: Américo Monteiro \n" ++"Language-Team: Portuguese \n" ++"Language: pt\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Lokalize 1.0\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Palavra-passe para os utilizadores DBA e DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"A seguir à instalação, os utilizadores e palavras-passe no Virtuoso podem " ++"ser geridas usando as ferramentas de linha de comandos (veja a documentação " ++"completa) ou através da aplicação web Conductor a qual é instalada por " ++"predefinição em http://localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Dois utilizadores (\"dba\" e \"dav\") são criados por predefinição com " ++"acesso administrativo ao Virtuoso. Devem ser escolhidas palavras-passe " ++"seguras para estes utilizadores de modo a completar a instalação." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Se deixar isto em vazio, o daemon será desactivado a menos que já exista uma " ++"palavra-passe não-predefinida." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Confirmação da palavra-passe dos utilizadores administrativos:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "As palavras-passe não condizem" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"As duas palavras-passe que inseriu não são iguais. Por favor insira a " ++"palavra-passe outra vez." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Nenhuma palavra-passe inicial definida, daemon desactivado" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Por razões de segurança, a instância predefinida do Virtuoso está " ++"desactivada porque não foi fornecida uma palavra-passe de administrador." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Você pode activar o daemon manualmente ao definir RUN para \"yes\" em /etc/" ++"default/virtuoso-opensource-6.1. A palavra-passe predefinida do utilizador " ++"DBA será \"dba\"." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Incapaz de definir a palavra-passe para o utilizador DBA do Virtuoso" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Ocorreu um erro ao definir a palavra-passe para o utilizador administrativo " ++"do Virtuoso. Isto pode ter acontecido porque a conta já tem uma palavra-" ++"passe, ou porque houve um problema de comunicação com o servidor do Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Se a base de dados já existia então terá retido a palavra-passe original. Se " ++"existiu algum outro problema então é usada a palavra-passe predefinida (\"dba" ++"\")." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"É recomendado verificar as palavras-passe para os utilizadores \"dba\" e " ++"\"dav\" imediatamente após a instalação." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Remover todas as bases de dados do Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"O directório /var/lib/virtuoso-opensource-6.1 que contém as bases de dados do Virtuoso está " ++"prestes a ser removido." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Se está a remover o pacote Virtuoso de modo a instalar uma versão mais " ++"recente depois, ou se uma versão diferente do Virtuoso já está a usá-las, " ++"você pode escolher manter essas bases de dados." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Porto do servidor HTTP:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"O Virtuoso disponibiliza um servidor web capaz de hospedar páginas HTML e " ++"VSP (com suporte opcional para outras linguagens). Se você está a instalar " ++"esta instância como um servidor web público directamente na Internet, " ++"provavelmente vai querer escolher 80 como o porto do servidor web." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Por favor note que o directório raiz predefinido do servidor web é /var/lib/" ++"virtuoso-opensource-6.1/vsp e irá estar vazio a menos que também instale o pacote que " ++"contém a página de início standard do Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Porto do servidor de base de dados:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Aqui você pode mudar o porto onde o servidor de base de dados do Virtuoso " ++"irá escutar por ligações." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Modificar este valor predefinido pode melhorar a segurança em servidores que " ++"podem ser alvo de intrusões não autorizadas." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Registar um DSN de sistema ODBC para o Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Um gestor de ODBC (unixodbc ou iODBC) já está instalado neste sistema, e a " ++"driver ODBC do Virtuoso está instalada." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"A instância predefinida do Virtuoso pode ser adicionada automaticamente à " ++"lista de Fontes de Dados do Sistema disponíveis (e removida automaticamente " ++"da lista quando este pacote for removido)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Se escolher esta opção, o DSN irá ser chamado \"VOS\". Os detalhes de " ++"utilizador e palavra-passe são omitidos do DSN por razões de segurança." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Pacote predefinido do servidor do Virtuoso:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Por favor escolha a versão do servidor-virtuoso que irá ficar unido pelos " ++"nomes predefinidos (sem versão), para scripts de init e ferramentas de " ++"cliente." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Registar a driver ODBC do Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "Um gestor ODBC (unixodbc ou iODBC) já está instalado neste sistema." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"A driver ODBC do Virtuoso pode ser adicionada automaticamente à lista de " ++"drivers ODBC disponíveis (e removida automaticamente da lista quando este " ++"pacote for removido)." diff --cc debian/po/pt_BR.po index 00000000,00000000..30948553 new file mode 100644 --- /dev/null +++ b/debian/po/pt_BR.po @@@ -1,0 -1,0 +1,318 @@@ ++# Debconf translation for virtuoso-opensource. ++# Copyright (C) 2011 THE virtuoso-opensource's COPYRIGHT HOLDER ++# This file is distributed under the same license as the virtuoso-opensource package. ++# Flamarion Jorge , 2011. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2011-09-07 08:55-0300\n" ++"Last-Translator: Flamarion Jorge \n" ++"Language-Team: Brazilian Portuguese \n" ++"Language: pt_BR\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Translate Toolkit 1.7.0\n" ++"Plural-Forms: nplurals=2; plural=(n > 1);\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Senha para usuários DBA e DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Após a instalação, usuários e senhas no Virtuoso podem ser gerenciados " ++"usando as ferramentas de linha de comando (veja a documentação completa) ou " ++"pela aplicação web Conductor, que é instalada por padrão em http://" ++"localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Dois usuários (\"dba\" e \"dav\") são criados por padrão, com acesso " ++"administrativo ao Virtuoso. Senhas seguras devem ser escolhidas para estes " ++"usuários a fim de completar a instalação." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Se você deixar isto em branco, o daemon será desabilitado, a menos que uma " ++"senha \"não padrão\" já exista." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Confirmação de senha dos usuários administrativos:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Senha não confere" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"As duas senhas que você informou não são as mesmas. Por favor, informe a " ++"senha novamente." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Senha inicial não informada, daemon desabilitado" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Por razões de segurança, a instância padrão do Virtuoso está desabilitada " ++"porque nenhuma senha administrativa foi informada." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Você pode habilitar o daemon manualmente configurando \"yes\" na opção RUN " ++"em /etc/default/virtuoso-opensource-6.1. A senha padrão do usuário DBA será " ++"então \"dba\"." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Impossível configurar a senha para o usuário DBA do Virtuoso" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Um erro ocorreu ao configurar a senha para o usuário administrativo do " ++"Virtuoso. Isto pode ter acontecido porque a conta já tem uma senha, ou por " ++"causa de um problema de comunicação com o servidor Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Se o banco de dados já existir então a senha original será mantida. Se houve " ++"algum outro problema, então a senha padrão (\"dba\") é usada." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"É recomendado verificar as senhas dos usuários \"dba\" e \"dav\" " ++"imediatamente após a instalação." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Remover todos os bancos de dados do Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"O diretório /var/lib/virtuoso-opensource-6.1, o qual contém os bancos de " ++"dados do Virtuoso, está prestes a ser removido." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Se você está removendo o pacote do Virtuoso a fim de instalar uma versão " ++"mais recente posteriormente, ou se um pacote diferente do Virtuoso já está " ++"usando-os, você pode escolher manter os bancos de dados." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Porta do servidor HTTP:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"O Virtuoso provê um servidor web capaz de hospedar páginas HTML e VSP (com " ++"suporte opcional para outras linguagens). Se você está instalando esta " ++"instância como um servidor web diretamente na Internet, provavelmente você " ++"quer escolher 80 como a porta do servidor web." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Por favor, note que o diretório raiz padrão do servidor web é /var/lib/" ++"virtuoso-opensource-6.1/vsp e estará vazio a menos que você também instale o " ++"pacote contendo a página inicial padrão do Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Porta do servidor de banco de dados:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Você pode mudar aqui a porta na qual o banco de dados do Virtuoso escutará " ++"por conexões." ++ ++# "unauthorized intrusion" is redundancy. ++# Flamarion Jorge - Portuguese Brazilian translator and reviewer ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Modificar este valor padrão pode aumentar a segurança nos servidores que " ++"possam ser alvos de acessos não autorizados." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Registrar um DSN ODBC de sistema para o Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Um gerenciador ODBC (unixodbc ou iODBC) já está instalado neste sistema, e o " ++"driver ODBC do Virtuoso está instalado." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"A instância padrão do Virtuoso pode ser automaticamente adicionada à lista " ++"de Fontes de Dados do Sistema (\"System Data Sources\") (e automaticamente " ++"removida da lista quando o pacote for removido)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Se você escolher esta opção, o DSN será nomeado \"VOS\". Detalhes de usuário " ++"e senha são omitidos do DSN por questões de segurança." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Pacote padrão do servidor Virtuoso:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Por favor, escolha a versão do virtuoso-server que será \"linkada\" aos " ++"nomes padrão (sem versionamento), para os scripts de inicialização e " ++"ferramentas cliente." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Registrar o driver ODBC do Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Um gerenciador ODBC (unixodbc ou iODBC) já está instalado neste sistema." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"O driver ODBC do Virtuoso pode ser automaticamente adicionado à lista de " ++"drivers ODBC disponíveis (e automaticamente removido da lista quando o " ++"pacote for removido)." diff --cc debian/po/ru.po index 00000000,00000000..1dbee858 new file mode 100644 --- /dev/null +++ b/debian/po/ru.po @@@ -1,0 -1,0 +1,311 @@@ ++# translation of ru.po to Russian ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# ++# Yuri Kozlov , 2010. ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-14 17:14+0300\n" ++"Last-Translator: Yuri Kozlov \n" ++"Language-Team: Russian \n" ++"Language: ru\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: KBabel 1.11.4\n" ++"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" ++"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Пароль пользователей DBA и DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"После установки учётными записями пользователей и паролями в Virtuoso можно " ++"управлять с помощью инструментов командной строки (см. в документации) или " ++"через веб-приложение Conductor, которое по умолчанию доступно по адресу " ++"http://localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"По умолчанию создаются две пользовательские учётные записи (\"dba\" и \"dav" ++"\") с административным доступом к Virtuoso. Чтобы завершить установку для " ++"них нужно выбрать хороший пароль." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Если оставить поле пустым, то служба будет отключена, так как не задан " ++"пароль, отличный от умолчательного." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Повторный ввод пароля административных учётных записей:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Пароли не совпадают" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "Введённые пароли не совпали. Введите их ещё раз." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Пароли не заданы, служба отключена" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"По соображениям безопасности, экземпляр Virtuoso по умолчанию отключён, так " ++"как не был задан пароль администратора." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Вы можете включить службу вручную, установив значение RUN равное \"yes\" в /" ++"etc/default/virtuoso-opensource-6.1. Пароль по умолчанию к учётной записи " ++"DBA будет \"dba\"." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Не удалось установить пароль для пользователя Virtuoso DBA" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"При назначении пароля административному пользователю Virtuoso возникла " ++"ошибка. Это могло случиться из-за того, что учётная запись уже имеет пароль " ++"или возникла проблема со связью с сервером Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Если база данных уже существует, то в ней сохранится первоначальный пароль. " ++"Если была какая-то другая проблема, то будет использоваться пароль по " ++"умолчанию (\"dba\")." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Рекомендуется проверить пароли для учётных записей \"dba\" и \"dav\" сразу " ++"после установки." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Удалить все базы данных Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "Каталог /var/lib/virtuoso-opensource-6.1 с базами данных Virtuoso будет удалён." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Если вы удаляете пакет Virtuoso для того, чтобы позже поставить более новую " ++"версию, или если его уже использует другой пакет Virtuoso, то можете " ++"сохранить базы данных." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Порт сервера HTTP:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso предоставляет веб-сервер, способный обрабатывать HTML и VSP " ++"страницы (возможна поддержка других языков). Если вы устанавливаете данный " ++"экземпляр в качестве публичного веб-сервера в Интернете, то лучше указать " ++"порт 80." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Заметим, что корневым каталогом веб-сервера по умолчанию является /var/lib/" ++"virtuoso-opensource-6.1/vsp и он будет пустым, если вы также не установите пакет со " ++"стандартной стартовой страницей Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Порт сервера базы данных:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Здесь вы можете изменить порт, на котором сервер базы данных Virtuoso " ++"ожидает подключения." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Изменение значения по умолчанию может улучшить безопасность серверов, " ++"которые могут стать объектов несанкционированного доступа." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Зарегистрировать системный DSN ODBC для Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Менеджер ODBC (unixodbc или iODBC) и драйвер Virtuoso ODBC установлены в " ++"данной системе." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"По умолчанию экземпляр Virtuoso может быть автоматически добавлен в список " ++"доступных источников данных системы (и автоматически удалён из списка при " ++"удалении пакета)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Если вы ответите утвердительно, то будет создан DSN с именем \"VOS\". " ++"Пользователь и пароль не задаются в DSN в целях безопасности." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Серверный пакет Virtuoso по умолчанию:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Выберите версию virtuoso-server, которая будет связана с именами (без " ++"версии) по умолчанию, используемых в сценариях установки и клиентских " ++"инструментах." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Зарегистрировать ODBC драйвер Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "Менеджер ODBC (unixodbc или iODBC) уже установлен в данной системе." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Драйвер Virtuoso ODBC может быть автоматически добавлен в список доступных " ++"драйверов ODBC (и автоматически удалён из списка при удалении пакета)." diff --cc debian/po/sk.po index 00000000,00000000..8dd0496e new file mode 100644 --- /dev/null +++ b/debian/po/sk.po @@@ -1,0 -1,0 +1,311 @@@ ++# Slovak translations for virtuoso-opensource package ++# Slovenské preklady pre balík virtuoso-opensource. ++# Copyright (C) 2011 THE virtuoso-opensource'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the virtuoso-opensource package. ++# Slavko , 2011. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2011-07-23 08:43+0200\n" ++"Last-Translator: Slavko \n" ++"Language-Team: Slovak \n" ++"Language: sk\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Heslo pre používateľov DBA a DAV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Nasledujúca inštaláciu, používatelia a heslá vo Virtuoso možno spravovať " ++"pomocou nástrojov príkazového riadku (pozrite úplnú dokumentáciu) alebo " ++"pomocou webovej aplikácie Conductor, ktorá je predvolene inštalovaná na " ++"http://localhost:8890/conductor." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Predvolene sú vytvorení dvaja používatelia („dba” a „dav”) s " ++"administrátorským prístupom do Virtuoso. Na dokončenie inštalácie im musíte " ++"zvoliť bezpečné heslo." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Ak ponecháte toto pole prázdne, démon bude zakázaný, iba ak už existuje iné " ++"ako štandardné heslo." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Potvrdenie hesla administrátorských používateľov:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Heslá nesúhlasia" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++"Dve heslá, ktoré ste zadali, sa nezhodujú. Prosím, zadajte heslo znova." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Nebolo nastavené počiatočné heslo, démon zakázaný" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Z bezpečnostných dôvodov je predvolená inštancia Virtuoso zakázaná, pretože " ++"nebolo nastavené administrátorské heslo." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Démona môžete zapnúť manuálne, nastavením RUN na „yes” v /etc/default/" ++"virtuoso-opensource-6.1. Predvolené heslo používateľa DBA potom bude „dba”." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Nemožno nastaviť heslo používateľa Virtuoso DBA" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Pri nastavovaní hesla administrátorského používateľa Virtuoso nastala chyba. " ++"K tomuto mohlo dôjsť buď preto, že účet už má heslo, alebo kvôli " ++"komunikačnému problému so serverom Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Ak databáza už existuje, potom bude ponechané pôvodné heslo. Ak nastal iný " ++"problém, bude použité predvolené heslo („dba”)." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Odporúčané, ihneď po inštalácii, skontrolovať heslá používateľov „dba” a " ++"„dav”." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Odstrániť databázy Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Adresár /var/lib/virtuoso-opensource-6.1, ktorý obsahuje databázy Virtuoso, má byť " ++"odstránený." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Ak odstraňujete balík Virtuoso kvôli inštalácii novšej verzie, alebo ak ju " ++"používa iný balík Virtuoso, mali by ste zvoliť ponechanie databáz." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Port servera HTTP:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso poskytuje webový server, ktorý je schopný hosťovať HTML a VSP " ++"stránky (s voliteľnou podporou iných jazykov). Ak inštalujete túto inštanciu " ++"ako verejný webový server priamo na internete, asi budete chcieť zvoliť 80 " ++"ako port webového servera." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Prosím, majte na pamäti, že predvolený adresár webového servera je /var/lib/" ++"virtuoso-opensource-6.1/vsp a bude prázdny, kým nenainštalujete balík so štandardnou " ++"štartovacou webovou stránkou Virtuoso." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Port databázového servera:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Tu môžete zmeniť port, na ktorom bude databázový server Virtuoso očakávať " ++"spojenia." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Zmenením tejto predvolenej hodnoty môže zvýšiť bezpečnosť na serveroch, " ++"ktoré môžu byť cieľom neautorizovaného prieniku." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Registrovať systém ODBC DSN pre Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Správca ODBC (unixodbc alebo iODBC) a ovládač ODBC Virtuoso už je v tomto " ++"systéme nainštalovaný." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"Predvolenú inštanciu Virtuoso možno automaticky pridať do zoznamu dostupných " ++"Systémových Dátových Zdrojov (a automaticky zo zoznamu odstránená, keď bude " ++"balík odinštalovaný)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Ak vyberiete túto možnosť, DSN bude pomenovaný „VOS”. Používateľ a " ++"podrobnosti hesla sú, z bezpečnostných dôvodov, z DSN vynechané." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Predvolený balík servera Virtuoso:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Prosím, vyberte verziu virtuoso-server, ktorá bude zviazaná s predvolenými " ++"menami (bez verzií), pre inicializačné skripty a klientské nástroje." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Registrovať ODBC ovládač Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Správca ODBC (unixodbc alebo iODBC) už je v tomto systéme nainštalovaný." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Ovládač ODBC Virtuoso ODBC môže byť automaticky pridaný do zoznamu " ++"dostupných ovládačov ODBC (a automaticky z neho odstránený, pri odstraňovaní " ++"tohoto balíka)." diff --cc debian/po/sv.po index 00000000,00000000..c2fe59d2 new file mode 100644 --- /dev/null +++ b/debian/po/sv.po @@@ -1,0 -1,0 +1,313 @@@ ++# translation of virtuoso-opensource_sv.po to Swedish ++# Copyright (C) 2010 ++# This file is distributed under the same license as the virtuoso-opensource package. ++# ++# Martin Ågren , 2010. ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource_sv\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-27 20:57+0100\n" ++"Last-Translator: Martin Ågren \n" ++"Language-Team: Swedish \n" ++"Language: sv\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: KBabel 1.11.4\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Lösenord för DBA- och DAV-användare:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Efter installationen kan användare och lösenord i Virtuoso hanteras med " ++"hjälp av kommandoradsverktygen (se den kompletta dokumentationen) eller " ++"webbapplikationen Conductor, som installeras på http://localhost:8890/" ++"conductor som standard." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Två användare (\"dba\" och \"dav\") skapas automatiskt, med administrativ " ++"åtkomst till Virtuoso. Säkra lösenord måste väljas för dessa användare för " ++"att installationen ska kunna slutföras." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Om du lämnar detta fält tomt, kommer servern vara avaktiverad om det inte " ++"redan finns ett icke-standard-lösenord." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Bekräftelse av lösenord för administrativa användare:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Lösenorden stämmer inte" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "De två lösenord du angav var inte lika. Skriv in ett lösenord igen." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Inget lösenord satt, servern avaktiverad" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Av säkerhetsskäl har standard-Virtuoso-instansen avaktiverats eftersom inget " ++"administratörslösenord har tillhandahållits." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Du kan aktivera servern manuellt genom att sätta RUN till \"yes\" i /etc/" ++"default/virtuoso-opensource-6.1. DBA-användarens standardlösenord kommer då " ++"vara \"dba\"." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Kunde inte sätta lösenord för Virtuosos DBA-användare" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Ett fel inträffade när lösenordet sattes för Virtuosos administrativa " ++"användare. Detta kan ha inträffat på grund av att kontot redan har ett " ++"lösenord, eller på grund av kommunikationsproblem med Virtuoso-servern." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Om databasen redan existerade, har den behållit det ursprungliga lösenordet. " ++"Om det rörde sig om något annat problem, kommer standardlösenordet (\"dba\") " ++"användas." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Det rekommenderas att du kontrollerar lösenorden för användarna \"dba\" och " ++"\"dav\" omedelbart efter installationen." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Ta bort alla Virtuoso-databaser?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Katalogen /var/lib/virtuoso-opensource-6.1 som innehåller Virtuoso-databaserna kommer tas " ++"bort." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Om du tar bort Virtuoso-paketet för att sedan installera en nyare version, " ++"eller om ett annat Virtuoso-paket redan använder dem, kan du välja att " ++"behålla databaserna." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "HTTP-serverport:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso tillhandahåller en webbserver som kan vara värd för HTML- och VSP-" ++"sidor (med valfritt stöd för andra språk). Om du installerar denna instans " ++"som en publik webbserver direkt mot Internet, vill du troligen välja port 80 " ++"som webbserverport." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Observera att standardvalet för webbserverns rotkatalog är /var/lib/virtuoso-opensource-6.1/" ++"vsp. Denna katalog kommer vara tom såvida du inte dessutom installerar " ++"paketet som innehåller Virtuosos standardstartsida." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Databasserverport:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Här kan du ändra vilken port Virtusos databasserver kommer på för " ++"anslutningar." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Ändring av detta värde kan förbättra säkerheten på servrar som skulle kunna " ++"utsättas för oauktoriserade intrång." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Registrera en ODBC-system-DSN för Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"En ODBC-hanterare (unixodbc eller iODBC) är redan installerad på systemet " ++"och ODBC-drivrutinen för Virtuoso är installerad." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"Standardinstansen för Virtuoso kan läggas till listan av tillgängliga " ++"systemdatakällor (System Data Sources, SDS) automatiskt (och tas bort från " ++"listan automatiskt när paketet avinstalleras)." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Om du väljer detta alternativ, kommer DSN:en få namnet \"VOS\". Användar- " ++"och lösenordsinformation finns på grund av säkerhetsskäl inte med i DSN:en." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Standardval för Virtuosos serverpaket:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Välj vilken version av virtuoso-server som ska länkas till av standardnamnen " ++"(utan versionsnummer) för initialiseringsskript och klientverktyg." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Registrera ODBC-drivrutinen för Virtuoso?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"En ODBC-hanterare (unixodbc eller iODBC) är redan installerad på systemet." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"ODBC-drivrutinen för Virtuoso kan läggas till listan av tillgängliga ODBC-" ++"drivrutiner automatiskt (och tas bort från listan automatiskt när paketet " ++"avinstalleras)." diff --cc debian/po/templates.pot index 00000000,00000000..f025f5f6 new file mode 100644 --- /dev/null +++ b/debian/po/templates.pot @@@ -1,0 -1,0 +1,261 @@@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++#, fuzzy ++msgid "" ++msgstr "" ++"Project-Id-Version: PACKAGE VERSION\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" ++"Last-Translator: FULL NAME \n" ++"Language-Team: LANGUAGE \n" ++"Language: \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=CHARSET\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" diff --cc debian/po/vi.po index 00000000,00000000..75e9e837 new file mode 100644 --- /dev/null +++ b/debian/po/vi.po @@@ -1,0 -1,0 +1,311 @@@ ++# Vietnamese translation for Virtuoso OpenSource. ++# Copyright © 2010 Free Software Foundation, Inc. ++# Clytie Siddall , 2010. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: virtuoso-opensource 6.1.0+dfsg2-2\n" ++"Report-Msgid-Bugs-To: virtuoso-opensource@packages.debian.org\n" ++"POT-Creation-Date: 2011-07-29 10:59+0200\n" ++"PO-Revision-Date: 2010-03-18 18:27+0930\n" ++"Last-Translator: Clytie Siddall \n" ++"Language-Team: Vietnamese \n" ++"Language: vi\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"Plural-Forms: nplurals=1; plural=0;\n" ++"X-Generator: LocFactoryEditor 1.8\n" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "Password for DBA and DAV users:" ++msgstr "Mật khẩu cho người dùng DBA và DBV:" ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Following installation, users and passwords in Virtuoso can be managed using " ++"the command line tools (see the full documentation) or via the Conductor web " ++"application which is installed by default at http://localhost:8890/conductor." ++msgstr "" ++"Sau khi cài đặt, các người dùng và mật khẩu trong Virtuoso có thể được quản " ++"lý bằng các công cụ dòng lệnh (xem tài liệu hướng dẫn hoàn toàn) hoặc thông " ++"qua ứng dụng Web tên Conductor mà được cài đặt theo mặc định ở địa chỉ « " ++"http://localhost:8890/conductor »." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"Two users (\"dba\" and \"dav\") are created by default, with administrative " ++"access to Virtuoso. Secure passwords must be chosen for these users in order " ++"to complete the installation." ++msgstr "" ++"Hai người dùng (« dba » và « dav ») được tạo theo mặc định, cũng có quyền " ++"truy cập đến Virtuous ở cấp quản trị. Để kết thúc quá trình cài đặt, một mật " ++"khẩu bảo mật phải được chọn cho từng người dùng." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:2001 ++msgid "" ++"If you leave this blank, the daemon will be disabled unless a non-default " ++"password already exists." ++msgstr "" ++"Bỏ trống trường này thì trình nền bị tắt nếu chưa lập một mật khẩu khác mặc " ++"định." ++ ++#. Type: password ++#. Description ++#: ../virtuoso-opensource-6.1.templates:3001 ++msgid "Administrative users password confirmation:" ++msgstr "Xác nhận mật khẩu quản trị:" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "Password mismatch" ++msgstr "Hai mật khẩu không trùng" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:4001 ++msgid "" ++"The two passwords you entered were not the same. Please enter a password " ++"again." ++msgstr "Bạn đã gõ hai mật khẩu không trùng nhau. Hãy gõ lại mật khẩu." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "No initial password set, daemon disabled" ++msgstr "Chưa lập mật khẩu đầu tiên thì trình nền bị tắt" ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"For security reasons, the default Virtuoso instance is disabled because no " ++"administration password was provided." ++msgstr "" ++"Vì lý do bảo mật, tiến trình Virtuoso mặc định bị tắt do sự không có mật " ++"khẩu quản trị." ++ ++#. Type: note ++#. Description ++#: ../virtuoso-opensource-6.1.templates:5001 ++msgid "" ++"You can enable the daemon manually by setting RUN to \"yes\" in /etc/default/" ++"virtuoso-opensource-6.1. The default DBA user password will then be \"dba\"." ++msgstr "" ++"Bạn cũng có thể tự hiệu lực trình nền bằng cách lập RUN (chạy) thành « yes " ++"» (có) trong tập tin « /etc/default/virtuoso-opensource-6.1 ». Mật khẩu " ++"người dùng DBA mặc định thì là « dba »." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "Unable to set password for the Virtuoso DBA user" ++msgstr "Không thể đặt mật khẩu cho người dùng DBA Virtuoso" ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"An error occurred while setting the password for the Virtuoso administrative " ++"user. This may have happened because the account already has a password, or " ++"because of a communication problem with the Virtuoso server." ++msgstr "" ++"Gặp lỗi trong khi đặt mật khẩu cho người dùng Virtuoso ở cấp quản trị. " ++"Trường hợp này có thể xảy ra vì tài khoản đã có một mật khẩu, hoặc do một " ++"vấn đề liên lạc với trình phục vụ Virtuoso." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"If the database already existed then it will have retained the original " ++"password. If there was some other problem then the default password (\"dba" ++"\") is used." ++msgstr "" ++"Nếu cơ sở dữ liệu đã có thì nó giữ lại mật khẩu gốc. Gặp vấn đề khác nào thì " ++"dùng mật khẩu mặc định (« dba »)." ++ ++#. Type: error ++#. Description ++#: ../virtuoso-opensource-6.1.templates:6001 ++msgid "" ++"It is recommended to check the passwords for the users \"dba\" and \"dav\" " ++"immediately after installation." ++msgstr "" ++"Ngay khi cài đặt được thì cũng nên kiểm tra mật khẩu của người dùng « dba » " ++"và « dav »." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "Remove all Virtuoso databases?" ++msgstr "Gỡ bỏ mọi cơ sở dữ liệu Virtuoso ?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso " ++"databases is about to be removed." ++msgstr "" ++"Thư mục « /var/lib/virtuoso-opensource-6.1 » chứa các cơ sở dữ liệu Virtuoso sắp bị gỡ bỏ." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:7001 ++msgid "" ++"If you're removing the Virtuoso package in order to later install a more " ++"recent version, or if a different Virtuoso package is already using it, you " ++"can choose to keep databases." ++msgstr "" ++"Nếu bạn đang gỡ bỏ gói Virtuoso để cài đặt một phiên bản mới, hoặc nếu một " ++"gói Virtuoso khác dùng chung thì bạn có dịp chọn giữ lại cơ sở dữ liệu." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "HTTP server port:" ++msgstr "Cổng trình phục vụ HTTP:" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Virtuoso provides a web server capable of hosting HTML and VSP pages (with " ++"optional support for other languages). If you are installing this instance " ++"as a public web server directly on the Internet, you probably want to choose " ++"80 as web server port." ++msgstr "" ++"Virtuoso cung cấp một trình phục vụ Web có khả năng phục vụ các trang kiểu " ++"HTML và VSP (cũng có tuỳ chọn hỗ trợ các ngôn ngữ khác). Nếu bạn đang cài " ++"đặt tiến trình này làm một trình phục vụ Web công cộng trực tiếp trên " ++"Internet thì rất có thể là bạn muốn lập cổng 80 cho trình phục vụ Web." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:8001 ++msgid "" ++"Please note that the default web server root directory is /var/lib/virtuoso-" ++"opensource-6.1/vsp and will be empty unless you also install the package " ++"containing the standard Virtuoso start page." ++msgstr "" ++"Ghi chú rằng thư mục gốc mặc định cho trình phục vụ Web là « /var/lib/" ++"virtuoso-opensource-6.1/vsp »: nó vẫn trống nếu bạn không cài đặt gói chứa trang đầu " ++"Virtuoso tiêu chuẩn." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "Database server port:" ++msgstr "Cổng trình phục vụ cơ sở dữ liệu :" ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"You may change here the port on which the Virtuoso database server will " ++"listen for connections." ++msgstr "" ++"Ở đây thì bạn có thể thay đổi cổng trên đó trình phục vụ cơ sở dữ liệu " ++"Virtuoso lắng nghe kết nối." ++ ++#. Type: string ++#. Description ++#: ../virtuoso-opensource-6.1.templates:9001 ++msgid "" ++"Modifying this default value can improve security on servers that might be " ++"targets for unauthorized intrusion." ++msgstr "" ++"Sửa đổi giá trị mặc định này cũng có thể tăng mức bảo mật trên máy phục vụ " ++"có thể bị xâm nhập." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "Register an ODBC system DSN for Virtuoso?" ++msgstr "Đăng ký một DSN hệ thống ODBC cho Virtuoso ?" ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system, and " ++"the Virtuoso ODBC driver is installed." ++msgstr "" ++"Một trình quản lý ODBC (unixodbc hay iODBC) được cài đặt về trước vào hệ " ++"thống này, và trình điều khiển ODBC Virtuoso đã được cài đặt." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"The default Virtuoso instance can be automatically added to the list of " ++"available System Data Sources (and automatically deleted from the list when " ++"this package is removed)." ++msgstr "" ++"Tiến trình Virtuoso mặc định có thể được tự động thêm vào danh sách các " ++"Nguồn Dữ liệu Hệ thống (System Data Source); cũng được tự động xoá khỏi danh " ++"sách khi gói được gỡ bỏ." ++ ++#. Type: boolean ++#. Description ++#: ../virtuoso-opensource-6.1.templates:10001 ++msgid "" ++"If you choose this option, the DSN will be named \"VOS\". User and password " ++"details are omitted from the DSN for security reasons." ++msgstr "" ++"Bật tùy chọn này thì DSN có tên mới « VOS ». Các chi tiết về người dùng và " ++"mật khẩu bị bỏ đi khỏi DSN vì lý do bảo mật." ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "Default Virtuoso server package:" ++msgstr "Gói trình phục vụ Virtuoso mặc định:" ++ ++#. Type: select ++#. Description ++#: ../virtuoso-opensource-6.1.templates:11001 ++msgid "" ++"Please choose the version of virtuoso-server that will be linked to by the " ++"default (unversioned) names, for init scripts and client tools." ++msgstr "" ++"Hãy chọn phiên bản trình phục vụ virtuoso-server tới đó các tên mặc định " ++"(không có phiên bản) sẽ liên kết, cho các văn lệnh khởi chạy và công cụ " ++"khách." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "Register the Virtuoso ODBC driver?" ++msgstr "Đăng ký trình điều khiển ODBC Virtuoso ?" ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"An ODBC manager (unixodbc or iODBC) is already installed on this system." ++msgstr "" ++"Một trình quản lý ODBC (unixodbc hay iODBC) được cài đặt về trước vào hệ " ++"thống này." ++ ++#. Type: boolean ++#. Description ++#: ../libvirtodbc0.templates:2001 ++msgid "" ++"The Virtuoso ODBC driver can be automatically added to the list of available " ++"ODBC drivers (and automatically deleted from the list when this package is " ++"removed)." ++msgstr "" ++"Trình điều khiển ODBC Virtuoso có thể được tự động thêm vào danh sách các " ++"trình điều khiển ODBC sẵn sàng; cũng được tự động xoá khỏi danh sách khi gói " ++"được gỡ bỏ." diff --cc debian/rules index 00000000,00000000..3aa934b7 new file mode 100755 --- /dev/null +++ b/debian/rules @@@ -1,0 -1,0 +1,71 @@@ ++#!/usr/bin/make -f ++ ++include /usr/share/cdbs/1/rules/debhelper.mk ++include /usr/share/cdbs/1/class/autotools.mk ++include /usr/share/cdbs/1/rules/utils.mk ++ ++DEB_AUTO_UPDATE_ACLOCAL = 1.11 ++DEB_AUTO_UPDATE_AUTOCONF = 2.61 ++DEB_AUTO_UPDATE_AUTOMAKE = 1.11 ++DEB_AUTO_UPDATE_LIBTOOL = pre ++ ++DEB_AUTOMAKE_ARGS += -Wno-portability ++ ++DEB_CONFIGURE_EXTRA_FLAGS = --with-layout=debian \ ++ --program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \ ++ --with-readline --without-internal-zlib ++ ++ifeq ($(DEB_BUILD_ARCH),alpha) ++ EXTRA_LDFLAGS += -Wl,--no-relax ++endif ++ ++EXTRA_LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS) ++ ++ifeq (hurd,$(findstring hurd,$(DEB_BUILD_ARCH))) ++ CFLAGS += -D_GNU_SOURCE ++endif ++ ++ifeq (kfreebsd,$(findstring kfreebsd,$(DEB_BUILD_ARCH))) ++ CFLAGS += -D_GNU_SOURCE ++endif ++ ++DEB_CONFIGURE_SCRIPT_ENV += \ ++ LDFLAGS="-Wl,-z,defs -Wl,--no-undefined -Wl,--as-needed $(EXTRA_LDFLAGS)" \ ++ MONO_DISABLE_SHM=1 \ ++ DEBIANPKG=virtuoso-opensource-6.1 ++ ++DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp ++ ++# update-rc.d is manually called in virtuoso-opensource-6.1.postinst ++# See note there. ++DEB_DH_INSTALLINIT_ARGS += --noscripts ++ ++# Disabled for now ++#DEB_MAKE_INVOKE += -j ++#.NOTPARALLEL: ++ ++clean:: ++ debconf-updatepo ++ ++build/virtuoso-opensource-6.1:: ++ cd debian; find . -name "*.?.xml" -exec docbook2x-man --solinks {} \; ++ ++cleanbuilddir/virtuoso-opensource-6.1:: ++ rm -f debian/*.1 ++ ++build/libvirtuoso5.5-cil:: ++ $(MAKE) -C binsrc/VirtuosoClient.Net -f Makefile.mono ++ chmod -x binsrc/VirtuosoClient.Net/OpenLink.Data.Virtuoso.dll ++ ++cleanbuilddir/libvirtuoso5.5-cil:: ++ $(MAKE) -C binsrc/VirtuosoClient.Net -f Makefile.mono clean ++ ++binary-install/libvirtuoso5.5-cil:: ++ dh_installcligac ++ ++binary-predeb/libvirtuoso5.5-cil:: ++ dh_makeclilibs ++ dh_clideps -d ++ ++get-orig-source: ++ -uscan --download --verbose diff --cc debian/source/format index 00000000,00000000..163aaf8d new file mode 100644 --- /dev/null +++ b/debian/source/format @@@ -1,0 -1,0 +1,1 @@@ ++3.0 (quilt) diff --cc debian/virt_mail.1.xml index 00000000,00000000..6ac7c9da new file mode 100644 --- /dev/null +++ b/debian/virt_mail.1.xml @@@ -1,0 -1,0 +1,158 @@@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++]> ++ ++ ++ ++ &dhtitle; ++ &dhpackage; ++ ++ ++ &dhfirstname; ++ &dhsurname; ++ Wrote this manpage for the Debian system. ++
++ &dhemail; ++
++
++
++ ++ 2009 ++ &dhusername; ++ ++ ++ This manual page was written for the Debian system ++ (and may be used by others). ++ Permission is granted to copy, distribute and/or modify this ++ document under the terms of the GNU General Public License, ++ Version 2 or (at your option) any later version published by ++ the Free Software Foundation. ++ On Debian systems, the complete text of the GNU General Public ++ License can be found in ++ /usr/share/common-licenses/GPL. ++ ++
++ ++ &dhucpackage; ++ &dhsection; ++ ++ ++ &dhpackage; ++ OpenLink Virtuoso Opensource Mail Interface ++ ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ ++ DESCRIPTION ++ This manual page documents briefly the ++ &dhpackage; command. ++ This manual page was written for the Debian distribution ++ because the original program does not have a manual page. ++ Instead, it has documentation in the 'doc' VAD package. ++ &dhpackage; is the OpenLink Virtuoso Mail Interface ++ ++ ++ OPTIONS ++ A summary of options is included below. For a complete description, ++ see the 'doc' VAD package. ++ ++ ++ ++ ++ ++ configuration file to use ++ ++ ++ ++ ++ ++ local recipient (for sendmail mode only) ++ ++ ++ ++ ++ ++ local host/domain (for sendmail mode only) ++ ++ ++ ++ ++ ++ envelope sender (for sendmail mode only) ++ ++ ++ ++ ++ ++ mailer in use ++ ++ ++ ++ ++ ++ debug mode ++ ++ ++ ++ ++ ++ outputs help ++ ++ ++ ++ ++ ++ FILES ++ ++ ++ /etc/virtuoso/virtuoso.ini ++ ++ The configuration file to control the behaviour of ++ the main instance of &dhpackage;. ++ ++ ++ ++ ++ ++ SEE ALSO ++ ++ The programs are documented fully by the 'doc' VAD package. ++ ++
++ diff --cc debian/virtuoso-5.5.pc index 00000000,00000000..84548950 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-5.5.pc @@@ -1,0 -1,0 +1,8 @@@ ++prefix=/usr ++exec_prefix=${prefix} ++libdir=${prefix}/lib/cli/virtuoso-5.5 ++ ++Name: OpenLink.Data ++Description: Virtuoso .NET Data Connector ++Version: 5.5.3015.1 ++Libs: -r:${libdir}/OpenLink.Data.Virtuoso.dll diff --cc debian/virtuoso-opensource-6.1-bin.install index 00000000,00000000..87a6c215 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1-bin.install @@@ -1,0 -1,0 +1,4 @@@ ++usr/bin/isql-vt ++usr/bin/isqlw-vt ++usr/bin/virt_mail ++usr/bin/virtuoso-t diff --cc debian/virtuoso-opensource-6.1-bin.manpages index 00000000,00000000..537d841c new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1-bin.manpages @@@ -1,0 -1,0 +1,7 @@@ ++debian/ISQL-VT.1 ++debian/isql-vt.1 ++debian/isqlw-vt.1 ++debian/VIRT_MAIL.1 ++debian/virt_mail.1 ++debian/VIRTUOSO-T.1 ++debian/virtuoso-t.1 diff --cc debian/virtuoso-opensource-6.1-common.install index 00000000,00000000..7c525939 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1-common.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/bin/inifile diff --cc debian/virtuoso-opensource-6.1-common.manpages index 00000000,00000000..955e31dd new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1-common.manpages @@@ -1,0 -1,0 +1,2 @@@ ++debian/INIFILE.1 ++debian/inifile.1 diff --cc debian/virtuoso-opensource-6.1.config index 00000000,00000000..ee1a81c7 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.config @@@ -1,0 -1,0 +1,48 @@@ ++#!/bin/bash ++ ++set -e ++ ++. /usr/share/debconf/confmodule ++ ++if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ++${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ++ ++# get a new password for DBA and DAV users ++while :; do ++ RET="" ++ db_input high virtuoso-opensource-6.1/dba-password || true ++ db_go ++ db_get virtuoso-opensource-6.1/dba-password ++ DBA_PW="$RET" ++ if [ -z "$DBA_PW" ]; then ++ # if no password is given, leave it to postint to handle ++ break ++ fi ++ # otherwise prompt to confirm the password ++ db_input high virtuoso-opensource-6.1/dba-password-again || true ++ db_go ++ db_get virtuoso-opensource-6.1/dba-password-again ++ if [ "$RET" == "$DBA_PW" ]; then ++ DBA_PW='' ++ break ++ fi ++ # no match, so try again... ++ db_input critical virtuoso-opensource-6.1/password-mismatch ++ db_set virtuoso-opensource-6.1/dba-password "" ++ db_set virtuoso-opensource-6.1/dba-password-again "" ++ db_go ++done ++ ++# see if they want to change the ports in advance ++db_input low virtuoso-opensource-6.1/http-server-port || true ++db_input low virtuoso-opensource-6.1/db-server-port || true ++ ++# maybe register a DSN for the default instance? ++db_get libvirtodbc0/register-odbc-driver || true ++if [ "$RET" = "true" ] && [ -e /usr/bin/odbcinst ]; then ++ # default to true since odbcinst is available ++ db_set virtuoso-opensource-6.1/register-odbc-dsn "true" || true ++ db_input low virtuoso-opensource-6.1/register-odbc-dsn || true ++fi ++ ++db_go || true diff --cc debian/virtuoso-opensource-6.1.default index 00000000,00000000..50885ae1 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.default @@@ -1,0 -1,0 +1,15 @@@ ++# Defaults for the virtuoso initscript, from virtuoso-opensource ++ ++# This is the directory from where the database files are ++# placed, defined by a relative path in the configfile ++DBPATH=/var/lib/virtuoso-opensource-6.1/db ++ ++# Please edit /etc/virtuoso-opensource-6.1/virtuoso.ini first ++# Removing the +wait breaks the init script! ++DAEMON_OPTS="+wait +configfile /etc/virtuoso-opensource-6.1/virtuoso.ini" ++ ++# Remember to change passwords right after startup. ++# Read README.Debian for information on how to do so. ++ ++# Set to 'yes' to start virtuoso, set to 'no' otherwise ++RUN=yes diff --cc debian/virtuoso-opensource-6.1.dirs index 00000000,00000000..524a967e new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.dirs @@@ -1,0 -1,0 +1,8 @@@ ++usr/share/virtuoso-opensource-6.1/ ++usr/lib/virtuoso-opensource-6.1/ ++usr/lib/virtuoso-opensource-6.1/hosting/ ++var/log/virtuoso-opensource-6.1/ ++var/lib/virtuoso-opensource-6.1/ ++var/lib/virtuoso-opensource-6.1/db ++var/lib/virtuoso-opensource-6.1/vsp ++etc/virtuoso-opensource-6.1/ diff --cc debian/virtuoso-opensource-6.1.docs index 00000000,00000000..6eb053ff new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.docs @@@ -1,0 -1,0 +1,3 @@@ ++NEWS ++README ++README.UPGRADE diff --cc debian/virtuoso-opensource-6.1.init index 00000000,00000000..f6e9a8cd new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.init @@@ -1,0 -1,0 +1,234 @@@ ++#!/bin/sh ++# ++# Example init.d script with LSB support. ++# ++# Please read this init.d carefully and modify the sections to ++# adjust it to the program you want to run. ++# ++# Copyright (c) 2007 Javier Fernandez-Sanguino ++# ++# This is free software; you may redistribute it and/or modify ++# it under the terms of the GNU General Public License as ++# published by the Free Software Foundation; either version 2, ++# or (at your option) any later version. ++# ++# This is distributed in the hope that it will be useful, but ++# WITHOUT ANY WARRANTY; without even the implied warranty of ++# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++# GNU General Public License for more details. ++# ++# You should have received a copy of the GNU General Public License with ++# the Debian operating system, in /usr/share/common-licenses/GPL; if ++# not, write to the Free Software Foundation, Inc., 59 Temple Place, ++# Suite 330, Boston, MA 02111-1307 USA ++# ++### BEGIN INIT INFO ++# Provides: virtuoso-opensource-6.1 ++# Required-Start: $network $local_fs $remote_fs ++# Required-Stop: $remote_fs ++# Should-Start: $named ++# Should-Stop: ++# Default-Start: 2 3 4 5 ++# Default-Stop: 0 1 6 ++# Short-Description: Virtuoso OpenSource Edition ++# Description: This file should be used to start/stop the virtuoso-t ++# daemon for the default installed database. ++### END INIT INFO ++ ++PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin ++ ++DAEMON=/usr/bin/virtuoso-t ++NAME=virtuoso-opensource-6.1 ++SHORTNAME=virtuoso ++DESC="Virtuoso OpenSource Edition 6.1" ++DBPATH=/var/lib/virtuoso-opensource-6.1/db ++LOGDIR=/var/log/virtuoso-opensource-6.1 # Log directory to use ++ ++PIDFILE=/var/run/$NAME.pid ++ ++test -x $DAEMON || exit 0 ++ ++. /lib/lsb/init-functions ++ ++# Default options, these can be overriden by the information ++# at /etc/default/$NAME ++DAEMON_OPTS="" # Additional options given to the server ++ ++STARTTIME=1 # Time to wait for the server to start, in seconds ++ # If this value is set each time the server is ++ # started (on start or restart) the script will ++ # stall to try to determine if it is running ++ # If it is not set and the server takes time ++ # to setup a pid file the log message might ++ # be a false positive (says it did not start ++ # when it actually did) ++ ++LOGFILE=$LOGDIR/$NAME.log # Server logfile ++# DAEMONUSER=$NAME # Users to run the daemons as. If this value ++ # is set start-stop-daemon will chuid the server ++ ++# Include defaults if available ++if [ -f /etc/default/$NAME ] ; then ++ . /etc/default/$NAME ++fi ++ ++# Use this if you want the user to explicitly set 'RUN' in ++# /etc/default/ ++if [ "x$RUN" != "xyes" -a "x$2" != "xignoredefault" ] ; then ++ log_failure_msg "$NAME disabled, /etc/default/$NAME." ++ exit 0 ++fi ++ ++# Check that the user exists (if we set a user) ++# Does the user exist? ++if [ -n "$DAEMONUSER" ] ; then ++ if getent passwd | grep -q "^$DAEMONUSER:"; then ++ # Obtain the uid and gid ++ DAEMONUID=`getent passwd |grep "^$DAEMONUSER:" | awk -F : '{print $3}'` ++ DAEMONGID=`getent passwd |grep "^$DAEMONUSER:" | awk -F : '{print $4}'` ++ else ++ log_failure_msg "The user $DAEMONUSER, required to run $NAME does not exist." ++ exit 1 ++ fi ++fi ++ ++running_pid() { ++# Check if a given process pid's cmdline matches a given name ++ pid=$1 ++ name=$2 ++ [ -z "$pid" ] && return 1 ++ [ ! -d /proc/$pid ] && return 1 ++ cmd=`cat /proc/$pid/cmdline | tr "\000" "\n"|head -n 1 |cut -d : -f 1` ++ # Is this the expected server ++ [ "$cmd" != "$name" ] && return 1 ++ return 0 ++} ++ ++running() { ++# Check if the process is running looking at /proc ++# (works for all users) ++ ++ # No pidfile, probably no daemon present ++ [ ! -f "$PIDFILE" ] && return 1 ++ pid=`cat $PIDFILE` ++ running_pid $pid $DAEMON || return 1 ++ return 0 ++} ++ ++start_server() { ++# Start the process using the wrapper ++ if [ -z "$DAEMONUSER" ] ; then ++ start-stop-daemon --start --quiet \ ++ --user `id -un` \ ++ --chdir $DBPATH --exec $DAEMON \ ++ -- $DAEMON_OPTS || return $? ++ else ++# if we are using a daemonuser then change the user id ++ start-stop-daemon --start --quiet \ ++ --user $DAEMONUSER --chuid $DAEMONUSER \ ++ --chdir $DBPATH --exec $DAEMON \ ++ -- $DAEMON_OPTS || return $? ++ fi ++ # Write the pid file using the process id from virtuoso.lck ++ sed 's/VIRT_PID=//' $DBPATH/$SHORTNAME.lck > $PIDFILE ++ return 0 ++} ++ ++stop_server() { ++# http://docs.openlinksw.com/virtuoso/signalsandexitcodes.html says TERM should be used by rc.d scripts, so we do ++# Stop the process using the wrapper ++ if [ -z "$DAEMONUSER" ] ; then ++ start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE \ ++ --user `id -un` \ ++ --exec $DAEMON || return $? ++ else ++# if we are using a daemonuser then look for process that match ++ start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE \ ++ --user $DAEMONUSER \ ++ --exec $DAEMON || return $? ++ fi ++ ++ rm -f $PIDFILE ++ return 0 ++} ++ ++ ++case "$1" in ++ start) ++ log_daemon_msg "Starting $DESC " "$NAME" ++ # Check if it's running first ++ if running ; then ++ log_progress_msg "apparently already running" ++ log_end_msg 0 ++ exit 0 ++ fi ++ if start_server ; then ++ # NOTE: Some servers might die some time after they start, ++ # this code will detect this issue if STARTTIME is set ++ # to a reasonable value ++ [ -n "$STARTTIME" ] && sleep $STARTTIME # Wait some time ++ if running ; then ++ # It's ok, the server started and is running ++ log_end_msg 0 ++ else ++ # It is not running after we did start ++ log_end_msg 1 ++ fi ++ else ++ # Either we could not start it ++ log_end_msg 1 ++ fi ++ ;; ++ stop) ++ log_daemon_msg "Stopping $DESC" "$NAME" ++ if running ; then ++ # Only stop the server if we see it running ++ stop_server ++ log_end_msg $? ++ else ++ # If it's not running don't do anything ++ log_progress_msg "apparently not running" ++ log_end_msg 0 ++ exit 0 ++ fi ++ ;; ++ restart|force-reload) ++ log_daemon_msg "Restarting $DESC" "$NAME" ++ stop_server ++ case "$?" in ++ 0|1) ++ start_server ++ case "$?" in ++ 0) [ -n "$STARTTIME" ] && sleep $STARTTIME # Wait some time ++ running # check if it still runs ++ log_end_msg $? ++ ;; ++ 1) log_end_msg 1 ;; # Old process is still running ++ *) log_end_msg 1 ;; # Failed to start ++ esac ++ ;; ++ *) ++ # Failed to stop ++ log_end_msg 1 ++ ;; ++ esac ++ ;; ++ status) ++ log_daemon_msg "Checking status of $DESC" "$NAME" ++ if running ; then ++ log_progress_msg "running" ++ log_end_msg 0 ++ else ++ log_progress_msg "apparently not running" ++ log_end_msg 1 ++ exit 1 ++ fi ++ ;; ++ *) ++ N=/etc/init.d/$NAME ++ echo "Usage: $N {start|stop|restart|force-reload|status}" >&2 ++ exit 1 ++ ;; ++esac ++ ++exit 0 diff --cc debian/virtuoso-opensource-6.1.install index 00000000,00000000..8345ced6 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.install @@@ -1,0 -1,0 +1,3 @@@ ++usr/lib/virtuoso-opensource-6.1/hosting/*.so ++var/lib/virtuoso-opensource-6.1/db/virtuoso.ini usr/share/virtuoso-opensource-6.1/ ++../odbc.ini usr/share/virtuoso-opensource-6.1/ diff --cc debian/virtuoso-opensource-6.1.logrotate index 00000000,00000000..1ad4b1bd new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.logrotate @@@ -1,0 -1,0 +1,8 @@@ ++/var/log/virtuoso-opensource-6.1/*.log { ++rotate 12 ++weekly ++missingok ++compress ++postrotate ++endscript ++} diff --cc debian/virtuoso-opensource-6.1.postinst index 00000000,00000000..bc0e45c3 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.postinst @@@ -1,0 -1,0 +1,156 @@@ ++#!/bin/bash ++ ++set -e ++ ++. /usr/share/debconf/confmodule ++ ++if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ++${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ++ ++FILE_INI="/etc/virtuoso-opensource-6.1/virtuoso.ini" ++FILE_ODBC_DSN="/usr/share/virtuoso-opensource-6.1/odbc.ini" ++ ++# /etc/virtuoso-opensource-6.1/virtuoso.ini was a conffile in older ++# versions of this package ++dpkg-maintscript-helper rm_conffile \ ++ $FILE_INI '6.1.4+dfsg1-1~' 'virtuoso-opensource-6.1' -- "$@" ++ ++# restore the virtuoso.ini backup in order to keep user changes ++if [ -f $FILE_INI.dpkg-bak ]; then ++ mv $FILE_INI.dpkg-bak $FILE_INI ++fi ++ ++# import existing defaults if we have them (to check run state) ++if [ -f /etc/default/virtuoso-opensource-6.1 ] ; then ++ . /etc/default/virtuoso-opensource-6.1 ++fi ++ ++# create ini file if it doesn't exit ++if [ ! -f $FILE_INI ]; then ++ cp /usr/share/virtuoso-opensource-6.1/virtuoso.ini $FILE_INI ++fi ++ ++# are we changing the web server port? ++db_get virtuoso-opensource-6.1/db-server-port && DB_PORT="$RET" ++if DB_PORT=$(printf "%d" $DB_PORT 2> /dev/null); then ++ inifile +inifile $FILE_INI +section Parameters \ ++ +key ServerPort +value $DB_PORT || true ++fi ++ ++# are we changing the database server port? ++db_get virtuoso-opensource-6.1/http-server-port && HTTP_PORT="$RET" ++if HTTP_PORT=$(printf "%d" $HTTP_PORT 2> /dev/null); then ++ inifile +inifile $FILE_INI +section HTTPServer \ ++ +key ServerPort +value $HTTP_PORT || true ++fi ++ ++# update the list of potential default servers ++db_metaget virtuoso-opensource/primary-server owners && OWNERS="$RET" ++db_metaget virtuoso-opensource/primary-server choices && CHOICES="$RET" ++if [ "$OWNERS" != "$CHOICES" ]; then ++ db_subst virtuoso-opensource/primary-server choices $OWNERS ++ db_fset virtuoso-opensource/primary-server seen false ++fi ++ ++# if there's more than one option then prompt user to choose ++if [ "$CHOICES" != "virtuoso-opensource-6.1" ]; then ++ db_input medium virtuoso-opensource/primary-server || true ++ db_go || true ++fi ++ ++# there doesn't seem to be a way to set the log file path globally or ++# in configure so this will have to suffice for now: ++INI_LOG_FILE="inifile +inifile $FILE_INI +section Database +key ErrorLogFile" ++ ++# if we have a default relative filename here then move under /var/log ++LOG_FILE="$($INI_LOG_FILE)" ++if [ "$LOG_FILE" == "virtuoso.log" ]; then ++ $INI_LOG_FILE +value /var/log/virtuoso-opensource-6.1/$LOG_FILE || true ++fi ++ ++INI_VSP_ROOT="inifile +inifile $FILE_INI +section HTTPServer +key ServerRoot" ++INI_PLUGINS="inifile +inifile $FILE_INI +section Plugins +key LoadPath" ++INI_DSN_SERVER="inifile +inifile $FILE_ODBC_DSN +section VOS +key Address" ++ ++# relocate libs etc. under the private versioned package dir ++$INI_VSP_ROOT +value /var/lib/virtuoso-opensource-6.1/vsp || true ++$INI_PLUGINS +value /usr/lib/virtuoso-opensource-6.1/hosting || true ++ ++# we need to start the service to change the passwords so the ++# debhelper code gets dumped and we'll do it here instead... ++if [ -x "/etc/init.d/virtuoso-opensource-6.1" ]; then ++ update-rc.d virtuoso-opensource-6.1 defaults > /dev/null ++ invoke-rc.d virtuoso-opensource-6.1 start ignoredefault && VT_EXIT=$? ++fi ++ ++# get the new admin password ++db_get virtuoso-opensource-6.1/dba-password && DBA_PW="$RET" ++ ++# clear password from debconf db ++db_set virtuoso-opensource-6.1/dba-password "" ++db_set virtuoso-opensource-6.1/dba-password-again "" ++ ++# Forget +pwdold dba +pwdba $DBA_PW +pwddav $DBA_PW (does work but ++# always exits 101 EVEN IF THE PASSWORD WAS NOT CHANGED) ++# So we're going to change the passwords via isql: ++SQL_DBAPW="EXEC=SET PASSWORD dba $DBA_PW;" ++SQL_DAVPW="EXEC=UPDATE SYS_USERS SET U_PASSWORD='$DBA_PW' WHERE U_NAME='dav';" ++ ++# There seems to be a bug in 5.0.11 where the password change is lost ++# with an error on the Roll Forward (SQL Error: 22023 : SR005) if we ++# don't push it to the db before shutting down the server. ++SQL_CHECKPOINT="EXEC=checkpoint;" ++ ++# if we have a new password, change it... ++if [ $VT_EXIT ] && [ -n "$DBA_PW" ]; then ++ # first see if we can change the dba password: ++ if isql-vt $DB_PORT dba dba "$SQL_DBAPW" &> /dev/null; then ++ # now change the DAV admin password also: ++ if isql-vt $DB_PORT dba $DBA_PW "$SQL_DAVPW" &> /dev/null; then ++ # the new password works, so everything seems to be ok! ++ isql-vt $DB_PORT dba $DBA_PW "$SQL_CHECKPOINT" &> /dev/null || true ++ ++ # register this default instance as a DSN then we're done here ++ db_get virtuoso-opensource-6.1/register-odbc-dsn || true ++ if [ "$RET" = "true" ]; then ++ $INI_DSN_SERVER +value "localhost:$DB_PORT" || true ++ odbcinst -i -s -l -f $FILE_ODBC_DSN 1>&2 || true ++ fi ++ else ++ # the password was not changed for some reason ++ db_input critical virtuoso-opensource-6.1/error-setting-password || true ++ fi ++ else ++ # error connecting to server or non-default password ++ db_input critical virtuoso-opensource-6.1/error-setting-password || true ++ fi ++ ++# default install process (i.e. no new admin password was given)... ++else ++ if [ $VT_EXIT ]; then ++ # let's check to see if the password is actually default ++ # (could be manual reconfigure or re-install after changing it) ++ if isql-vt $DB_PORT dba dba -K &> /dev/null; then ++ # it's a default pw so make sure the daemon is disabled ++ sed "s/RUN=yes/RUN=no/" -i /etc/default/virtuoso-opensource-6.1 ++ echo "Warning: The current Virtuoso database uses default passwords." ++ echo "The Virtuoso daemon has been disabled for security reasons." ++ echo "You can reconfigure the package to change these passwords." ++ db_input high virtuoso-opensource-6.1/note-disabled || true ++ fi ++ else ++ # couldn't even start the daemon, something's broken! ++ db_input critical virtuoso-opensource-6.1/error-setting-password || true ++ fi ++fi ++ ++# Stop the server if it was force-started ++if [ "x$RUN" == "xno" -a -x "/etc/init.d/virtuoso-opensource-6.1" ]; then ++ invoke-rc.d virtuoso-opensource-6.1 stop ignoredefault && VT_EXIT=$? ++fi ++ ++db_go || true ++db_stop && exit ++ ++# dh tag retained to prevent warnings only: ++#DEBHELPER# diff --cc debian/virtuoso-opensource-6.1.postrm index 00000000,00000000..a13aecd5 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.postrm @@@ -1,0 -1,0 +1,38 @@@ ++#!/bin/bash ++ ++set -e ++ ++. /usr/share/debconf/confmodule ++ ++if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ++${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ++ ++FILE_INI="/etc/virtuoso-opensource-6.1/virtuoso.ini" ++FILE_ODBC_DSN="/usr/share/virtuoso-opensource-6.1/odbc.ini" ++ ++invoke-rc.d virtuoso-opensource-6.1 stop || true ++ ++# /etc/virtuoso-opensource-6.1/virtuoso.ini was a conffile in older ++# versions of this package ++dpkg-maintscript-helper rm_conffile \ ++ $FILE_INI '6.1.4+dfsg1-1~' 'virtuoso-opensource-6.1' -- "$@" ++ ++if [ "$1" == "purge" ]; then ++ # log files can go without warning... ++ rm -rf /var/log/virtuoso-opensource-6.1 ++ ++ # ...but get explicit confirmation before removing databases ++ db_input high virtuoso-opensource-6.1/check-remove-databases || true ++ db_go || true ++ db_get virtuoso-opensource-6.1/check-remove-databases || true ++ if [ "$RET" == "true" ]; then ++ rm -rf /var/lib/virtuoso-opensource-6.1 ++ fi ++ ++ rm -f $FILE_INI ++ rm -f $FILE_ODBC_DSN ++ ++ update-rc.d virtuoso-opensource-6.1 remove >/dev/null || exit $? ++fi ++ ++#DEBHELPER# diff --cc debian/virtuoso-opensource-6.1.preinst index 00000000,00000000..cb7c3e09 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.preinst @@@ -1,0 -1,0 +1,12 @@@ ++#!/bin/bash ++ ++set -e ++ ++FILE_INI="/etc/virtuoso-opensource-6.1/virtuoso.ini" ++ ++# /etc/virtuoso-opensource-6.1/virtuoso.ini was a conffile in older ++# versions of this package ++dpkg-maintscript-helper rm_conffile \ ++ $FILE_INI '6.1.4+dfsg1-1~' 'virtuoso-opensource-6.1' -- "$@" ++ ++#DEBHELPER# diff --cc debian/virtuoso-opensource-6.1.prerm index 00000000,00000000..0fc1593e new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.prerm @@@ -1,0 -1,0 +1,37 @@@ ++#!/bin/bash ++ ++set -e ++ ++. /usr/share/debconf/confmodule ++ ++if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ++${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ++ ++db_get virtuoso-opensource-6.1/register-odbc-dsn || true ++if [ "$RET" = "true" ]; then ++ # We set ODBCSEARCH=ODBC_SYSTEM_DSN because looks like odbcinst has a bug, ++ # it ignores the -l option when uninstalling a data source. See: ++ # http://bugs.debian.org/698248 ++ # and ++ # http://bugs.debian.org/677286 ++ ODBCSEARCH=ODBC_SYSTEM_DSN odbcinst -u -s -l -n VOS || true ++fi ++ ++# removing from list of owners of this question removes us from it's choices ++db_unregister virtuoso-opensource/primary-server ++ ++# now check to see if we were the current default vos-server ++# (if so we need to delete the broken links) ++if db_get virtuoso-opensource/primary-server; then ++ db_metaget virtuoso-opensource/primary-server owners ++ db_subst virtuoso-opensource/primary-server choices $RET ++ db_metaget virtuoso-opensource/primary-server value ++ if [ "virtuoso-opensource-6.1" = "$RET" ] ; then ++ # prompt the user for a new choice ++ db_fset virtuoso-opensource/primary-server seen false ++ db_input medium virtuoso-opensource/primary-server || true ++ db_go || true ++ fi ++fi ++ ++#DEBHELPER# diff --cc debian/virtuoso-opensource-6.1.templates index 00000000,00000000..1d699d66 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-opensource-6.1.templates @@@ -1,0 -1,0 +1,113 @@@ ++# These templates have been reviewed by the debian-l10n-english ++# team ++# ++# If modifications/additions/rewording are needed, please ask ++# debian-l10n-english@lists.debian.org for advice. ++# ++# Even minor modifications require translation updates and such ++# changes should be coordinated with translators and reviewers. ++ ++Template: virtuoso-opensource-6.1/dba-password ++Type: password ++_Description: Password for DBA and DAV users: ++ Following installation, users and passwords in Virtuoso can be managed ++ using the command line tools (see the full documentation) or via ++ the Conductor web application which is installed by default at ++ http://localhost:8890/conductor. ++ . ++ Two users ("dba" and "dav") are created by default, with administrative ++ access to Virtuoso. Secure passwords must be chosen for these users ++ in order to complete the installation. ++ . ++ If you leave this blank, the daemon will be disabled ++ unless a non-default password already exists. ++ ++Template: virtuoso-opensource-6.1/dba-password-again ++Type: password ++_Description: Administrative users password confirmation: ++ ++Template: virtuoso-opensource-6.1/password-mismatch ++Type: error ++_Description: Password mismatch ++ The two passwords you entered were not the same. Please enter a ++ password again. ++ ++Template: virtuoso-opensource-6.1/note-disabled ++Type: note ++_Description: No initial password set, daemon disabled ++ For security reasons, the default Virtuoso instance is disabled because ++ no administration password was provided. ++ . ++ You can enable the daemon manually by setting RUN to "yes" in ++ /etc/default/virtuoso-opensource-6.1. The default DBA user ++ password will then be "dba". ++ ++Template: virtuoso-opensource-6.1/error-setting-password ++Type: error ++_Description: Unable to set password for the Virtuoso DBA user ++ An error occurred while setting the password for the Virtuoso ++ administrative user. This may have happened because the account ++ already has a password, or because of a communication problem with ++ the Virtuoso server. ++ . ++ If the database already existed then it will have retained the original ++ password. If there was some other problem then the default password ++ ("dba") is used. ++ . ++ It is recommended to check the passwords for the users "dba" and "dav" ++ immediately after installation. ++ ++Template: virtuoso-opensource-6.1/check-remove-databases ++Type: boolean ++Default: false ++_Description: Remove all Virtuoso databases? ++ The /var/lib/virtuoso-opensource-6.1 directory which contains the Virtuoso ++ databases is about to be removed. ++ . ++ If you're removing the Virtuoso package in order to later install a more ++ recent version, or if a different Virtuoso package is already using it, ++ you can choose to keep databases. ++ ++Template: virtuoso-opensource-6.1/http-server-port ++Type: string ++Default: 8890 ++_Description: HTTP server port: ++ Virtuoso provides a web server capable of hosting HTML and VSP pages ++ (with optional support for other languages). If you are installing this ++ instance as a public web server directly on the Internet, you probably want ++ to choose 80 as web server port. ++ . ++ Please note that the default web server root directory is ++ /var/lib/virtuoso-opensource-6.1/vsp and will be empty unless you also ++ install the package containing the standard Virtuoso start page. ++ ++Template: virtuoso-opensource-6.1/db-server-port ++Type: string ++Default: 1111 ++_Description: Database server port: ++ You may change here the port on which the Virtuoso database server will ++ listen for connections. ++ . ++ Modifying this default value can improve security on servers that ++ might be targets for unauthorized intrusion. ++ ++Template: virtuoso-opensource-6.1/register-odbc-dsn ++Type: boolean ++Default: false ++_Description: Register an ODBC system DSN for Virtuoso? ++ An ODBC manager (unixodbc or iODBC) is already installed on this system, ++ and the Virtuoso ODBC driver is installed. ++ . ++ The default Virtuoso instance can be automatically added to the list of ++ available System Data Sources (and automatically deleted from the list ++ when this package is removed). ++ . ++ If you choose this option, the DSN will be named "VOS". User and ++ password details are omitted from the DSN for security reasons. ++ ++Template: virtuoso-opensource/primary-server ++Type: select ++Choices: ${choices} ++_Description: Default Virtuoso server package: ++ Please choose the version of virtuoso-server that will be linked to by the ++ default (unversioned) names, for init scripts and client tools. diff --cc debian/virtuoso-t.1.xml index 00000000,00000000..d4e5ef04 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-t.1.xml @@@ -1,0 -1,0 +1,229 @@@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++]> ++ ++ ++ ++ &dhtitle; ++ &dhpackage; ++ ++ ++ &dhfirstname; ++ &dhsurname; ++ Wrote this manpage for the Debian system. ++
++ &dhemail; ++
++
++
++ ++ 2009 ++ &dhusername; ++ ++ ++ This manual page was written for the Debian system ++ (and may be used by others). ++ Permission is granted to copy, distribute and/or modify this ++ document under the terms of the GNU General Public License, ++ Version 2 or (at your option) any later version published by ++ the Free Software Foundation. ++ On Debian systems, the complete text of the GNU General Public ++ License can be found in ++ /usr/share/common-licenses/GPL. ++ ++
++ ++ &dhucpackage; ++ &dhsection; ++ ++ ++ &dhpackage; ++ OpenLink Virtuoso Opensource Server ++ ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ &dhpackage; ++ ++ ++ ++ ++ ++ DESCRIPTION ++ This manual page documents briefly the ++ &dhpackage; command. ++ This manual page was written for the Debian distribution ++ because the original program does not have a manual page. ++ Instead, it has documentation in the 'doc' VAD package. ++ &dhpackage; is the OpenLink Virtuoso server ++ ++ ++ OPTIONS ++ A summary of options is included below. For a complete description, ++ see the 'doc' VAD package. ++ ++ ++ ++ ++ ++ run in the foreground ++ ++ ++ ++ ++ ++ use alternate configuration file ++ ++ ++ ++ ++ ++ do not checkpoint on startup ++ ++ ++ ++ ++ ++ exit as soon as checkpoint on startup is complete ++ ++ ++ ++ ++ ++ dump database into the transaction log, then exit ++ ++ ++ ++ ++ ++ dump inconsistent database into the transaction log, then exit ++ ++ ++ ++ ++ ++ specify the DB ini to use for reading the data to dump ++ ++ ++ ++ ++ ++ restore from a crash-dump ++ ++ ++ ++ ++ ++ wait for background initialization to complete ++ ++ ++ ++ ++ ++ specify mode options for server startup (onbalr) ++ ++ ++ ++ ++ ++ specify key id(s) to dump on crash dump (default : all) ++ ++ ++ ++ ++ ++ default backup directories ++ ++ ++ ++ ++ ++ run in the foreground ++ ++ ++ ++ ++ ++ Show additional debugging info ++ ++ ++ ++ ++ ++ Old DBA password ++ ++ ++ ++ ++ ++ New DBA password ++ ++ ++ ++ ++ ++ New DAV password ++ ++ ++ ++ ++ ++ FILES ++ ++ ++ /etc/virtuoso/virtuoso.ini ++ ++ The configuration file to control the behaviour of ++ the main instance of &dhpackage;. ++ ++ ++ ++ ++ ++ SEE ALSO ++ ++ The programs are documented fully by the 'doc' VAD package. ++ ++
++ diff --cc debian/virtuoso-vad-bpel.install index 00000000,00000000..4b65c19e new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-bpel.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/bpel_dav.vad diff --cc debian/virtuoso-vad-conductor.install index 00000000,00000000..537b2cdd new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-conductor.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/conductor_dav.vad diff --cc debian/virtuoso-vad-dbpedia.install index 00000000,00000000..537dcb4d new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-dbpedia.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/dbpedia_dav.vad diff --cc debian/virtuoso-vad-demo.install index 00000000,00000000..b1166d87 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-demo.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/demo_dav.vad diff --cc debian/virtuoso-vad-doc.install index 00000000,00000000..51917973 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-doc.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/doc_dav.vad diff --cc debian/virtuoso-vad-facetedbrowser.install index 00000000,00000000..89eade1a new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-facetedbrowser.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/fct_dav.vad diff --cc debian/virtuoso-vad-isparql.install index 00000000,00000000..d9b0b357 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-isparql.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/isparql_dav.vad diff --cc debian/virtuoso-vad-ods.install index 00000000,00000000..fb02a0e8 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-ods.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/ods_*_dav.vad diff --cc debian/virtuoso-vad-rdfmappers.install index 00000000,00000000..8b1d1fca new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-rdfmappers.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/rdf_mappers_dav.vad diff --cc debian/virtuoso-vad-sparqldemo.install index 00000000,00000000..b9f9647e new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-sparqldemo.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/sparql_demo_dav.vad diff --cc debian/virtuoso-vad-syncml.install index 00000000,00000000..f72cbe35 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-syncml.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/syncml_dav.vad diff --cc debian/virtuoso-vad-tutorial.install index 00000000,00000000..396f30e7 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vad-tutorial.install @@@ -1,0 -1,0 +1,1 @@@ ++usr/share/virtuoso-opensource-6.1/vad/tutorial_dav.vad diff --cc debian/virtuoso-vsp-startpage.install index 00000000,00000000..d8040960 new file mode 100644 --- /dev/null +++ b/debian/virtuoso-vsp-startpage.install @@@ -1,0 -1,0 +1,1 @@@ ++var/lib/virtuoso-opensource-6.1/vsp/* diff --cc debian/watch index 00000000,00000000..36ff6c9f new file mode 100644 --- /dev/null +++ b/debian/watch @@@ -1,0 -1,0 +1,3 @@@ ++version=3 ++opts=dversionmangle=s/\.dfsg\.[0-9]*// \ ++http://sf.net/virtuoso/virtuoso-opensource-([0-9.]+)\.tar\.gz