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

Jonas Smedegaard dr at jones.dk
Wed Oct 22 12:01:44 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 c1715dc5960917fe3b0d3a790a359a683843bf67
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Oct 22 14:01:17 2014 +0200

    Update changelog, control file and copyright hints.
---
 debian/changelog       | 145 ++++++++++++++++++++++++++-----------------------
 debian/control         |  20 +++++--
 debian/copyright_hints |   4 +-
 3 files changed, 93 insertions(+), 76 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 81d074c..ad71d41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,35 +1,12 @@
-ciderwebmail (1.04+20130202-4) UNRELEASED; urgency=low
-
-  * Update README.source to emphasize control.in file as *not* a
-    show-stopper for contributions.
-  * Fix stop (build-)depending on libparent-perl: Provided by
-    perl(-modules).
-
- -- Jonas Smedegaard <dr at jones.dk>  Fri, 30 Aug 2013 15:47:28 +0200
-
-ciderwebmail (1.04+20130202-3) experimental; urgency=low
-
-  * Recommend libauthen-sasl-perl, for secure Managesieve connections.
-  * Add patch 1001 with danish localization.
-  * Put aside prebuilt localized templates and regenerate during build.
-    Build-depend on gettext.
-  * Avoid installing unused locale or var files, or empty /usr/bin dir.
-
- -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Mar 2013 03:27:57 +0100
-
-ciderwebmail (1.04+20130202-2) experimental; urgency=low
-
-  * Fix Tighten (build-)dependency on libhtml-defang-perl.
-  * Add session cache path to configfile.
-  * Fix install all static files, and configfiles not too deep.
-  * Comment out harakiri and reload-on-rss uWSGI options by default.
-  * Fix depend on adduser.
-
- -- Jonas Smedegaard <dr at jones.dk>  Sun, 17 Mar 2013 04:42:22 +0100
-
-ciderwebmail (1.04+20130202-1) experimental; urgency=low
+ciderwebmail (1.04+20130202-5) 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.
@@ -39,9 +16,55 @@ ciderwebmail (1.04+20130202-1) experimental; urgency=low
       trigger drag_and_drop and prevent you from reading the mail.
     + Add basic form validation for compose, using mootools-more.
 
+  [ Salvatore Bonaccorso ]
+  * Update Vcs-Browser URL to use cgit web frontend.
+
   [ Jonas Smedegaard ]
+  * Handle new Managesieve support:
+    + Recommend libauthen-sasl-perl, for secure Managesieve connections.
+    + Add managesieve options to Debian-forked configfile.
+    + (Build-)depend on libnet-managesieve-perl.
+  * Improve language support:
+    + Add patch 1001 with danish localization.
+    + Regenerate localized templates during build.
+    + Build-depend on gettext.
+  * Avoid installing unused locale or var files, or empty /usr/bin dir.
+  * Adapt to upstream now using Oxygen icon theme also for mimeicons:
+    + Stop recommend http-icons.
+    + Drop http-icons paragraphs in copyright file.
+    + Update Files paragraph about Oxygen icons in copyright file.
+    + Add TODO about use of separately packaged oxygen-icon-theme.
+  * 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.
+  * Declare compliance with Debian Policy 3.9.6.
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:29:21 +0200
+
+ciderwebmail (1.04-3) unstable; urgency=medium
+
+  * Update copyright info:
+    + Fix revert adding short licensing texts: Wrong to silence lintian
+      warning by inventing licensing statements!
+    + Fix use comment and license pseudo-sections to obey silly
+      restrictions of copyright format 1.0.
+    + Update alternate sources, and add alternate upstream contact.
+    + Fix add License section for LGPL-2.1+.
+    + Extend and improve coverage of images.
+    + Fix indent a license.
+    + Extend coverage of packaging, and bump its licensing to GPL-3+.
+  * Bump debhelper compatibility level to 8: debhelper 8 is available
+    even in oldstable.
+  * Update package relations:
+    + Add fallback (build-)dependencies on older
+      libcatalyst-modules-perl, to ease backporting.
+    + Relax to recommend (not depend on) libdbd-sqlite3-perl.
+    + Fix stop (build-)depending on libparent-perl: Provided by
+      perl(-modules).
+    + Build-depend on devscripts: Needed for CDBS copyright check.
   * Fix typo in PSGI file.
