diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 22:27:07 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 22:27:07 +0200 |
commit | 9373b9752db017bc8458720f330dc9594ac8de17 (patch) | |
tree | fd9362c5203d971afc65cab7e29471a099dc7202 /test/versions.lst | |
parent | fc5f54175a514c31c9400d9f9d08e6496cf63823 (diff) |
* apt-pkg/deb/debversion.cc:
- applied patch from Lionel Elie Mamane to fix epoch handling
(debian: #363358)
Diffstat (limited to 'test/versions.lst')
-rw-r--r-- | test/versions.lst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/versions.lst b/test/versions.lst index 008a0f2d7..efc19c4f0 100644 --- a/test/versions.lst +++ b/test/versions.lst @@ -20,6 +20,13 @@ z . -1 # Epochs 1:0.4 10.3 1 1:1.25-4 1:1.25-8 -1 +0:1.18.36 1.18.36 0 + +# Funky, but allowed, characters in upstream version +9:1.18.36:5.4-20 10:0.5.1-22 -1 +9:1.18.36:5.4-20 9:1.18.36:5.5-1 -1 +9:1.18.36:5.4-20 9:1.18.37:4.3-22 -1 +1.18.36-0.17.35-18 1.18.36-19 1 # Junk 1:1.2.13-3 1:1.2.13-3.1 -1 |