diff -Nru ciderwebmail-1.05+20150729/debian/changelog ciderwebmail-1.05+20150729/debian/changelog --- ciderwebmail-1.05+20150729/debian/changelog 2018-06-30 14:40:49.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/changelog 2019-02-24 16:58:29.000000000 +0000 @@ -1,3 +1,27 @@ +ciderwebmail (1.05+20150729-6) unstable; urgency=medium + + * Team upload. + + [ Marius Gedminas ] + * Add missing details to README.Debian. + LP: #1798181 + + [ gregor herrmann ] + * Fix autopktest smoke test. + - debian/tests/pkg-perl/smoke-files: add files needed for test + - debian/tests/pkg-perl/smoke-setup: setup language files + - debian/tests/pkg-perl/smoke-env: export CIDERWEBMAIL_HOME + * autopkgtest: explicitly skip use.t. + Not run currently but it would fail due to missing libdbd-sqlite3-perl. + * autopkgtest: enable more of syntax.t by adding an empty + debian/tests/pkg-perl/syntax-skip to syntax check all perl modules + despite there being Suggests in the package. + * debian/copyright: remove stanza about removed mootools. + * debian/copyright: use HTTPS for gnu.org link. + * Declare compliance with Debian Policy 4.3.0. + + -- gregor herrmann Sun, 24 Feb 2019 17:58:29 +0100 + ciderwebmail (1.05+20150729-5) unstable; urgency=medium * Simplify patch 1002, and stop (build-)depend on diff -Nru ciderwebmail-1.05+20150729/debian/control ciderwebmail-1.05+20150729/debian/control --- ciderwebmail-1.05+20150729/debian/control 2018-06-30 14:40:49.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/control 2019-02-24 16:58:29.000000000 +0000 @@ -61,7 +61,7 @@ libcatalyst-devel-perl, libtest-xpath-perl, gettext -Standards-Version: 4.1.4 +Standards-Version: 4.3.0 Homepage: http://ciderwebmail.org/ Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/ciderwebmail.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/ciderwebmail diff -Nru ciderwebmail-1.05+20150729/debian/control.in ciderwebmail-1.05+20150729/debian/control.in --- ciderwebmail-1.05+20150729/debian/control.in 2018-06-30 13:49:21.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/control.in 2019-02-24 16:58:29.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Build-Depends: @cdbs@ -Standards-Version: 4.1.4 +Standards-Version: 4.3.0 Homepage: http://ciderwebmail.org/ Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/ciderwebmail.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/ciderwebmail diff -Nru ciderwebmail-1.05+20150729/debian/copyright ciderwebmail-1.05+20150729/debian/copyright --- ciderwebmail-1.05+20150729/debian/copyright 2018-06-30 13:49:21.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/copyright 2019-02-24 16:58:29.000000000 +0000 @@ -35,7 +35,7 @@ mail_reply_all.png, mail_reply_list.png, mimeicons/* message*.png, sent.png, flag.png, flag-red.png and trash.png are taken from the KDE 4 Oxygen icon theme and are covered by LGPL version 2.1 or later - http://www.gnu.org/licenses/lgpl-2.1.txt + https://www.gnu.org/licenses/lgpl-2.1.txt License: LGPL-2.1+ Files: root/static/images/btn_*.png @@ -49,12 +49,6 @@ Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. -Files: root/static/scripts/mootools* -Copyright: 2006-2008, Valerio Proietti -License: Expat -Comment: - Convenience copy of mootools. - Files: debian/* Copyright: 2012-2017, Jonas Smedegaard License-Grant: @@ -77,18 +71,6 @@ License: GPL-1+ License-Reference: /usr/share/common-licenses/GPL-1 -License: Expat - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - . - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - License: GPL-3+ License-Reference: /usr/share/common-licenses/GPL-2 diff -Nru ciderwebmail-1.05+20150729/debian/README.Debian ciderwebmail-1.05+20150729/debian/README.Debian --- ciderwebmail-1.05+20150729/debian/README.Debian 2018-06-30 13:49:21.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/README.Debian 2019-02-24 16:58:29.000000000 +0000 @@ -16,8 +16,9 @@ Included are snippets for production use integrating with Apache2 via uWSGI, enabled like this as root: - apt install apache2 uwsgi uwsgi-plugin-psgi + apt install apache2 libapache2-mod-uwsgi uwsgi uwsgi-plugin-psgi ln -s -t /etc/uwsgi/apps-enabled ../apps-available/ciderwebmail.ini + a2enmod uwsgi a2enconf ciderwebmail service uwsgi restart ciderwebmail service apache2 restart diff -Nru ciderwebmail-1.05+20150729/debian/tests/pkg-perl/SKIP ciderwebmail-1.05+20150729/debian/tests/pkg-perl/SKIP --- ciderwebmail-1.05+20150729/debian/tests/pkg-perl/SKIP 1970-01-01 00:00:00.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/tests/pkg-perl/SKIP 2019-02-24 16:58:29.000000000 +0000 @@ -0,0 +1,4 @@ +# needs libdbd-sqlite3-perl which is only in Recommends +# N.B.: use.t is not run currently as there is no META.* file +# but when adding CiderWebmail to d/t/p/use-name it fails +use.t diff -Nru ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-env ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-env --- ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-env 1970-01-01 00:00:00.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-env 2019-02-24 16:58:29.000000000 +0000 @@ -0,0 +1 @@ +CIDERWEBMAIL_HOME=. diff -Nru ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-files ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-files --- ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-files 1970-01-01 00:00:00.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-files 2019-02-24 16:58:29.000000000 +0000 @@ -0,0 +1,3 @@ +t/ +root/ +ciderwebmail.yml diff -Nru ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-setup ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-setup --- ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-setup 1970-01-01 00:00:00.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/tests/pkg-perl/smoke-setup 2019-02-24 16:58:29.000000000 +0000 @@ -0,0 +1,13 @@ +#!/bin/sh + +# go to temporary test directory +cd $TDIR + +# prepare languages; copied from debian/rules + +langs=$(find root/locale -mindepth 1 -maxdepth 1 -type d -printf '%f\n') +for lang in $langs; do + stem=root/locale/$lang/LC_MESSAGES/CiderWebmail + msgfmt -o $stem.mo $stem.po +done +cd root/templates && perl ./template.pl 2>&1 diff -Nru ciderwebmail-1.05+20150729/debian/tests/pkg-perl/syntax-skip ciderwebmail-1.05+20150729/debian/tests/pkg-perl/syntax-skip --- ciderwebmail-1.05+20150729/debian/tests/pkg-perl/syntax-skip 1970-01-01 00:00:00.000000000 +0000 +++ ciderwebmail-1.05+20150729/debian/tests/pkg-perl/syntax-skip 2019-02-24 16:58:29.000000000 +0000 @@ -0,0 +1 @@ +# Empty file to check everything despite Suggests