[Pkg-jed-commit] r471 - jed/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Tue Jan 9 16:44:57 CET 2007


Author: rafael
Date: 2007-01-09 16:44:57 +0100 (Tue, 09 Jan 2007)
New Revision: 471

Modified:
   jed/trunk/debian/control
Log:
Restore debian/control which was butchered in the last commit.  This time, really fixed typo: "Pre-Depend" -> "Pre-Depends"

Modified: jed/trunk/debian/control
===================================================================
--- jed/trunk/debian/control	2007-01-09 15:32:59 UTC (rev 470)
+++ jed/trunk/debian/control	2007-01-09 15:44:57 UTC (rev 471)
@@ -1 +1,84 @@
-Fixed typo: "Pre-Depend" -> "Pre-Depends"
\ No newline at end of file
+Source: jed
+Section: editors
+Priority: optional
+Maintainer: Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>
+Uploaders: Rafael Laboissiere <rafael at debian.org>
+Standards-Version: 3.7.2
+Build-Depends-Indep: hevea
+Build-Depends: debhelper (>= 4.1.16), dpatch, libgpmg1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libslang2-dev, libxft-dev, libxt-dev, pkg-config
+
+Package: jed
+Architecture: any
+Depends: ${shlibs:Depends}, jed-common (>= ${Source-Version})
+Provides: info-browser, mail-reader, editor
+Description: editor for programmers (textmode version)
+ Jed is a small, fast (faster startup than bash) and powerful text editor.
+ .
+ Completely customizable with prepared emulation modes for Emacs, CUA
+ (similar to KDE/Gnome/Openoffice), Borland-IDE, Brief, and EDT. Extensible
+ in the S-Lang scripting language (with a syntax resembling C).
+ .
+ Editing functions: folding support; rectangular cut/paste; regular
+ expression search/replace; incremental searches; search/replace across
+ multiple files; multiple windows; multiple buffers; ...
+ .
+ Tools: directory editor (dired); info (browse GNU info files); mail;
+ rmail; ispell; shell mode; ...
+ .
+ Special modes (syntax highlight, indention, compile, ...) for
+ Basic, C, C++, DCL, FORTRAN, IDL, Java, NROFF, Pascal,
+ Perl, PHP, PostScript, Python, SH.
+ Modes for markup languages include HTML and (La)TeX (with AUC-TeX style
+ editing and BibTeX)
+ .
+ Additional tools and modes can be found in the jed-extra package.
+ .
+  Homepage: http://www.jedsoft.org/jed/
+
+Package: xjed
+Architecture: any
+Depends: ${shlibs:Depends}, jed-common (>= ${Source-Version})
+Provides: info-browser, mail-reader, editor
+Description: editor for programmers (x11 version)
+ Jed is a small, fast (faster startup than xterm with bash),
+ and powerful text editor.
+ .
+ Completely customizable with prepared emulation modes for Emacs, CUA
+ (similar to KDE/Gnome/Openoffice), Borland-IDE, Brief, and EDT. Extensible
+ in the S-Lang scripting language (with a syntax resembling C).
+ .
+ Editing functions: folding support; rectangular cut/paste; regular
+ expression search/replace; incremental searches; search/replace across
+ multiple files; multiple windows; multiple buffers; ...
+ .
+ Special modes (syntax highlight, indention, compile, ...) for
+ Basic, C, C++, DCL, FORTRAN, IDL, Java, NROFF, Pascal,
+ Perl, PHP, PostScript, Python, SH.
+ Modes for markup languages include HTML and (La)TeX (with AUC-TeX style
+ editing and BibTeX)
+ .
+ Tools: directory editor (dired); info (browse GNU info files); mail;
+ rmail; ispell; shell mode; ...
+ .
+ The native X11 version provides improved mouse support, key configuration
+ and X selection interaction. If no display is available, xjed falls back to
+ text mode, thus there is no need to install both jed and xjed packages.
+ .
+ Additional tools and modes can be found in the jed-extra package.
+ .
+  Homepage: http://www.jedsoft.org/jed/
+
+Package: jed-common
+Architecture: all
+Replaces: jed-sl
+Conflicts: jed-sl, jed (<< ${Source-Version}), xjed (<< ${Source-Version})
+Recommends: jed | xjed
+Pre-Depends: debconf | debconf-2.0
+Depends: findutils (>= 4.1.20-6)
+Description: S-Lang runtime files for jed and xjed
+ Jed is a small, fast and powerful text editor.
+ .
+ This package provides the S-Lang runtime files that are needed by both
+ jed and xjed.
+ .
+  Homepage: http://www.jedsoft.org/jed/




More information about the Pkg-jed-commit mailing list