New cyrus-sasl2 packages

Andreas Metzler ametzler at downhill.at.eu.org
Wed Oct 18 17:25:22 UTC 2006


On 2006-10-18 Andreas Metzler <ametzler at downhill.at.eu.org> wrote:
[...]
> Attached simple patch

oops. there it is.
-------------- next part --------------
Index: changelog
===================================================================
--- changelog	(Revision 65)
+++ changelog	(Arbeitskopie)
@@ -7,7 +7,7 @@
   * Fabian Fagerholm
     - Adopted package (Closes: #368370)
     - Fixed static linking against libsasl2 (Closes: #282775)
-    - Eliminated running of autoconf at build time (Closes: #321760)
+    - Exit with an error if any of the auto* commands fail. (Closes: #321760)
     - New upstream version (Closes: #316404)
       + Fixed crash with DIGEST-MD5 (Closes: #286285, #314724)
       + Built with courier authdaemon support (Closes: #328879)
Index: rules
===================================================================
--- rules	(Revision 65)
+++ rules	(Arbeitskopie)
@@ -47,12 +47,12 @@
 export TMPPKG := $(CURDIR)/debian/tmp
 
 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; \
+	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
 
 
@@ -99,7 +99,7 @@
 	# Avoid problems with timestamp skew and autotools.
 	touch configure
 	$(AUTOTOOLS)
-	(cd saslauthd; $(AUTOTOOLS); cd ..)
+	(cd saslauthd && $(AUTOTOOLS) && cd ..)
 	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
 	       --host=$(DEB_HOST_GNU_TYPE) \
 	       --build=$(DEB_BUILD_GNU_TYPE) \


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