From b7107f0efa41f07efd6ea5b058a393a4d98c61bc Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Sun, 7 Jan 2007 11:02:19 +0000 Subject: [PATCH] * remove useless README.Debian * update control and docs * rewrite debian/copyright --- webcit/debian/README.Debian | 6 -- webcit/debian/control | 26 ++++----- webcit/debian/copyright | 106 ++++++++++++++++++++++++++++++++++-- webcit/debian/docs | 2 - 4 files changed, 115 insertions(+), 25 deletions(-) delete mode 100644 webcit/debian/README.Debian diff --git a/webcit/debian/README.Debian b/webcit/debian/README.Debian deleted file mode 100644 index 6e63ba483..000000000 --- a/webcit/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -webcit for Debian ------------------ - - - - -- Wilfried Goesgens , Mon, 25 Jul 2005 12:46:10 +0200 diff --git a/webcit/debian/control b/webcit/debian/control index 5fb1537c2..2e689d123 100644 --- a/webcit/debian/control +++ b/webcit/debian/control @@ -1,23 +1,23 @@ Source: webcit -Section: unknown +Section: web Priority: optional Maintainer: Wilfried Goesgens -Build-Depends: debhelper (>= 4.0.0), po-debconf, - libical-dev, gettext -Standards-Version: 3.6.1 +Uploaders: Fathi Boudra +Build-Depends: debhelper (>= 4), po-debconf, libical-dev, gettext +Standards-Version: 3.7.2 Package: citadel-webcit Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, - tinymce +Depends: ${shlibs:Depends}, ${misc:Depends}, debconf, tinymce Suggests: citadel-server -Description: Webcit, the Webfrontend to the Citadel. - WebCit puts a web-based front end on Citadel, allowing - users to access the system from any web browser. And - although you can use any browser, we recommend using - FireFox, simply the best web browser on the market. - It's the best, it's secure, and it's free, so if you - haven't switched yet, why not do so now? +Description: web-based frontend to Citadel groupware server + WebCit is a web-based, AJAX-enabled frontend to the Citadel groupware system. + It is an attractive web middleware layer that allows user-friendly access. + By combining WebCit and Citadel, you can have a versatile online environment + with many users concurrently accessing the same system using the user + interface of their choice (text, web, or downloaded client software). + . + Homepage: http://www.citadel.org Package: citadel-webcit-apache Architecture: any diff --git a/webcit/debian/copyright b/webcit/debian/copyright index edfb01f6f..60df9813d 100644 --- a/webcit/debian/copyright +++ b/webcit/debian/copyright @@ -1,10 +1,108 @@ This package was debianized by Wilfried Goesgens on Mon, 25 Jul 2005 12:46:10 +0200. -It was downloaded from citadel.org +It was downloaded from http://www.citadel.org -Copyright Holder: Copyright ©1987-2005 by the Citadel development team, see http://easyinstall.citadel.org/citadel/docs/citadel.html +Upstream Authors (the webcit development team): + Art Cancro + Nathan Bryant + Alessandro Fulciniti + Wilifried Goesgens + Nick Grossman + Andru Luvisi + Dave Lindquist + Matt Pfleger + Martin Mouritzen -License: GPL +Copyright: (C) 1996-2007 WebCit development team -see http://www.gnu.org/copyleft/gpl.html or /usr/share/common-licenses/GPL +Copyright for Prototype JavaScript Framework : + (C) 2005 Sam Stephenson + +Copyright for script.aculo.us JavaScript library : + (C) 2005-2006 Thomas Fuchs + +Copyright for TinyMCE : + (C) 2003-2006 Moxiecode Systems AB + +Copyitght for Nifty Corners Cube : + (C) 2005-2006 Alessandro Fulciniti + +Prototype JavaScript Framework license: + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +THE 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. + +script.aculo.us JavaScript library license: + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE 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. + +TinyMCE license: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +Nifty Corners Cube and WebCit 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; either version 2 of the License, or + (at your option) any later version. + + 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 + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2006, Fathi Boudra and +is licensed under the GPL, see above. diff --git a/webcit/debian/docs b/webcit/debian/docs index 6e9fe653f..71dfd5bac 100644 --- a/webcit/debian/docs +++ b/webcit/debian/docs @@ -1,3 +1 @@ -COPYING.txt -README.txt README.txt -- 2.30.2