File: control

package info (click to toggle)
jupp 3.1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,208 kB
  • sloc: ansic: 27,469; sh: 4,058; makefile: 209
file content (68 lines) | stat: -rw-r--r-- 3,220 bytes parent folder | download
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# $MirOS: contrib/hosted/tg/deb/jupp/debian/control,v 1.30 2012/07/18 17:39:01 tg Exp $
#
Source: jupp
Section: editors
Priority: optional
Maintainer: Thorsten Glaser <tg@mirbsd.de>
Homepage: https://www.mirbsd.org/jupp.htm
# Just drop B-D on autotools-dev or libselinux1-dev if needed,
# as they are optional and autodetected.
Build-Depends: debhelper (>= 7.0.0~),
  autotools-dev,
# libselinux1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
  libselinux1-dev [linux-any],
  libtinfo-dev | libncurses-dev
Standards-Version: 3.9.3
# First word is the $CVSROOT (-d arg) string, second word the module.
Vcs-CVS: :ext:_anoncvs@anoncvs.mirbsd.org:/cvs contrib/hosted/tg/deb/jupp
Vcs-Browser: http://cvs.mirbsd.de/contrib/hosted/tg/deb/jupp/

Package: jupp
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: joe (<< 3.7-2.3~)
Provides: editor
Description: user friendly full screen text editor
 Joe, the Joe's Own Editor, has the feel of most PC text editors: the key
 sequences are reminiscent of WordStar and Turbo C editors, but the feature
 set is much larger than of those.  Joe has all of the features a Unix
 user should expect: full use of termcap/terminfo, complete VI-style Unix
 integration, a powerful configuration file, and regular expression search
 system.  It also has eight help reference cards which are always available,
 and an intuitive, simple, and well thought-out user interface.
 .
 Joe has a great screen update optimisation algorithm, multiple windows
 (through/between which you can scroll) and lacks the confusing notion of
 named buffers.  It has command history, TAB expansion in file selection
 menus, undo and redo functions, (un)indenting and paragraph formatting,
 filtering highlighted blocks through any external Unix command, editing
 a pipe into or out of a command, and block move, copy, delete or filter.
 .
 Through simple QEdit-style configuration files, Joe can be set up to
 emulate editors such as Pico and Emacs, along with a complete imitation
 of WordStar, and a restricted mode version (lets you edit only the files
 specified on the command line).  Joe also has a deferred screen update to
 handle typeahead, and it ensures that deferral is not bypassed by tty
 buffering.  It's usable even at 2400 baud, and it will work on any
 kind of sane terminal.  Furthermore, it supports SELinux context copying
 on Debian systems with the Linux kernel.
 .
 This version of JOE only comes with the Jupp flavour, to not conflict
 with the Debian joe package, activated. The resource files and executable
 links and menu entries for the other flavours are still available, though,
 in the joe-jupp package.

Package: joe-jupp
Priority: extra
Architecture: all
Depends: ${misc:Depends}, jupp (>= 3.1.18-2~)
Conflicts: joe
Provides: joe
Replaces: joe
Description: reimplement the joe Debian package using jupp
 This package contains symbolic links to replace the Debian joe package
 using the jupp package and implementation (both binaries and manpages).
 It also contains the appropriate conffiles and, in contrast to Debian's
 joe flavour, supports SELinux context copying (on Debian systems with
 the Linux kernel), and has many bugs fixed.