1DH_GNOME_CLEAN(1) gnome-pkg-tools DH_GNOME_CLEAN(1)
2
3
4
6 dh_gnome - tools for the Debian GNOME Packaging Team
7
9 dh_gnome_clean [debhelper options] [--no-control] [--check-dist]
10
12 gnome-pkg-tools contains some useful tools for the Debian GNOME
13 Packaging Team.
14
15 dh_gnome_clean is a tool designed to provide useful functions to GNOME
16 packages which do use of debhelper as preferred build system, similar
17 to the CDBS routines provided by gnome-pkg-tools.
18
19 dh_gnome_clean handles some routines to be run during clean phase.
20
22 --no-control
23 Use this flag if you do not want to recreate debian/control file on
24 top of debian/control.in, or if you do not provide the latter.
25
26 --check-dist
27 Use this flag if you want to avoid unwanted uploads to unstable.
28
30 debhelper(7)
31
32 This program is a part of gnome-pkg-tools but is made to work with
33 debhelper.
34
36 Luca Falavigna <dktrkranz@debian.org>
37
38
39
40 2010-11-01 DH_GNOME_CLEAN(1)