Control: tags -1 patch
Please find the necessary changes attached.
diff -Nru lftp-4.9.3/debian/changelog lftp-4.9.3/debian/changelog --- lftp-4.9.3/debian/changelog 2025-07-18 13:30:27.000000000 +0200 +++ lftp-4.9.3/debian/changelog 2025-08-21 12:26:08.000000000 +0200 @@ -1,3 +1,10 @@ +lftp (4.9.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * d/copyright: Correct trio license to be ISC. Closes: Bug#1111710 + + -- Bastian Germann <[email protected]> Thu, 21 Aug 2025 12:26:08 +0200 + lftp (4.9.3-1) unstable; urgency=medium * New upstream version 4.9.3 diff -Nru lftp-4.9.3/debian/copyright lftp-4.9.3/debian/copyright --- lftp-4.9.3/debian/copyright 2025-07-18 13:30:27.000000000 +0200 +++ lftp-4.9.3/debian/copyright 2025-08-21 12:26:00.000000000 +0200 @@ -12,9 +12,15 @@ Files: trio/* Copyright: 1998-2002 by Bjorn Reese <[email protected]> and Daniel Stenberg -License: BSD - On Debian systems, the full text of the BSD License can be found in the file - `/usr/share/common-licenses/BSD'. +License: ISC + Permission to use, copy, modify, and distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED + WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF + MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND + CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER. Files: debian/* Copyright: 2002-2025 Noël Köthe <[email protected]>; 1999-2002 Nicolás Lichtmaier <[email protected]>

