File: README.debian

package info (click to toggle)
emboss 6.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 571,248 kB
  • ctags: 39,971
  • sloc: ansic: 460,578; java: 29,439; perl: 13,573; sh: 12,740; makefile: 3,275; csh: 706; asm: 351; xml: 239; pascal: 237; modula3: 8
file content (47 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
EMBOSS for Debian
=================

Some programs renamed
---------------------

Some programs in EMBOSS have a name which is also used by other programs from
other packages. The Debian distribution does not allow two packages to conflict
in this way. Therfore 'cons' has been renamed 'em_cons' and 'pscan has been
renamed 'em_pscan'.

There is a directory in which the program names are guaranteed to be always
unchanged, /usr/lib/emboss. You can prepend it to your PATH, with a command
such as 'PATH = /usr/lib/emboss:$PATH' with Bourne shells, so that when you run
'cons' or 'pscan', it is always the EMBOSS program.  Other programs could be
renamed in the future, so it is strongly recommended to use this path in your
scripts.


tfm uses Debian's pager by default
----------------------------------

The `tfm' program will use /usr/bin/pager instead of /usr/bin/more by default.
/usr/bin/pager is managed via the `update-alternatives' utility and can point
to other pagers such as `less' and `most'. This can be overridden by using the
PAGER environment variable, just as in default EMBOSS installations.


EMBOSS Quick Guide relicenced
-----------------------------

This package contains a relicenced version of the EMBOSS Quick Guide. Its
uuencoded sources (in MS Word format) are included in the Debian source package
'emboss'.


Notes about how this package is tested
--------------------------------------

The EMBOSS packages for Debian are tested during the build process by running
the regression checks of the ‘test/qa/qatest.csh’ script. You can consult the
results in the build logs available at ‘http://buildd.debian.org/emboss’. In
addition, the packages are tested locally by the developer performing the
upload, by running a couple of very simple programs like ‘embossversion’ and
‘tfm’.

 -- Charles Plessy <plessy@debian.org>  Fri, 07 Mar 2008 10:23:12 +0900