[Pkg-cyrus-sasl2-commits] r356 - in /cyrus-sasl-2.1/trunk/debian: changelog rules
roberto at users.alioth.debian.org
roberto at users.alioth.debian.org
Wed Jun 4 00:43:05 UTC 2008
Author: roberto
Date: Wed Jun 4 00:43:05 2008
New Revision: 356
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=356
Log:
Remove bashism from debian/rules. (Closes: #484374)
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=356&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Wed Jun 4 00:43:05 2008
@@ -5,7 +5,10 @@
[ Fabian Fagerholm ]
* Add Basque translation, thanks to Piarres Beobide. (Closes: #481541)
- -- Fabian Fagerholm <fabbe at debian.org> Sun, 18 May 2008 13:06:22 +0300
+ [ Roberto C. Sanchez ]
+ * Remove bashism from debian/rules. (Closes: #484374)
+
+ -- Roberto C. Sanchez <roberto at connexer.com> Tue, 03 Jun 2008 20:42:23 -0400
cyrus-sasl2 (2.1.22.dfsg1-20) unstable; urgency=high
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=356&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Wed Jun 4 00:43:05 2008
@@ -104,7 +104,9 @@
dh_testroot
rm -f build-stamp
- rm -f $(CURDIR)/sample/{sample-client,sample-server,config.h}
+ rm -f $(CURDIR)/sample/sample-client \
+ $(CURDIR)/sample/sample-server \
+ $(CURDIR)/sample/config.h
[ ! -f Makefile ] || $(MAKE) distclean
$(AUTOTOOLS_REVERSE)
(cd saslauthd && $(AUTOTOOLS_REVERSE) && cd ..)
More information about the Pkg-cyrus-sasl2-commits
mailing list