~ubuntu-branches/ubuntu/natty/debhelper/natty

« back to all changes in this revision

Viewing changes to dh_md5sums

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess, Joey Hess, Valery Perrin
  • Date: 2011-02-05 12:00:04 UTC
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: james.westby@ubuntu.com-20110205120004-9ayvm0q0xe2yl0hx
Tags: 8.1.0
[ Joey Hess ]
* python_distutils: Pass --force to setup.py build, to ensure that when
  python-dbg is run it does not win and result in scripts having it in
  the shebang line. Closes: #589759
* Man page fixes about what program -u passes params to. Closes: #593342
* Avoid open fd 5 or 6 breaking buildsystem test suite. Closes: #596679
* Large update to Spanish man page translations by Omar Campagne.
  Closes: #600913
* dh_installdeb: Support debian/package.maintscript files,
  which can contain dpkg-maintscript-helper commands. This can be used
  to automate moving or removing conffiles, or anything added to
  dpkg-maintscript-helper later on. Closes: #574443
  (Thanks, Colin Watson)
* Massive man page typography patch. Closes: #600883
  (Thanks, David Prévot)
* Explicitly build-depend on a new enough perl-base. Closes: #601188
* dh: Inhibit logging when an override target runs the overridden command,
  to avoid unexpected behavior if the command succeeded but the overall
  target fails. Closes: #601037
* Fix deprecated command list on translated debhelper(7) man pages.
  Closes: #601204
* dh: Improve filtering in dh_listpackages example. Closes: #604561
* dh: Add support for build-arch, build-indep, install-arch and
  install-indep sequences. Closes: #604563
  (Thanks, Roger Leigh)
* dh_listpackages: Do not display warnings if options cause no packages
  to be listed.
* dh_installdocs: Clarify that debian/README.Debian and debian/TODO are
  only installed into the first package listed in debian/control.
  Closes: #606036
* dh_compress: Javascript files are not compressed, as these go with
  (uncompressed) html files. Closes: #603553
* dh_compress: Ignore objects.inv files, generated by Sphinx documentation.
  Closes: #608907
* dh_installinit: never call init scripts directly, only through invoke-rc.d
  Closes: #610340
  (Thanks, Steve Langasek)

[ Valery Perrin ]
* update french translation.
* Fix french misspelling.
* French translation update after massive man page typography 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
=head1 DESCRIPTION
18
18
 
19
 
dh_md5sums is a debhelper program that is responsible for generating
20
 
a DEBIAN/md5sums file, which lists the md5sums of each file in the package.
21
 
These files are used by the debsums package.
 
19
B<dh_md5sums> is a debhelper program that is responsible for generating
 
20
a F<DEBIAN/md5sums> file, which lists the md5sums of each file in the package.
 
21
These files are used by the B<debsums> package.
22
22
 
23
 
All files in DEBIAN/ are omitted from the md5sums file, as are all
24
 
conffiles (unless you use the --include-conffiles switch).
 
23
All files in F<DEBIAN/> are omitted from the F<md5sums> file, as are all
 
24
conffiles (unless you use the B<--include-conffiles> switch).
25
25
 
26
26
The md5sums file is installed with proper permissions and ownerships.
27
27
 
32
32
=item B<-x>, B<--include-conffiles>
33
33
 
34
34
Include conffiles in the md5sums list. Note that this information is
35
 
redundant since it is included elsewhere in debian packages.
 
35
redundant since it is included elsewhere in Debian packages.
36
36
 
37
37
=item B<-X>I<item>, B<--exclude=>I<item>
38
38
 
39
 
Exclude files that contain "item" anywhere in their filename from
 
39
Exclude files that contain I<item> anywhere in their filename from
40
40
being listed in the md5sums file.
41
41
 
42
42
=back