From: Thierry Parmentelat Date: Sat, 29 Dec 2018 06:58:34 +0000 (+0100) Subject: cleanup leftovers from debian X-Git-Tag: nodemanager-7.0-0~26 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=06b7c5806ac54e53de2756d102a3a63b778841df cleanup leftovers from debian --- diff --git a/debian/changelog.in b/debian/changelog.in deleted file mode 100644 index f52d7ec..0000000 --- a/debian/changelog.in +++ /dev/null @@ -1,5 +0,0 @@ -nodemanager (@VERSION@) UNRELEASED; urgency=low - - * Initial release. - - -- Thierry Parmentelat @DATE@ +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control deleted file mode 100644 index 2f9d448..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: nodemanager -Maintainer: Thierry Parmentelat -Section: misc -Priority: optional -Standards-Version: 3.9.2 -# hopefully we do not need manifold at build-time -Build-Depends: devscripts, debhelper (>=7.0.50~), debconf, dpatch, python-setuptools, make -X-Python-Version: >= 2.7 - -Package: nodemanager-lib -Architecture: any -# xxx sliceimage-%{slicefamily} not mentioned here yet -Depends: python, python-curl, gnupg, pyplnet >= 4.3, plnode-utils -Description: Generic nodemanager framework - -Package: nodemanager-lxc -Architecture: any -# xxx lxc-sliceimage not mentioned here yet -Depends: libvirt, libvirt-python, openvswitch, python-inotify, nodemanager-lib, -Description: Nodemanager variant for lxc-containers - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index e69de29..0000000 diff --git a/debian/nodemanager-lib.install b/debian/nodemanager-lib.install deleted file mode 100644 index a02c464..0000000 --- a/debian/nodemanager-lib.install +++ /dev/null @@ -1,53 +0,0 @@ -# OK so this does not work and won't work properly until the whole module/packaging -# business is reviewed from scratch even on rpm -# we would ideally need to -# . have the python code installed at the standard location -# and imported using import nodemanager.<> or import nodemanager.plugins.<> -# . review the plugin loading mechanism to probe the contents of plugins at run-time from this location -# . remove as much as we can from Makefile and put it in setup.py -# so this is way more than we are ready to invest in this module ... -### -# this for now needs to be kept in sync with the toplevel specfile -# also the rpm packaging goes in /usr/share/NodeManager but -# under debian it seems like setup.py does not honor --install-purelib and all this, so... -usr/lib*/python*/dist-packages/account.* -usr/lib*/python*/dist-packages/api.* -usr/lib*/python*/dist-packages/api_calls.* -usr/lib*/python*/dist-packages/bwmon.* -usr/lib*/python*/dist-packages/conf_files.* -usr/lib*/python*/dist-packages/config.* -usr/lib*/python*/dist-packages/controller.* -usr/lib*/python*/dist-packages/curlwrapper.* -usr/lib*/python*/dist-packages/database.* -usr/lib*/python*/dist-packages/initscript.* -usr/lib*/python*/dist-packages/iptables.* -usr/lib*/python*/dist-packages/logger.* -usr/lib*/python*/dist-packages/net.* -usr/lib*/python*/dist-packages/nodemanager.* -usr/lib*/python*/dist-packages/plcapi.* -usr/lib*/python*/dist-packages/safexmlrpc.* -usr/lib*/python*/dist-packages/slivermanager.* -usr/lib*/python*/dist-packages/ticket.* -usr/lib*/python*/dist-packages/tools.* -usr/lib*/python*/dist-packages/plugins/__init__.* -usr/lib*/python*/dist-packages/plugins/codemux.* -usr/lib*/python*/dist-packages/plugins/hostmap.* -usr/lib*/python*/dist-packages/plugins/interfaces.* -usr/lib*/python*/dist-packages/plugins/omf_resctl.* -usr/lib*/python*/dist-packages/plugins/privatebridge.* -usr/lib*/python*/dist-packages/plugins/rawdisk.* -usr/lib*/python*/dist-packages/plugins/reservation.* -usr/lib*/python*/dist-packages/plugins/sfagids.* -usr/lib*/python*/dist-packages/plugins/sliverauth.* -usr/lib*/python*/dist-packages/plugins/specialaccounts.* -usr/lib*/python*/dist-packages/plugins/syndicate.* -usr/lib*/python*/dist-packages/plugins/vsys.* -usr/lib*/python*/dist-packages/plugins/vsys_privs.* -usr/share/NodeManager/sliver-initscripts/ -usr/share/NodeManager/sliver-systemd/ -usr/bin/forward_api_calls -# not quite sure if debian or ubuntu has / plans to have / systemd at some point ? -etc/init.d/ -etc/logrotate.d/nodemanager -var/lib/nodemanager/ -etc/sysconfig/nodemanager diff --git a/debian/nodemanager-lib.postinst b/debian/nodemanager-lib.postinst deleted file mode 100755 index 6bcbd05..0000000 --- a/debian/nodemanager-lib.postinst +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -set -x -echo "No postinsatll script for nodemanager-lib yet" diff --git a/debian/nodemanager-lxc.install b/debian/nodemanager-lxc.install deleted file mode 100644 index 16ff97f..0000000 --- a/debian/nodemanager-lxc.install +++ /dev/null @@ -1,5 +0,0 @@ -# see also nodemanager-lib.install -usr/lib*/python*/dist-packages/sliver_libvirt.* -usr/lib*/python*/dist-packages/sliver_lxc.* -usr/lib*/python*/dist-packages/cgroups.* -usr/lib*/python*/dist-packages/coresched_lxc.* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 9d11d00..0000000 --- a/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -%: - dh $@ --with python2 --buildsystem=python_distutils - diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)