summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Bartosh <eduard.bartosh@intel.com>2013-12-06 18:37:16 +0200
committerEduard Bartosh <eduard.bartosh@intel.com>2013-12-10 10:39:12 +0200
commita31936888923a862af91c2b0f1b1d3b4229e16da (patch)
tree7b937d4f7886d5bad074669aaa0f45860739d98a
parent56479532b556ae1ea5079b45757d306c6140468a (diff)
downloadrepa-a31936888923a862af91c2b0f1b1d3b4229e16da.tar.gz
repa-a31936888923a862af91c2b0f1b1d3b4229e16da.tar.bz2
repa-a31936888923a862af91c2b0f1b1d3b4229e16da.zip
Packaged for Debian and Ubuntu
Fixes: #1488 Change-Id: I1e51787ec214692cf2f812dd6dc8a8856b014b8c Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/8367 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Reviewed-by: Aleksi Hakli <aleksi.hakli@intel.com>
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control22
-rw-r--r--debian/copyright28
-rwxr-xr-xdebian/rules4
5 files changed, 61 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5064bd4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+repa (0.0.1) unstable; urgency=low
+
+ * Initial packaging
+
+ -- Ed Bartosh <eduard.bartosh@intel.com> Fri, 06 Dec 2013 18:33:15 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5bdedf2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: repa
+Maintainer: Ed Bartosh <eduard.bartosh@intel.com>
+Section: utils
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ python-all (>= 2.6),
+ python-setuptools
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.6
+
+Package: repa
+Architecture: all
+Depends: python (>=2.6),
+ osc,
+ gbs-api,
+ ${misc:Depends},
+ ${python:Depends}
+Description: tool to help release engineers to maintain code submissions
+ Release Engineering Process Assistant(REPA) is a tool for release engineers
+ of Tizen projects. It allows to list submissions, accept or reject them and
+ group them into submission groups
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ed758d3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-name: repa
+Upstream-Contact: Ed Bartosh <eduard.bartosh@intel.com>
+Source: git://review.otctools.jf.intel.com/repa.git
+ .
+ The initial package was put together by Ed Bartosh <eduard.bartosh@intel.com>
+ on Sat Dec 6 18:30:19 EEST 2013.
+
+Files: *
+Copyright: © 2013 Intel, Inc.
+License: GPL-2
+
+Files: debian/*
+Copyright: © 2013 Intel, Inc.
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License, version 2,
+ as published by the Free Software Foundation.
+ .
+ This program 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.
+Comment:
+ On Debian systems, the full text of the GPL v2 can be found
+ in /usr/share/common-licenses/GPL-2.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9c13336
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with=python2