summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar bencollins 2003-07-13 05:34:30 +0000
committerGravatar bencollins 2003-07-13 05:34:30 +0000
commitbfc01aa141bfc556c8a77ddc7ceecc305036bda2 (patch)
tree64e87910f54da7015814117c459db2fe28fd5095
parentRe-add the pdf build (diff)
Fixed section for -dev package.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@124 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 13f0178..e53d7e6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Andreas Bombe <aeb@debian.org>, Ben Collins <bcollins@debian.org>
Package: libraw1394-dev
Architecture: any
-Section: devel
+Section: libdevel
Depends: libc6-dev, ${shlibs:Depends}
Description: library for direct access to IEEE 1394 bus - development files
libraw1394 is the only supported interface to the kernel side raw1394
'>-13/+38 2024-09-27read: properly restore state when reading datum commentsGravatar Peter McGoron 1-8/+20 2024-09-27read: document datum labelGravatar Peter McGoron 1-0/+8 2024-09-27read: change datum label to object, that returns an encapsulated datum labelGravatar Peter McGoron 1-33/+47 2024-09-27read: add object encapsulating identifierGravatar Peter McGoron 3-24/+49 2024-09-27Revert "add object helper functions"Gravatar Peter McGoron 3-159/+129 This reverts commit 0d5f4545d0d3db7c9ec63cac005bb71b85fe6b23. 2024-09-27Revert "object: change to a stateful table"Gravatar Peter McGoron 4-95/+42 This reverts commit 3c34c4a5a7253df4417420bf276a78f8e9e1969b. 2024-09-27Revert "object: rename"Gravatar Peter McGoron 3-12/+8 This makes things much slower for questionable benefit. A better version might use a hash table. A better interpreter would use some form of partial evaluation to optimize the EQ? chain. This reverts commit 4acea69841ad62ec5d46eb565bbb5d98f84b3d38. 2024-09-26object: renameGravatar Peter McGoron 3-8/+12 2024-09-26object: change to a stateful tableGravatar Peter McGoron 4-42/+95 2024-09-24add object helper functionsGravatar Peter McGoron 3-129/+159 2024-09-22miniscm: string->symbol and symbol->stringGravatar Peter McGoron 1-1/+17