summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog26
-rw-r--r--debian/control4
-rw-r--r--debian/examples1
-rw-r--r--debian/python-apt.docs2
4 files changed, 29 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a80a9b64..1002bead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+python-apt (0.7.9~exp2) experimental; urgency=low
+
+ * apt/*.py:
+ - Almost complete cleanup of the code
+ - Improved documentation
+ * apt/debfile.py:
+ - Drop get*() methods, as they are deprecated and were
+ never in a stable release
+ - Make DscSrcPackage working
+ * apt/gtk/widgets.py:
+ - Fix the code and document the signals
+ * Introduce new documentation build with Sphinx
+ - debian/rules: Build the documentation here
+ - setup.py: Remove pydoc building and add new docs.
+ - debian/examples: Include examples from documentation
+ - debian/python-apt.docs: Change html/ to doc/build/html.
+ * setup.py:
+ - Only create build/data when building, not all the time
+ - Remove build/mo and build/data on clean -a
+ * debian/control:
+ - Remove the Conflicts on python2.3-apt, python2.4-apt, as
+ they are only needed for oldstable (sarge)
+ - Build-Depend on python-sphinx (>= 0.5)
+
+ -- Julian Andres Klode <jak@debian.org> Fri, 09 Jan 2009 17:20:41 +0100
+
python-apt (0.7.9~exp1) experimental; urgency=low
* Merged python-apt consolidation branch by Sebastian
diff --git a/debian/control b/debian/control
index b738231f..8a10091d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,13 @@ Maintainer: APT Development Team <deity@lists.debian.org>
Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>
Standards-Version: 3.7.2.2
XS-Python-Version: all
-Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.10), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg
+Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.10), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg, python-sphinx (>= 0.5)
Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid
Package: python-apt
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release
Priority: optional
-Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18)
-Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18)
Provides: ${python:Provides}
Suggests: python-apt-dbg, python-gtk2, python-vte
XB-Python-Version: ${python:Versions}
diff --git a/debian/examples b/debian/examples
index 80a386c8..e4a93ea1 100644
--- a/debian/examples
+++ b/debian/examples
@@ -1 +1,2 @@
doc/examples/*.py
+doc/source/examples/*.py
diff --git a/debian/python-apt.docs b/debian/python-apt.docs
index f3c87fdc..ff53abec 100644
--- a/debian/python-apt.docs
+++ b/debian/python-apt.docs
@@ -1,4 +1,4 @@
README
apt/README.apt
data/templates/README.templates
-html/
+doc/build/html/