[Pkg-xmpp-devel] again a new gsasl release available
Jorge Salamero Sanz
bencer at cauterized.net
Thu Sep 25 12:40:45 UTC 2008
On Wednesday 24 September 2008 01:04:13 Thadeu Lima de Souza Cascardo wrote:
> Fixed repository is up. I am trying to build it right now. I've imported
> the two right latest upstream versions and changed the control file to
> have the list as the Maintainer address and both of us as Uploaders.
> Please, check that your name is right.
i've fixed minor issues in changelog and control, but before uploading i'd like
to ask what do you think about this in rules to avoid config.guess and
config.sub getting into the diff.gz:
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
clean::
if test -r config.guess ; then \
rm config.guess ; \
fi
if test -r config.sub ; then \
rm config.sub ; \
fi
More information about the Pkg-xmpp-devel
mailing list