~ubuntu-branches/ubuntu/wily/mongrel2/wily-proposed

« back to all changes in this revision

Viewing changes to init.sh

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2015-04-15 00:13:23 UTC
  • mfrom: (11.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150415001323-ptcwwmjx99z832e2
Tags: 1.9.2-1
* Update to upstream release 1.9.2
* Update watch file (Closes: Bug#782508)
* Build with -std=gnu89 to fix building on gcc-5 (Closes: Bug#778013)
* Set standards-version to 3.9.6 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if test -d .git && git submodule status| grep '^-'; then git submodule init && git submodule update; fi
2
 
cp src/polarssl_config.h src/polarssl/include/polarssl/config.h