Du lette etter:

debian package version format

Debian Policy Manual - Version numbering
www.fifi.org/doc/debian-policy/policy.html/ch-versions.html
Note that other version formats based on dates which are parsed correctly by the package management system should not be changed. Native Debian packages (i.e., packages which have been written especially for Debian) whose version numbers include dates should always use the `YYYYMMDD' format.
ubuntu - debian packages version convention - Server Fault
https://serverfault.com/questions/604541
XubuntuY part of the version e.g. 1ubuntu1. X is the Debian package version. Most Ubuntu packages are based on Debian packages, which is an "upstream" distro. If 0, this means that there is no Debian package: it only exists in Ubuntu.. X resets when the real upstream version is updated, e.g. Binutils 2.25 to Binutils 2.26.. Debian versions exist because Debian may make …
Debian package versioning
https://lewenberg.com › packaging
Debian package versioning ... The package version is ... A package without a Debian revision number indicates the software was written to be ...
debian packages version convention - Server Fault
https://serverfault.com › questions
This format represents the case where a piece of software was written specifically to be a Debian package, where the Debian package source must always be ...
DebianRepository/Format - Debian Wiki
https://wiki.debian.org/DebianRepository/Format
Debian Repository Format. This document is a work in progress that documents the structure of the official Debian repository and the format that is officially understood by clients. Its purpose is to define how a Debian repository should be structured, and how clients should interpret this. The goal is to become a sub-policy eventually.
Debian Policy Manual Chapter 4 - Version numbering
http://www.fifi.org › ch-versions
The package management system imposes an ordering on version numbers, so that it can tell whether packages are being up- or downgraded and so that package ...
deb-version: Debian package version number format - Linux ...
https://www.systutorials.com/docs/linux/man/5-deb-version
deb-version - Debian package version number format SYNOPSIS [epoch:]upstream-version[-debian-revision] DESCRIPTION Version numbers as used for Debian binary and source packages consist of three components. These are: epoch This is a single (generally small) unsigned integer. It may be omitted, in which case zero is assumed.
understanding Debian dpkg package version numbers - Unix ...
https://unix.stackexchange.com › u...
debian_revision specifies the version of the Debian package based on the upstream version. It is optional and is omitted in cases where a piece of software was ...
deb-version - Debian package version number format
http://manpages.ubuntu.com › man5
Version numbers as used for Debian binary and source packages consist of three components. These are: epoch This is a single (generally small) unsigned ...
Chapter 5. Version numbers and ABIs - Debian
https://kernel-team.pages.debian.net/kernel-handbook/ch-versions.html
Package version. The version used in a Debian package. Following Debian policy, it should follow the format upstreamversion-debianrevision. However, for an upstream release candidate, the string '-rc' must be replaced with '~rc' so that it will be recognised as an earlier version than the following release. Kernel version
5. Control files and their fields — Debian Policy Manual v4.6.0.1
https://www.debian.org › doc › ch-...
Control files are used for source packages, binary packages and the .changes files ... .changes files have a format version that is incremented whenever the ...
deb-version(7) - Linux manual page
https://www.man7.org/linux/man-pages/man7/deb-version.7.html
deb-version(7) dpkg suite deb-version(7) NAME top deb-version - Debian package version number format SYNOPSIS top [epoch:]upstream-version[-debian-revision] DESCRIPTION top Version numbers as used for Debian binary and source packages consist of three components.
Chapter 7. Basics of the Debian package management system
https://www.debian.org/doc/manuals/debian-faq/pkg-basics.en.html
The VVV component is the version number specified by the upstream developer. There are no standards in place here, so the version number may have formats as different as "19990513" and "1.3.8pre1". The RRR component is the Debian revision number, and is specified by the Debian developer (or an individual user if he chooses to build the package himself).
deb (file format) - Wikipedia
https://en.wikipedia.org/wiki/Deb_(file_format)
Prior to Debian 0.93, a package consisted of a file header and two concatenated gzip archives. Since Debian 0.93, a deb package is implemented as an ar archive. This archive contains three files in a specific order: 1. debian-binary - Contains a single line giving the package format version number. (2.0 for current versions of Debian).
debian version numbers | ISG D-PHYS Readme Wiki
https://readme.phys.ethz.ch › debia...
123 = Upstream software version · 3 = Debian revision, increments if only the packaging has changed between two package releases. · Means: Upstream version is 123 ...
5. Control files and their fields — Debian Policy Manual ...
https://www.debian.org/doc/debian-policy/ch-controlfields.html
This format represents the case where a piece of software was written specifically to be a Debian package, where the Debian package source must always be identical to the pristine source and therefore no revision indication is required. It is conventional to restart the debian_revision at 1 each time the upstream_version is increased.
deb (file format) - Wikipedia
https://en.wikipedia.org › wiki › D...
deb is the format, as well as extension of the software package format for the Debian Linux distribution and its derivatives.
Debian Package Versioning - Andrés Álvarez
https://aalvarez.me › posts › debian...
This format represents the case where a piece of software was written specifically to be a Debian package, where the Debian package source must ...
debian package version | BigFix Developer
https://developer.bigfix.com › debi...
The version string of a Debian package, as displayed by the dpkg -l command, follows this format: [epoch:]upstream_version[-debian_revision] .
deb-version: Debian package version number format - Linux ...
https://www.systutorials.com/docs/linux/man/7-deb-version
deb-version - Debian package version number format SYNOPSIS [epoch:]upstream-version[-debian-revision] DESCRIPTION Version numbers as used for Debian binary and source packages consist of three components. These are: epoch This is a single (generally small) unsigned integer. It may be omitted, in which case zero is assumed.