Changes between Version 15 and Version 16 of AnatomyOfAPackage
- Timestamp:
- 07/02/13 09:37:32 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnatomyOfAPackage
v15 v16 8 8 * '''`debian/compat`''': The debhelper compatability level of the package. See CompatLevels for the correct value. 9 9 * '''`debian/control`''': The Debian packaging system’s metadata for the package. See [wiki:Control]. Note that while this can be auto-updated with CDBS from control.in, it is essential that it exists. 10 * '''`debian/control.in`''': CDBS packages will often have a file called debian/control.in that looks exactly like debian/control except that it has @cdbs@ as a build dependency. This is replaced with various build dependencies that CDBS knows about (like debhelper and cdbs) at build time to generate debian/control.10 ** '''`debian/control.in`''': CDBS packages will often have a file called debian/control.in that looks exactly like debian/control except that it has @cdbs@ as a build dependency. This is replaced with various build dependencies that CDBS knows about (like debhelper and cdbs) at build time to generate debian/control. As of June 2013, this file should not be present in the Athena source tree. 11 11 * '''`debian/copyright`''': A human-readable description of the copyright status of the package. See [wiki:Copyright] for what to use in the Athena repository. 12 12 * '''`debian/rules`''': The executable makefile used to build the binary package. See [wiki:Rules].