[Build-common-hackers] Bug#292374: gnome rules should also find and remove *.omf.out from help directory

Dan Korostelev Dan Korostelev <dan@ats.energo.ru>, 292374@bugs.debian.org
Wed, 26 Jan 2005 19:56:15 +0300


Package: cdbs
Version: 0.4.26-1.1
Severity: normal

Now, the gnome cdbs class appends a command to clean target that will
find and remove all *.omf.out files from doc/ directory. (if test -d
doc; then find doc -name '*omf.out' -exec rm -f \{\} \; ; fi)

But many GNOME programs have documentation in help/ subdirectory of
source tree, and cdbs doesn't clean that files. So I suggest adding
the same string but for "help" directorty instead of "doc".

Thanks!

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Kernel: Linux 2.6.10-1-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information