diff options
Diffstat (limited to 'scripts/Dpkg/Control.pm')
-rw-r--r-- | scripts/Dpkg/Control.pm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/Dpkg/Control.pm b/scripts/Dpkg/Control.pm index 7177ef1c4..25178d21a 100644 --- a/scripts/Dpkg/Control.pm +++ b/scripts/Dpkg/Control.pm @@ -59,22 +59,22 @@ information is not yet known. =item CTRL_INFO_SRC -Corresponds to the first block of information in a debian/control file in +Corresponds to the first block of information in a F<debian/control> file in a Debian source package. =item CTRL_INFO_PKG -Corresponds to subsequent blocks of information in a debian/control file +Corresponds to subsequent blocks of information in a F<debian/control> file in a Debian source package. =item CTRL_INDEX_SRC -Corresponds to an entry in a Sources file of a source package +Corresponds to an entry in a F<Sources> file of a source package repository. =item CTRL_INDEX_PKG -Corresponds to an entry in a Packages file of a binary package +Corresponds to an entry in a F<Packages> file of a binary package repository. =item CTRL_PKG_SRC @@ -83,8 +83,8 @@ Corresponds to a .dsc file of a Debian source package. =item CTRL_PKG_DEB -Corresponds to the control file generated by dpkg-gencontrol -(DEBIAN/control) and to the same file inside .deb packages. +Corresponds to the F<control> file generated by dpkg-gencontrol +(F<DEBIAN/control>) and to the same file inside .deb packages. =item CTRL_FILE_CHANGES @@ -96,7 +96,7 @@ Corresponds to a vendor file in $Dpkg::CONFDIR/origins/. =item CTRL_FILE_STATUS -Corresponds to an entry in dpkg's status file ($Dpkg::ADMINDIR/status). +Corresponds to an entry in dpkg's F<status> file ($Dpkg::ADMINDIR/status). =item CTRL_CHANGELOG |