[Python-apps-commits] r13975 - in packages/alot/trunk/debian (control)

jljusten-guest at users.alioth.debian.org jljusten-guest at users.alioth.debian.org
Mon Apr 24 04:49:44 UTC 2017


    Date: Monday, April 24, 2017 @ 04:49:43
  Author: jljusten-guest
Revision: 13975

debian: run wrap-and-sort

Results from:

$ wrap-and-sort --short-indent --wrap-always --sort-binary-packages --trailing-comma

Suggested-by: Johannes Schauer <josch at debian.org>
Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>

Modified:
  packages/alot/trunk/debian/control

Modified: packages/alot/trunk/debian/control
===================================================================
--- packages/alot/trunk/debian/control	2017-04-24 04:49:34 UTC (rev 13974)
+++ packages/alot/trunk/debian/control	2017-04-24 04:49:43 UTC (rev 13975)
@@ -2,23 +2,25 @@
 Section: mail
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Jordan Justen <jordan.l.justen at intel.com>,
-           Simon Chopin <chopin.simon at gmail.com>,
-           Hugo Lefeuvre <hle at debian.org>
-Build-Depends: debhelper (>= 10),
-               dh-python,
-               python (>= 2.7),
-               python-configobj,
-               python-doc,
-               python-gpgme,
-               python-magic,
-               python-mock,
-               python-notmuch,
-               python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg),
-               python-twisted,
-               python-urwid (>= 1.1.0),
-               python-urwidtrees (>= 1.0)
+Uploaders:
+ Jordan Justen <jordan.l.justen at intel.com>,
+ Simon Chopin <chopin.simon at gmail.com>,
+ Hugo Lefeuvre <hle at debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python (>= 2.7),
+ python-configobj,
+ python-doc,
+ python-gpgme,
+ python-magic,
+ python-mock,
+ python-notmuch,
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg),
+ python-twisted,
+ python-urwid (>= 1.1.0),
+ python-urwidtrees (>= 1.0),
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.8
 Homepage: https://github.com/pazz/alot/
@@ -27,18 +29,21 @@
 
 Package: alot
 Architecture: all
-Depends: python-configobj,
-         python-gpgme,
-         python-magic,
-         python-notmuch,
-         python-twisted,
-         python-urwid (>= 1.1.0),
-         python-urwidtrees (>= 1.0),
-         ${misc:Depends},
-         ${python:Depends}
-Suggests: alot-doc
-Recommends: notmuch,
-            w3m | links | links2
+Depends:
+ python-configobj,
+ python-gpgme,
+ python-magic,
+ python-notmuch,
+ python-twisted,
+ python-urwid (>= 1.1.0),
+ python-urwidtrees (>= 1.0),
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ alot-doc,
+Recommends:
+ notmuch,
+ w3m | links | links2,
 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
@@ -48,9 +53,11 @@
 Package: alot-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
-Suggests: python-doc
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Suggests:
+ python-doc,
 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




More information about the Python-apps-commits mailing list