~ubuntu-branches/ubuntu/precise/config-package-dev/precise

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Tim Abbott
  • Date: 2008-05-03 13:37:12 UTC
  • Revision ID: james.westby@ubuntu.com-20080503133712-fpjefhoe3hbnr30c
Tags: 4.7
* 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)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.