source: trunk/debathena/debathena/config-package-dev/debian/control @ 22961

Revision 22961, 1.0 KB checked in by tabbott, 16 years ago (diff)
In config-package-dev: * Move homepage field to source package section, so it works. * Make DEB_TRANSFROM_FILES targets depend on common-build-arch and common-build-indep, so it works with architecture-dependent packages. * Remove useless clean code from transform-files.mk. * Move divert.mk from binary-fixup to binary-post-install. * Add debhelper.mk to divert.mk, since we use its binary-post-install/package target. * Change maintainer to me, rather than debathena@mit.edu, since I'll be maintaining config-package-dev in Debian. * Upload to Debian (Closes: #469107)
Line 
1Source: config-package-dev
2Section: devel
3Priority: extra
4Maintainer: Tim Abbott <tabbott@mit.edu>
5Homepage: http://debathena.mit.edu/config-packages/
6Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0)
7Standards-Version: 3.7.3
8
9Package: config-package-dev
10Architecture: all
11Depends: cdbs, ${misc:Depends}
12Description: CDBS modules for building configuration packages
13 This package contains a system of CDBS modules for creating Debian
14 configuration packages: packages that configure an existing Debian
15 system by using dpkg-divert on configuration files.  These modules
16 attempt to make the process of creating configuration packages
17 efficient by checking the md5sums of upstream configuration files
18 that are to be modified and automatically generating the relevant
19 postinst code to perform the diversions using the standard debhelper
20 mechanism.
21 .
22 The config-package-dev modules are optimized for site defaults (i.e.
23 configuration for a university or a company), though they are useful
24 for other applications as well.
Note: See TracBrowser for help on using the repository browser.