Initial debian package setup.
This commit is contained in:
parent
a156642d32
commit
c57f48a9b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,7 +5,6 @@ cover
|
||||
AUTHORS
|
||||
build
|
||||
dist
|
||||
ChangeLog
|
||||
run_tests.err.log
|
||||
.tox
|
||||
doc/source/api
|
||||
|
6
debian/changelog
vendored
Normal file
6
debian/changelog
vendored
Normal 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
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
7
|
15
debian/control
vendored
Normal file
15
debian/control
vendored
Normal 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
4
debian/copyright
vendored
Normal 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
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python2
|
Loading…
Reference in New Issue
Block a user