OoO En ce début d'après-midi ensoleillé du mardi 03 juin 2008, vers
15:04, Kartik Mistry <kartik.mistry@gmail.com> disait :
> It builds these binary packages:
> ldtp - GNU/Linux Desktop Testing Project (GNU/LDTP)
> python-ldtp - Python bindings for GNU/Linux Desktop Testing Project
Hi Kartik!
You copy config.sub and config.guess from autotools-dev as stated in the
README.Debian of this package. However, copying those files in the clean
target changes the diff.gz. Instead, you might want to add this snippet
in the config.status target:
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
And in the clean target:
rm -f config.guess config.sub
Moreover, you can safely remove CFLAGS settings in debian/rules. This is
now done by dpkg-buildpackage.
We try to avoid an uppercased letter at the beginning of the short
description. This will be difficult to avoid for ldtp package, but maybe
you might find a way to reword the short description of python-ldtp.
You can also update Standards-Version to 3.8.0 which was released
recently.
--
I WILL NOT WASTE CHALK
I WILL NOT WASTE CHALK
I WILL NOT WASTE CHALK
-+- Bart Simpson on chalkboard in episode 7G02
Attachment:
pgp1lRGGme4Iv.pgp
Description: PGP signature