diff options
| author | 2000-12-12 00:28:06 +0000 | |
|---|---|---|
| committer | 2000-12-12 00:28:06 +0000 | |
| commit | 8e5e0b811305d444266cb55fc4b7c9bca0c65231 (patch) | |
| tree | a8882cc2163ab3b2005b5ee7858313e6cae7055a /debian/control | |
| parent | Fix postinst ldconfig. (diff) | |
Debian scripts use makedev (>=2.3.1-49) in postinst by default now.
Postinst script using mknod added as alternative.
Revision bumped up to 0.8.1.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@47 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 7e4f6a2..b1de40e 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: libraw1394 Section: libs Priority: optional -Maintainer: Andreas E. Bombe <andreas.bombe@munich.netsurf.de> +Maintainer: Andreas Bombe <bombe@informatik.tu-muenchen.de> Standards-Version: 3.1.1.1 Build-Depends: debhelper Package: libraw1394-dev Architecture: any Section: devel -Depends: libraw1394-4, libc6-dev +Depends: libraw1394-${soversion} (= ${Source-Version}), libc6-dev Description: library for direct access to IEEE 1394 bus - development files libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the @@ -22,7 +22,7 @@ Description: library for direct access to IEEE 1394 bus - development files Package: libraw1394-4 Architecture: any Section: libs -Depends: ${shlibs:Depends} +Depends: ${makedev-depend}${shlibs:Depends} Description: library for direct access to IEEE 1394 bus (aka FireWire) libraw1394 is the only supported interface to the kernel side raw1394 of the Linux IEEE-1394 subsystem, which provides direct access to the |
