diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-03-27 06:18:34 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-03-27 06:18:45 +0200 |
commit | b3793bdf1f285c024ec31ce9f5c3dfeb407fd6d3 (patch) | |
tree | 51f7c5f9979fd53ceb38e173cd2dfc097d8255e7 | |
parent | 59013f6ce33699a90981d3a8aea6a454ce5883af (diff) | |
download | xutils-dev-b3793bdf1f285c024ec31ce9f5c3dfeb407fd6d3.tar.gz |
Add debian/versions, containing upstream to Debian version mappings, to ease lookups.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/versions | 42 |
2 files changed, 47 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b150c7e..0d4c206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ xutils-dev (1:7.6+3) UNRELEASED; urgency=low + [ Robert Hooker ] * util-macros 1.13.0 + [ Cyril Brulebois ] + * Add debian/versions, containing upstream to Debian version mappings, + to ease lookups. + -- Robert Hooker <sarvatt@ubuntu.com> Tue, 15 Mar 2011 17:09:52 -0400 xutils-dev (1:7.6+2) unstable; urgency=low diff --git a/debian/versions b/debian/versions new file mode 100644 index 0000000..44c5af8 --- /dev/null +++ b/debian/versions @@ -0,0 +1,42 @@ +Version tables +============== + +The idea is to ease version lookup by providing an upstream to Debian +version mapping, for each individual package. For conciseness, Debian +versions are mentioned starting with the revision available in +squeeze. As the most useful, util-macros comes first. + + +util-macros | Debian +------------------------ +1.13.0 | 1:7.6+3 +1.12.0 | 1:7.6+2 +1.10.1 | 1:7.6+1 +1.10.0 | 1:7.5+4 + + +gccmakedep | Debian +------------------------ +1.0.2 | 1:7.5+4 + + +imake | Debian +------------------------ +1.0.4 | 1:7.5+5 + + +lndir | Debian +------------------------ +1.0.2 | 1:7.5+5 + + +makedepend | Debian +------------------------ +1.0.3 | 1:7.5+5 +1.0.2 | 1:7.5+4 + + +xorg-cf-files | Debian +------------------------ +1.0.4 | 1:7.6+1 +1.0.3 | 1:7.5+4 |