diff -Nru crypt++el-2.94/crypt++.el crypt++el-2.94/crypt++.el --- crypt++el-2.94/crypt++.el 2024-02-29 01:25:13.000000000 +0000 +++ crypt++el-2.94/crypt++.el 2008-07-18 12:22:56.000000000 +0000 @@ -1570,7 +1570,7 @@ (setq regexp (nth 3 elt)) (if (and (stringp regexp) (string-match regexp file)) - (return (nth 0 elt)))))) + (return (nth 0 elt)))))) (defun crypt-encryption-type-set () "Set `crypt-encryption-type'" diff -Nru crypt++el-2.94/debian/changelog crypt++el-2.94/debian/changelog --- crypt++el-2.94/debian/changelog 2024-02-29 01:25:13.000000000 +0000 +++ crypt++el-2.94/debian/changelog 2024-02-18 17:14:28.000000000 +0000 @@ -1,3 +1,11 @@ +crypt++el (2.94-3.2) unstable; urgency=medium + + * Non-maintainer upload + * Convert to source format 3.0 (closes: #1007614) + * d/copyright: Convert to machine-readable format. + + -- Bastian Germann Sun, 18 Feb 2024 17:14:28 +0000 + crypt++el (2.94-3.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru crypt++el-2.94/debian/copyright crypt++el-2.94/debian/copyright --- crypt++el-2.94/debian/copyright 2024-02-29 01:25:13.000000000 +0000 +++ crypt++el-2.94/debian/copyright 2024-02-18 17:14:28.000000000 +0000 @@ -1,25 +1,26 @@ -This package was debianized by Christoph Martin martin@verwaltung.uni-mainz.de on -Fri, 11 Jul 1997 13:44:58 +0200. - -It was downloaded from -http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/os-utils/crypt.el +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Comment: + This package was debianized by Christoph Martin martin@verwaltung.uni-mainz.de on + Fri, 11 Jul 1997 13:44:58 +0200. +Source: + http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/os-utils/crypt.el +Files: * Copyright: - Copyright (C) 1998 Free Software Foundation, Inc. Copyright (C) 1994 Lawrence R. Dodd Copyright (C) 1993 Lawrence R. Dodd and Rod Whitby Copyright (C) 1988, 1989, 1990 Kyle E. Jones - +License: GPL-2+ This program 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 program 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. - -On Debian systems, the complete text of the GNU General Public License -can be found in `/usr/share/common-licenses/GPL'. +Comment: + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in `/usr/share/common-licenses/GPL-2'. diff -Nru crypt++el-2.94/debian/patches/debian.patch crypt++el-2.94/debian/patches/debian.patch --- crypt++el-2.94/debian/patches/debian.patch 1970-01-01 00:00:00.000000000 +0000 +++ crypt++el-2.94/debian/patches/debian.patch 2024-02-18 17:14:28.000000000 +0000 @@ -0,0 +1,13 @@ +Description: Fix indentation +--- +--- crypt++el-2.94.orig/crypt++.el ++++ crypt++el-2.94/crypt++.el +@@ -1570,7 +1570,7 @@ Derived from variable `crypt-encoding-al + (setq regexp (nth 3 elt)) + (if (and (stringp regexp) + (string-match regexp file)) +- (return (nth 0 elt)))))) ++ (return (nth 0 elt)))))) + + (defun crypt-encryption-type-set () + "Set `crypt-encryption-type'" diff -Nru crypt++el-2.94/debian/patches/series crypt++el-2.94/debian/patches/series --- crypt++el-2.94/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ crypt++el-2.94/debian/patches/series 2024-02-18 17:14:28.000000000 +0000 @@ -0,0 +1 @@ +debian.patch diff -Nru crypt++el-2.94/debian/source/format crypt++el-2.94/debian/source/format --- crypt++el-2.94/debian/source/format 2024-02-29 01:25:13.000000000 +0000 +++ crypt++el-2.94/debian/source/format 2024-02-18 17:14:04.000000000 +0000 @@ -1 +1 @@ -1.0 +3.0 (quilt)