[Oval-commits] r430 - trunk/ovaldi/debian/patches

Pavel Vinogradov blaze-guest at alioth.debian.org
Thu May 13 03:49:58 UTC 2010


Author: blaze-guest
Date: 2010-05-13 03:49:58 +0000 (Thu, 13 May 2010)
New Revision: 430

Modified:
   trunk/ovaldi/debian/patches/debian.makefile.patch
Log:
Fix fuzz warning in Makefile patch for 5.7.1 release

Modified: trunk/ovaldi/debian/patches/debian.makefile.patch
===================================================================
--- trunk/ovaldi/debian/patches/debian.makefile.patch	2010-05-13 03:46:55 UTC (rev 429)
+++ trunk/ovaldi/debian/patches/debian.makefile.patch	2010-05-13 03:49:58 UTC (rev 430)
@@ -32,8 +32,8 @@
  
  # What object code are we expecting?
 @@ -174,11 +175,12 @@
- 	RunLevelProbe.obj \
- 	PasswordProbe.obj
+ 	Digest.obj \
+ 	LDAPProbe.obj
  
 +ifneq (${PACKAGE_DPKG}, )
 +	OBJS += DPKGInfoProbe.obj
@@ -47,8 +47,8 @@
  
  REL_OBJS = \
 @@ -279,11 +281,12 @@
- 	$(BUILDDIR)/RunLevelProbe.obj \
- 	$(BUILDDIR)/PasswordProbe.obj
+ 	$(BUILDDIR)/Digest.obj \
+ 	$(BUILDDIR)/LDAPProbe.obj
  
 +ifneq (${PACKAGE_DPKG}, )
 +	REL_OBJS += $(BUILDDIR)/DPKGInfoProbe.obj




More information about the Oval-commits mailing list