summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-05-05 16:34:20 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-05-05 16:34:20 +0200
commita35960ae5a90f5e23d050fd18d6c803f0a451aaf (patch)
tree0f7f886c91a753612bf2253139e92c5d1742bf4b /debian
parentcda675393c357aeeb7617652f5fe3c77d803229a (diff)
parent2348c40f43486f2b4b4b5ac6dbbb6d079cc343ce (diff)
* debian/rules:
- install html doxygen in libapt-pkg-doc as well
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules3
3 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3421b8b6f..78a17bdab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ apt (0.7.26~exp4) unstable; urgency=low
(LP: #560956)
* apt-pkg/deb/debrecords.cc:
- fix max tag buffer size (LP: #545336, closes: #578959)
+ * debian/rules:
+ - install html doxygen in libapt-pkg-doc as well
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 04 May 2010 09:55:08 +0200
diff --git a/debian/control b/debian/control
index 9cd3888b1..0c6f6b16d 100644
--- a/debian/control
+++ b/debian/control
@@ -52,6 +52,9 @@ Section: doc
Description: Documentation for APT development
This package contains documentation for development of the APT
Debian package manipulation program and its libraries.
+ .
+ This includes the source code documentation generated by doxygen
+ in html format.
Package: apt-utils
Architecture: any
diff --git a/debian/rules b/debian/rules
index 2fe6ed69c..7677708b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -144,7 +144,8 @@ libapt-pkg-doc: build-doc debian/shlibs.local
#
dh_installdocs -p$@ $(BLD)/docs/cache* $(BLD)/docs/design* $(BLD)/docs/dpkg-tech* \
$(BLD)/docs/files* $(BLD)/docs/method* \
- doc/libapt-pkg2_to_3.txt doc/style.txt
+ doc/libapt-pkg2_to_3.txt doc/style.txt \
+ $(BLD)/doc/doxygen/html/*
dh_installexamples -p$@
# dh_installmenu -p$@
# dh_installinit -p$@