Add patch hurd.patch to fix build failure on hurd-i386; thanks to Samuel
[debian/cdck.git] / debian / control
1 Source: cdck
2 Section: utils
3 Priority: optional
4 Maintainer: gregor herrmann <gregoa@debian.org>
5 Uploaders: tony mancill <tmancill@debian.org>
6 Build-Depends: debhelper (>= 7.0.50), autotools-dev (>= 20100122.1)
7 Standards-Version: 3.8.4
8 Homepage: http://swaj.net/unix/index.html#cdck
9 Vcs-Svn: http://svn.toastfreeware.priv.at/debian/cdck/trunk/
10 Vcs-Browser: http://svn.toastfreeware.priv.at/wsvn/ToastfreewareDebian/cdck/trunk/
11
12 Package: cdck
13 Architecture: any
14 Depends: ${shlibs:Depends}, ${misc:Depends}
15 Suggests: gnuplot
16 Description: tool for verifying the quality of written CDs/DVDs
17  cdck (CD/DVD check tool) is a simple console program to verify CD/DVD
18  quality. The known fact is that even if all files on the disc are readable,
19  some sectors having bad timing can easily turn into unreadable ones in the
20  future.
21  .
22  To get an idea about a disc cdck reads it sector by sector, keeping all
23  reading timings and then tells you its verdict. Optionally it can write the
24  timing table into text file usable by gnuplot(1) program, so you can draw
25  some graphs out of it.