[Pkg-cyrus-sasl2-commits] r74 - /cyrus-sasl-2.1/trunk/debian/rules
el_cubano-guest at users.alioth.debian.org
el_cubano-guest at users.alioth.debian.org
Fri Oct 20 06:57:26 UTC 2006
Author: el_cubano-guest
Date: Thu Oct 19 03:02:09 2006
New Revision: 74
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=74
Log:
Rearrange debian/rules again, as the previous version was still clobbering the sample/Makefile
Modified:
cyrus-sasl-2.1/trunk/debian/rules
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=74&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Thu Oct 19 03:02:09 2006
@@ -102,9 +102,6 @@
touch configure
$(AUTOTOOLS)
(cd saslauthd && $(AUTOTOOLS) && cd ..)
- if [ -f $(CURDIR)/sample/Makefile ]; then mv -f $(CURDIR)/sample/Makefile $(CURDIR)/sample/Makefile.old; fi
- cp -f $(CURDIR)/debian/sample/Makefile $(CURDIR)/sample/Makefile
- cp -f $(CURDIR)/debian/sample/config.h $(CURDIR)/sample/config.h
CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
@@ -137,6 +134,9 @@
--with-pgsql=/usr/include/postgresql \
--with-configdir=/etc/sasl:/usr/lib/sasl2
+ if [ -f $(CURDIR)/sample/Makefile ]; then mv -f $(CURDIR)/sample/Makefile $(CURDIR)/sample/Makefile.old; fi
+ cp -f $(CURDIR)/debian/sample/Makefile $(CURDIR)/sample/Makefile
+ cp -f $(CURDIR)/debian/sample/config.h $(CURDIR)/sample/config.h
echo 'To build this package, configure was called as follows:' \
> debian/README.configure-options
grep with\ options config.status | sed -e \
More information about the Pkg-cyrus-sasl2-commits
mailing list