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

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sat Sep 8 02:35:53 UTC 2007


Author: roberto
Date: Sat Sep  8 02:35:53 2007
New Revision: 271

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=271
Log:
Fix a lintian warning before release.

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=271&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/changelog (original)
+++ cyrus-sasl-2.1/trunk/debian/changelog Sat Sep  8 02:35:53 2007
@@ -13,8 +13,9 @@
   * debian/po/pt.po: add, thanks to Américo Monteiro (Closes: #436556)
   * debian/po/de.po: add, thanks to Helge Kreutzmann (Closes: #438719)
   * debian/po/pt_BR.po: add, thanks to Jefferson Alexandre (Closes: #439132)
-
- -- Roberto C. Sanchez <roberto at connexer.com>  Fri,  7 Sep 2007 22:10:20 -0400
+  * debian/rules: Cleanup lintian warnings
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Fri,  7 Sep 2007 22:30:01 -0400
 
 cyrus-sasl2 (2.1.22.dfsg1-14) unstable; urgency=low
 

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=271&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/rules (original)
+++ cyrus-sasl-2.1/trunk/debian/rules Sat Sep  8 02:35:53 2007
@@ -105,7 +105,7 @@
 	rm -f build-stamp 
 
 	rm -f $(CURDIR)/sample/{sample-client,sample-server,config.h}
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	$(AUTOTOOLS_REVERSE)
 	(cd saslauthd && $(AUTOTOOLS_REVERSE) && cd ..)
 	-rm -f config.h config.log autom4ate.cache




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