~ubuntu-branches/ubuntu/lucid/debhelper/lucid

« back to all changes in this revision

Viewing changes to dh_clean

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-05-05 21:01:02 UTC
  • Revision ID: james.westby@ubuntu.com-20080505210102-ypjjnfbie7yoonum
Tags: 7.0.8ubuntu1
* Merge with Debian unstable. Remaining Ubuntu changes:
  - autoscripts/postinst-scrollkeeper: Do not show scrollkeeper-update
    output.
  - dh_installudev: Use priority 50 by default (instead of z60) and '-'
    separator (instead of '_').
  - dh_installxfonts: Use versioned dependency for xfonts-utils. This should
    be kept until dapper goes out of support, to avoid broken dapper
    backports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
debian diff:
23
23
  #*# *~ DEADJOE *.orig *.rej *.SUMS TAGS .deps/* *.P *-stamp
24
24
 
 
25
The debian/clean file can list other files to be removed.
 
26
 
25
27
It does not run "make clean" to clean up after the build process. Use
26
28
L<dh_auto_clean(1)> to do that.
27
29
 
28
 
The debian/clean file can list other files to be removed.
 
30
dh_clean (or "dh clean") should be the last debhelper command run in the
 
31
clean target in debian/rules.
29
32
 
30
33
=head1 OPTIONS
31
34