summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-01 17:11:16 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-01 17:11:16 +0200
commit192a186f6613f02e0fcef12da11412ec6001ed8c (patch)
treeb418536ec04f52d8a73d610e8ca04733dd06a288 /debian
parent312b5ca7acbe74bc73acc2b710628ea2a8ad83cc (diff)
downloadpython-apt-192a186f6613f02e0fcef12da11412ec6001ed8c.tar.gz
* Fix documentation building
- doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control4
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 91ce7304..4bc94036 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ python-apt (0.7.10~exp1) experimental; urgency=low
- Update Standards-Version to 3.8.1
- Use ${binary:Version} instead of ${Source-Version}
* debian/copyright: Switch to machine-interpretable copyright
+ * Fix documentation building
+ - doc/source/conf.py: Only include directories for current python version.
+ - debian/control: Build-Depend on python-gtk2, python-vte.
+ - setup.py: If pygtk can not be imported, do not build the documentation.
-- Julian Andres Klode <jak@debian.org> Wed, 01 Apr 2009 15:24:29 +0200
diff --git a/debian/control b/debian/control
index 9afd50e0..c06611e2 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,9 @@ Build-Depends: apt-utils,
python-central (>= 0.5),
python-debian,
python-distutils-extra (>= 1.9.0),
- python-sphinx (>= 0.5)
+ python-gtk2,
+ python-sphinx (>= 0.5),
+ python-vte
Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid
Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes