Skip to content

Commit

Permalink
aexpect: Add debian build files
Browse files Browse the repository at this point in the history
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
lmr committed Oct 9, 2015
1 parent 97e3c92 commit 7f16b8c
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
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

2 changes: 2 additions & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
9

15 changes: 15 additions & 0 deletions debian/control
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.
29 changes: 29 additions & 0 deletions debian/copyright
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'.
1 change: 1 addition & 0 deletions debian/pyversions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7-
11 changes: 11 additions & 0 deletions debian/rules
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
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
1 change: 1 addition & 0 deletions debian/source/options
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tar-ignore = ".git/*"
3 changes: 3 additions & 0 deletions debian/watch
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

0 comments on commit 7f16b8c

Please sign in to comment.