[med-svn] [sphinxcontrib-autoprogram] 01/01: Distinct descriptions for Python 2 and Python 3 packages

Andreas Tille tille at debian.org
Mon Jul 13 08:54:01 UTC 2015


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

tille pushed a commit to branch master
in repository sphinxcontrib-autoprogram.

commit cf08e195d7884b5aa2f9f1ed8bee501df9c04226
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 13 10:34:59 2015 +0200

    Distinct descriptions for Python 2 and Python 3 packages
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 27f5f7d..4e3d10d 100644
--- a/debian/control
+++ b/debian/control
@@ -22,23 +22,27 @@ Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends}
-Description: automated documentation of CLI programs for Sphinx
+Description: automated documentation of CLI programs for Sphinx (Python 2)
  This contrib extension, sphinxcontrib.autoprogram, provides an automated way
  to document CLI programs. It scans argparse.ArgumentParser object, and then
  expands it into a set of .. program:: and .. option:: directives.
  .
  In order to use it, add sphinxcontrib.autoprogram into extensions list of your
  Sphinx configuration file (conf.py)
+ .
+ This package contains the Python 2 version.
 
 Package: python3-sphinxcontrib.autoprogram
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python3:Depends}
-Description: automated documentation of CLI programs for Sphinx
+Description: automated documentation of CLI programs for Sphinx (Python 3)
  This contrib extension, sphinxcontrib.autoprogram, provides an automated way
  to document CLI programs. It scans argparse.ArgumentParser object, and then
  expands it into a set of .. program:: and .. option:: directives.
  .
  In order to use it, add sphinxcontrib.autoprogram into extensions list of your
  Sphinx configuration file (conf.py)
+ .
+ This package contains the Python 3 version.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sphinxcontrib-autoprogram.git



More information about the debian-med-commit mailing list