~ubuntu-branches/ubuntu/oneiric/debhelper/oneiric

« back to all changes in this revision

Viewing changes to dh_md5sums

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2011-02-07 17:16:49 UTC
  • mfrom: (1.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110207171649-v8k6uowavom83cxt
Tags: 8.1.0ubuntu1
* Merge with Debian (LP: #714705); remaining changes:
  - dh_installinit: Add --upstart-only and --onlyscripts-upstart modes.
  - Add various autoscripts for above: postinst-upstart,
    postinst-upstart-replace, postinst-upstart-restart,
    prerm-upstart, prerm-upstart-norestart, preinst-removeconffile.
  - dh_installudev: Change default init.d symlink priority to 40.
  - dh_installchangelogs: Do not install upstream changelog in compat level
    7. This floods packages with huge upstream changelogs which take
    precious CD space.
  - dh_strip, dh_makeshlibs: use triplet-objdump, triplet-objcopy and
    triplet-strip from cross-binutils when cross-compiling; Debian #412118.
  - add dh_apparmor and autoscripts
  - debian/rules: override build target to set executable bit for
    dh_apparmor before actually running dh build, that is in order to get
    the manpage built for dh_apparmor.

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