Navigation


Changeset 436:bfe99640cdfa in freeDiameter


Ignore:
Timestamp:
Jul 28, 2010, 3:19:55 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added documentation for app_sip in the debian package

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r416 r436  
    4141SET(CMAKE_C_FLAGS_PROFILING "-fprofile-arcs -ftest-coverage -fstack-protector -g -Wall")
    4242
     43# Add a "DebianPackage" build type used when creating the Debian packages
     44SET(CMAKE_C_FLAGS_DEBIANPACKAGE "${CMAKE_C_FLAGS_RELWITHDEBINFO}")
     45
    4346# Set the DEBUG flag for Debug and Profiling builds
    4447IF (CMAKE_BUILD_TYPE MATCHES "Debug|Profiling")
  • contrib/debian/freediameter-sip-server.examples

    r431 r436  
    11doc/app_sip.conf.sample
     2doc/app_sip.sql
     3doc/app_sip_SL.sql
    24doc/test_sip.conf.sample
  • contrib/debian/freediameter-sip-server.install

    r431 r436  
    11usr/lib/freeDiameter/app_sip.fdx
     2usr/share/doc/freeDiameter-sip-server/*
  • contrib/debian/rules

    r431 r436  
    2525override_dh_auto_configure:
    2626        dh_auto_configure -- $(skip_the_tests) \
    27                 -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
     27                -DCMAKE_BUILD_TYPE:STRING=DebianPackage \
    2828                -DDEFAULT_CONF_PATH:PATH=/etc/freeDiameter \
    2929                -DBUILD_APP_ACCT:BOOL=ON \
  • extensions/app_sip/CMakeLists.txt

    r433 r436  
    3939        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    4040        COMPONENT freeDiameter-sip-server)
     41
     42INSTALL(FILES README TODO
     43        DESTINATION /usr/share/doc/freeDiameter-sip-server
     44        CONFIGURATIONS DebianPackage
     45        COMPONENT freeDiameter-sip-server)
Note: See TracChangeset for help on using the changeset viewer.