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
This commit is contained in:
parent
af986c28fc
commit
3b97de609b
8
debian/adjutant.triggers
vendored
8
debian/adjutant.triggers
vendored
@ -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
|
29
debian/changelog
vendored
29
debian/changelog
vendored
@ -1,29 +0,0 @@
|
||||
python-stacktask (0.1.4) unstable; urgency=medium
|
||||
|
||||
* Email templates updated and made configurable in /etc.
|
||||
|
||||
-- Dale Smith <dale@catalyst-eu.net> Tue, 22 Mar 2016 14:49:09 +0000
|
||||
|
||||
python-stacktask (0.1.3) unstable; urgency=medium
|
||||
|
||||
* Renaming cmd to adjutant-api
|
||||
|
||||
-- Dale Smith <dale@catalyst-eu.net> 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 <dale@catalyst-eu.net> 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 <dale@catalyst-eu.net> Thu, 18 Feb 2016 12:09:57 +0000
|
||||
|
||||
python-stacktask (0.1.1a3) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Dale Smith <dale@catalyst-eu.net> Mon, 14 Dec 2015 15:43:59 +0000
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
||||
9
|
12
debian/control
vendored
12
debian/control
vendored
@ -1,12 +0,0 @@
|
||||
Source: python-adjutant
|
||||
Section: python
|
||||
Priority: extra
|
||||
Maintainer: Adrian Turjak <adriant@catalyst.net.nz>
|
||||
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.
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -1,5 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python-virtualenv
|
||||
|
Loading…
x
Reference in New Issue
Block a user