summaryrefslogtreecommitdiff
path: root/get-version
AgeCommit message (Collapse)AuthorFilesLines
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-02-11build: Map % back to :Guillem Jover1-3/+3
Although we do not have any epochs (and should never need one!), it serves as an example script for others to use.
2015-02-11build: Use tr instead of sed to map _ to ~Guillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2011-10-29Add support of tildes in dpkg's versionRaphaël Hertzog1-2/+3
Dpkg's version is generated from the name of the closest git tag with the help of get-version. But tag names can't contain tildes. Thus we use underscore instead. This commit fixes get-version to replace underscores back to tildes.
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
Remove trailing spaces. Remove blank lines not separating different code blocks. Remove blank lines at the end of the file.
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-2/+1
Use the <http://www.gnu.org/licenses/> URL, instead of in most cases the outdated FSF address, which is way more stable, as the latter has changed several times in the past.
2009-10-26Generate the autoconf version from gitGuillem Jover1-0/+42
Use a new script to retrieve the version from a file shipped in the released tarballs, or from the git repository using “git describe” which will give an appropriate string in case of a snapshot, and add a possible “-dirty” suffix if the working dir has uncommitted changes.