[Pkg-cyrus-sasl2-commits] r67 - in /cyrus-sasl-2.1/trunk/debian: changelog rules

el_cubano-guest at users.alioth.debian.org el_cubano-guest at users.alioth.debian.org
Fri Oct 20 06:57:19 UTC 2006


Author: el_cubano-guest
Date: Wed Oct 18 17:29:09 2006
New Revision: 67

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=67
Log:
autofu changs from Andreas

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/rules

Modified: cyrus-sasl-2.1/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/changelog?rev=67&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Wed Oct 18 17:29:09 2006
@@ -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)

Modified: cyrus-sasl-2.1/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/rules?rev=67&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Wed Oct 18 17:29:09 2006
@@ -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-commits mailing list