[Pkg-voip-commits] r3090 - srtp/trunk/debian

Jonas Smedegaard js at alioth.debian.org
Tue Jan 30 01:22:34 CET 2007


Author: js
Date: 2007-01-30 01:22:34 +0100 (Tue, 30 Jan 2007)
New Revision: 3090

Modified:
   srtp/trunk/debian/control
   srtp/trunk/debian/control.in
   srtp/trunk/debian/rules
Log:
Add -docs package.

Modified: srtp/trunk/debian/control
===================================================================
--- srtp/trunk/debian/control	2007-01-29 23:24:16 UTC (rev 3089)
+++ srtp/trunk/debian/control	2007-01-30 00:22:34 UTC (rev 3090)
@@ -3,6 +3,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mikael Magnusson <mikma at users.sourceforge.net>
 Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.2.0), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), dh-buildinfo
+Build-Depends-Indep: doxygen, texlive-latex-recommended, texlive-fonts-recommended
 Standards-Version: 3.7.2
 Section: libs
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
@@ -11,7 +12,7 @@
 Package: libsrtp-dev
 Section: devel
 Architecture: any
-Description: Secure RTP (SRTP) and UST Reference Implementations
+Description: Secure RTP (SRTP) and UST Reference Implementations - development files
  SRTP is a security profile for RTP that adds confidentiality, message
  authentication, and replay protection to that protocol. It is specified
  in RFC 3711.
@@ -23,3 +24,18 @@
  This package contains the development headers and static libraries.
  .
   Homepage: http://srtp.sourceforge.net/srtp.html
+
+Package: libsrtp-docs
+Architecture: all
+Description: Secure RTP (SRTP) and UST Reference Implementations - documentation
+ SRTP is a security profile for RTP that adds confidentiality, message
+ authentication, and replay protection to that protocol. It is specified
+ in RFC 3711.
+ .
+ LibSRTP provides an implementation of the Secure Real-time Transport
+ Protocol (SRTP), the Universal Security Transform (UST), and a
+ supporting cryptographic kernel.
+ .
+ This package contains API documentation.
+ .
+  Homepage: http://srtp.sourceforge.net/srtp.html

Modified: srtp/trunk/debian/control.in
===================================================================
--- srtp/trunk/debian/control.in	2007-01-29 23:24:16 UTC (rev 3089)
+++ srtp/trunk/debian/control.in	2007-01-30 00:22:34 UTC (rev 3090)
@@ -3,6 +3,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mikael Magnusson <mikma at users.sourceforge.net>
 Build-Depends: @cdbs@
+Build-Depends-Indep: doxygen, texlive-latex-recommended, texlive-fonts-recommended
 Standards-Version: 3.7.2
 Section: libs
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
@@ -11,7 +12,7 @@
 Package: libsrtp-dev
 Section: devel
 Architecture: any
-Description: Secure RTP (SRTP) and UST Reference Implementations
+Description: Secure RTP (SRTP) and UST Reference Implementations - development files
  SRTP is a security profile for RTP that adds confidentiality, message
  authentication, and replay protection to that protocol. It is specified
  in RFC 3711.
@@ -23,3 +24,18 @@
  This package contains the development headers and static libraries.
  .
   Homepage: http://srtp.sourceforge.net/srtp.html
+
+Package: libsrtp-docs
+Architecture: all
+Description: Secure RTP (SRTP) and UST Reference Implementations - documentation
+ SRTP is a security profile for RTP that adds confidentiality, message
+ authentication, and replay protection to that protocol. It is specified
+ in RFC 3711.
+ .
+ LibSRTP provides an implementation of the Secure Real-time Transport
+ Protocol (SRTP), the Universal Security Transform (UST), and a
+ supporting cryptographic kernel.
+ .
+ This package contains API documentation.
+ .
+  Homepage: http://srtp.sourceforge.net/srtp.html

Modified: srtp/trunk/debian/rules
===================================================================
--- srtp/trunk/debian/rules	2007-01-29 23:24:16 UTC (rev 3089)
+++ srtp/trunk/debian/rules	2007-01-30 00:22:34 UTC (rev 3090)
@@ -15,11 +15,15 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-debug
 endif
 
-DEB_MAKE_BUILD_TARGET = librstp.a libsrtpdoc
 DEB_MAKE_CLEAN_TARGET = superclean
 DEB_MAKE_CHECK_TARGET = runtest
 
+DEB_INSTALL_DOCS_libsrtp-docs += doc/*.txt doc/*.pdf
+DEB_COMPRESS_EXCLUDE += .pdf
+build/libsrtp-docs::
+	$(DEB_MAKE_INVOKE) libsrtpdoc
 
+
 # Why this link, Mikael? Seems to build correctly without it...
 
 #common-configure-arch::




More information about the Pkg-voip-commits mailing list