[Pkg-gnutls-commits] r1168 - in /packages/gnutls28/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Mon Aug 8 17:17:19 UTC 2011


Author: ametzler
Date: Mon Aug  8 17:17:18 2011
New Revision: 1168

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1168
Log:
delete config.log on clean.

Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/rules

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1168&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Mon Aug  8 17:17:18 2011
@@ -11,6 +11,7 @@
   * Changed sonames: libgnutlsxx27 -> libgnutlsxx28, libgnutls26 ->
     libgnutls28.
   * Drop libgnutls Breaks, they are superfluous after the soname change.
+  * Delete config.log on clean.
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 07 Aug 2011 10:26:44 +0200
 

Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1168&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Mon Aug  8 17:17:18 2011
@@ -26,7 +26,7 @@
 clean::
 	mkdir -p m4
 
-	-rm -rf autom4te.cache
+	-rm -rf autom4te.cache config.log
 
 	-rm -f tests/stamp-tests
 	# stupid conflicts




More information about the Pkg-gnutls-commits mailing list