This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository ciderwebmail.
commit 959b486d3065e05d4f496dfc4e8af9730962f672 Author: Jonas Smedegaard <[email protected]> Date: Thu Sep 21 10:44:54 2017 +0200 Prepare for release: Update changelog, control file and copyright hints. --- debian/changelog | 45 +++++++++++++++++++++++++-- debian/control | 42 +++++++++++--------------- debian/copyright_hints | 82 +++++++++++++++++++++++++++++++++++--------------- 3 files changed, 118 insertions(+), 51 deletions(-) diff --git a/debian/changelog b/debian/changelog index b09db99..b22919e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,49 @@ -ciderwebmail (1.05+20150729-3) UNRELEASED; urgency=medium +ciderwebmail (1.05+20150729-3) unstable; urgency=medium + [ gregor herrmann ] * debian/watch: fix syntax error and tarball name regexp. - -- gregor herrmann <[email protected]> Fri, 21 Jul 2017 22:11:51 +0200 + [ Jonas Smedegaard ] + * Update watch file: + + Fix use project-custom release prefix. + + Fix use uversiomangle (not dversionmangle) for prerelease suffix. + + Use substitution strings. + * Modernize Vcs-* fields: + + Consistently use git (not cgit) path. + + Consistently include .git suffix in path. + * Declare compliance with Debian Policy 4.1.0. + * Update copyright info: + + Use https protocol in file format URL. + + Extend coverage for myself. + * Drop obsolete lintian override regarding debhelper 9. + * Tighten lintian overrides regarding License-Reference. + * Modernize cdbs: + + Do copyright-check in maintainer script (not during build). + + Drop get-orig-source target: Use gbp import-orig --uscan. + + Relax to build-depend unversioned on cdbs. + + Stop build-depend on licensecheck libregexp-assemble-perl + libimage-exiftool-perl libfont-ttf-perl. + * Update package relations: Relax to (build-)depend unversioned on + libmoosex-role-withoverloading-perl libcatalyst-perl + libcatalyst-plugin-configloader-perl + libcatalyst-plugin-static-simple-perl + libcatalyst-plugin-stacktrace-perl + libcatalyst-plugin-authentication-perl + libcatalyst-plugin-session-store-fastmmap-perl + libcatalyst-plugin-session-state-cookie-perl + libcatalyst-model-dbic-schema-perl + libcatalyst-action-renderview-perl + libcatalyst-action-renderview-perl libparse-recdescent-perl + libmail-imapclient-perl libhtml-defang-perl: Needed version + satisfied even in oldstable. + * Improve Apache config snippet to catch URL without trailing slash + (unhandled by uWSGI). + Closes: Bug#798610. Thanks to James Valleroy. + * Symlink Apache config snippet to /etc/apache2/conf-available. + Thanks to James Valleroy. + * Modernize README.Debian slightly. + + -- Jonas Smedegaard <[email protected]> Thu, 21 Sep 2017 10:39:22 +0200 ciderwebmail (1.05+20150729-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index b21db22..03d64d8 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,14 @@ Section: web Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Jonas Smedegaard <[email protected]> -Build-Depends: cdbs (>= 0.4.131~), - licensecheck, - libregexp-assemble-perl, - libimage-exiftool-perl, - libfont-ttf-perl, +Build-Depends: cdbs, perl, debhelper, dh-buildinfo, libmoose-perl, - libcatalyst-authentication-credential-http-perl, liblog-dispatch-perl, + libparse-recdescent-perl, + libmail-imapclient-perl, liblog-dispatch-config-perl, libcatalyst-plugin-log-dispatch-perl, libyaml-perl, @@ -48,30 +45,27 @@ Build-Depends: cdbs (>= 0.4.131~), libcrypt-rijndael-perl, libcrypt-random-source-perl, libmime-base64-urlsafe-perl, - libmoosex-role-withoverloading-perl (>= 0.09), - libcatalyst-perl (>= 5.80030), - libcatalyst-plugin-configloader-perl | libcatalyst-modules-perl (<< 48~), - libcatalyst-plugin-static-simple-perl | libcatalyst-modules-perl (<< 48~), - libcatalyst-perl (>= 5.90042-2~) | libcatalyst-plugin-unicode-encoding-perl, - libcatalyst-plugin-stacktrace-perl | libcatalyst-modules-perl (<< 48~), - libcatalyst-plugin-authentication-perl | libcatalyst-modules-perl (<< 48~), - libcatalyst-plugin-session-store-fastmmap-perl | libcatalyst-modules-perl (<< 48~), - libcatalyst-plugin-session-state-cookie-perl | libcatalyst-modules-perl (<< 48~), - libcatalyst-model-dbic-schema-perl (>= 0.41) | libcatalyst-modules-perl (<< 48~), - libcatalyst-action-renderview-perl (>= 0.16) | libcatalyst-modules-perl (>= 43~), - libcatalyst-action-renderview-perl (>= 0.16) | libcatalyst-modules-perl (<< 48~), - libparse-recdescent-perl (>= 1.967009), - libmail-imapclient-perl (>= 3.35), - libhtml-defang-perl (>= 1.04), + libhtml-defang-perl, + libmoosex-role-withoverloading-perl, + libcatalyst-perl, + libcatalyst-authentication-credential-http-perl, + libcatalyst-plugin-configloader-perl, + libcatalyst-plugin-static-simple-perl, + libcatalyst-plugin-stacktrace-perl, + libcatalyst-plugin-authentication-perl, + libcatalyst-plugin-session-store-fastmmap-perl, + libcatalyst-plugin-session-state-cookie-perl, + libcatalyst-model-dbic-schema-perl, + libcatalyst-action-renderview-perl, libdbd-sqlite3-perl, libmodule-install-perl, libcatalyst-devel-perl, libtest-xpath-perl, gettext -Standards-Version: 3.9.8 +Standards-Version: 4.1.0 Homepage: http://ciderwebmail.org/ -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/ciderwebmail -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ciderwebmail.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/ciderwebmail.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/ciderwebmail.git Testsuite: autopkgtest-pkg-perl Package: ciderwebmail diff --git a/debian/copyright_hints b/debian/copyright_hints index 98941dc..17d134c 100644 --- a/debian/copyright_hints +++ b/debian/copyright_hints @@ -13,6 +13,7 @@ Files: Changes debian/README.Debian debian/README.source debian/TODO + debian/ciderwebmail.links debian/ciderwebmail.maintscript debian/compat debian/control @@ -29,31 +30,16 @@ Files: Changes debian/postinst debian/postrm debian/source/format - debian/source/lintian-overrides debian/watch - lib/Catalyst/Authentication/Store/IMAP.pm - lib/Catalyst/Authentication/Store/IMAP/User.pm lib/Catalyst/Plugin/CiderWebmail/ErrorHandler.pm - lib/CiderWebmail.pm lib/CiderWebmail/Cache.pm - lib/CiderWebmail/Controller/Addressbook.pm - lib/CiderWebmail/Controller/Mailbox.pm - lib/CiderWebmail/Controller/Managesieve.pm - lib/CiderWebmail/Controller/Message.pm - lib/CiderWebmail/Controller/Root.pm - lib/CiderWebmail/DB.pm lib/CiderWebmail/DB/Result/Addressbook.pm lib/CiderWebmail/DB/Result/DbVersion.pm lib/CiderWebmail/DB/Result/Settings.pm lib/CiderWebmail/Error.pm lib/CiderWebmail/Header.pm lib/CiderWebmail/MIMEIcons.pm - lib/CiderWebmail/Mailbox.pm lib/CiderWebmail/Message.pm - lib/CiderWebmail/Message/Forwarded.pm - lib/CiderWebmail/Model/DB.pm - lib/CiderWebmail/Model/IMAPClient.pm - lib/CiderWebmail/Model/Managesieve.pm lib/CiderWebmail/Part.pm lib/CiderWebmail/Part/Attachment.pm lib/CiderWebmail/Part/Dummy.pm @@ -72,8 +58,6 @@ Files: Changes lib/CiderWebmail/Part/TextPlain.pm lib/CiderWebmail/Test.pm lib/CiderWebmail/Util.pm - lib/CiderWebmail/View/Petal.pm - lib/CiderWebmail/View/RFC822.pm root/locale/CiderWebmail.pot root/locale/Makefile root/locale/de/LC_MESSAGES/CiderWebmail.po @@ -468,34 +452,82 @@ Copyright: NONE License: UNKNOWN FIXME +Files: lib/Catalyst/Authentication/Store/IMAP.pm + lib/Catalyst/Authentication/Store/IMAP/User.pm + lib/CiderWebmail.pm + lib/CiderWebmail/Controller/Addressbook.pm + lib/CiderWebmail/Controller/Mailbox.pm + lib/CiderWebmail/Controller/Managesieve.pm + lib/CiderWebmail/Controller/Message.pm + lib/CiderWebmail/Controller/Root.pm + lib/CiderWebmail/DB.pm + lib/CiderWebmail/Mailbox.pm + lib/CiderWebmail/Message/Forwarded.pm + lib/CiderWebmail/Model/DB.pm + lib/CiderWebmail/Model/IMAPClient.pm + lib/CiderWebmail/Model/Managesieve.pm + lib/CiderWebmail/View/Petal.pm + lib/CiderWebmail/View/RFC822.pm +Copyright: NONE +License: Artistic or GPL-1+ + FIXME + Files: script/ciderwebmail_cgi.pl script/ciderwebmail_create.pl script/ciderwebmail_fastcgi.pl script/ciderwebmail_server.pl script/ciderwebmail_test.pl -Copyright: This library is free software. You can redistribute it and/or modify -License: UNKNOWN +Copyright: This library is free software. You can redistribute it and/or modify / +License: Artistic or GPL-1+ + FIXME + +Files: LICENSE +Copyright: 1989, 1991, Free Software Foundation, Inc. 675 Mass Ave, + ed by the Free Software Foundation, + ed interfaces, the original copyright holder who + of this + the software, and (2) offer +License: Artistic or GPL-1+ FIXME Files: debian/rules -Copyright: 2012-2016, Jonas Smedegaard <[email protected]> - check +Copyright: 2012-2017, Jonas Smedegaard <[email protected]> License: GPL-3+ FIXME -Files: LICENSE -Copyright: 1989, 1991, Free Software Foundation, Inc. 675 Mass Ave, - the software, and (2) offer -License: UNKNOWN +Files: debian/copyright-check +Copyright: 2016-2017, Jonas Smedegaard <[email protected]> + check +License: GPL-3+ FIXME Files: root/locale/da/LC_MESSAGES/CiderWebmail.po Copyright: 2013, Jonas Smedegaard <[email protected]> + r feriemelding" + r filterregler" + r kontakter" + r mapper" + r regler" + r vigtige flag" +License: UNKNOWN + FIXME + +Files: debian/source/lintian-overrides +Copyright: Artistic + GPL-1+ + GPL-3+ + LGPL-2.1+ + artistic + gpl-1+ + gpl-3+ + lgpl-2.1+ License: UNKNOWN FIXME Files: root/locale/cs/LC_MESSAGES/CiderWebmail.po Copyright: jméno" + no" + no:" složky.${1} Použijte " složky.${5} 'r' " License: UNKNOWN -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
