[ciderwebmail] 12/12: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Wed Oct 22 18:50:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch experimental
in repository ciderwebmail.

commit 4054ba1d39430f8a6086818d5ecd31401c0bfdf4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Oct 22 20:48:56 2014 +0200

    Update changelog, control file and copyright hints.
---
 debian/changelog       | 40 ++++++++++++++++------------
 debian/control         |  9 +++++--
 debian/copyright_hints | 71 +++++++++++---------------------------------------
 3 files changed, 45 insertions(+), 75 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad71d41..16e10e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,15 @@
-ciderwebmail (1.04+20130202-5) UNRELEASED; urgency=low
+ciderwebmail (1.04+20141012-1) UNRELEASED; urgency=low
 
   [ upstream ]
-  * New snapshot of upstream VCS.
-    + fix avoid revealing password in debugging output
-    + fix basic content rendering with JavaScript disabled
-    + safer HMTL content rendering
-    + display imap quota for the current mailbox
-    + internal tidying
   * New VCS snapshot.
-    + Add managesieve support - vacation rule or free-form.
-    + Add signature support.
-    + Replace mime icons with new icons from the kde4 oxygen theme.
-    + disable resize and drag_and_drop on touch enable devices.
-      otherwise attempting to open a mail on a touch device would
-      trigger drag_and_drop and prevent you from reading the mail.
-    + Add basic form validation for compose, using mootools-more.
+    + HTML5 message submission progress bar.
+    + Various html/css/design fixes across all browsers.
+    + Basic managesieve support.
+    + Improve text/html mail rendering support based on
+      HTML::Defang and HTML::Tidy
+    + Add support for Content Security Policy when rendering text/html
+      parts.
+    + New russian, czech and danish translations.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to use cgit web frontend.
@@ -37,11 +32,22 @@ ciderwebmail (1.04+20130202-5) UNRELEASED; urgency=low
   * Replace mootools-more.js (in addition to mootools-core.js) with
     symlink to separately packaged file.
   * Unfuzz patch 2001.
-  * (Build-)depend on libhtml-defang-perl (not libhtml-scrubber-perl).
-  * Adjust git-buildpackage config to use experimental as debian branch.
+  * Update package relations (in addition to others above):
+    + (Build-)depend on libhtml-defang-perl (not libhtml-scrubber-perl).
+    + (Build-)depend on libjson-xs-perl, libtry-tiny-smartcatch-perl,
+    + liblog-dispatch-perl, liblog-dispatch-config-perl,
+      libcatalyst-plugin-log-dispatch-perl.
+    + (Build-) depend on (recent libcatalyst-perl or)
+      libcatalyst-plugin-unicode-encoding-perl (not
+      libcatalyst-plugin-unicode-perl).
+    + Tighten (build-)dependency on libmail-imapclient-perl.
   * Declare compliance with Debian Policy 3.9.6.
+  * Add alternative git source URLs.
+  * Drop patch 1001, and drop custom cleanup: Danish l10n now upstream.
+  * Resolve localizations during build (don't hardcode).
+  * Suppress .mo files in copyright check.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:29:21 +0200
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 22 Oct 2014 20:41:13 +0200
 
 ciderwebmail (1.04-3) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index f817940..ef527b5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,14 +10,19 @@ Build-Depends: cdbs,
  dh-buildinfo,
  libmoose-perl,
  libcatalyst-authentication-credential-http-perl,
+ liblog-dispatch-perl,
+ liblog-dispatch-config-perl,
+ libcatalyst-plugin-log-dispatch-perl,
  libyaml-perl,
  libyaml-libyaml-perl,
+ libjson-xs-perl,
  libcatalyst-view-petal-perl,
  libpetal-utils-perl,
  libdatetime-perl,
  libdatetime-format-mail-perl,
  libmime-tools-perl,
  libtry-tiny-perl,
+ libtry-tiny-smartcatch-perl,
  libemail-simple-perl,
  libemail-sender-perl,
  libemail-valid-perl,
@@ -44,7 +49,7 @@ Build-Depends: cdbs,
  libcatalyst-perl (>= 5.80030),
  libcatalyst-plugin-configloader-perl | libcatalyst-modules-perl (<< 48~),
  libcatalyst-plugin-static-simple-perl | libcatalyst-modules-perl (<< 48~),
- libcatalyst-plugin-unicode-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~),
@@ -53,7 +58,7 @@ Build-Depends: cdbs,
  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.31),
+ libmail-imapclient-perl (>= 3.35),
  libhtml-defang-perl (>= 1.04),
  libdbd-sqlite3-perl,
  libmodule-install-perl,
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 1840f3d..ffe9109 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -30,6 +30,7 @@ Files: Changes
  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
@@ -41,6 +42,7 @@ Files: Changes
  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
@@ -71,11 +73,10 @@ Files: Changes
  lib/CiderWebmail/View/RFC822.pm
  root/favicon.ico
  root/locale/CiderWebmail.pot
