So we can easily generate a debian package out of it.

Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 debian/changelog  |  5 +++++
 debian/compat     |  2 ++
 debian/control    | 18 ++++++++++++++++++
 debian/copyright  | 29 +++++++++++++++++++++++++++++
 debian/pyversions |  1 +
 debian/rules      | 11 +++++++++++
 debian/watch      |  3 +++
 7 files changed, 69 insertions(+)
 create mode 100644 debian/changelog
 create mode 100644 debian/compat
 create mode 100644 debian/control
 create mode 100644 debian/copyright
 create mode 100644 debian/pyversions
 create mode 100755 debian/rules
 create mode 100644 debian/watch

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0039cd9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+autotest (0.15.0-rc0-54-g1568d) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Lucas Meneghel Rodrigues <[email protected]>  Thu, 27 Dec 2012 06:49:43 
-0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48c962f
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1,2 @@
+9
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6c5d33b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: autotest
+Section: python
+Priority: optional
+Maintainer: Lucas Meneghel Rodrigues
+Build-Depends: debhelper (>=7.0.50~), python-support (>= 0.6), cdbs (>= 
0.4.49), python-all-dev
+Standards-Version: 3.8.4
+
+Package: autotest
+Architecture: all
+Homepage: http://autotest.github.com/
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Autotest is a framework for fully automated testing.
+ It is designed primarily to test the Linux kernel, though it is
+ useful for many other functions such as qualifying new hardware.
+ It's an open-source project under the GPL and is used and
+ developed by a number of organizations, including Google, IBM,
+ Red Hat, and many others.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9450b03
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Upstream Author:
+
+    Martin Bligh, Andy Whitcroft
+
+Files: *
+Copyright:
+    2006-2009, Martin Bligh, Andy Whitcroft
+License: GPL
+
+Files: debian/*
+Copyright:
+    2012, Lucas Meneghel Rodrigues
+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'.
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..8b253bc
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.4-
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fb55c26
--- /dev/null
+++ b/debian/rules
@@ -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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4eb564b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+https://github.com/autotest/autotest/tags .*/(\d[\d\.]+)\.tar\.gz
-- 
1.8.0

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to