summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <dimitri.j.ledkov@intel.com>2014-09-26 13:46:18 +0100
committerDimitri John Ledkov <dimitri.j.ledkov@intel.com>2014-10-01 10:39:28 +0100
commita27be83e032cc08ae8614ef42889b1e3092e2dd0 (patch)
tree47c27d0773ed20d5c40306ed272c89dafce80f7e
parent07f75034edc1b6351e81150adc8acf51ce82f04f (diff)
Initial release. (Closes: #762949)
-rw-r--r--debian/changelog5
-rw-r--r--debian/clean1
-rw-r--r--debian/compat1
-rw-r--r--debian/control16
-rw-r--r--debian/copyright33
-rw-r--r--debian/docs1
-rw-r--r--debian/links1
-rwxr-xr-xdebian/rules3
-rw-r--r--debian/watch2
9 files changed, 63 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..48fb462
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+obs-build (20140918-1) unstable; urgency=medium
+
+ * Initial release. (Closes: #762949)
+
+ -- Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com> Fri, 26 Sep 2014 13:22:59 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..4fb0f7e
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+configs/sles11.conf \ No newline at end of file
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..2394373
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: obs-build
+Section: devel
+Priority: extra
+Maintainer: Dimitri John Ledkov <dimitri.j.ledkov@linux.intel.com>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6.0
+
+Package: obs-build
+Architecture: all
+Depends: ${perl:Depends}, rpm
+Recommends: rpm2cpio, osc, libcrypt-ssleay-perl
+Description: scripts for building RPM/debian packages for multiple distributions
+ This package provides scripts for building RPM and debian packages in
+ contained environments for various build distributions. These tools
+ are use by Open Build Service workers and openSUSE distribution by
+ default. \ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fb55af5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: obs-build
+Upstream-Contact: Adrian Schröter <adrian@suse.de>
+Source: https://github.com/openSUSE/obs-build
+
+
+Files: *
+Copyright: 1997-2014 SuSE GmbH Nuernberg, Germany
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014 Intel Corporation
+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 as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ 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.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..e085f28
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/lib/build/configs/sl11.1.conf usr/lib/build/configs/sles11.conf \ No newline at end of file
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..de5b794
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://download.opensuse.org/repositories/openSUSE:/Tools/xUbuntu_14.04/build_(.*)\.orig\.tar\.gz \ No newline at end of file