[Python-apps-commits] r9056 - in packages/alot/trunk (22 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Fri Aug 24 14:53:26 UTC 2012
Date: Friday, August 24, 2012 @ 14:53:24
Author: laarmen-guest
Revision: 9056
[svn-inject] Application des modifications Debian (0.3.2-1) pour le tronc
Added:
packages/alot/trunk/debian/
packages/alot/trunk/debian/alot-doc.doc-base
packages/alot/trunk/debian/alot-doc.docs
packages/alot/trunk/debian/alot-doc.links
packages/alot/trunk/debian/alot-doc.lintian-overrides
packages/alot/trunk/debian/alot.docs
packages/alot/trunk/debian/alot.install
packages/alot/trunk/debian/alot.manpages
packages/alot/trunk/debian/changelog
packages/alot/trunk/debian/clean
packages/alot/trunk/debian/compat
packages/alot/trunk/debian/control
packages/alot/trunk/debian/copyright
packages/alot/trunk/debian/patches/
packages/alot/trunk/debian/patches/0001-Add-a-hidden-TOC-for-the-manpage.patch
packages/alot/trunk/debian/patches/0002-Remove-unused-template.patch
packages/alot/trunk/debian/patches/0003-Replace-non-ascii-char.patch
packages/alot/trunk/debian/patches/series
packages/alot/trunk/debian/rules
packages/alot/trunk/debian/source/
packages/alot/trunk/debian/source/format
packages/alot/trunk/debian/watch
Property changes on: packages/alot/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/alot/trunk/debian/alot-doc.doc-base
===================================================================
--- packages/alot/trunk/debian/alot-doc.doc-base (rev 0)
+++ packages/alot/trunk/debian/alot-doc.doc-base 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,12 @@
+Document: alot
+Title: alot
+Author: Patrick Totzke
+Abstract: text mode MUA for notmuch mail
+Section: Network/Communication
+
+Format: HTML
+Index: /usr/share/doc/alot-doc/html/index.html
+Files: /usr/share/doc/alot-doc/html/*.html
+
+Format: Text
+Files: /usr/share/doc/alot-doc/rst/*.txt
Added: packages/alot/trunk/debian/alot-doc.docs
===================================================================
--- packages/alot/trunk/debian/alot-doc.docs (rev 0)
+++ packages/alot/trunk/debian/alot-doc.docs 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1 @@
+docs/build/html
Added: packages/alot/trunk/debian/alot-doc.links
===================================================================
--- packages/alot/trunk/debian/alot-doc.links (rev 0)
+++ packages/alot/trunk/debian/alot-doc.links 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,3 @@
+/usr/share/doc/alot-doc/html/_sources /usr/share/doc/alot-doc/rst
+/usr/share/doc/alot-doc/html /usr/share/doc/alot/html
+/usr/share/doc/alot-doc/rst /usr/share/doc/alot/rst
Added: packages/alot/trunk/debian/alot-doc.lintian-overrides
===================================================================
--- packages/alot/trunk/debian/alot-doc.lintian-overrides (rev 0)
+++ packages/alot/trunk/debian/alot-doc.lintian-overrides 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,3 @@
+alot-doc binary: spelling-error-in-copyright Alot A lot
+alot-doc binary: spelling-error-in-description Alot A lot
+alot-doc binary: spelling-error-in-doc-base-title-field alot:2 alot a lot
Added: packages/alot/trunk/debian/alot.docs
===================================================================
--- packages/alot/trunk/debian/alot.docs (rev 0)
+++ packages/alot/trunk/debian/alot.docs 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,2 @@
+README.md
+NEWS
Added: packages/alot/trunk/debian/alot.install
===================================================================
--- packages/alot/trunk/debian/alot.install (rev 0)
+++ packages/alot/trunk/debian/alot.install 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,2 @@
+usr/bin/*
+usr/share/alot/*
Added: packages/alot/trunk/debian/alot.manpages
===================================================================
--- packages/alot/trunk/debian/alot.manpages (rev 0)
+++ packages/alot/trunk/debian/alot.manpages 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1 @@
+docs/build/man/*
Added: packages/alot/trunk/debian/changelog
===================================================================
--- packages/alot/trunk/debian/changelog (rev 0)
+++ packages/alot/trunk/debian/changelog 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,5 @@
+alot (0.3.2-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #677522)
+
+ -- Simon Chopin <chopin.simon at gmail.com> Tue, 26 Jun 2012 23:16:15 +0200
Added: packages/alot/trunk/debian/clean
===================================================================
--- packages/alot/trunk/debian/clean (rev 0)
+++ packages/alot/trunk/debian/clean 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1 @@
+*.egg-info/*
Added: packages/alot/trunk/debian/compat
===================================================================
--- packages/alot/trunk/debian/compat (rev 0)
+++ packages/alot/trunk/debian/compat 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1 @@
+9
Added: packages/alot/trunk/debian/control
===================================================================
--- packages/alot/trunk/debian/control (rev 0)
+++ packages/alot/trunk/debian/control 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,46 @@
+Source: alot
+Section: mail
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 9),
+ python (>= 2.7),
+ python-sphinx (>= 1.0.7+dfsg),
+ python-configobj,
+ python-pyme
+X-Python-Version: >= 2.7
+Standards-Version: 3.9.3
+Homepage: http://github.com/pazz/alot/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/alot/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/alot/trunk/
+
+Package: alot
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-notmuch (>= 0.12),
+ python-magic,
+ python-configobj,
+ python-twisted,
+ python-pyme,
+ python-urwid (>= 1.0)
+Suggests: alot-doc
+Description: Text mode MUA using notmuch mail
+ Alot is a text mode mail user agent for the notmuch mail system.
+ It features a modular and command prompt driven interface to provide
+ a full MUA experience as an alternative to the Emacs and Vim modes shipped
+ with notmuch.
+
+Package: alot-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Text mode MUA using notmuch mail - documentation
+ Alot is a terminal-based mail user agent for the notmuch mail system.
+ It features a modular and command prompt driven interface to provide
+ a full MUA experience as an alternative to the Emacs and Vim modes shipped
+ with notmuch.
+ .
+ This package provides detailed documentation on alot usage.
Added: packages/alot/trunk/debian/copyright
===================================================================
--- packages/alot/trunk/debian/copyright (rev 0)
+++ packages/alot/trunk/debian/copyright 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Alot
+Upstream-Contact: Patrick Totzke <patricktotzke at gmail.com>
+Source: http://github.com/pazz/alot
+
+Files: *
+Copyright: 2011-2012, Patrick Totzke <patricktotzke at gmail.com>
+License: GPL-3
+
+Files: debian/*
+Copyright: 2012, Simon Chopin <chopin.simon at gmail.com>
+License: GPL-3
+
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, at the version 3.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
Added: packages/alot/trunk/debian/patches/0001-Add-a-hidden-TOC-for-the-manpage.patch
===================================================================
--- packages/alot/trunk/debian/patches/0001-Add-a-hidden-TOC-for-the-manpage.patch (rev 0)
+++ packages/alot/trunk/debian/patches/0001-Add-a-hidden-TOC-for-the-manpage.patch 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,35 @@
+From: Simon Chopin <chopin.simon at gmail.com>
+Date: Mon, 23 Jul 2012 19:50:05 +0200
+Subject: [PATCH] Add a hidden TOC for the manpage
+
+This allows to silence the warnings while making it possible to build
+the manpage from source.
+Bug: http://github.com/pazz/alot/issues/484
+diff --git a/docs/source/conf.py b/docs/source/conf.py
+index dd2cccc..a415a65 100644
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -94,7 +94,6 @@ release = version
+ # List of patterns, relative to source directory, that match files and
+ # directories to ignore when looking for source files.
+ exclude_patterns = [
+-'manpage.rst'
+ ]
+
+ # The reST default role (used for this markup: `text`) to use for all documents.
+diff --git a/docs/source/index.rst b/docs/source/index.rst
+index 4742e36..9500aaa 100644
+--- a/docs/source/index.rst
++++ b/docs/source/index.rst
+@@ -17,3 +17,8 @@ User Manual
+ crypto/index
+ api/index
+ faq
++
++.. toctree::
++ :hidden:
++
++ manpage
+--
+1.7.10.4
+
Added: packages/alot/trunk/debian/patches/0002-Remove-unused-template.patch
===================================================================
--- packages/alot/trunk/debian/patches/0002-Remove-unused-template.patch (rev 0)
+++ packages/alot/trunk/debian/patches/0002-Remove-unused-template.patch 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,19 @@
+Description: Remove the old template
+ It was an old default that wasn't up-to-date. Since there was no
+ customization, the best bet is to entirely remove it to avoid having the issue
+ next time Sphinx changes something.
+Author: Simon Chopin <chopin.simon at gmail.com>
+Bug: http://github.com/pazz/alot/issues/503
+diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html
+deleted file mode 100644
+index b4384e4..0000000
+--- a/docs/source/_templates/layout.html
++++ /dev/null
+@@ -1,7 +0,0 @@
+-{% extends "!layout.html" %}
+-{% set script_files = [] %}
+-
+-{% block linktags %}{% endblock %}
+-{% block relbar1 %}{% endblock %}
+-{% block footer %}{% endblock %}
+-{% block relbaritems %}{% endblock %}
Added: packages/alot/trunk/debian/patches/0003-Replace-non-ascii-char.patch
===================================================================
--- packages/alot/trunk/debian/patches/0003-Replace-non-ascii-char.patch (rev 0)
+++ packages/alot/trunk/debian/patches/0003-Replace-non-ascii-char.patch 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,19 @@
+Description: Remove non-ascii character in a docstring.
+Author: Patrick Totzke <patricktotzke at gmail.com
+Origin: backport
+Applied-Upstream: 483ef7efb36a23a2f73111a36b86cc68e93128fb
+diff --git a/alot/crypto.py b/alot/crypto.py
+index d672b9a..a457dd8 100644
+--- a/alot/crypto.py
++++ b/alot/crypto.py
+@@ -29,8 +29,8 @@ def email_as_string(mail):
+
+ # Workaround for http://bugs.python.org/issue14983:
+ # Insert a newline before the outer mail boundary so that other mail
+- # clients (like KMail, Claws-Mail, mutt, â¦) can verify the signature
+- # when sending an email which contains attachments.
++ # clients can verify the signature when sending an email which contains
++ # attachments.
+ as_string = re.sub(r'--(\r\n)--' + boundary,
+ '--\g<1>\g<1>--' + boundary,
+ as_string, flags=re.MULTILINE)
Added: packages/alot/trunk/debian/patches/series
===================================================================
--- packages/alot/trunk/debian/patches/series (rev 0)
+++ packages/alot/trunk/debian/patches/series 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,3 @@
+0001-Add-a-hidden-TOC-for-the-manpage.patch
+0002-Remove-unused-template.patch
+0003-Replace-non-ascii-char.patch
Added: packages/alot/trunk/debian/rules
===================================================================
--- packages/alot/trunk/debian/rules (rev 0)
+++ packages/alot/trunk/debian/rules 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2,sphinxdoc
+
+override_dh_auto_build:
+ dh_auto_build
+ rm -rf $(CURDIR)/docs/build
+ $(MAKE) -C docs html man # The HTML generation seem to fail at generating a searchable index
+
+override_dh_auto_install:
+ dh_auto_install -- --install-lib=/usr/share/alot/
+
+override_dh_install:
+ dh_install
+ mkdir debian/alot/usr/share/alot/bin/
+ mv debian/alot/usr/bin/alot debian/alot/usr/share/alot/bin/
+ dh_link /usr/share/alot/bin/alot /usr/bin/alot
+
+override_dh_compress:
+ dh_compress -X.html -X.txt
Property changes on: packages/alot/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/alot/trunk/debian/source/format
===================================================================
--- packages/alot/trunk/debian/source/format (rev 0)
+++ packages/alot/trunk/debian/source/format 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/alot/trunk/debian/watch
===================================================================
--- packages/alot/trunk/debian/watch (rev 0)
+++ packages/alot/trunk/debian/watch 2012-08-24 14:53:24 UTC (rev 9056)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/pazz/alot (.*).tar.gz
More information about the Python-apps-commits
mailing list