diff options
| author | Stefano Zacchiroli <zack@debian.org> | 2009-05-18 17:54:18 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-05-18 17:54:18 +0200 |
| commit | 7d6f85c475d5f50e0c54814cd8b644e38147b282 (patch) | |
| tree | 61424a79764163c3a4fdcf1b2bd51535f8e7b4fe | |
| parent | 7ba5f4686ddea5076f086d54e68dd407bff32147 (diff) | |
| download | python-apt-7d6f85c475d5f50e0c54814cd8b644e38147b282.tar.gz | |
* debian/python-apt.doc-base: register the documentation with the doc-base system (Closes: #525134)
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/python-apt.doc-base | 11 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f2d57afa..f2e03811 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ python-apt (0.7.91) UNRELEASED; urgency=low + [ Julian Andres Klode ] * Rename all methods,functions,attributes to conform to PEP 8 (Closes: #481061) * Where possible, derive apt.package.Record from collections.Mapping. * ActionGroups can be used as a context manager for the 'with' statement. @@ -7,6 +8,10 @@ python-apt (0.7.91) UNRELEASED; urgency=low attributes,etc. Has to be run from the python-apt source tree, but can be used for all Python code using python-apt. + [ Stefano Zacchiroli ] + * debian/python-apt.doc-base: register the documentation with the + doc-base system (Closes: #525134) + -- Julian Andres Klode <jak@debian.org> Fri, 17 Apr 2009 17:48:27 +0200 python-apt (0.7.90) experimental; urgency=low diff --git a/debian/python-apt.doc-base b/debian/python-apt.doc-base new file mode 100644 index 00000000..d25926b7 --- /dev/null +++ b/debian/python-apt.doc-base @@ -0,0 +1,11 @@ +Document: python-apt-api-reference +Title: Python APT: API reference manual +Abstract: API reference manual for Python bindings to libapt-pkg +Section: Programming/Python + +Format: HTML +Index: /usr/share/doc/python-apt/html/index.html +Files: /usr/share/doc/python-apt/html/* + +Format: Text +Files: /usr/share/doc/python-apt/text/* |
