~ubuntu-branches/ubuntu/trusty/topal/trusty

« back to all changes in this revision

Viewing changes to misc.adb

  • Committer: Bazaar Package Importer
  • Author(s): Phil Brooke
  • Date: 2005-09-11 11:36:59 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050911113659-xdooewn1uoqc3zvx
Tags: 0.7.13.6-1
* New upstream release.
* Added missing upstream file: pine-4.60-patch.
* Changed build dependencies on libreadline (closes: #326276).
* Bumped standards-version to 3.6.2.
* Fixed broken email address in changelog entry (0.6.4-3).
* Updated FSF postal address in copyright.
* Changed prerm and postinst to refer to /bin/bash not /bin/sh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- `Topal': GPG/Pine integration
2
2
--
 
3
-- Copyright (C) 2001-2005  Phillip J. Brooke
3
4
--
4
5
--     This program is free software; you can redistribute it and/or modify
5
6
--     it under the terms of the GNU General Public License as published by
218
218
      use Ada.Text_IO;
219
219
   begin
220
220
      Put_Line("Topal " & Version_ID.Release
221
 
               & "  Copyright (C) 2001,2002 Phillip J. Brooke");
 
221
               & "  Copyright (C) 2001-2005 Phillip J. Brooke");
222
222
      Put_Line("Topal comes with ABSOLUTELY NO WARRANTY; "
223
223
               & "for details see the file `COPYING'.");
224
224
      Put_Line("This is free software, and you are welcome to redistribute "