Changeset 67
- Timestamp:
- 26/02/2007 20:37:02 (2 years ago)
- Files:
-
- packages/main/misdn-user/tags/mercury/debian/changelog (modified) (1 diff)
- packages/main/misdn-user/tags/mercury/debian/control (modified) (3 diffs)
- packages/main/misdn-user/tags/mercury/debian/misdn-utils.install (modified) (1 diff)
- packages/main/misdn-user/tags/mercury/debian/rules (modified) (1 diff)
- packages/main/misdn-user/trunk/debian/changelog (modified) (1 diff)
- packages/main/misdn-user/trunk/debian/control (modified) (3 diffs)
- packages/main/misdn-user/trunk/debian/misdn-utils.install (modified) (1 diff)
- packages/main/misdn-user/trunk/debian/rules (modified) (1 diff)
- packages/main/misdn-user/trunk/example/loadfirm (modified) (previous)
- packages/main/misdn-user/trunk/example/misdnportinfo (modified) (previous)
- packages/main/misdn-user/trunk/example/sendhwctrl (modified) (previous)
- packages/main/misdn-user/trunk/example/testcon (modified) (previous)
- packages/main/misdn-user/trunk/example/testcon_l2 (modified) (previous)
- packages/main/misdn-user/trunk/example/testlayer1 (modified) (previous)
- packages/main/misdn-user/trunk/example/testlayer3 (modified) (previous)
- packages/main/misdn-user/trunk/lib/libmISDN_pic.a (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
packages/main/misdn-user/tags/mercury/debian/changelog
r66 r67 1 misdn-user (1.1.0.mercury-3) stable; urgency=low 2 3 * Added suppserv and shared libraryes 4 5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> Mon, 26 Feb 2007 20:36:05 +0100 6 1 7 misdn-user (1.1.0.mercury-2) stable; urgency=low 2 8 packages/main/misdn-user/tags/mercury/debian/control
r65 r67 13 13 This package contains the userspace binaries that come with mISDN. At 14 14 present, the only probably sensible tool is the "loadfirm" utility. 15 .16 It is highly unlikely that you need this package, but it is included17 for completeness.18 15 19 16 Package: libmisdn-dev … … 24 21 out into an ISDN network while not going through a higher-level stack like 25 22 CAPI. 26 . 27 As the API/ABI have not stabilized yet, the library is only available as a 28 static build. 23 24 Package: libmisdn 25 Section: comm 26 Architecture: any 27 Description: mISDN interface library 28 This is the mISDN TE mode library, used by applications that want to call 29 out into an ISDN network while not going through a higher-level stack like 30 CAPI. 29 31 30 32 Package: libisdnnet-dev … … 35 37 This is the mISDN NT mode library, used by applications that want to emulate 36 38 an ISDN network. 37 . 38 As the API/ABI have not stabilized yet, the library is only available as a 39 static build. 39 40 Package: libisdnnet 41 Section: libdevel 42 Architecture: any 43 Depends: libmisdn (= ${Source-Version}) 44 Description: ISDN networking library 45 This is the mISDN NT mode library, used by applications that want to emulate 46 an ISDN network. 47 48 Package: libsuppserv-dev 49 Section: libdevel 50 Architecture: any 51 Depends: libmisdn-dev (= ${Source-Version}) 52 Description: Suppserv network library 53 Packages needed to build asterisk chan_misdn 54 55 Package: libsuppserv 56 Section: libdevel 57 Architecture: any 58 Depends: libmisdn (= ${Source-Version}) 59 Description: Suppserv network library 60 Packages needed to build asterisk chan_misdn 61 packages/main/misdn-user/tags/mercury/debian/misdn-utils.install
r65 r67 1 1 example/loadfirm usr/sbin 2 example/sendhwctrl usr/sbin 3 example/testcon usr/sbin 4 example/testcon_l2 usr/sbin 5 example/testlayer3 usr/sbin 6 example/testlayer1 usr/sbin 7 example/misdnportinfo usr/sbin packages/main/misdn-user/tags/mercury/debian/rules
r65 r67 58 58 # dh_perl 59 59 # dh_python 60 # dh_makeshlibs 60 dh_makeshlibs -V 61 61 dh_installdeb 62 62 dh_shlibdeps packages/main/misdn-user/trunk/debian/changelog
r65 r67 1 misdn-user (1.1.0-2) unstable; urgency=low 2 3 * added shared libraryes and suppserv 4 5 -- Unixmedia S.r.l. (Medianix Devel) <devel@unixmedia.it> Mon, 26 Feb 2007 20:35:18 +0100 6 1 7 misdn-user (1.1.0-1) unstable; urgency=low 2 8 packages/main/misdn-user/trunk/debian/control
r65 r67 13 13 This package contains the userspace binaries that come with mISDN. At 14 14 present, the only probably sensible tool is the "loadfirm" utility. 15 .16 It is highly unlikely that you need this package, but it is included17 for completeness.18 15 19 16 Package: libmisdn-dev … … 24 21 out into an ISDN network while not going through a higher-level stack like 25 22 CAPI. 26 . 27 As the API/ABI have not stabilized yet, the library is only available as a 28 static build. 23 24 Package: libmisdn 25 Section: comm 26 Architecture: any 27 Description: mISDN interface library 28 This is the mISDN TE mode library, used by applications that want to call 29 out into an ISDN network while not going through a higher-level stack like 30 CAPI. 29 31 30 32 Package: libisdnnet-dev … … 35 37 This is the mISDN NT mode library, used by applications that want to emulate 36 38 an ISDN network. 37 . 38 As the API/ABI have not stabilized yet, the library is only available as a 39 static build. 39 40 Package: libisdnnet 41 Section: libdevel 42 Architecture: any 43 Depends: libmisdn (= ${Source-Version}) 44 Description: ISDN networking library 45 This is the mISDN NT mode library, used by applications that want to emulate 46 an ISDN network. 47 48 Package: libsuppserv-dev 49 Section: libdevel 50 Architecture: any 51 Depends: libmisdn-dev (= ${Source-Version}) 52 Description: Suppserv network library 53 Packages needed to build asterisk chan_misdn 54 55 Package: libsuppserv 56 Section: libdevel 57 Architecture: any 58 Depends: libmisdn (= ${Source-Version}) 59 Description: Suppserv network library 60 Packages needed to build asterisk chan_misdn 61 packages/main/misdn-user/trunk/debian/misdn-utils.install
r65 r67 1 1 example/loadfirm usr/sbin 2 example/sendhwctrl usr/sbin 3 example/testcon usr/sbin 4 example/testcon_l2 usr/sbin 5 example/testlayer3 usr/sbin 6 example/testlayer1 usr/sbin 7 example/misdnportinfo usr/sbin packages/main/misdn-user/trunk/debian/rules
r65 r67 58 58 # dh_perl 59 59 # dh_python 60 # dh_makeshlibs 60 dh_makeshlibs -V 61 61 dh_installdeb 62 62 dh_shlibdeps
