Skip to content

Commit bbe8d06

Browse files
committed
debian: Remove openvswitch-pki-server package.
The functionality provided by this package was used only by openvswitch-switch-config, which was removed some time ago. If I had been more careful at the time, I would have removed this package at the same time.
1 parent ea83a2f commit bbe8d06

8 files changed

Lines changed: 0 additions & 67 deletions

debian/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
/openvswitch-dbg
1414
/openvswitch-ipsec
1515
/openvswitch-pki
16-
/openvswitch-pki-server
1716
/openvswitch-switch
1817
/openvswitch-switch.copyright
1918
/python-openvswitch

debian/automake.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ EXTRA_DIST += \
2424
debian/openvswitch-ipsec.dirs \
2525
debian/openvswitch-ipsec.init \
2626
debian/openvswitch-ipsec.install \
27-
debian/openvswitch-pki-server.apache2 \
28-
debian/openvswitch-pki-server.dirs \
29-
debian/openvswitch-pki-server.install \
30-
debian/openvswitch-pki-server.postinst \
3127
debian/openvswitch-pki.postinst \
3228
debian/openvswitch-switch.README.Debian \
3329
debian/openvswitch-switch.dirs \

debian/control

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,6 @@ Description: A dependency package for the Open vSwitch public key infrastructure
6969
.
7070
Open vSwitch is a full-featured software-based Ethernet switch.
7171

72-
Package: openvswitch-pki-server
73-
Architecture: all
74-
Depends:
75-
${misc:Depends}, ${perl:Depends}, openvswitch-pki (= ${binary:Version}),
76-
apache2
77-
Description: Open vSwitch public key infrastructure (HTTP server support)
78-
openvswitch-pki-server provides HTTP access to the Open vSwitch PKI (public
79-
key infrastructure) maintained on the local machine by the
80-
openvswitch-pki package. This HTTP access is needed for secure and
81-
convenient OpenFlow switch setup using the ovs-switch-setup program
82-
in the openvswitch-switch package.
83-
.
84-
Open vSwitch is a full-featured software-based Ethernet switch.
85-
8672
Package: openvswitch-controller
8773
Architecture: linux-any
8874
Depends:

debian/openvswitch-pki-server.apache2

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/openvswitch-pki-server.dirs

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/openvswitch-pki-server.install

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/openvswitch-pki-server.postinst

Lines changed: 0 additions & 44 deletions
This file was deleted.

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ install-indep: build-indep
7777
> debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules
7878
chmod 755 debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules
7979
cd debian/openvswitch-datapath-source/usr/src && tar -c modules | bzip2 -9 > openvswitch-datapath.tar.bz2 && rm -rf modules
80-
install -m644 debian/openvswitch-pki-server.apache2 debian/openvswitch-pki-server/etc/apache2/sites-available/openvswitch-pki
8180

8281
install-arch: build-arch
8382
dh_testdir

0 commit comments

Comments
 (0)