diff -Nru cl-chunga-20200403.gitcb333cd/chunga.asd cl-chunga-20220222.git7836609/chunga.asd --- cl-chunga-20200403.gitcb333cd/chunga.asd 2020-04-03 01:21:00.000000000 +0000 +++ cl-chunga-20220222.git7836609/chunga.asd 2022-02-22 13:13:47.000000000 +0000 @@ -30,6 +30,7 @@ (asdf:defsystem :chunga :serial t :version "1.1.7" + :license "BSD" :depends-on (:trivial-gray-streams) :components ((:file "packages") (:file "specials") diff -Nru cl-chunga-20200403.gitcb333cd/debian/changelog cl-chunga-20220222.git7836609/debian/changelog --- cl-chunga-20200403.gitcb333cd/debian/changelog 2020-04-12 08:02:12.000000000 +0000 +++ cl-chunga-20220222.git7836609/debian/changelog 2022-03-12 14:51:26.000000000 +0000 @@ -1,3 +1,12 @@ +cl-chunga (20220222.git7836609-1) unstable; urgency=medium + + * New upstream snapshot + * Bump debhelper from old 12 to 13. + * Set upstream metadata fields: Bug-Database, Bug-Submit. + * Update standards version to 4.6.0, no changes needed. + + -- Sébastien Villemot Sat, 12 Mar 2022 15:51:26 +0100 + cl-chunga (20200403.gitcb333cd-1) unstable; urgency=medium * New upstream snapshot diff -Nru cl-chunga-20200403.gitcb333cd/debian/control cl-chunga-20220222.git7836609/debian/control --- cl-chunga-20200403.gitcb333cd/debian/control 2020-04-12 07:59:36.000000000 +0000 +++ cl-chunga-20220222.git7836609/debian/control 2022-03-12 14:51:04.000000000 +0000 @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Common Lisp Team Uploaders: Sébastien Villemot -Build-Depends: debhelper-compat (= 12) -Standards-Version: 4.5.0 +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.0 Homepage: https://edicl.github.io/chunga/ Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-chunga.git Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-chunga diff -Nru cl-chunga-20200403.gitcb333cd/debian/upstream/metadata cl-chunga-20220222.git7836609/debian/upstream/metadata --- cl-chunga-20200403.gitcb333cd/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ cl-chunga-20220222.git7836609/debian/upstream/metadata 2022-03-12 14:51:04.000000000 +0000 @@ -0,0 +1,3 @@ +--- +Bug-Database: https://github.com/edicl/chunga/issues +Bug-Submit: https://github.com/edicl/chunga/issues/new diff -Nru cl-chunga-20200403.gitcb333cd/LICENSE cl-chunga-20220222.git7836609/LICENSE --- cl-chunga-20200403.gitcb333cd/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ cl-chunga-20220222.git7836609/LICENSE 2022-02-22 13:13:47.000000000 +0000 @@ -0,0 +1,25 @@ +Copyright (c) 2006-2010, Dr. Edmund Weitz. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * 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 EXPRESSED +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.