[Pkg-vsquare-changes] r101 - vde2/trunk/debian

Ludovico Gardenghi garden-guest at alioth.debian.org
Fri May 4 16:32:41 UTC 2007


Author: garden-guest
Date: 2007-05-04 16:32:40 +0000 (Fri, 04 May 2007)
New Revision: 101

Modified:
   vde2/trunk/debian/examples
   vde2/trunk/debian/rules
Log:
added vde_over_ns and dump plugin to package


Modified: vde2/trunk/debian/examples
===================================================================
--- vde2/trunk/debian/examples	2007-05-04 13:51:46 UTC (rev 100)
+++ vde2/trunk/debian/examples	2007-05-04 16:32:40 UTC (rev 101)
@@ -1,3 +1,2 @@
 plugin/dump.c
 plugin/vdeplugin.h
-plugin/Makefile

Modified: vde2/trunk/debian/rules
===================================================================
--- vde2/trunk/debian/rules	2007-05-04 13:51:46 UTC (rev 100)
+++ vde2/trunk/debian/rules	2007-05-04 16:32:40 UTC (rev 101)
@@ -36,7 +36,8 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libexecdir=\$${prefix}/lib/vde2 --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-experimental CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libexecdir=\$${prefix}/lib/vde2 --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-experimental CFLAGS="$(CFLAGS)" 
+	#LDFLAGS="-Wl,-z,defs"
 
 
 build: build-stamp




More information about the Pkg-vsquare-changes mailing list