--- cd5-0.1.orig/debian/rules
+++ cd5-0.1/debian/rules
@@ -0,0 +1,81 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# 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
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Compile the package.
+ $(MAKE)
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Clean up after the build process.
+ [ ! -f Makefile ] || $(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# Nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs README
+ dh_installdocs
+ dh_installexamples
+ dh_install
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- 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,17 @@
+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 <debian@alteholz.de> Wed, 07 Jul 2010 18:00:00 +0200
+
+cd5 (0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #406905)
+
+ -- Florent Bayle <fbayle@bigfoot.com> 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 @@
+5
--- 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 <fbayle@bigfoot.com> on
+Sun, 14 Jan 2007 21:16:32 +0100.
+
+It was downloaded from http://projects.meuh.org/cd5/
+
+Upstream Author: Yann Droneaud <ydroneaud@meuh.org>
+
+Copyright: (C) 2007 Yann Droneaud <ydroneaud@meuh.org>.
+
+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 <fbayle@bigfoot.com>,
+Coyright 2010, Thorsten Alteholz <debian@alteholz.de> 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 <debian@alteholz.de>
+Build-Depends: debhelper (>= 5), libmhash-dev
+Standards-Version: 3.9.0
+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 <ydroneaud@meuh.org>.
+.br
+This manpage was written by Florent Bayle <fbayle@bigfoot.com> for Debian GNU/Linux distribution because the original program does not have a manual page.