diff -Nru andi-0.14/debian/changelog andi-0.14/debian/changelog --- andi-0.14/debian/changelog 2021-12-30 14:01:14.000000000 +0000 +++ andi-0.14/debian/changelog 2023-12-30 11:02:01.000000000 +0000 @@ -1,3 +1,13 @@ +andi (0.14-3) unstable; urgency=medium + + * Team upload. + * d/clean: new: cleanup leftover ChangeLog file. (Closes: #1043772) + * remove-signedcompare-warning.patch: dep3 header. + Also the patch has been forwarded upstream. + * d/control: declare compliance to standards version 4.6.2. + + -- Étienne Mollier Sat, 30 Dec 2023 12:02:01 +0100 + andi (0.14-2) unstable; urgency=medium * Team Upload. diff -Nru andi-0.14/debian/clean andi-0.14/debian/clean --- andi-0.14/debian/clean 1970-01-01 00:00:00.000000000 +0000 +++ andi-0.14/debian/clean 2023-12-30 11:02:01.000000000 +0000 @@ -0,0 +1 @@ +ChangeLog diff -Nru andi-0.14/debian/control andi-0.14/debian/control --- andi-0.14/debian/control 2021-12-30 14:00:56.000000000 +0000 +++ andi-0.14/debian/control 2023-12-30 11:02:01.000000000 +0000 @@ -9,7 +9,7 @@ libgsl-dev, libglib2.0-dev, debhelper -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/andi Vcs-Git: https://salsa.debian.org/med-team/andi.git Homepage: https://github.com/EvolBioInf/andi diff -Nru andi-0.14/debian/patches/remove-signedcompare-warning.patch andi-0.14/debian/patches/remove-signedcompare-warning.patch --- andi-0.14/debian/patches/remove-signedcompare-warning.patch 2021-12-30 14:00:56.000000000 +0000 +++ andi-0.14/debian/patches/remove-signedcompare-warning.patch 2023-12-30 11:02:01.000000000 +0000 @@ -1,3 +1,10 @@ +Description: remove comparison of different signed types in tests +Author: Nilesh Patra +Forwarded: https://github.com/EvolBioInf/andi/pull/17 +Reviewed-by: Étienne Mollier +Last-Update: 2021-12-30 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/test/test_fasta.cxx +++ b/test/test_fasta.cxx @@ -57,7 +57,7 @@