~ubuntu-branches/ubuntu/quantal/terminal.app/quantal

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Yavor Doganov
  • Date: 2012-06-14 13:55:31 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120614135531-xbagikvsm7nmcq25
Tags: 0.9.8-1
* New upstream release:
  + Fixes FTBFS with ld that defaults to --as-needed (Closes: #639040).
* TerminalParser_LinuxPrefs.m:
* TerminalView.m (-initWithFrame:):
* TerminalViewPrefs.m:
* ServicesPrefs.m: Revert all direct modifications.
* debian/control (Maintainer, Uploaders): Make the team maintainer, add
  myself.
  (Section): Change to `gnustep'.
  (Build-Depends): Require debhelper >= 8.  Remove version requirement
  for libgnustep-gui-dev.  Add dpkg-dev (>= 1.16.1~) and imagemagick.
  Drop gnustep-make.
  (Homepage): Point to the new location.
  (Vcs-Git, Vcs-Browser): New fields.
  (Conflicts, Replaces): Remove, no longer needed.
  (Depends): Add ${misc:Depends}.
  (Standards-Version): Claim compliance with 3.9.3 as of this release.
* debian/compat: Bump to 8.
* debian/rules: Get rid of gs_make.  Enable hardening, verbose builds,
  support for `noopt'.
  (d_app): New convenience variable.
  (build-stamp): Convert the app icon in XPM format.
  (clean): Delete the generated icon.
  (install): Replace the deprecated `dh_clean -k' with dh_prep.  Don't
  install lintian overrides.  Install the XPM icon.
  (binary-arch): Remove unnecessary arguments to dh_installman and
  dh_shlibdeps.  Move arch-independent Resources to /usr/share.
* debian/source/format: New file; set format to 3.0 (quilt).
* debian/overrides: Delete.
* debian/prerm: Don't ignore errors.
* debian/preinst:
* debian/watch: New file.
* debian/menu: Add icon.
* debian/Terminal.desktop: Make it valid.  Add Bulgarian translation.
* debian/Terminal.1: Fix errors from man.  Update homepage.
* debian/docs: Delete; duplicated by the manpage.
* debian/copyright: Switch to format 1.0, update copyright years, add
  many copyright holders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Terminal.app - copyright (c) 2002 Alexander Malmberg <alexander@malmberg.org>
2
2
 
 
3
OpenPty and ForkPty replacements written by Riccardo Mottola, 2005-2008
 
4
 
3
5
a terminal emulator for GNUstep
4
6
 
5
7
This file is a part of Terminal.app. Terminal.app is free software; you
12
14
----------
13
15
 
14
16
You'll need gnustep-base and gnustep-gui (or possibly some other
15
 
openstep-like system). Recent versions are good. If you want to be able
16
 
to use terminal services, you'll need a version of -gui newer than
17
 
2002-06-12. The pty code is known to work on GNU/Linux and FreeBSD. Reports
 
17
openstep-like system).
 
18
The pty code is known to work on GNU/Linux and FreeBSD and NetBSD.
 
19
Pty code replacement is provided and used by default on Solaris, where
 
20
it is known to work. On other operating systems you might want to
 
21
define USE_FORKPTY_REPLACEMENT in TerminalView.m
 
22
 
 
23
Reports
18
24
and/or patches for other systems are welcome.
19
25
 
20
26
To build, run 'make'.
74
80
Terminal.app can provide services for other applications by piping the
75
81
selection through arbitrary commands. Services are configured in one of
76
82
the preferences panel's tabs. The first time you open this tab, a default
77
 
set of services will be loaded. To save these where make_services will
78
 
actually find them, press 'Apply and save'. This will also run
 
83
set of services will be loaded. They are automatically added the first time
 
84
so that they appear in the services menu. This will also run
79
85
make_services to update the services list, but it may take up to 30
80
86
seconds for running applications to notice the change.
81
87