junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

Kernel .debs have broken version numbers #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download kernel from zumastor.org
2. run dpkg-deb -f image.deb version

What is the expected output? What do you see instead?
Expect to see current kernel version as built.

[lackey:/var/tmp]
willn % dpkg-deb -f kernel-image-2.6.22.18-zumastor-r1491_1.0_i386.deb 
version

1.0

A 1.0 version number will make other things complain (eg, mkinitramfs)

Original issue reported on code.google.com by williama...@gmail.com on 7 Apr 2008 at 10:45

GoogleCodeExporter commented 9 years ago
For the packages we build, a 1.0 version number is correct -- since it is 
version 
1.0 of that particular revision :).

Original comment by williama...@gmail.com on 8 Apr 2008 at 7:04