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:
parent
e02dee488a
commit
70cfc9c296
|
@ -1,4 +1,10 @@
|
|||
# process this file with automake to create a Makefile.in
|
||||
|
||||
EXTRA_DIST = control rules changelog copyright \
|
||||
libraw1394.postinst.in libraw1394-potato.postinst.in
|
||||
EXTRA_DIST = \
|
||||
control \
|
||||
rules \
|
||||
changelog \
|
||||
copyright \
|
||||
libraw1394.postinst.in \
|
||||
libraw1394-potato.postinst.in \
|
||||
libraw1394-dev.docs
|
||||
|
|
|
@ -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
|
||||
|
||||
* Create device file in /dev instead of / (closes: #81158).
|
||||
|
|
|
@ -2,7 +2,7 @@ Source: libraw1394
|
|||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Andreas Bombe <aeb@debian.org>
|
||||
Standards-Version: 3.1.1.1
|
||||
Standards-Version: 3.5.4.0
|
||||
Build-Depends: debhelper
|
||||
|
||||
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.
|
||||
.
|
||||
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
|
||||
Architecture: any
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
README
|
||||
NEWS
|
||||
doc/libraw1394.sgml
|
||||
doc/libraw1394.ps
|
||||
doc/libraw1394.html
|
|
@ -72,7 +72,8 @@ binary-arch: build install autoclean-files
|
|||
echo >>autoclean-files debian/shlibs.local
|
||||
echo >debian/shlibs.local "libraw1394 $(major) $(libraw) (= $(source-version))"
|
||||
|
||||
dh_installdocs README NEWS
|
||||
dh_installmanpages -plibraw1394-dev
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_strip
|
||||
dh_compress
|
||||
|
|
|
@ -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_MANS = testlibraw.1
|
||||
|
@ -11,12 +11,12 @@ CLEANFILES = libraw1394.aux libraw1394.dvi libraw1394.log libraw1394.out \
|
|||
MAINTAINERCLEANFILES = libraw1394.ps
|
||||
|
||||
maintainer-clean-local:
|
||||
rm -rf libraw1394
|
||||
rm -rf libraw1394.html
|
||||
|
||||
doc: psdoc pdfdoc htmldoc
|
||||
psdoc: libraw1394.ps
|
||||
pdfdoc: libraw1394.pdf
|
||||
htmldoc: libraw1394/book1.html
|
||||
htmldoc: libraw1394.html
|
||||
|
||||
.PHONY: doc psdoc pdfdoc htmldoc
|
||||
|
||||
|
@ -26,5 +26,7 @@ libraw1394.ps: libraw1394.sgml
|
|||
libraw1394.pdf: libraw1394.sgml
|
||||
db2pdf $<
|
||||
|
||||
libraw1394/book1.html: libraw1394.sgml
|
||||
libraw1394.html: libraw1394.sgml
|
||||
db2html $<
|
||||
rm -rf $@
|
||||
mv libraw1394 $@
|
||||
|
|
Reference in New Issue