~ubuntu-branches/ubuntu/saucy/curl/saucy

« back to all changes in this revision

Viewing changes to packages/OS400/initscript.sh

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-02-12 08:54:32 UTC
  • mfrom: (3.4.34 sid)
  • Revision ID: package-import@ubuntu.com-20130212085432-r1fyi0b37enr93pp
Tags: 7.29.0-1ubuntu1
* Resynchronise with 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.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        basename "${1}"                                                 |
158
158
        tr 'a-z-' 'A-Z_'                                                |
159
159
        sed -e 's/\..*//'                                               \
160
 
            -e 's/\([^_]\)[^_]*_\(.*\)/\1\2/'                                \
161
 
            -e 's/\([^_]\)\([^_]\)[^_]*_\(.*\)/\1\2\3/'                      \
162
 
            -e 's/\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\)/\1\2\3\4/'            \
163
 
            -e 's/\([^_]\)\([^_]\)\([^_]\)\([^_]\)[^_]*_\(.*\)/\1\2\3\4\5/'  \
164
 
            -e 's/^\(..........\).*/\1/'
 
160
            -e 's/^CURL_*/C/'                                           \
 
161
            -e 's/^\(.\).*\(.........\)$/\1\2/'
165
162
}
166
163
 
167
164