- root/locale/de/LC_MESSAGES/CiderWebmail.mo
+ root/locale/Makefile
  root/locale/de/LC_MESSAGES/CiderWebmail.po
- root/locale/en/LC_MESSAGES/CiderWebmail.mo
  root/locale/en/LC_MESSAGES/CiderWebmail.po
- root/static/css/IE6.css
+ root/locale/ru/LC_MESSAGES/CiderWebmail.po
  root/static/css/addressbook.css
  root/static/css/base.css
  root/static/css/custom.css
@@ -88,13 +89,12 @@ Files: Changes
  root/static/scripts/mail/compose.js
  root/static/scripts/mail/mailbox.js
  root/static/scripts/mail/message.js
- root/static/scripts/mootools-core.js
- root/static/scripts/mootools-more.js
  root/templates/base/addressbook/edit.xml
  root/templates/base/addressbook/list.xml
  root/templates/base/ajax/layout.xml
  root/templates/base/compose.xml
  root/templates/base/create_mailbox.xml
+ root/templates/base/dialog.xml
  root/templates/base/error.xml
  root/templates/base/folder_tree.xml
  root/templates/base/layout.xml
@@ -114,56 +114,6 @@ Files: Changes
  root/templates/base/parts/TextHtml.xml
  root/templates/base/parts/TextHtmlStub.xml
  root/templates/base/parts/TextPlain.xml
- root/templates/de/addressbook/edit.xml
- root/templates/de/addressbook/list.xml
- root/templates/de/ajax/layout.xml
- root/templates/de/compose.xml
- root/templates/de/create_mailbox.xml
- root/templates/de/error.xml
- root/templates/de/folder_tree.xml
- root/templates/de/layout.xml
- root/templates/de/login.xml
- root/templates/de/logout.xml
- root/templates/de/mailbox.xml
- root/templates/de/mailbox_quota.xml
- root/templates/de/mailboxes.xml
- root/templates/de/managesieve/edit.xml
- root/templates/de/managesieve/list.xml
- root/templates/de/managesieve/vacation.xml
- root/templates/de/message.xml
- root/templates/de/parts/Image.xml
- root/templates/de/parts/ImageStub.xml
- root/templates/de/parts/MultipartMixed.xml
- root/templates/de/parts/RFC822.xml
- root/templates/de/parts/TextCalendar.xml
- root/templates/de/parts/TextHtml.xml
- root/templates/de/parts/TextHtmlStub.xml
- root/templates/de/parts/TextPlain.xml
- root/templates/en/addressbook/edit.xml
- root/templates/en/addressbook/list.xml
- root/templates/en/ajax/layout.xml
- root/templates/en/compose.xml
- root/templates/en/create_mailbox.xml
- root/templates/en/error.xml
- root/templates/en/folder_tree.xml
- root/templates/en/layout.xml
- root/templates/en/login.xml
- root/templates/en/logout.xml
- root/templates/en/mailbox.xml
- root/templates/en/mailbox_quota.xml
- root/templates/en/mailboxes.xml
- root/templates/en/managesieve/edit.xml
- root/templates/en/managesieve/list.xml
- root/templates/en/managesieve/vacation.xml
- root/templates/en/message.xml
- root/templates/en/parts/Image.xml
- root/templates/en/parts/ImageStub.xml
- root/templates/en/parts/MultipartMixed.xml
- root/templates/en/parts/RFC822.xml
- root/templates/en/parts/TextCalendar.xml
- root/templates/en/parts/TextHtml.xml
- root/templates/en/parts/TextHtmlStub.xml
- root/templates/en/parts/TextPlain.xml
  root/templates/template.pl
  root/var/README
  script/ciderwebmail_cgi.pl
@@ -182,6 +132,7 @@ Files: Changes
  t/addressbook.t
  t/ajax.t
  t/append_signature.t
+ t/compose_message_errorhandling.t
  t/controller_Addressbook.t
  t/controller_Mailbox.t
  t/controller_Managesieve.t
@@ -192,6 +143,7 @@ Files: Changes
  t/hebrew.t
  t/html5_validation.t
  t/importantflag.t
+ t/invalid_login.t
  t/list_reply.t
  t/managesieve.t
  t/message_handling.t
@@ -240,8 +192,15 @@ Copyright: 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave
 License: UNKNOWN
  FIXME
 
-Files: debian/patches/1001_danish_l10n.patch
+Files: root/locale/da/LC_MESSAGES/CiderWebmail.po
 Copyright: 2013, Jonas Smedegaard <dr at jones.dk>
 License: UNKNOWN
  FIXME
 
+Files: root/locale/cs/LC_MESSAGES/CiderWebmail.po
+Copyright: jm�no"
+  složky.${1} Použijte "
+  složky.${5} 'r' "
+License: UNKNOWN
+ FIXME
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



More information about the Pkg-perl-cvs-commits mailing list