Revision 22961,
998 bytes
checked in by tabbott, 17 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 | |
---|
1 | Source: config-package-dev |
---|
2 | Section: devel |
---|
3 | Priority: extra |
---|
4 | Maintainer: Tim Abbott <tabbott@mit.edu> |
---|
5 | Homepage: http://debathena.mit.edu/config-packages/ |
---|
6 | Build-Depends: @cdbs@ |
---|
7 | Standards-Version: 3.7.3 |
---|
8 | |
---|
9 | Package: config-package-dev |
---|
10 | Architecture: all |
---|
11 | Depends: cdbs, ${misc:Depends} |
---|
12 | Description: 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.