[Pkg-cyrus-sasl2-commits] r597 - /cyrus-sasl-2.1/branches/package-consolidate/debian/rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Mon Aug 23 22:27:02 UTC 2010


Author: roberto
Date: Mon Aug 23 22:27:01 2010
New Revision: 597

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=597
Log:
clean up debian/rules

Modified:
    cyrus-sasl-2.1/branches/package-consolidate/debian/rules

Modified: cyrus-sasl-2.1/branches/package-consolidate/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/package-consolidate/debian/rules?rev=597&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/rules (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/rules Mon Aug 23 22:27:01 2010
@@ -175,20 +175,20 @@
 	touch configure
 	$(AUTOTOOLS)
 	(cd saslauthd && $(AUTOTOOLS) && cd ..)
-	(mkdir $(TMPBUILD_MIT); cd $(TMPBUILD_MIT); \
-	LDFLAGS="$(LDFLAGS) -L/usr/lib/mit-krb5 -Wl,-z,defs" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/mit-krb5" ../configure \
-	        $(CONFIGURE_COMMON_OPTIONS) \
-	        --with-gss_impl=mit; \
-	cd ..)
+	mkdir $(TMPBUILD_MIT)
+	cd $(TMPBUILD_MIT) && \
+	LDFLAGS="$(LDFLAGS) -L/usr/lib/mit-krb5 -Wl,-z,defs" \
+	CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/mit-krb5" \
+	../configure $(CONFIGURE_COMMON_OPTIONS) --with-gss_impl=mit
 	# Cope with the way that ./configure creates symlinks
 	cp $(CURDIR)/sasldb/* $(TMPBUILD_MIT)/sasldb/
 	cp $(CURDIR)/plugins/* $(TMPBUILD_MIT)/plugins/
 	cp $(CURDIR)/lib/* $(TMPBUILD_MIT)/lib/
-	(mkdir $(TMPBUILD_HEIMDAL); cd $(TMPBUILD_HEIMDAL); \
-	LDFLAGS="$(LDFLAGS) -L/usr/lib/heimdal -Wl,-z,defs" CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/heimdal" ../configure \
-	        $(CONFIGURE_COMMON_OPTIONS) \
-	        --with-gss_impl=heimdal; \
-	cd ..)
+	mkdir $(TMPBUILD_HEIMDAL)
+	cd $(TMPBUILD_HEIMAL) && \
+	LDFLAGS="$(LDFLAGS) -L/usr/lib/heimdal -Wl,-z,defs" \
+	CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS) -I/usr/include/heimdal" \
+	../configure $(CONFIGURE_COMMON_OPTIONS) --with-gss_impl=heimdal
 	# Cope with the way that ./configure creates symlinks
 	cp $(CURDIR)/sasldb/* $(TMPBUILD_HEIMDAL)/sasldb/
 	cp $(CURDIR)/plugins/* $(TMPBUILD_HEIMDAL)/plugins/




More information about the Pkg-cyrus-sasl2-commits mailing list