/openvswitch-dbg
/openvswitch-ipsec
/openvswitch-pki
-/openvswitch-pki-server
/openvswitch-switch
/openvswitch-switch.copyright
/python-openvswitch
debian/openvswitch-ipsec.dirs \
debian/openvswitch-ipsec.init \
debian/openvswitch-ipsec.install \
- debian/openvswitch-pki-server.apache2 \
- debian/openvswitch-pki-server.dirs \
- debian/openvswitch-pki-server.install \
- debian/openvswitch-pki-server.postinst \
debian/openvswitch-pki.postinst \
debian/openvswitch-switch.README.Debian \
debian/openvswitch-switch.dirs \
.
Open vSwitch is a full-featured software-based Ethernet switch.
-Package: openvswitch-pki-server
-Architecture: all
-Depends:
- ${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}),
- apache2
-Description: Open vSwitch public key infrastructure (HTTP server support)
- openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
- key infrastructure) maintained on the local machine by the
- openvswitch-pki package. This HTTP access is needed for secure and
- convenient OpenFlow switch setup using the ovs-switch-setup program
- in the openvswitch-switch package.
- .
- Open vSwitch is a full-featured software-based Ethernet switch.
-
Package: openvswitch-controller
Architecture: linux-any
Depends:
+++ /dev/null
-Alias /openvswitch/pki/ /usr/share/openvswitch/pki/
+++ /dev/null
-etc/apache2/sites-available
+++ /dev/null
-_debian/utilities/ovs-pki-cgi usr/lib/cgi-bin
+++ /dev/null
-#!/bin/sh
-# postinst script for openflow-pki-server
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <postinst> `abort-remove'
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-case "$1" in
- configure)
- # Enable site under Apache.
- a2ensite openflow-pki >/dev/null
- if command -v invoke-rc.d >/dev/null 2>&1; then
- invoke-rc.d apache2 force-reload || :
- else
- [ -x /etc/init.d/apache2 ] && /etc/init.d/apache2 force-reload || :
- fi
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-
> debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules
chmod 755 debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules
cd debian/openvswitch-datapath-source/usr/src && tar -c modules | bzip2 -9 > openvswitch-datapath.tar.bz2 && rm -rf modules
- install -m644 debian/openvswitch-pki-server.apache2 debian/openvswitch-pki-server/etc/apache2/sites-available/openvswitch-pki
install-arch: build-arch
dh_testdir