~ubuntu-branches/ubuntu/lucid/gnupg2/lucid-updates

« back to all changes in this revision

Viewing changes to tools/symcryptrun.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2009-11-07 13:12:03 UTC
  • mfrom: (1.1.13 upstream) (7.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091107131203-vgyndyfgtwch7v61
Tags: 2.0.13-1ubuntu1
* Merge with Debian testing (lp: #477491). Remaining changes:
  - Build-depend on libreadline-dev instead of libreadline5-dev.
  - debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.
  - debian/rules: Call dh_installudev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
      break;
202
202
    case 13: p = VERSION; break;
203
203
    case 17: p = PRINTABLE_OS_NAME; break;
204
 
    case 19: p = _("Please report bugs to <" PACKAGE_BUGREPORT ">.\n");
205
 
      break;
 
204
    case 19: p = _("Please report bugs to <@EMAIL@>.\n"); break;
 
205
 
206
206
    case 1:
207
207
    case 40: p = _("Usage: symcryptrun [options] (-h for help)");
208
208
      break;