|
dpkg 1.22.7-3-g89f48
|
Data structure representing a Debian version. More...
#include <version.h>
Data Fields | |
| unsigned int | epoch |
| The epoch. | |
| const char * | version |
| The upstream part of the version. | |
| const char * | revision |
| The Debian revision part of the version. | |
Data structure representing a Debian version.
| unsigned int dpkg_version::epoch |
The epoch.
It will be zero if no epoch is present.
Referenced by dpkg_version_blank(), dpkg_version_compare(), dpkg_version_is_informative(), parseversion(), and varbufversion().
| const char* dpkg_version::revision |
The Debian revision part of the version.
Referenced by dpkg_version_blank(), dpkg_version_compare(), dpkg_version_is_informative(), f_obs_revision(), parseversion(), and varbufversion().
| const char* dpkg_version::version |
The upstream part of the version.
Referenced by dpkg_version_blank(), dpkg_version_compare(), dpkg_version_is_informative(), f_obs_revision(), parseversion(), pkg_source_version(), validate_version(), varbuf_add_source_version(), and varbufversion().