[Pkg-corba-commits] r126 - in /trunk/omnievents/debian: changelog control rules

tgg at users.alioth.debian.org tgg at users.alioth.debian.org
Sun Jan 13 21:20:45 UTC 2008


Author: tgg
Date: Sun Jan 13 21:20:45 2008
New Revision: 126

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=126
Log:
add omnievents-doc package

Modified:
    trunk/omnievents/debian/changelog
    trunk/omnievents/debian/control
    trunk/omnievents/debian/rules

Modified: trunk/omnievents/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/changelog?rev=126&op=diff
==============================================================================
--- trunk/omnievents/debian/changelog (original)
+++ trunk/omnievents/debian/changelog Sun Jan 13 21:20:45 2008
@@ -4,6 +4,7 @@
   * Add myself to the Uploaders: field, and move W. Martin Borgert here.
   * New upstream release; bump the epoch.
   * Rename libomnieventsc2a to libomnievents2, and handle the transition.
+  * New package, omniorb-doc, containing manual and doxygen documentation.
   * Bump debhelper level to 5, and adapt dh_strip invocation accordingly.
   * Bump Standards-Version: to 3.7.3.
   * Fix a typo in debian/rules binary-post-install rule.

Modified: trunk/omnievents/debian/control
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/control?rev=126&op=diff
==============================================================================
--- trunk/omnievents/debian/control (original)
+++ trunk/omnievents/debian/control Sun Jan 13 21:20:45 2008
@@ -12,6 +12,7 @@
 Package: omnievents
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: omnievents-doc
 Description: omniORB event service
  omniEvents enables CORBA applications to communicate through
  asynchronous broadcast channels rather than direct method calls. It
@@ -37,9 +38,18 @@
 Section: libdevel
 Depends: libomnievents2 (= ${binary:Version})
 Recommends: pkg-config
+Suggests: omnievents-doc
 Description: omniORB event service development files
- This package contains omniEvents header files, static library,
- developer documentation, and examples.
+ This package contains header files, static library and idl source files
+ for omniEvents.
+ .
+ For more information on omniEvents see the omnievents package.
+
+Package: omnievents-doc
+Architecture: all
+Section: doc
+Description: omniORB event service documentation
+ This package contains omniEvents manual and doxygen generated documentation.
  .
  For more information on omniEvents see the omnievents package.
 

Modified: trunk/omnievents/debian/rules
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omnievents/debian/rules?rev=126&op=diff
==============================================================================
--- trunk/omnievents/debian/rules (original)
+++ trunk/omnievents/debian/rules Sun Jan 13 21:20:45 2008
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_FIXPERMS_EXCLUDE=omniEvents.pc
-DEB_INSTALL_DOCS_libomnievents-dev=doc/omnievents.docbook.css doc/*.html dox/doc/doxygen
+DEB_INSTALL_DOCS_omnievents-doc=doc/omnievents.docbook.css doc/*.html dox/doc/doxygen
 DEB_INSTALL_MANPAGES_omnievents=doc/man/omniEvents.8 doc/man/*.1
 DEB_DH_INSTALLINIT_ARGS="--name=omniorb-eventservice"
 DEB_UPDATE_RCD_PARAMS_omnievents="defaults 90 10"
@@ -16,7 +16,7 @@
 DEB_DH_MAKESHLIBS_ARGS := -V
 DEB_DH_STRIP_ARGS := --dbg-package=libomnievents-dbg
 
-build/libomnievents-dev::
+build/omnievents-doc::
 	mkdir -p $(CURDIR)/dox/doc/doxygen
 	$(MAKE) -f meta.mk doc DOCBOOK=$(DOCBOOK)
 




More information about the Pkg-corba-commits mailing list