~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to docs/examples/Makefile.m32

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-07 12:16:37 UTC
  • mfrom: (3.4.37 sid)
  • Revision ID: package-import@ubuntu.com-20130507121637-9t3i98qgsyr9dw5d
Tags: 7.30.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.
* Add warning to debian/patches/series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
endif
39
39
# Edit the path below to point to the base of your OpenSSL package.
40
40
ifndef OPENSSL_PATH
41
 
OPENSSL_PATH = ../../../openssl-0.9.8x
 
41
OPENSSL_PATH = ../../../openssl-0.9.8y
42
42
endif
43
43
# Edit the path below to point to the base of your LibSSH2 package.
44
44
ifndef LIBSSH2_PATH