From 7d6f85c475d5f50e0c54814cd8b644e38147b282 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 18 May 2009 17:54:18 +0200 Subject: * debian/python-apt.doc-base: register the documentation with the doc-base system (Closes: #525134) --- debian/changelog | 5 +++++ debian/python-apt.doc-base | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 debian/python-apt.doc-base 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 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/* -- cgit v1.2.3