[Pkg-zenoss-commits] r209 - /packages/wmi/trunk/debian/patches/wmi-build.dpatch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Thu Jul 5 16:09:32 UTC 2007


Author: bzed-guest
Date: Thu Jul  5 16:09:32 2007
New Revision: 209

URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=209
Log:
fixing some errors in the patch

Modified:
    packages/wmi/trunk/debian/patches/wmi-build.dpatch

Modified: packages/wmi/trunk/debian/patches/wmi-build.dpatch
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/wmi/trunk/debian/patches/wmi-build.dpatch?rev=209&op=diff
==============================================================================
--- packages/wmi/trunk/debian/patches/wmi-build.dpatch (original)
+++ packages/wmi/trunk/debian/patches/wmi-build.dpatch Thu Jul  5 16:09:32 2007
@@ -9,7 +9,7 @@
 @DPATCH@
 diff -urNad wmi~/GNUmakefile wmi/GNUmakefile
 --- wmi~/GNUmakefile	2007-06-22 15:12:53.000000000 +0200
-+++ wmi/GNUmakefile	2007-07-05 17:53:49.000000000 +0200
++++ wmi/GNUmakefile	2007-07-05 18:08:57.000000000 +0200
 @@ -1,5 +1,6 @@
  all: install
  
@@ -30,7 +30,7 @@
  	./autogen.sh &&							\
  	CPPFLAGS="-I$(PYINCLUDE)" ./configure --without-readline &&	\
 -	$(MAKE) proto bin/wmic bin/wmis wmi/_pywmi.$(LIBSUFFIX) bin/winexe &&	\
-+	$(MAKE) proto bin/wmic bin/wmis wmi/_pywmi.so bin/winexe \
++	$(MAKE) proto bin/wmic bin/wmis wmi/_pywmi.so bin/winexe 
 +	touch $@
 +
 +pywmi-installed: pywmi-build $(DESTDIR)$(PYLIBDIR) $(DESTDIR)$(ZENBIN)
@@ -51,7 +51,7 @@
 -pycom-installed:
 +pycom-build-stamp:
 +	cd pycom &&                                     \
-+	python setup.py build
++	python setup.py build				
 +	touch $@
 +
 +pycom-installed: pycom-build




More information about the Pkg-zenoss-commits mailing list