cleanup leftovers from debian
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 29 Dec 2018 06:58:34 +0000 (07:58 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 29 Dec 2018 07:13:27 +0000 (08:13 +0100)
debian/changelog.in [deleted file]
debian/compat [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/nodemanager-lib.install [deleted file]
debian/nodemanager-lib.postinst [deleted file]
debian/nodemanager-lxc.install [deleted file]
debian/rules [deleted file]
debian/source/format [deleted file]

diff --git a/debian/changelog.in b/debian/changelog.in
deleted file mode 100644 (file)
index f52d7ec..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-nodemanager (@VERSION@) UNRELEASED; urgency=low
-
-  * Initial release. 
-
- -- Thierry Parmentelat <thierry.parmentelat@inria.fr>  @DATE@ +0000
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 45a4fb7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 2f9d448..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-Source: nodemanager
-Maintainer: Thierry Parmentelat <Thierry.Parmentelat@inria.fr>
-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 (file)
index e69de29..0000000
diff --git a/debian/nodemanager-lib.install b/debian/nodemanager-lib.install
deleted file mode 100644 (file)
index a02c464..0000000
+++ /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 (executable)
index 6bcbd05..0000000
+++ /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 (file)
index 16ff97f..0000000
+++ /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 (executable)
index 9d11d00..0000000
+++ /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 (file)
index 163aaf8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)