|
From: Christophe Prud'h. <pru...@us...> - 2001-02-15 16:45:26
|
Update of /cvsroot/corelinux/clfll/debian
In directory usw-pr-cvs1:/tmp/cvs-serv15656/debian
Modified Files:
postinst changelog
Added Files:
libclfll-doc.doc-base
Log Message:
added doc-base support
--- NEW FILE ---
Document: libclfll-doc
Title: CoreLinux FrameWork Library Load Documentation
Author: CoreLinux Consortium
Abstract: This is the CoreLinux FrameWork Library Load reference API.
Section: Apps/Programming
Format: HTML
Index: /usr/share/doc/libclfll-doc/html/index.html
Files: /usr/share/doc/libclfll-doc/html/*.html
Index: postinst
===================================================================
RCS file: /cvsroot/corelinux/clfll/debian/postinst,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** postinst 2000/11/02 21:17:31 1.1.1.1
--- postinst 2001/02/15 16:46:08 1.2
***************
*** 1,5 ****
- #!/bin/sh
- set -e
-
# Automatically added by dh_installdocs
if [ "$1" = "configure" ]; then
--- 1,2 ----
***************
*** 7,13 ****
ln -sf ../share/doc/libclfll /usr/doc/libclfll
fi
-
- # call ldconfig only if arg is configure
- ldconfig
fi
# End automatically added section
--- 4,7 ----
Index: changelog
===================================================================
RCS file: /cvsroot/corelinux/clfll/debian/changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** changelog 2001/02/01 22:07:35 1.2
--- changelog 2001/02/15 16:46:08 1.3
***************
*** 1,2 ****
--- 1,8 ----
+ libclfll (0.1.0-3) unstable; urgency=low
+
+ * added doc-base
+
+ -- Christophe Prud'homme <pru...@mi...> Thu, 15 Feb 2001 11:27:58 -0500
+
libclfll (0.1.0-2) unstable; urgency=low
***************
*** 4,8 ****
* removed ps and pdf documentation from package
! -- Christophe Prud'homme <pru...@mi...> Thu, 1 Feb 2001 17:07:06 -0500
libclfll (0.1.0-1) unstable; urgency=low
--- 10,14 ----
* removed ps and pdf documentation from package
! -- Christophe Prud'homme <pru...@mi...> Thu, 1 Feb 2001 17:23:00 -0500
libclfll (0.1.0-1) unstable; urgency=low
|