source: trunk/debathena/debathena/config-package-dev/debian/control.in @ 25426

Revision 25426, 1.1 KB checked in by andersk, 13 years ago (diff)
In config-package-dev: * Fix DEB_CHECK_FILES and DEB_TRANSFORM_FILES with non-conffiles in Multi-Arch: same packages. * Fix encode script to work with Perl 5.12. While we’re at it, turn on strict and warnings. * Bump Standards-Version to 3.9.2 (no changes required). * Add Vcs-Git, Vcs-Browser.
Line 
1Source: config-package-dev
2Section: devel
3Priority: extra
4Maintainer: Tim Abbott <tabbott@mit.edu>
5Uploaders: Anders Kaseorg <andersk@mit.edu>
6Homepage: http://debathena.mit.edu/config-package-dev
7Vcs-Git: git://andersk.mit.edu/config-package-dev.git
8Vcs-Browser: http://andersk.mit.edu/gitweb/config-package-dev.git
9Build-Depends: @cdbs@
10Standards-Version: 3.9.2
11
12Package: config-package-dev
13Architecture: all
14Depends: cdbs, ${misc:Depends}
15Description: CDBS modules for building configuration packages
16 This package contains a system of CDBS modules for creating Debian
17 configuration packages: packages that configure an existing Debian
18 system by using dpkg-divert on configuration files.  These modules
19 attempt to make the process of creating configuration packages
20 efficient by checking the md5sums of upstream configuration files
21 that are to be modified and automatically generating the relevant
22 postinst code to perform the diversions using the standard debhelper
23 mechanism.
24 .
25 The config-package-dev modules are optimized for site defaults (i.e.
26 configuration for a university or a company), though they are useful
27 for other applications as well.
Note: See TracBrowser for help on using the repository browser.