~ubuntu-branches/ubuntu/trusty/curl/trusty-proposed

« back to all changes in this revision

Viewing changes to packages/OS400/make-lib.sh

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-12-20 09:13:22 UTC
  • mfrom: (3.4.44 sid)
  • Revision ID: package-import@ubuntu.com-20131220091322-lqk9xf5wba7vsyfh
Tags: 7.34.0-1ubuntu1
* Resynchronize on Debian, remaining changes
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from binary package Depends.
  - Add new libcurl3-udeb package.
  - Add new curl-udeb package.
* Dropped undocumented Build-Depends change to automake1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
 
84
84
#       Gather the list of symbols to export.
85
85
 
86
 
EXPORTS=`grep '^CURL_EXTERN[    ]'                                      \
 
86
EXPORTS=`grep '^CURL_EXTERN[[:space:]]'                                 \
87
87
              "${TOPDIR}"/include/curl/*.h                              \
88
88
              "${SCRIPTDIR}/ccsidcurl.h"                                |
89
 
         sed -e 's/^.*CURL_EXTERN[      ]\(.*\)(.*$/\1/'                \
90
 
             -e 's/[    ]*$//'                                          \
91
 
             -e 's/^.*[         ][      ]*//'                           \
 
89
         sed -e 's/^.*CURL_EXTERN[[:space:]]\(.*\)(.*$/\1/'             \
 
90
             -e 's/[[:space:]]*$//'                                     \
 
91
             -e 's/^.*[[:space:]][[:space:]]*//'                        \
92
92
             -e 's/^\*//'                                               \
93
93
             -e 's/(\(.*\))/\1/'`
94
94
 
121
121
then    CMD="CRTSRVPGM SRVPGM(${TARGETLIB}/${SRVPGM})"
122
122
        CMD="${CMD} SRCFILE(${TARGETLIB}/TOOLS) SRCMBR(BNDSRC)"
123
123
        CMD="${CMD} MODULE(${TARGETLIB}/OS400)"
124
 
        CMD="${CMD} BNDDIR(${TARGETLIB}/${STATBNDDIR})"
 
124
        CMD="${CMD} BNDDIR(${TARGETLIB}/${STATBNDDIR}"
 
125
        if [ "${WITH_ZLIB}" != 0 ]
 
126
        then    CMD="${CMD} ${ZLIB_LIB}/${ZLIB_BNDDIR}"
 
127
        fi
 
128
        CMD="${CMD})"
125
129
        CMD="${CMD} BNDSRVPGM(QADRTTS QGLDCLNT QGLDBRDR)"
126
130
        CMD="${CMD} TEXT('curl API library')"
127
131
        CMD="${CMD} TGTRLS(${TGTRLS})"