[Oval-commits] r327 - trunk/ovalint/debian

Pavel Vinogradov blaze-guest at alioth.debian.org
Sun Jan 27 05:52:16 UTC 2008


Author: blaze-guest
Date: 2008-01-27 05:52:16 +0000 (Sun, 27 Jan 2008)
New Revision: 327

Modified:
   trunk/ovalint/debian/changelog
   trunk/ovalint/debian/control
   trunk/ovalint/debian/rules
Log:
Fix some lintian errors

Modified: trunk/ovalint/debian/changelog
===================================================================
--- trunk/ovalint/debian/changelog	2008-01-27 05:51:06 UTC (rev 326)
+++ trunk/ovalint/debian/changelog	2008-01-27 05:52:16 UTC (rev 327)
@@ -2,8 +2,7 @@
 
   * New upstream release
   * Upgrade to standards version 3.7.3 (no changes)
-  * Update watch file (Closes #450243)
-  * Fix compilation with GCC 4.3 - include missing includes (Closes #455333) 
+  * Update watch file. Closes: #450243.
   * Update control file (Add Homepage field, rename XS-Vcs-* fields)
 
  -- Pavel Vinogradov <Pavel.Vinogradov at nixdev.net>  Sun, 11 Nov 2007 22:52:21 +0400

Modified: trunk/ovalint/debian/control
===================================================================
--- trunk/ovalint/debian/control	2008-01-27 05:51:06 UTC (rev 326)
+++ trunk/ovalint/debian/control	2008-01-27 05:52:16 UTC (rev 327)
@@ -21,5 +21,3 @@
  This package includes the reference interpreter, adapted to be used in Debian
  systems. It does not, however, include any definitions for vulnerability
  tests.
- .
- Homepage: http://oval.mitre.org

Modified: trunk/ovalint/debian/rules
===================================================================
--- trunk/ovalint/debian/rules	2008-01-27 05:51:06 UTC (rev 326)
+++ trunk/ovalint/debian/rules	2008-01-27 05:52:16 UTC (rev 327)
@@ -48,7 +48,7 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 	rm -rf project/linux/Release
 
 	dh_clean 




More information about the Oval-commits mailing list