~ubuntu-branches/ubuntu/oneiric/isomd5sum/oneiric

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Finnie
  • Date: 2007-11-28 12:26:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071128122616-91stslxrl0qs5egx
Tags: 11.4.0.1.1-1
* New upstream version.
* debian/implantisomd5.sgml: --supported now --supported-iso
* debian/rules: Errors on "make clean" no longer ignored (Lintian
  debian-rules-ignores-make-clean-error).
* debian/rules, debian/control: Added pycentral run, as it turns out even
  public-extension-only packages need it for deps.
* debian/control: Added Homepage, Vcs-Browser, and Vcs-Git.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
isomd5sum -- ISO9660 checksum utilities
 
2
Port home page: http://www.finnie.org/software/isomd5sum/
 
3
 
 
4
isomd5sum is a collection of utilities for implanting and checking MD5 
 
5
checksums within an ISO9660 image. A checksum is implanted in an image 
 
6
using the implantisomd5 utility, and the corresponding checkisomd5 
 
7
utility can be used to verify burned CDs are error-free. Also included 
 
8
is a Python extension for performing these tasks.
 
9
 
 
10
isomd5sum is part of the Anaconda [0] project. I, Ryan Finnie, have 
 
11
broken out the isomd5sum directory from the Anaconda sources, and 
 
12
modified the Makefile so it can be compiled standalone. No C source 
 
13
files (.c or .h) have been modified.
 
14
 
 
15
isomd5sum is Copyright (C) 2001 Red Hat, Inc. Ryan Finnie is not 
 
16
associated with Red Hat, Inc in any way. To report bugs, please use the 
 
17
Red Hat Bugzilla [1] system, under Fedora Core -> anaconda.
 
18
 
 
19
Compiling/installing:
 
20
 
 
21
Compiling isomd5sum requires gcc, popt [2] (and associated development 
 
22
headers), and Python [3] (and associated development headers). Untar the 
 
23
package, then type "make implantisomd5 checkisomd5", and optionally 
 
24
"make pyisomd5sum.so" if you want to compile the Python extension.  Type 
 
25
"make install" as root to install the implantisomd5, checkisomd5 and 
 
26
Python library to their traditional locations.
 
27
 
 
28
[0] http://fedora.redhat.com/projects/anaconda-installer/
 
29
[1] http://bugzilla.redhat.com/bugzilla/enter_bug.cgi
 
30
[2] ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/
 
31
[3] http://www.python.org/