dpkg-parsechangelog.1 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .TH dpkg\-parsechangelog 1 "2007-03-07" "Debian Project" "dpkg utilities"
  2. .SH NAME
  3. dpkg\-parsechangelog \- parse Debian changelog files
  4. .
  5. .SH SYNOPSIS
  6. .B dpkg\-parsechangelog
  7. .RI [ options ]
  8. .
  9. .SH DESCRIPTION
  10. .B dpkg\-parsechangelog
  11. reads and parses the changelog of an unpacked Debian source tree and
  12. outputs the information in it to standard output in a machine-readable
  13. form.
  14. .
  15. .SH OPTIONS
  16. .TP
  17. .BI \-l changelogfile
  18. Specifies the change log file to read information from. The
  19. default is
  20. .BR debian/changelog .
  21. .TP
  22. .BI \-F changelogformat
  23. Specifies the format of the changelog. By default the format is read
  24. from a special line near the bottom of the changelog or failing that
  25. defaults to the debian standard format.
  26. .TP
  27. .BI \-L libdir
  28. FIXME not used in the source!?
  29. .TP
  30. .BI \-v version
  31. Use changelog information from all versions strictly later than
  32. .IR version .
  33. .TP
  34. .BR \-h ", " \-\-help
  35. Show the usage message and exit.
  36. .TP
  37. .BR \-\-version
  38. Show the version and exit.
  39. .
  40. .SH FILES
  41. .TP
  42. .B debian/changelog
  43. The changelog file, used to obtain version-dependent information about
  44. the source package, such as the urgency and distribution of an upload,
  45. the changes made since a particular release, and the source version
  46. number itself.
  47. .
  48. .SH AUTHORS
  49. Copyright (C) 1995-1996 Ian Jackson
  50. .br
  51. Copyright (C) 2000 Wichert Akkerman
  52. .sp
  53. This is free software; see the GNU General Public Licence version 2 or later
  54. for copying conditions. There is NO WARRANTY.