File: control

package info (click to toggle)
dist 1%3A3.5-236-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 4,240 kB
  • sloc: sh: 5,274; perl: 4,525; cpp: 208; makefile: 77; ansic: 4
file content (36 lines) | stat: -rw-r--r-- 1,486 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
Source: dist
VCS-Git: https://salsa.debian.org/srivasta/dist.git
VCS-Browser: https://salsa.debian.org/srivasta/dist
Section: devel
Priority: optional
Maintainer: Manoj Srivastava <srivasta@debian.org>
Standards-Version: 4.3.0
Build-Depends: debhelper-compat (=12)
Build-Depends-Indep: sharutils, po-debconf, gettext

Package: dist
Architecture: all
Multi-Arch: foreign
Depends: perl, libperl4-corelibs-perl, debconf (>= 1.2.0) | debconf-2.0,
          ${misc:Depends}
Description: Tools for developing, maintaining and distributing software
 The dist package is a set of tools meant to ease the construction
 and maintenance of portable software.
 .
 The first component is the Configure script generator, metaconfig, which
 automatically builds the Configure script from your sources. Ideally,
 the end-user receiving your source code will simply have to read
 your README file, run the Configure script (which is self-documented),
 and then run make.
 .
 The second component is the Makefile.SH generator, which is a generic
 configured Makefile, reusing some of the information figured out
 by Configure, and a generic Jmakefile description.
 .
 The third component is the RCS aware package generator, which is
 used when it's time to build up the shell archives used to distribute
 your program.
 .
 The fourth and latest component is the patch generator, used to
 make updates of your sources, which can later be applied on the
 original  distribution by using the patch program.