I am uploading a NMU to fix this. The debdiff is attached.
diff -Nru scanssh-2.0/debian/changelog scanssh-2.0/debian/changelog
--- scanssh-2.0/debian/changelog        2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/changelog        2023-04-22 00:25:45.000000000 +0200
@@ -1,3 +1,12 @@
+scanssh (2.0-4.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing licenses, convert to machine-readable format. (Closes: 
#1034699)
+  * Convert to source format 3.0 (quilt).
+  * d/watch: Update to version 3 (no changes).
+
+ -- Bastian Germann <b...@debian.org>  Sat, 22 Apr 2023 00:25:45 +0200
+
 scanssh (2.0-4.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru scanssh-2.0/debian/copyright scanssh-2.0/debian/copyright
--- scanssh-2.0/debian/copyright        2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/copyright        2023-04-22 00:25:45.000000000 +0200
@@ -1,15 +1,124 @@
-This package was debianized by Rene Weber <rene_debma...@elvenlord.com> on
-Wed, 28 Feb 2001 18:47:28 -0500.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Rene Weber <rene_debma...@elvenlord.com> on
+ Wed, 28 Feb 2001 18:47:28 -0500.
+Source:
+ It was downloaded from http://www.monkey.org/~provos/scanssh/
+Upstream-Contact:
+ Niels Provos <pro...@citi.umich.edu>
 
-It was downloaded from http://www.monkey.org/~provos/scanssh/
+Files: *
+Copyright:
+ Copyright 2000-2004 Niels Provos <pro...@citi.umich.edu>
+ All rights reserved.
+License: BSD-3-clause
 
-Upstream Author: Niels Provos
+Files: strlcpy.c strlcat.c
+Copyright:
+ Copyright (c) 1998 Todd C. Miller <todd.mil...@courtesan.com>
+ All rights reserved.
+License: BSD-3-clause
 
+Files: xmalloc.*
 Copyright:
+ Copyright (c) 1995 Tatu Ylonen <y...@cs.hut.fi>, Espoo, Finland
+                    All rights reserved
+License: xmalloc
+ As far as I am concerned, the code I have written for this software
+ can be used freely for any purpose.  Any derived versions of this
+ software must be clearly marked as such, and if the derived work is
+ incompatible with the protocol description in the RFC file, it must be
+ called by a name other than "ssh" or "Secure Shell".
+
+Files: err.c compat/err.h strsep.c
+Copyright:
+ Copyright (c) 2000 Dug Song <dugs...@monkey.org>
+ Copyright (c) 1991, 1993
+     The Regents of the University of California.  All rights reserved.
+License: BSD-3-clause
+Comment: The UC California allows to remove the 3rd clause of BSD-4-clause.
+
+Files: inet_aton.c
+Copyright:
+ Copyright (c) 1983, 1990, 1993
+     The Regents of the University of California.  All rights reserved.
+ Portions Copyright (c) 1993 by Digital Equipment Corporation.
+License: BSD-3-clause and MIT-DEC
+Comment: The UC California allows to remove the 3rd clause of BSD-4-clause.
+
+Files: inet_pton.c
+Copyright:
+ Copyright (c) 1996 by Internet Software Consortium.
+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.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
+
+Files: atomicio.c
+Copyright:
+ Copyright (c) 1999 Theo de Raadt
+ All rights reserved.
+License: BSD-2-clause
+ 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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.
 
- Copyright 2000-2001 Niels Provos <pro...@citi.umich.edu>
+Files: scanssh.1 interface.*
+Copyright:
+ Copyright 2000, 2003 Niels Provos <pro...@citi.umich.edu>
  All rights reserved.
- 
+License: BSD-4-clause-Provos
+ 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 acknowledgement:
+      This product includes software developed by Niels Provos.
+ 4. 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 BY THE AUTHOR ``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 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.
+
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
@@ -20,7 +129,7 @@
     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 BY THE AUTHOR ``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.
@@ -32,3 +141,19 @@
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+License: MIT-DEC
+ 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, and that
+ the name of Digital Equipment Corporation not be used in advertising or
+ publicity pertaining to distribution of the document or software without
+ specific, written prior permission.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
+ WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
+ CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
diff -Nru scanssh-2.0/debian/dirs scanssh-2.0/debian/dirs
--- scanssh-2.0/debian/dirs     2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/dirs     1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/man/man1
diff -Nru scanssh-2.0/debian/source/format scanssh-2.0/debian/source/format
--- scanssh-2.0/debian/source/format    1970-01-01 01:00:00.000000000 +0100
+++ scanssh-2.0/debian/source/format    2023-04-22 00:25:45.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru scanssh-2.0/debian/watch scanssh-2.0/debian/watch
--- scanssh-2.0/debian/watch    2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/watch    2023-04-22 00:25:45.000000000 +0200
@@ -1,7 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site         Directory               Pattern                 Version Script
-# sunsite.unc.edu      /pub/Linux/Incoming     scanssh-(.*)\.tar\.gz   debian  
uupdate
-version=2
+version=3
 http://www.monkey.org/~provos/scanssh \.\.\/scanssh-(.*)\.tar\.gz      debian  
uupdate

Reply via email to