~ubuntu-branches/ubuntu/wily/amap-align/wily

« back to all changes in this revision

Viewing changes to debian/wrapper/amap-align

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2013-11-14 13:46:11 UTC
  • Revision ID: package-import@ubuntu.com-20131114134611-qpx38kcrtknntzwr
Tags: 2.2-4
* debian/README.Debian: Mentioning that latest source is not available
  online any more
* debian/source/format: 3.0 (quilt)
* debian/upstream: Add citation information
* debian/control:
   - cme fix dpkg-control
   - canonical Vcs fields
   - debhelper 9
* remove unneeded amap-align wrapper as announced previously (NEWS)
* debian/patches/hardening.patch: Propagate hardening options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -e
3
 
{
4
 
        echo "AMAP is now available under /usr/bin/amap."
5
 
        echo "This wrapper (/usr/bin/amap-align) will be removed in the future."
6
 
} >&2
7
 
 
8
 
exec /usr/bin/amap "$@"