New cyrus-sasl2 packages

Andreas Metzler ametzler at downhill.at.eu.org
Wed Oct 18 17:21:51 UTC 2006


On 2006-10-18 "Roberto C. Sanchez" <roberto at connexer.com> wrote:
[...] 
> OK.  I pulled the reautofu-izing stuff from the old cyrus-sasl2 packages
> and modified to fit ours.  Here is the diff:
[...]
> +AUTOTOOLS=rm -f acinclude.m4 aclocal.m4 config/config.sub \
> +       config/config.guess config/ltmain.sh config/libtool.m4; \
> +       libtoolize --force; \
> +       aclocal-1.9 -I $(CURDIR)/cmulocal -I $(CURDIR)/config; \
> +       autoheader; \
> +       autoconf; \
> +       automake-1.9 --add-missing --include-deps; \
> +       touch stamp-h.in

> +
>  ### The Makefile targets begin. ###


> @@ -89,6 +98,8 @@

>         # Avoid problems with timestamp skew and autotools.
>         touch configure
> +       $(AUTOTOOLS)
> +       (cd saslauthd; $(AUTOTOOLS); cd ..)
>         CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
>                --host=$(DEB_HOST_GNU_TYPE) \
>                --build=$(DEB_BUILD_GNU_TYPE) \
[...]


This re-introduces 321760 (if e.g. libtoolize fails the makefile will
continue to run)

Attached simple patch (basically s/;/&&/ and update changelog) fixes
this.

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde



More information about the Pkg-cyrus-sasl2-debian-devel mailing list