[Pkg-cyrus-sasl2-commits] r357 - in /cyrus-sasl-2.1/branches/heimdal/debian: changelog rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Wed Jun 4 00:45:52 UTC 2008


Author: roberto
Date: Wed Jun  4 00:45:52 2008
New Revision: 357

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=357
Log:
Remove bashism from debian/rules.

Modified:
    cyrus-sasl-2.1/branches/heimdal/debian/changelog
    cyrus-sasl-2.1/branches/heimdal/debian/rules

Modified: cyrus-sasl-2.1/branches/heimdal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/heimdal/debian/changelog?rev=357&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/heimdal/debian/changelog (original)
+++ cyrus-sasl-2.1/branches/heimdal/debian/changelog Wed Jun  4 00:45:52 2008
@@ -1,8 +1,12 @@
 cyrus-sasl2-heimdal (2.1.22.dfsg1-21) UNRELEASED; urgency=low
 
+  [ Fabian Fagerholm ]
   * NOT RELEASED YET
 
- -- Fabian Fagerholm <fabbe at debian.org>  Tue, 13 May 2008 22:54:43 +0300
+  [ Roberto C. Sanchez ]
+  * Remove bashism from debian/rules.
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 03 Jun 2008 20:45:22 -0400
 
 cyrus-sasl2-heimdal (2.1.22.dfsg1-20) unstable; urgency=high
 

Modified: cyrus-sasl-2.1/branches/heimdal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/heimdal/debian/rules?rev=357&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/heimdal/debian/rules (original)
+++ cyrus-sasl-2.1/branches/heimdal/debian/rules Wed Jun  4 00:45:52 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