debctrl

Parses ./debian/control

Author

Dominique Dumont domi..nosp@m.dumont@fre.nosp@m.e.fr or dominiqu.nosp@m.e.dumont@hp..nosp@m.com

Summary
debctrlParses ./debian/control
Referencehttp://augeas.net/page/Create_a_lens_from_bottom_to_top http://www.debian.org/doc/debian-policy/ch-controlfields.html
LicenseThis file is licensed under the LGPL v2+.
Lens UsageSince control file is not a system configuration file, you will have to use augtool -r option to point to ‘debian’ directory.

License

This file is licensed under the LGPL v2+.

Lens Usage

Since control file is not a system configuration file, you will have to use augtool -r option to point to ‘debian’ directory.

Run augtool

$ augtool -r debian

Sample usage of this lens in augtool

  • Get the value stored in control file
print /files/control

...

Saving your file

save
Close