summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorGravatar aeb 2001-05-24 22:10:45 +0000
committerGravatar aeb 2001-05-24 22:10:45 +0000
commit70cfc9c2968b096e7ba5a9507ea020920d878a35 (patch)
treec12363a7e12b7bc362b06ecb3a6169b4fd5ec9b5 /debian
parentHandle generation number is not automatically advanced with bus reset. (diff)
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
Diffstat (limited to 'debian')
-rw-r--r--debian/Makefile.am10
-rw-r--r--debian/changelog13
-rw-r--r--debian/control5
-rw-r--r--debian/libraw1394-dev.docs5
-rw-r--r--debian/rules3
5 files changed, 31 insertions, 5 deletions
diff --git a/debian/Makefile.am b/debian/Makefile.am
index 69d0562..e32e4ed 100644
--- a/debian/Makefile.am
+++ b/debian/Makefile.am
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 2723349..e697484 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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).
diff --git a/debian/control b/debian/control
index c6fd21d..e6721e2 100644
--- a/debian/control
+++ b/debian/control
@@ -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
diff --git a/debian/libraw1394-dev.docs b/debian/libraw1394-dev.docs
new file mode 100644
index 0000000..bdf156c
--- /dev/null
+++ b/debian/libraw1394-dev.docs
@@ -0,0 +1,5 @@
+README
+NEWS
+doc/libraw1394.sgml
+doc/libraw1394.ps
+doc/libraw1394.html
diff --git a/debian/rules b/debian/rules
index eeed8c8..3af5bf1 100644
--- a/debian/rules
+++ b/debian/rules
@@ -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
g src='//www.gravatar.com/avatar/6b299dbb0d3f5a2386d38de11575f941?s=13&d=retro' width='13' height='13' alt='Gravatar' /> ddennedy 1-32/+295 2003-04-07new_handle_on_port() error path fix from Jim RadfordGravatar dmaas 1-1/+3 2003-03-26add raw1394_new_handle_on_port() convenience functionGravatar dmaas 2-1/+41 2003-02-22Updates for new rawiso ioctl interface.Gravatar bencollins 3-37/+125 2003-01-15add iso_xmit_sync() and iso_xmit_write(); clean up iso handling a bitGravatar dmaas 5-39/+161 2003-01-15implement tag matching for rawiso receptionGravatar dmaas 3-4/+12 2003-01-06back out previous commit - don't drop the legacy API just yetGravatar dmaas 6-173/+130 2003-01-05emulate legacy ISO reception API on top of new rawiso APIGravatar dmaas 7-131/+174 2002-12-24update iso API for multi-channel reception and new packet buffer layoutGravatar dmaas 4-123/+236 2002-12-20oops, irq_interval needs to be signedGravatar anonymous 1-1/+1 2002-12-20dmaas - renamed exported arm definitions into the raw1394_ namespace; brought...Gravatar anonymous 3-124/+48 2002-12-16rawiso updates:Gravatar dmaas 3-18/+25 2002-11-18fix cplusplus extern C blockGravatar ddennedy 1-4/+4 2002-11-18merged rawiso branchGravatar ddennedy 7-6/+488