This package was debianized by Morten Kjeldgaard <mok@bioxray.dk> on
Fri,  8 Jun 2007 14:11:30 +0200.

It was downloaded from http://downloads.sourceforge.net/kssh

Upstream Author: Andrea Rizzi <rizzi@kde.org>

Copyright: 2000, 2002, Andrea Rizzi

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

The complete text of the GNU General Public License can be found in
`/usr/share/common-licenses/GPL'.


The admin/ subdirectory
=======================

Some files in the admin/ subdirectory are distributed under the GNU lesser
general public license (LGPL). 

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

 The complete text of the LGPL can be found in
`/usr/share/common-licenses/LGPL'.


The doc/ subdirectory
=====================

Some files in the doc/ subdirectory are distributed under the GNU Free
Documentation License (GFDL).

License:

    Permission is granted to copy, distribute and/or modify this document
    under the terms of the GNU Free Documentation License, Version 1.2
    or any later version published by the Free Software Foundation;
    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
    A copy of the license is included in the section entitled "GNU
    Free Documentation License".

The complete text of the GFDL can be found in
`/usr/share/common-licenses/GFDL'


Debian packaging
================

The Debian packaging is (C) 2007, Morten Kjeldgaard <mok@bioxray.dk> and
is licensed under the GPL, see above.


Repackaging the tarball
=======================

In order to comply with the Ubuntu packaging policy, some changes were made
to the upstream tarball. The reason is that I have not been able to get a
response from the original upstream author, Andrea Rizzi, and I thus decided
to perform these (trivial) changes. Therefore, the original tarball is
revised to unpack in the directory kssh-0.7.orig, as per Debian Developers'
Best Packaging Practices.

(1) Some components of the package -- namely the KDE build system -- is
    licensed under the LGPL. The full text of the LGPL license was added as
    part of the orig.tar.gz tarball.

(2) The doc directory contains documentation licensed under the GFDL. The
    text of this license has been added to the tarball.

(3) Concurrent Version System (CVS) book-keeping directory was present in the
    admin/ subdirectory and has been removed from the tarball.

These commands reproduce the repackaging:

wget http://downloads.sourceforge.net/kssh/kssh-0.7.tar.gz
tar -xzf kssh-0.7.tar.gz
cp -a kssh-0.7 kssh-0.7.orig
cd kssh-0.7.orig
rm -rvf admin/CVS
cp  /usr/share/common-licenses/LGPL kssh-0.7.orig/ 
cp  /usr/share/common-licenses/GFDL kssh-0.7.orig/ 
cd ..
tar -cvzf kssh_0.7.orig.tar.gz kssh-0.7.orig

