Move HTML formatted documentation subdir from libraw1394 to libraw1394.html.

Update Debian control files to generate version 0.9.0-1 package.


git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@61 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
aeb 2001-05-24 22:10:45 +00:00
parent e02dee488a
commit 70cfc9c296
6 changed files with 37 additions and 9 deletions

10
debian/Makefile.am vendored
View File

@ -1,4 +1,10 @@
# process this file with automake to create a Makefile.in # process this file with automake to create a Makefile.in
EXTRA_DIST = control rules changelog copyright \ EXTRA_DIST = \
libraw1394.postinst.in libraw1394-potato.postinst.in control \
rules \
changelog \
copyright \
libraw1394.postinst.in \
libraw1394-potato.postinst.in \
libraw1394-dev.docs

13
debian/changelog vendored
View File

@ -1,3 +1,16 @@
libraw1394 (0.9.0-1) unstable; urgency=low
* Maintainer email address changed to my debian.org account.
* Changed to debianized source format, using Debian revision.
* New release adds testlibraw program (with man page) and programmer's
documentation, all in libraw1394-dev.
* Moved HTML formatted documentation to libraw1394.html subdir (as
opposed to just libraw1394 as in original release).
* Made sure that current config.{guess,sub} files are in the sources
(closes: #95078).
-- Andreas Bombe <aeb@debian.org> Fri, 25 May 2001 00:03:24 +0200
libraw1394 (0.8.2) unstable; urgency=low libraw1394 (0.8.2) unstable; urgency=low
* Create device file in /dev instead of / (closes: #81158). * Create device file in /dev instead of / (closes: #81158).

5
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: libraw1394
Section: libs Section: libs
Priority: optional Priority: optional
Maintainer: Andreas Bombe <aeb@debian.org> Maintainer: Andreas Bombe <aeb@debian.org>
Standards-Version: 3.1.1.1 Standards-Version: 3.5.4.0
Build-Depends: debhelper Build-Depends: debhelper
Package: libraw1394-dev Package: libraw1394-dev
@ -17,7 +17,8 @@ Description: library for direct access to IEEE 1394 bus - development files
requiring a kernel driver for the protocol in question. requiring a kernel driver for the protocol in question.
. .
This package contains the include files and static library for This package contains the include files and static library for
libraw1394, as well as the testlibraw program. libraw1394, as well as the testlibraw program and programmer's
documentation.
Package: libraw1394-5 Package: libraw1394-5
Architecture: any Architecture: any

5
debian/libraw1394-dev.docs vendored Normal file
View File

@ -0,0 +1,5 @@
README
NEWS
doc/libraw1394.sgml
doc/libraw1394.ps
doc/libraw1394.html

3
debian/rules vendored
View File

@ -72,7 +72,8 @@ binary-arch: build install autoclean-files
echo >>autoclean-files debian/shlibs.local echo >>autoclean-files debian/shlibs.local
echo >debian/shlibs.local "libraw1394 $(major) $(libraw) (= $(source-version))" echo >debian/shlibs.local "libraw1394 $(major) $(libraw) (= $(source-version))"
dh_installdocs README NEWS dh_installmanpages -plibraw1394-dev
dh_installdocs
dh_installchangelogs dh_installchangelogs
dh_strip dh_strip
dh_compress dh_compress

View File

@ -1,4 +1,4 @@
EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394 libraw1394.ps EXTRA_DIST = testlibraw.1.in libraw1394.sgml libraw1394.html libraw1394.ps
# man files for testlibraw # man files for testlibraw
man_MANS = testlibraw.1 man_MANS = testlibraw.1
@ -11,12 +11,12 @@ CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \
MAINTAINERCLEANFILES = libraw1394.ps MAINTAINERCLEANFILES = libraw1394.ps
maintainer-clean-local: maintainer-clean-local:
rm -rf libraw1394 rm -rf libraw1394.html
doc: psdoc pdfdoc htmldoc doc: psdoc pdfdoc htmldoc
psdoc: libraw1394.ps psdoc: libraw1394.ps
pdfdoc: libraw1394.pdf pdfdoc: libraw1394.pdf
htmldoc: libraw1394/book1.html htmldoc: libraw1394.html
.PHONY: doc psdoc pdfdoc htmldoc .PHONY: doc psdoc pdfdoc htmldoc
@ -26,5 +26,7 @@ libraw1394.ps: libraw1394.sgml
libraw1394.pdf: libraw1394.sgml libraw1394.pdf: libraw1394.sgml
db2pdf $< db2pdf $<
libraw1394/book1.html: libraw1394.sgml libraw1394.html: libraw1394.sgml
db2html $< db2html $<
rm -rf $@
mv libraw1394 $@