summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-05-05 16:39:20 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2010-05-05 16:39:20 +0200
commit224da0778ff385ccbbc7f4abfbd2a6ddcbd9dbfc (patch)
tree65ee366c5b24594ac29f6c0ae6a8b73b4d1702e7
parentb1471fb3f60fdb9f91a45723ca70649204df7bdb (diff)
parenta35960ae5a90f5e23d050fd18d6c803f0a451aaf (diff)
* debian/rules:
- install html doxygen in libapt-pkg-doc as well
-rw-r--r--configure.in2
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules3
4 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 302d88d51..82785a9dd 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib)
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.7.25")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.25.4")
PACKAGE="apt"
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
AC_SUBST(PACKAGE)
diff --git a/debian/changelog b/debian/changelog
index 3ec1617c6..65c0356f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,6 +68,8 @@ apt (0.7.26~exp4) UNRELEASEDexperimental; 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
[ Julian Andres Klode ]
* apt-pkg/contrib/weakptr.h:
diff --git a/debian/control b/debian/control
index f0178d571..ad4ed24ec 100644
--- a/debian/control
+++ b/debian/control
@@ -51,6 +51,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$@