~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to debian/iceboxnet.wrapper

  • Committer: Bazaar Package Importer
  • Author(s): Francisco Moya
  • Date: 2010-02-12 23:47:25 UTC
  • mfrom: (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100212234725-j73godlwruqjtpus
Tags: 3.3.1-12
* Added patch by Thorvald Natvig to fix FTBFS with phpapi-200906
  (Closes: #569037).
* Links in /usr/share/slice are replaced by a single link
  /usr/share/Ice/slice as in most other distributions.  The previous
  approach was meant to provide backwards compatibility but the current
  implementation of Slice compilers is broken for symlinks.  See
  README.Debian for details. (Closes: #569029).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
exec /usr/bin/cli /usr/lib/cli/libzeroc-ice-3.3/iceboxnet.exe "$@"
 
2
exec /usr/bin/cli /usr/lib/cli/libzeroc-ice3.3/iceboxnet.exe "$@"
3
3