|
From: Christophe Prud'h. <pru...@us...> - 2001-02-15 16:44:50
|
Update of /cvsroot/corelinux/clfw/debian In directory usw-pr-cvs1:/tmp/cvs-serv15467 Modified Files: rules changelog Added Files: libclfw-doc.doc-base Log Message: added doc-base support --- NEW FILE --- Document: libclfw-doc Title: CoreLinux FrameWork Documentation Author: CoreLinux Consortium Abstract: This is the CoreLinux FrameWork reference API. Section: Apps/Programming Format: HTML Index: /usr/share/doc/libclfw-doc/html/index.html Files: /usr/share/doc/libclfw-doc/html/*.html Index: rules =================================================================== RCS file: /cvsroot/corelinux/clfw/debian/rules,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** rules 2000/11/16 09:47:08 1.7 --- rules 2001/02/15 16:45:32 1.8 *************** *** 4,8 **** package=libclfw ! version=0.2.5 version_major=0 --- 4,8 ---- package=libclfw ! version=0.2.6 version_major=0 *************** *** 30,34 **** rm -f build-stamp ! # Add here commands to clean up after the build process. -$(MAKE) clean -$(MAKE) distclean --- 30,34 ---- rm -f build-stamp ! # Add here commands to clean up after the build process. -$(MAKE) clean -$(MAKE) distclean *************** *** 43,47 **** dh_installdirs ! # Add here commands to install the package into debian/tmp. cd src/libs && $(MAKE) install prefix=$(top_builddir)/../../debian/tmp/usr includedir=$(top_builddir)/../../debian/tmp/usr/include/clfw cd clfw/ && $(MAKE) install prefix=$(top_builddir)/../debian/tmp/usr --- 43,47 ---- dh_installdirs ! # Add here commands to install the package into debian/tmp. cd src/libs && $(MAKE) install prefix=$(top_builddir)/../../debian/tmp/usr includedir=$(top_builddir)/../../debian/tmp/usr/include/clfw cd clfw/ && $(MAKE) install prefix=$(top_builddir)/../debian/tmp/usr *************** *** 57,60 **** --- 57,61 ---- # find debian/libclfw-examples -name "*.[ch]*[pp]*.gz" | xargs -r gunzip # perl debian/genmake.pl debian/libclfw-examples/usr/share/doc/libclfw-examples/examples + touch debian/tmp/usr/share/doc/libclfw-doc/html/.dhelp dh_movefiles -plibclfw-doc usr/share/doc/libclfw-doc/html dh_undocumented Index: changelog =================================================================== RCS file: /cvsroot/corelinux/clfw/debian/changelog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** changelog 2000/11/16 09:47:08 1.6 --- changelog 2001/02/15 16:45:32 1.7 *************** *** 1,2 **** --- 1,14 ---- + libclfw (0.2.6-2) unstable; urgency=low + + * added doc-base + + -- Christophe Prud'homme <pru...@mi...> Thu, 15 Feb 2001 11:04:25 -0500 + + libclfw (0.2.6-1) unstable; urgency=low + + * new upstream release + + -- Christophe Prud'homme <pru...@mi...> Fri, 24 Nov 2000 11:55:23 -0500 + libclfw (0.2.5-1) unstable; urgency=low |