Changeset 67

Show
Ignore:
Timestamp:
26/02/2007 20:37:02 (2 years ago)
Author:
nextime
Message:

Added shared libraryes and suppserv

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • packages/main/misdn-user/tags/mercury/debian/changelog

    r66 r67  
     1misdn-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 
    17misdn-user (1.1.0.mercury-2) stable; urgency=low 
    28 
  • packages/main/misdn-user/tags/mercury/debian/control

    r65 r67  
    1313 This package contains the userspace binaries that come with mISDN. At 
    1414 present, the only probably sensible tool is the "loadfirm" utility. 
    15  . 
    16  It is highly unlikely that you need this package, but it is included 
    17  for completeness. 
    1815  
    1916Package: libmisdn-dev 
     
    2421 out into an ISDN network while not going through a higher-level stack like 
    2522 CAPI. 
    26  . 
    27  As the API/ABI have not stabilized yet, the library is only available as a 
    28  static build. 
     23 
     24Package: libmisdn 
     25Section: comm 
     26Architecture: any 
     27Description: 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. 
    2931 
    3032Package: libisdnnet-dev 
     
    3537 This is the mISDN NT mode library, used by applications that want to emulate 
    3638 an ISDN network. 
    37  . 
    38  As the API/ABI have not stabilized yet, the library is only available as a 
    39  static build. 
     39 
     40Package: libisdnnet 
     41Section: libdevel 
     42Architecture: any 
     43Depends: libmisdn (= ${Source-Version}) 
     44Description: ISDN networking library 
     45 This is the mISDN NT mode library, used by applications that want to emulate 
     46 an ISDN network. 
     47 
     48Package: libsuppserv-dev 
     49Section: libdevel 
     50Architecture: any 
     51Depends: libmisdn-dev (= ${Source-Version}) 
     52Description: Suppserv network library 
     53 Packages needed to build asterisk chan_misdn 
     54 
     55Package: libsuppserv 
     56Section: libdevel 
     57Architecture: any 
     58Depends: libmisdn (= ${Source-Version}) 
     59Description: Suppserv network library 
     60 Packages needed to build asterisk chan_misdn 
     61 
  • packages/main/misdn-user/tags/mercury/debian/misdn-utils.install

    r65 r67  
    11example/loadfirm usr/sbin 
     2example/sendhwctrl usr/sbin 
     3example/testcon usr/sbin 
     4example/testcon_l2 usr/sbin 
     5example/testlayer3 usr/sbin 
     6example/testlayer1 usr/sbin 
     7example/misdnportinfo usr/sbin 
  • packages/main/misdn-user/tags/mercury/debian/rules

    r65 r67  
    5858#       dh_perl 
    5959#       dh_python 
    60 #       dh_makeshlibs 
     60        dh_makeshlibs -V 
    6161        dh_installdeb 
    6262        dh_shlibdeps 
  • packages/main/misdn-user/trunk/debian/changelog

    r65 r67  
     1misdn-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 
    17misdn-user (1.1.0-1) unstable; urgency=low 
    28 
  • packages/main/misdn-user/trunk/debian/control

    r65 r67  
    1313 This package contains the userspace binaries that come with mISDN. At 
    1414 present, the only probably sensible tool is the "loadfirm" utility. 
    15  . 
    16  It is highly unlikely that you need this package, but it is included 
    17  for completeness. 
    1815  
    1916Package: libmisdn-dev 
     
    2421 out into an ISDN network while not going through a higher-level stack like 
    2522 CAPI. 
    26  . 
    27  As the API/ABI have not stabilized yet, the library is only available as a 
    28  static build. 
     23 
     24Package: libmisdn 
     25Section: comm 
     26Architecture: any 
     27Description: 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. 
    2931 
    3032Package: libisdnnet-dev 
     
    3537 This is the mISDN NT mode library, used by applications that want to emulate 
    3638 an ISDN network. 
    37  . 
    38  As the API/ABI have not stabilized yet, the library is only available as a 
    39  static build. 
     39 
     40Package: libisdnnet 
     41Section: libdevel 
     42Architecture: any 
     43Depends: libmisdn (= ${Source-Version}) 
     44Description: ISDN networking library 
     45 This is the mISDN NT mode library, used by applications that want to emulate 
     46 an ISDN network. 
     47 
     48Package: libsuppserv-dev 
     49Section: libdevel 
     50Architecture: any 
     51Depends: libmisdn-dev (= ${Source-Version}) 
     52Description: Suppserv network library 
     53 Packages needed to build asterisk chan_misdn 
     54 
     55Package: libsuppserv 
     56Section: libdevel 
     57Architecture: any 
     58Depends: libmisdn (= ${Source-Version}) 
     59Description: Suppserv network library 
     60 Packages needed to build asterisk chan_misdn 
     61 
  • packages/main/misdn-user/trunk/debian/misdn-utils.install

    r65 r67  
    11example/loadfirm usr/sbin 
     2example/sendhwctrl usr/sbin 
     3example/testcon usr/sbin 
     4example/testcon_l2 usr/sbin 
     5example/testlayer3 usr/sbin 
     6example/testlayer1 usr/sbin 
     7example/misdnportinfo usr/sbin 
  • packages/main/misdn-user/trunk/debian/rules

    r65 r67  
    5858#       dh_perl 
    5959#       dh_python 
    60 #       dh_makeshlibs 
     60        dh_makeshlibs -V 
    6161        dh_installdeb 
    6262        dh_shlibdeps