From 3b97de609bfd3fc6ef99d2915045e0e3f1b239bb Mon Sep 17 00:00:00 2001 From: adrian-turjak Date: Thu, 18 May 2017 16:04:38 +1200 Subject: [PATCH] Remove unused debian folder * Removing an old folder related to packaging which is no longer used, and also specific to an old way Catalyst used to package the service. Change-Id: I634c4ab7fd114bec51a1d1b74f67fcad02d5a9ae --- debian/adjutant.triggers | 8 -------- debian/changelog | 29 ----------------------------- debian/compat | 1 - debian/control | 12 ------------ debian/rules | 5 ----- 5 files changed, 55 deletions(-) delete mode 100644 debian/adjutant.triggers delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100755 debian/rules diff --git a/debian/adjutant.triggers b/debian/adjutant.triggers deleted file mode 100644 index 9031489..0000000 --- a/debian/adjutant.triggers +++ /dev/null @@ -1,8 +0,0 @@ -# Register interest in Python interpreter changes (Python 2 for now); and -# don't make the Python package dependent on the virtualenv package -# processing (noawait) -interest-noawait /usr/bin/python2.6 -interest-noawait /usr/bin/python2.7 - -# Also provide a symbolic trigger for all dh-virtualenv packages -interest dh-virtualenv-interpreter-update diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index d59e119..0000000 --- a/debian/changelog +++ /dev/null @@ -1,29 +0,0 @@ -python-stacktask (0.1.4) unstable; urgency=medium - - * Email templates updated and made configurable in /etc. - - -- Dale Smith Tue, 22 Mar 2016 14:49:09 +0000 - -python-stacktask (0.1.3) unstable; urgency=medium - - * Renaming cmd to adjutant-api - - -- Dale Smith Thu, 10 Mar 2016 10:41:31 +0000 - -python-stacktask (0.1.2) unstable; urgency=medium - - * Upgrading version and status to production ready. - - -- Dale Smith Mon, 29 Feb 2016 12:26:11 +0000 - -python-stacktask (0.1.1a4) unstable; urgency=medium - - * Release with latest patches and project_admin. - - -- Dale Smith Thu, 18 Feb 2016 12:09:57 +0000 - -python-stacktask (0.1.1a3) unstable; urgency=medium - - * Initial release. - - -- Dale Smith Mon, 14 Dec 2015 15:43:59 +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 7f9594c..0000000 --- a/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: python-adjutant -Section: python -Priority: extra -Maintainer: Adrian Turjak -Build-Depends: debhelper (>=9), python, dh-virtualenv (>= 0.8) -Standards-Version: 3.9.5 - -Package: python-adjutant -Architecture: any -Pre-Depends: dpkg (>= 1.16.1), python2.7 | python2.6, ${misc:Pre-Depends} -Depends: uwsgi, uwsgi-plugin-python, ${python:Depends}, ${misc:Depends} -Description: Openstack task REST API for performing administration tasks securely. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 5e785b6..0000000 --- a/debian/rules +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ --with python-virtualenv -