devel-versioning.rst
changeset 1106 24c790c45f8b
parent 1104 2b8f6be245c0
child 1107 4473feb406cf
equal deleted inserted replaced
1105:f50956d9293a 1106:24c790c45f8b
   238      The <upstream_version> may contain only alphanumerics[1] and the characters
   238      The <upstream_version> may contain only alphanumerics[1] and the characters
   239      ``.`` ``+`` ``-`` ``:`` ``~`` (full stop, plus, hyphen, colon, tilde) and
   239      ``.`` ``+`` ``-`` ``:`` ``~`` (full stop, plus, hyphen, colon, tilde) and
   240      should start with a digit. If there is no <debian_revision> then hyphens
   240      should start with a digit. If there is no <debian_revision> then hyphens
   241      are not allowed; if there is no <epoch> then colons are not allowed.
   241      are not allowed; if there is no <epoch> then colons are not allowed.
   242 
   242 
   243   <debian_revision>
   243 ``debian_revision``
   244      This part of the version number specifies the version of the
   244      This part of the version number specifies the version of the
   245      Debian package based on the upstream version.  It may contain
   245      Debian package based on the upstream version.  It may contain
   246      only alphanumerics and the characters ``+`` ``.`` ``~`` (plus, full
   246      only alphanumerics and the characters ``+`` ``.`` ``~`` (plus, full
   247      stop, tilde) and is compared in the same way as the
   247      stop, tilde) and is compared in the same way as the
   248      <upstream_version> is.
   248      <upstream_version> is.
   364   }
   364   }
   365 
   365 
   366 Reference.
   366 Reference.
   367 ==========
   367 ==========
   368 
   368 
   369   https://developer.mozilla.org/en/toolkit_version_format
       
   370                 Toolkit version format
       
   371   http://apr.apache.org/versioning.html
       
   372                 APR's Version Numbering
       
   373   http://semver.org/
   369   http://semver.org/
   374                 Semantic Versioning
   370                 Semantic Versioning
   375 
   371   http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version
       
   372                 Debian
       
   373   http://www.openbsd.org/faq/ports/specialtopics.html
       
   374                 OpenBSD
       
   375   http://java.sun.com/j2se/versioning_naming.html
       
   376                 Oracle
       
   377   http://www.intel.com/support/graphics/sb/CS-020667.htm
       
   378                 Intel
       
   379   http://wiki.eclipse.org/index.php/Version_Numbering
       
   380                 Eclipse
       
   381   http://apr.apache.org/versioning.html
       
   382                 Apache
       
   383   http://www106.pair.com/rhp/parallel.html
       
   384                 Conflict resolution
       
   385   http://www.rpm.org/wiki/PackagerDocs/Dependencies
       
   386                 RH
       
   387   http://www.rpm.org/max-rpm/s1-rpm-depend-manual-dependencies.html
       
   388                 RH
       
   389   http://fedoraproject.org/wiki/Packaging/NamingGuidelines
       
   390                 RH
       
   391   http://wikis.sun.com/display/IpsBestPractices/Packaging+Best+Practices+-+Versioning
       
   392                 Oracle
       
   393   http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution
       
   394                 Maven
       
   395   http://docs.codehaus.org/display/MAVEN/Versioning
       
   396                 Maven
       
   397