junneyang / zumastor

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

ddsnap deb should depend on the version of libc6 used to build it #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build .debs on hardy
2. Install on dapper

What is the expected output? What do you see instead?
Everything will be fine until you try to use the ddsnap binary, at which 
point it will complain about the libc6 version.

Please use labels and text to provide additional information.
Issue present in all packages r1652 and below. Patch attached to change 
debian/control depends from
'''
Depends: dmsetup, libc6, libpopt0, zlib1g
'''
to something like
'''
Depends: dmsetup, libc6 (>= 2.7), libpopt0 (>= 1.10), zlib1g (>= 
1:1.2.3.3.dfsg-1)
'''
automatically at build time

jiayingz, would you review?

Original issue reported on code.google.com by williama...@gmail.com on 9 May 2008 at 6:21

Attachments:

GoogleCodeExporter commented 9 years ago
LGTM.

Original comment by jiahotc...@gmail.com on 9 May 2008 at 6:31

GoogleCodeExporter commented 9 years ago
Fix Committed.

Original comment by williama...@gmail.com on 9 May 2008 at 6:37