Przeglądaj źródła

* debian/rules:
- install html doxygen in libapt-pkg-doc as well

Michael Vogt 16 lat temu
rodzic
commit
224da0778f
4 zmienionych plików z 8 dodań i 2 usunięć
  1. 1 1
      configure.in
  2. 2 0
      debian/changelog
  3. 3 0
      debian/control
  4. 2 1
      debian/rules

+ 1 - 1
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)
 AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
 
 
 dnl -- SET THIS TO THE RELEASE VERSION --
 dnl -- SET THIS TO THE RELEASE VERSION --
-AC_DEFINE_UNQUOTED(VERSION,"0.7.25")
+AC_DEFINE_UNQUOTED(VERSION,"0.7.25.4")
 PACKAGE="apt"
 PACKAGE="apt"
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
 AC_SUBST(PACKAGE)
 AC_SUBST(PACKAGE)

+ 2 - 0
debian/changelog

@@ -68,6 +68,8 @@ apt (0.7.26~exp4) UNRELEASEDexperimental; urgency=low
       (LP: #560956)
       (LP: #560956)
   * apt-pkg/deb/debrecords.cc:
   * apt-pkg/deb/debrecords.cc:
     - fix max tag buffer size (LP: #545336, closes: #578959)
     - fix max tag buffer size (LP: #545336, closes: #578959)
+  * debian/rules:
+    - install html doxygen in libapt-pkg-doc as well
 
 
   [ Julian Andres Klode ]
   [ Julian Andres Klode ]
   * apt-pkg/contrib/weakptr.h:
   * apt-pkg/contrib/weakptr.h:

+ 3 - 0
debian/control

@@ -51,6 +51,9 @@ Section: doc
 Description: Documentation for APT development
 Description: Documentation for APT development
  This package contains documentation for development of the APT
  This package contains documentation for development of the APT
  Debian package manipulation program and its libraries.
  Debian package manipulation program and its libraries.
+ .
+ This includes the source code documentation generated by doxygen
+ in html format.
 
 
 Package: apt-utils
 Package: apt-utils
 Architecture: any
 Architecture: any

+ 2 - 1
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* \
 	dh_installdocs -p$@ $(BLD)/docs/cache* $(BLD)/docs/design* $(BLD)/docs/dpkg-tech* \
                             $(BLD)/docs/files* $(BLD)/docs/method* \
                             $(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_installexamples -p$@
 #	dh_installmenu -p$@
 #	dh_installmenu -p$@
 #	dh_installinit -p$@
 #	dh_installinit -p$@