[Oval-commits] r400 - branches/ovaldi-mergewithupstream/debian/patches

Pavel Vinogradov blaze-guest at alioth.debian.org
Tue Aug 11 18:14:48 UTC 2009


Author: blaze-guest
Date: 2009-08-11 18:14:48 +0000 (Tue, 11 Aug 2009)
New Revision: 400

Modified:
   branches/ovaldi-mergewithupstream/debian/patches/debian.makefile.patch
Log:
Update patch to fix fuzz

Modified: branches/ovaldi-mergewithupstream/debian/patches/debian.makefile.patch
===================================================================
--- branches/ovaldi-mergewithupstream/debian/patches/debian.makefile.patch	2009-08-11 17:55:21 UTC (rev 399)
+++ branches/ovaldi-mergewithupstream/debian/patches/debian.makefile.patch	2009-08-11 18:14:48 UTC (rev 400)
@@ -20,8 +20,8 @@
  
  # What object code are we expecting?
 @@ -164,11 +165,12 @@
- 	FileHashProbe.obj \
  	VariableProbe.obj \
+ 	RunLevelProbe.obj \
  
 +ifneq (${PACKAGE_DPKG}, )
 +	OBJS += DPKGInfoProbe.obj
@@ -35,8 +35,8 @@
  
  REL_OBJS = \
 @@ -259,11 +261,12 @@
- 	$(BUILDDIR)/FileHashProbe.obj \
  	$(BUILDDIR)/VariableProbe.obj \
+ 	$(BUILDDIR)/RunLevelProbe.obj \
  
 +ifneq (${PACKAGE_DPKG}, )
 +	REL_OBJS += $(BUILDDIR)/DPKGInfoProbe.obj




More information about the Oval-commits mailing list