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

filippo at alioth.debian.org filippo at alioth.debian.org
Wed Jan 30 23:39:58 UTC 2008


Author: filippo
Date: 2008-01-30 23:39:58 +0000 (Wed, 30 Jan 2008)
New Revision: 112

Modified:
   vde2/trunk/debian/changelog
   vde2/trunk/debian/control
   vde2/trunk/debian/rules
Log:
* New upstream version
* Add libvdemgmt packages 

Modified: vde2/trunk/debian/changelog
===================================================================
--- vde2/trunk/debian/changelog	2007-11-01 12:38:51 UTC (rev 111)
+++ vde2/trunk/debian/changelog	2008-01-30 23:39:58 UTC (rev 112)
@@ -1,3 +1,10 @@
+vde2 (2.2.0-pre2-1) unstable; urgency=low
+
+  * New upstream version
+  * Add libvdemgmt packages 
+
+ -- Filippo Giunchedi <filippo at debian.org>  Thu, 31 Jan 2008 00:39:44 +0100
+
 vde2 (2.1.6+r154-1) unstable; urgency=low
 
   * snapshot release from svn to bring some new upstream features and debian

Modified: vde2/trunk/debian/control
===================================================================
--- vde2/trunk/debian/control	2007-11-01 12:38:51 UTC (rev 111)
+++ vde2/trunk/debian/control	2008-01-30 23:39:58 UTC (rev 112)
@@ -3,10 +3,10 @@
 Priority: optional
 Maintainer: Debian VSquare Team <pkg-vsquare-devel at lists.alioth.debian.org>
 Uploaders: Ludovico Gardenghi <garden at acheronte.it>, Guido Trotter <ultrotter at debian.org>, Piotr Roszatycki <dexter at debian.org>, Filippo Giunchedi <filippo at debian.org>
-Build-Depends: debhelper (>= 5), libssl-dev
-Vcs-SVN: svn://svn.debian.org/pkg-vsquare/vde2/trunk 
+Build-Depends: debhelper (>= 5), libssl-dev, libpcap-dev
+Vcs-Svn: svn://svn.debian.org/pkg-vsquare/vde2/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-vsquare/vde2/trunk/
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: vde2
 Section: net
@@ -66,7 +66,7 @@
 Package: libvdeplug2-dev
 Section: libdevel
 Architecture: any
-Depends: libvdeplug2 (= ${Source-Version})
+Depends: libvdeplug2 (= ${binary:Version})
 Description: Virtual Distributed Ethernet - Plug development files
  VDE is a virtual switch that can connect multiple virtual machines together,
  both local and remote.
@@ -91,3 +91,32 @@
  .
  This package contains a library that makes programs able to connect to a local
  VDE switch. The simplest one is vde_plug, contained in the vde2 package.
+
+Package: libvdemgmt0-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Virtual Distributed Ethernet - Mgmt console development files
+ VDE is a virtual switch that can connect multiple virtual machines together,
+ both local and remote.
+ .
+ Components of the VDE architecture are VDE switches (virtual counterpart of
+ ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
+ to connect two switches).
+ .
+ This package contains the development files for libvdemgmt
+
+Package: libvdemgmt0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Virtual Distributed Ethernet - Management console library
+ VDE is a virtual switch that can connect multiple virtual machines together,
+ both local and remote.
+ .
+ Components of the VDE architecture are VDE switches (virtual counterpart of
+ ethernet switches) and VDE cables (virtual counterpart of a crossed-cable used
+ to connect two switches).
+ .
+ This package contains a library to interact with vde_switch management console
+ using pre-made unattended scripts.

Modified: vde2/trunk/debian/rules
===================================================================
--- vde2/trunk/debian/rules	2007-11-01 12:38:51 UTC (rev 111)
+++ vde2/trunk/debian/rules	2008-01-30 23:39:58 UTC (rev 112)
@@ -55,7 +55,8 @@
 	rm -f build-stamp 
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean || true
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif




More information about the Pkg-vsquare-changes mailing list