Initial debian package setup.

This commit is contained in:
Tim Kuhlman 2014-03-24 17:01:48 -06:00
parent a156642d32
commit c57f48a9b8
6 changed files with 30 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,7 +5,6 @@ cover
AUTHORS
build
dist
ChangeLog
run_tests.err.log
.tox
doc/source/api

6
debian/changelog vendored Normal file
View File

@ -0,0 +1,6 @@
python-monclient (0.0.1) precise; urgency=low
* Initial Package creation
-- Tim Kuhlman <tim.kuhlman@hp.com> Mon, 24 Mar 2014 04:12:44 -0600

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
7

15
debian/control vendored Normal file
View File

@ -0,0 +1,15 @@
Source: python-monclient
Section: python
Priority: optional
Maintainer: HPCloud Monitoring <hpcs-mon@hp.com>
Build-Depends: debhelper (>= 7),
python (>= 2.6.6-3~),
python-setuptools
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
Package: python-monclient
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python:Depends}, libpython2.7, python-pkg-resources, python-pbr, python-keystoneclient, python-yaml, python-requests, python-prettytable, python-six
Description: CLI for Monitoring

4
debian/copyright vendored Normal file
View File

@ -0,0 +1,4 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2014, HP
License: Proprietary

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python2