[Pkg-utopia-commits] r1217 - packages/unstable/libnl/debian

Michael Biebl biebl at alioth.debian.org
Fri Jan 12 10:39:49 CET 2007


Author: biebl
Date: 2007-01-12 10:39:49 +0100 (Fri, 12 Jan 2007)
New Revision: 1217

Added:
   packages/unstable/libnl/debian/libnl-doc.install
Modified:
   packages/unstable/libnl/debian/changelog
   packages/unstable/libnl/debian/control
   packages/unstable/libnl/debian/rules
Log:
Build and install the API documentation in a new package libnl-doc. Closes: #406497


Modified: packages/unstable/libnl/debian/changelog
===================================================================
--- packages/unstable/libnl/debian/changelog	2007-01-11 12:02:06 UTC (rev 1216)
+++ packages/unstable/libnl/debian/changelog	2007-01-12 09:39:49 UTC (rev 1217)
@@ -1,3 +1,17 @@
+libnl (1.0~pre6-3) unstable; urgency=low
+
+  * Build and package the API documentation. Closes: #406497
+  * debian/control
+    - Add Build-Depends-Indep on doxygen and tetex-bin (dvips).
+    - Add new package libnl-doc.
+    - Add a "Suggests: libnl-doc" to libnl-dev.
+  * debian/rules
+    - Call "make gendoc" to build the API documentation.
+  * debian/libnl-doc.install
+    - Added. List the files that should be installed.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 12 Jan 2007 10:30:40 +0100
+
 libnl (1.0~pre6-2) unstable; urgency=low
 
   * Update maintainer email address to biebl at debian.org. 

Modified: packages/unstable/libnl/debian/control
===================================================================
--- packages/unstable/libnl/debian/control	2007-01-11 12:02:06 UTC (rev 1216)
+++ packages/unstable/libnl/debian/control	2007-01-12 09:39:49 UTC (rev 1217)
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 5.0.0), cdbs
+Build-Depends-Indep: doxygen, tetex-bin
 Standards-Version: 3.7.2
 
 Package: libnl1-pre6
@@ -22,9 +23,25 @@
 Architecture: any
 Section: libdevel
 Depends: libnl1-pre6 (= ${Source-Version})
+Suggests: libnl-doc
 Description: Development library and headers for libnl
  This is a library for applications dealing with netlink sockets. 
  The library provides an interface for raw netlink messaging and various 
  netlink family specific interfaces.
  .
+ This package contains all files that are needed to build applications using
+ libnl.
+ .
   Homepage: http://people.suug.ch/~tgr/libnl/
+
+Package: libnl-doc
+Architecture: all
+Section: doc
+Description: API documentation for libnl
+ This is a library for applications dealing with netlink sockets. 
+ The library provides an interface for raw netlink messaging and various 
+ netlink family specific interfaces.
+ .
+ This package contains the API documentation for libnl.
+ .
+  Homepage: http://people.suug.ch/~tgr/libnl/

Added: packages/unstable/libnl/debian/libnl-doc.install
===================================================================
--- packages/unstable/libnl/debian/libnl-doc.install	2007-01-11 12:02:06 UTC (rev 1216)
+++ packages/unstable/libnl/debian/libnl-doc.install	2007-01-12 09:39:49 UTC (rev 1217)
@@ -0,0 +1 @@
+doc/html/ usr/share/doc/libnl-doc

Modified: packages/unstable/libnl/debian/rules
===================================================================
--- packages/unstable/libnl/debian/rules	2007-01-11 12:02:06 UTC (rev 1216)
+++ packages/unstable/libnl/debian/rules	2007-01-12 09:39:49 UTC (rev 1217)
@@ -4,3 +4,5 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+build/libnl-doc::
+	$(MAKE) gendoc




More information about the Pkg-utopia-commits mailing list