-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcontrol
More file actions
31 lines (30 loc) · 1.45 KB
/
control
File metadata and controls
31 lines (30 loc) · 1.45 KB
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
Source: config-package-dev
Section: devel
Priority: optional
Maintainer: Debathena Project <debathena@mit.edu>
Uploaders: Tim Abbott <tabbott@mit.edu>, Anders Kaseorg <andersk@mit.edu>, Geoffrey Thomas <geofft@mit.edu>
Homepage: https://debathena.mit.edu/config-package-dev
Vcs-Git: https://github.com/sipb/config-package-dev.git
Vcs-Browser: https://github.com/sipb/config-package-dev
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.1.1
Package: config-package-dev
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Multi-Arch: foreign
Description: Debhelper (and CDBS) modules for building configuration packages
This package contains a system of modules for creating Debian
configuration packages: packages that configure an existing Debian
system by using dpkg-divert on configuration files. These modules
attempt to make the process of creating configuration packages
efficient by checking the md5sums of upstream configuration files
that are to be modified and automatically generating the relevant
postinst code to perform the diversions using the standard debhelper
mechanism. In addition to a debhelper command and sequencer extension
module, CDBS modules are also included, but future development will
focus on the debhelper interface.
.
The config-package-dev modules are optimized for site defaults (i.e.
configuration for a university or a company), though they are useful
for other applications as well.