-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the necessary debian build files so that we can build packages for people to enjoy avocado-vt on their machines with the minimum hassle possible. Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
- Loading branch information
Showing
9 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
aexpect (1.1.0) wily; urgency=low | ||
|
||
* Initial release. | ||
|
||
-- Lucas Meneghel Rodrigues (lmr) <[email protected]> Wed, 09 10 2014 12:43:00 -0200 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Source: aexpect | ||
Section: python | ||
Priority: optional | ||
Maintainer: Lucas Meneghel Rodrigues (lmr) <[email protected]> | ||
Build-Depends: debhelper (>=7.0.50~), python-support (>= 0.6), cdbs (>= 0.4.49), python-yaml | ||
Standards-Version: 3.8.4 | ||
|
||
Package: aexpect | ||
Architecture: all | ||
Homepage: http://avocado-framework.github.io/ | ||
XB-Python-Version: ${python:Versions} | ||
Depends: ${misc:Depends}, ${python:Depends} | ||
Description: aexpect is a python library used to control interactive applications. | ||
aexpect is a python library similar to pexpect. You can use it to control applications | ||
such as ssh, scp sftp, telnet, among others using high level classes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Upstream Author: | ||
|
||
Lucas Meneghel Rodrigues | ||
|
||
Files: * | ||
Copyright: | ||
2013-2014, Lucas Meneghel Rodrigues, Rudá Moura | ||
License: GPL | ||
|
||
Files: debian/* | ||
Copyright: | ||
2012, Lucas Meneghel Rodrigues (lmr) <[email protected]> | ||
License: GPL | ||
|
||
License: GPL | ||
This package is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation; version 2 only. | ||
|
||
This package is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with this package; if not, see . | ||
|
||
On Debian systems, the complete text of the GNU General | ||
Public License 2 can be found in `/usr/share/common-licenses/GPL-2'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.7- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/make -f | ||
# -*- makefile -*- | ||
|
||
DEB_PYTHON_SYSTEM := pysupport | ||
|
||
include /usr/share/cdbs/1/rules/debhelper.mk | ||
include /usr/share/cdbs/1/class/python-distutils.mk | ||
|
||
clean:: | ||
rm -rf build build-stamp configure-stamp build/ MANIFEST | ||
dh_clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (native) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tar-ignore = ".git/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
version=3 | ||
|
||
https://github.com/autotest/aexpect/tags .*/(\d[\d\.]+)\.tar\.gz |