summaryrefslogtreecommitdiff
path: root/setedit/debian/README
blob: 7bf8f574f6ad6b06cfa95e4c138b650fa1d52b55 (plain)
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
  This directory contains scripts and helpers used to create DEB packages.
  The name "debian" is because Debian created the DEB format. That's the
same reason why the directory to create the .rpm files is called "redhat"
even when a lot of distros based on RPMs are available.

  These scripts are maintained by Ivan Baldo <ibaldo@adinet.com.uy> so you
should ask Debian specific details to Ivan with Cc to me.

  Using the .deb files instead of just using "make install" you'll get a much
better integration of the editor with your system.

  In order to create the .deb files you need to install:

A) Some packages used to create .deb files. I don't have a complete list at
the moment but in my system I have: debianutils, debhelper, debconf-utils,
dpkg-dev and devscripts.

B) Some development packages. They are listed in the "Build-Depends" section
of the debian/control file. If any of them is missing the Debian scripts will
inform it.

C) The fakeroot package if you want to create the .deb files running as a
regular user (recommended).

  To create the .deb files just run:

$ debian/buildpackage

  Note: you must create and install Turbo Vision packages first.
  The resulting DEB files should be located in ../ (../setedit*.deb and
../infview*.deb).
  To remove the temporal files created by Debian scripts run:

$ debian/rules clean-debian

$Id: README,v 1.2 2003/06/17 14:36:38 set Exp $