--- cd5-0.1.orig/debian/rules +++ cd5-0.1/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +%: + dh $@ + --- cd5-0.1.orig/debian/install +++ cd5-0.1/debian/install @@ -0,0 +1 @@ +cd5 usr/bin/ --- cd5-0.1.orig/debian/changelog +++ cd5-0.1/debian/changelog @@ -0,0 +1,25 @@ +cd5 (0.1-3) unstable; urgency=low + + * debian/rules: changed to more recent dh + * debian/control: standard moved to 3.9.2, no changes + * debian/control: changed to dh 8 + + -- Thorsten Alteholz Wed, 07 Dec 2011 19:42:19 +0100 + +cd5 (0.1-2) unstable; urgency=low + + * new maintainer (Closes: #554055) + * standards version changed to 3.9.0 + * homepage field moved from description to global + * copyright now refers to specific GPL (GPL-2) + * debian/rules: clean target modified to get rid of lintian warning + * debian/control: DM-Upload-Allowed added + + -- Thorsten Alteholz Wed, 07 Jul 2010 18:00:00 +0200 + +cd5 (0.1-1) unstable; urgency=low + + * Initial release (Closes: #406905) + + -- Florent Bayle Sun, 14 Jan 2007 21:16:32 +0100 + --- cd5-0.1.orig/debian/docs +++ cd5-0.1/debian/docs @@ -0,0 +1 @@ +README --- cd5-0.1.orig/debian/compat +++ cd5-0.1/debian/compat @@ -0,0 +1 @@ +8 --- cd5-0.1.orig/debian/dirs +++ cd5-0.1/debian/dirs @@ -0,0 +1 @@ +usr/bin --- cd5-0.1.orig/debian/copyright +++ cd5-0.1/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Florent Bayle on +Sun, 14 Jan 2007 21:16:32 +0100. + +It was downloaded from http://projects.meuh.org/cd5/ + +Upstream Author: Yann Droneaud + +Copyright: (C) 2007 Yann Droneaud . + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is Copyright 2007, Florent Bayle , +Coyright 2010, Thorsten Alteholz and is licensed under +the GPL, see above. --- cd5-0.1.orig/debian/manpages +++ cd5-0.1/debian/manpages @@ -0,0 +1 @@ +debian/man/cd5.1 --- cd5-0.1.orig/debian/control +++ cd5-0.1/debian/control @@ -0,0 +1,18 @@ +Source: cd5 +Section: utils +Priority: extra +Maintainer: Thorsten Alteholz +Build-Depends: debhelper (>= 8), libmhash-dev +Standards-Version: 3.9.2 +Homepage: http://projects.meuh.org/cd5/ +DM-Upload-Allowed: yes + +Package: cd5 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Compute checksum of individual track on CD-ROMS + CD-ROM Digest is a program that checks a multi-track CD-ROM. + It reports the MD5 digest and size for each track on a CD-ROM. + The digest is done as the track is read, without dumping CD-ROM data + on the hard drive. This tool helps users that are burning a multi-track + CD-ROM to check the result. --- cd5-0.1.orig/debian/man/cd5.1 +++ cd5-0.1/debian/man/cd5.1 @@ -0,0 +1,27 @@ +.TH CD5 1 +.SH NAME +CD5 \- Compute checksum of individual track on CD-ROMS +.SH SYNOPSIS +.BI "cd5" +.SH "DESCRIPTION" +.B CD-ROM Digest +is a program that checks a multi-track CD-ROM. +It reports the MD5 digest and size for each track on a CD-ROM. +The digest is done as the track is read, without dumping CD-ROM data +on the hard drive. This tool helps users that are burning a multi-track +CD-ROM to check the result. + +.SH "KNOWN PROBLEMS" +Currently, +.B cd5 +uses /dev/cdrom as CD-ROM device, and you can't change it. + +Tracks are often bigger than the data written inside. +The program will report an error at the end of the data, but the checksum and the size will be good. + +.SH "SEE ALSO" +/usr/share/doc/cd5/README +.SH AUTHOR +Cd5 is maintened by Yann Droneaud . +.br +This manpage was written by Florent Bayle for Debian GNU/Linux distribution because the original program does not have a manual page.