]> git.saurik.com Git - apt.git/commitdiff
* debian/rules:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 5 May 2010 14:34:20 +0000 (16:34 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 5 May 2010 14:34:20 +0000 (16:34 +0200)
  - install html doxygen in libapt-pkg-doc as well

configure.in
debian/changelog
debian/control
debian/rules

index 302d88d514a4c6228048506030bf13ffba4e1657..82785a9dddcc235d37685067b2bfbc0246276f29 100644 (file)
@@ -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)
index 3421b8b6f688c9da90f1845501a7fc4e88841e8f..78a17bdab90e0292929a4d34279f98bc192502e8 100644 (file)
@@ -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
 
index 9cd3888b1be89aa7499947bf4769f7c62a86e572..0c6f6b16d1b059f1180d3a5a7de8c5ffdd3ce7da 100644 (file)
@@ -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
index 2fe6ed69c31ca604d879de86037b4b5842bae34f..7677708b25b9988aad7d545c9282a01bc02dea41 100755 (executable)
@@ -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$@