This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jftp.
commit cf3691495b859d7b730787142f3266157fdb6ceb Author: Varun Hiremath <[email protected]> Date: Fri Sep 14 06:27:28 2007 +0000 * Fix debian/copyright: include missing licenses and copyrights. * Add jftp.desktop. --- debian/changelog | 4 ++- debian/copyright | 90 +++++++++++++++++++++++++++++++++++++++++++++++-- debian/jftp.desktop | 11 ++++++ debian/orig-tar.exclude | 1 + debian/rules | 1 + 5 files changed, 103 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 42e6512..619939c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ jftp (1.51~pre3-1) unstable; urgency=low * Initial release (Closes: #415440) * Added 01_manifest_fix.dpatch to use a custom MANIFEST.MF and avoid classpath trouble. * Clean up jar, remove non-free components. + * Fix debian/copyright: include missing licenses and copyrights. + * Add jftp.desktop. [ Kumar Appaiah ] * Add README.Debian-source to explain the repackaging. - -- Varun Hiremath <[email protected]> Thu, 13 Sep 2007 21:04:39 +0530 + -- Varun Hiremath <[email protected]> Fri, 14 Sep 2007 12:02:26 +0530 diff --git a/debian/copyright b/debian/copyright index cca2ae6..3afdfbb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from http://j-ftp.sourceforge.net Upstream Author: David Hansmann <[email protected]> -Copyright: 2007, David Hansmann <[email protected]> +Copyrights: (C) 2007 David Hansmann <[email protected]> License: This package is free software; you can redistribute it and/or modify @@ -22,12 +22,96 @@ 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 icons used in JFTP are taken from the GNOME 2.18 Icon theme, which are also released under the GNU General Public License. They are available at: http://art.gnome.org/themes/icon/1352 +----- +jcifs +===== + +Copyright: + (C) 2003 "Eric Glass" <[email protected]> + (C) 2000-2002 "Michael B. Allen" <[email protected]> + +License: + This library 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.1 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 + Lesser General Public License for more details. + + On Debian systems, you can find the LGPL license in: + /usr/share/common-licenses/LGPL +----- + +DesCipher - the DES encryption method (./jcifs/util/DES.java) +------------------------------------------------------------- + + The meat of this code is by Dave Zimmerman <[email protected]>, and is: + + Copyright: (c) 1996 Widget Workshop, Inc. All Rights Reserved. + + License: + Permission to use, copy, modify, and distribute this software + and its documentation for NON-COMMERCIAL or COMMERCIAL purposes and + without fee is hereby granted, provided that this copyright notice is kept + intact. + + WIDGET WORKSHOP MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY + OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED + TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + PARTICULAR PURPOSE, OR NON-INFRINGEMENT. WIDGET WORKSHOP SHALL NOT BE LIABLE + FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR + DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. + + THIS SOFTWARE IS NOT DESIGNED OR INTENDED FOR USE OR RESALE AS ON-LINE + CONTROL EQUIPMENT IN HAZARDOUS ENVIRONMENTS REQUIRING FAIL-SAFE + PERFORMANCE, SUCH AS IN THE OPERATION OF NUCLEAR FACILITIES, AIRCRAFT + NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL, DIRECT LIFE + SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH THE FAILURE OF THE + SOFTWARE COULD LEAD DIRECTLY TO DEATH, PERSONAL INJURY, OR SEVERE + PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH RISK ACTIVITIES"). WIDGET WORKSHOP + SPECIFICALLY DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR + HIGH RISK ACTIVITIES. + + + The rest is: + + Copyright: + (C) 1996 Jef Poskanzer <[email protected]>. All rights reserved. + (C) 1996 Wolfgang Platzer <[email protected]>, + All rights reserved. + + 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. -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. + THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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. +----- The Debian packaging is (C) 2007, Varun Hiremath <[email protected]> and Kumar Appaiah <[email protected]>, and is licensed under the GPL, see above. diff --git a/debian/jftp.desktop b/debian/jftp.desktop new file mode 100644 index 0000000..0514b6f --- /dev/null +++ b/debian/jftp.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=JFTP +GenericName=JFTP +Comment=Java GUI client for FTP, SMB, SFTP and NFS +Exec=jftp %u +TryExec=jftp +Terminal=0 +Type=Application +Categories=Application;Network;FileTransfer; diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude index b170293..e68f116 100644 --- a/debian/orig-tar.exclude +++ b/debian/orig-tar.exclude @@ -1,6 +1,7 @@ */CVS* build/* lib/* +*.class src/images/org src/images/silk src/images/gnome diff --git a/debian/rules b/debian/rules index 9b1c462..a2f5b95 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ install/jftp:: chmod 644 doc/FtpUpload.java install -m 644 -D build/jars/jftp.jar $(DEB_DESTDIR)/usr/share/java/jftp-$(DEB_UPSTREAM_VERSION).jar install -m 755 -D debian/jftp.run $(DEB_DESTDIR)/usr/bin/jftp + dh_install debian/jftp.desktop /usr/share/applications/ dh_link /usr/share/java/jftp-$(DEB_UPSTREAM_VERSION).jar \ /usr/share/java/jftp.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jftp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

