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

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


Author: el_cubano-guest
Date: Tue Oct 17 21:03:15 2006
New Revision: 61

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=61
Log:
Symbol versioning is now complete.

Modified:
    cyrus-sasl-2.1/trunk/debian/changelog
    cyrus-sasl-2.1/trunk/debian/control
    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=61&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Tue Oct 17 21:03:15 2006
@@ -1,4 +1,4 @@
-cyrus-sasl-2.1 (2.1.22-0~pre01) UNRELEASED; urgency=low
+cyrus-sasl-2.1 (2.1.22-0~pre02) UNRELEASED; urgency=low
 
   * Acknowledged previous NMUs (Closes: #274087, #344686, #362511, #245818)
     (Closes: #276637, #285605, #332703, #336485, #345880, #357527, #379846)

Modified: cyrus-sasl-2.1/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/control?rev=61&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/control (original)
+++ cyrus-sasl-2.1/trunk/debian/control Tue Oct 17 21:03:15 2006
@@ -4,7 +4,7 @@
 Maintainer: Debian Cyrus SASL Team <pkg-cyrus-sasl2-debian-devel at lists.alioth.debian.org>
 Uploaders: Fabian Fagerholm <fabbe at debian.org>, Roberto C. Sanchez <roberto at connexer.com>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.0), dpatch, autotools-dev, libdb4.4-dev, libpam0g-dev (>= 0.76-22), libssl-dev (>= 0.9.7e-3), libmysqlclient15-dev (>= 5.0.20-1), libopie-dev (>= 2.32-10), libpq-dev (>= 8.1.3-4), libkrb5-dev, libsqlite0-dev (>= 2.8.16-1), libldap2-dev (>= 2.1.30-8), lsb-base (>= 3.0-6), chrpath, groff-base
+Build-Depends: debhelper (>= 5.0.0), dpatch, autotools-dev, automake1.9, autoconf, libtool, libdb4.4-dev, libpam0g-dev (>= 0.76-22), libssl-dev (>= 0.9.7e-3), libmysqlclient15-dev (>= 5.0.20-1), libopie-dev (>= 2.32-10), libpq-dev (>= 8.1.3-4), libkrb5-dev, libsqlite0-dev (>= 2.8.16-1), libldap2-dev (>= 2.1.30-8), lsb-base (>= 3.0-6), chrpath, groff-base
 
 Package: cyrus-sasl-2.1-bin
 Section: utils

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=61&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Tue Oct 17 21:03:15 2006
@@ -46,6 +46,15 @@
 # Some convenience variables
 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; \
+	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) \




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