diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-08-18 08:34:57 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-08-18 08:37:34 +0700 |
commit | e55d9affac8159b09b503fca4a364192a24eb52e (patch) | |
tree | 120c6d119a319c3534515808cf07f22a1803b85f /debian | |
parent | 1f811659c65e841bb589baaf1f85512242884752 (diff) | |
download | vyatta-cfg-e55d9affac8159b09b503fca4a364192a24eb52e.tar.gz vyatta-cfg-e55d9affac8159b09b503fca4a364192a24eb52e.zip |
T353: remove the python library from vyatta-cfg.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 3 | ||||
-rw-r--r-- | debian/vyatta-cfg.install | 1 |
4 files changed, 6 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 0c2b25a..0914c43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +vyatta-cfg (0.102.0+vyos2+current3) unstable; urgency=low + * Move the python-vyos-mgmt library out of this package + + -- Daniil Baturin <daniil@baturin.org> Fri, 18 Aug 2017 08:36:24 +0700 + vyatta-cfg (0.102.0+vyos2+current2) unstable; urgency=low [ Jason Hendry ] diff --git a/debian/control b/debian/control index 2048262..51fda59 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, libboost-filesystem1.55-dev, libapt-pkg-dev, libtool, flex, - bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf ,dh-systemd, - python3-setuptools, dh-python, python3 + bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf ,dh-systemd Standards-Version: 3.9.1 Package: vyatta-cfg @@ -23,7 +22,6 @@ Depends: sed (>= 4.1.5), libboost-filesystem1.55.0, vyatta-quagga, libapt-pkg4.12, - python3, ${perl:Depends}, ${shlibs:Depends} Suggests: util-linux (>= 2.13-5), net-tools, diff --git a/debian/rules b/debian/rules index aa6b529..7734b11 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ export DH_OPTIONS ## uncomment to enable hardening #export DEB_BUILD_HARDENING=1 -export PYBUILD_SYSTEM=distutils -export PYBUILD_DIR=python - cfg_opts := --prefix=/opt/vyatta cfg_opts += --libdir=/usr/lib cfg_opts += --includedir=/usr/include diff --git a/debian/vyatta-cfg.install b/debian/vyatta-cfg.install index 024be65..8c9aca2 100644 --- a/debian/vyatta-cfg.install +++ b/debian/vyatta-cfg.install @@ -3,5 +3,4 @@ opt/vyatta/share/enumeration opt/vyatta/share/vyatta-cfg/functions opt/vyatta/sbin opt/vyatta/etc -usr/lib/python3.4/dist-packages/vyos bin |