Packaged for Debian and Ubuntu
authorEd Bartosh <eduard.bartosh@intel.com>
Fri, 6 Dec 2013 16:37:16 +0000 (18:37 +0200)
committerEduard Bartosh <eduard.bartosh@intel.com>
Tue, 10 Dec 2013 08:39:12 +0000 (10:39 +0200)
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>
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..5064bd4
--- /dev/null
@@ -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 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..5bdedf2
--- /dev/null
@@ -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 (file)
index 0000000..ed758d3
--- /dev/null
@@ -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 (executable)
index 0000000..9c13336
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --with=python2