File: control

package info (click to toggle)
config-package-dev 5.5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: perl: 247; makefile: 66; sh: 49
file content (31 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (2)
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
Vcs-Browser: https://github.com/sipb/config-package-dev
Rules-Requires-Root: no
Build-Depends: debhelper (>= 9)
Standards-Version: 4.1.0

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.