-  * Update copyright file: Extend and improve coverage of images.
   * Provide nearly-out-of-the-box config for Apache 2 + uWSGI:
     + Create/remove default db dir in package scripts.
     + Install uWSGI and Apache snippets below /etc (not as example
@@ -51,52 +74,36 @@ ciderwebmail (1.04+20130202-1) experimental; urgency=low
       (not configfile), and list only commented out in uWSGI ini-file.
     + Tune uWSGI options for better production use.
     + Rewrite README.Debian to reflect improved setup.
-  * Update rules file to use new github.com URL.
+  * Modernize get-orig-source hints for new github.com ABI.
   * Have git-import-orig suppress upstream .gitignore file.
-  * Stop recommending http-icons or documenting those files in copyright
-    file: Upstream now uses Oxygen icon theme also for mimeicons.
-  * (Build-)depend on libnet-managesieve-perl.
-  * Add new managesieve options to Debian configfile.
-  * Replace mootools-more.js (in addition to mootools-core.js) with
-    symlink to separately packaged file.
-  * Add TODO about depending on oxygen-icon-theme.
-  * Update license text for Oxygen icons.
-  * Unfuzz patch 2001.
+  * Add README.source documenting use of git-buildpackage and CDBS.
+  * Add alternate github URL to watch file.
 
- -- Jonas Smedegaard <dr at jones.dk>  Sun, 17 Mar 2013 02:39:39 +0100
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 21 May 2014 14:24:37 +0200
 
-ciderwebmail (1.04+20120717-2) experimental; urgency=low
+ciderwebmail (1.04-2) unstable; urgency=low
 
-  * Fix tighten build-dependency on libhtml-defang-perl, and stop
-    skipping testsuite when targeted experimental.
+  * Team upload
 
- -- Jonas Smedegaard <dr at jones.dk>  Thu, 19 Jul 2012 21:14:56 +0200
+  [ gregor herrmann ]
+  * Fix spelling error in package description. Thanks to Chad Dunlap for
+    reporting the bug and forwarding the Ubuntu patch. (Closes: #684785)
 
-ciderwebmail (1.04+20120717-1) experimental; urgency=low
+  [ Salvatore Bonaccorso ]
+  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
 
-  * 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
+  [ Damyan Ivanov ]
+  * use canonical Vcs-* URLs in control.in too
+  * replace libcatalyst-modules-perl in (build-)dependencies with individual
+    module packages
+  * drop trailing slash from a directory symlink
+  * do not ship empty /usr/bin
+  * copyright:
+    + point to GPL-1 explicitly
+    + add short licensing texts for Artistic and GPL-1+
+  * declare conformance with Policy 3.9.5
 
-  * Unfuzz patch 2001.
-  * (Build-)depend on libhtml-defang-perl (not libhtml-scrubber-perl).
-  * Relax to build-depend unversioned on cdbs: Needed version satisfied
-    in stable, and oldstable no longer supported.
-  * Adjust git-buildpackage config to use experimental as debian branch.
-  * Relax regression tests when targeted experimental suite.
-  * Fix use pseudo-fields in copyright file (license-in-comment for
-    verbatim text unsuitable for License section (e.g. dual-licensing),
-    and comment-in-license for non-verbatim parts of License sections):
-    File format 1.0 mandates License field to either be single-line or
-    include all licensing info.
-  * Fix typo in long description: one l too many in powerful.
-  * Fix drop trailing / in symlink to http-icons.
-  * Update copyright file: Fix add License section for LGPL-2.1+.
-
- -- Jonas Smedegaard <dr at jones.dk>  Wed, 18 Jul 2012 12:52:52 +0200
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 20 May 2014 10:20:09 +0300
 
 ciderwebmail (1.04-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 017822a..f817940 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
 Build-Depends: cdbs,
+ devscripts,
  perl,
  debhelper,
  dh-buildinfo,
@@ -39,17 +40,26 @@ Build-Depends: cdbs,
  libcrypt-rijndael-perl,
  libcrypt-random-source-perl,
  libmime-base64-urlsafe-perl,
- libdbd-sqlite3-perl,
  libmoosex-role-withoverloading-perl (>= 0.09),
  libcatalyst-perl (>= 5.80030),
- libcatalyst-modules-perl (>= 43),
+ 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-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.31),
  libhtml-defang-perl (>= 1.04),
- libtest-xpath-perl,
+ libdbd-sqlite3-perl,
  libmodule-install-perl,
- gettext
-Standards-Version: 3.9.3
+ gettext,
+ libtest-xpath-perl
+Standards-Version: 3.9.6
 Homepage: http://ciderwebmail.org/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/ciderwebmail
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ciderwebmail.git
diff --git a/debian/copyright_hints b/debian/copyright_hints
index f66dcf4..1840f3d 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -228,8 +228,8 @@ License: UNKNOWN
  FIXME
 
 Files: debian/rules
-Copyright: 2012, Jonas Smedegaard <dr at jones.dk>
-License: GPL-2+
+Copyright: 2012-2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
  FIXME
 
 Files: LICENSE

-- 
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