aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 16:39:07 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 16:39:07 +0100
commit7caa5b1b4091d63243c29d92361c35edbf11cf31 (patch)
tree1ba61d129a2dcae6f8780ead88b0fed5d3daaf51 /debian/control
parent039a657df2b63b982d33b29715850485405769d3 (diff)
downloadsciteco-7caa5b1b4091d63243c29d92361c35edbf11cf31.tar.gz
debianized SciTECO
* prepared for upload to Ubuntu PPA * debian package will not be in autoconf source distro * will only build as a non-native package based on a source bundle that contains scintilla, scinterm and has patches applied
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..688b4fa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: sciteco
+Section: editors
+Priority: optional
+Maintainer: Robin Haberkorn <robin.haberkorn@googlemail.com>
+Build-Depends: debhelper (>= 8), g++ (>= 4:4.4), libglib2.0-dev, libncurses5-dev
+Standards-Version: 3.9.2
+Homepage: http://rhaberkorn.github.com/sciteco/
+Vcs-Browser: https://github.com/rhaberkorn/sciteco
+Vcs-Git: git://github.com/rhaberkorn/sciteco.git
+
+Package: sciteco-curses
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Scintilla-based TExt Editor and COrrector
+ SciTECO is an interactive TECO dialect, similar to Video TECO.
+ It also adds features from classic Standard TECO-11,
+ and incorporates many unique new ideas.
+ It is geared towards UNIX-like operating systems but also
+ natively supports Microsoft Windows NT.
+ .
+ This package contains the ncurses version of SciTECO.