[cylc] 01/33: Re-add debian/ to master
Alastair McKinstry
mckinstry at moszumanska.debian.org
Sat Dec 12 14:24:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository cylc.
commit 4bf6dd29149355719305efeb193c3261b0347dca
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Sat Nov 8 16:46:23 2014 +0000
Re-add debian/ to master
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 17 +++++++++++++++++
debian/copyright | 24 ++++++++++++++++++++++++
debian/cylc.install | 1 +
debian/rules | 6 ++++++
debian/source/format | 1 +
debian/source/options | 1 +
8 files changed, 56 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b36b50f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+cylc (5.4.7-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #XXXXXX)
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 18 Feb 2014 14:03:11 +0000
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..c751640
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: cylc
+Section: utils
+Priority: optional
+Maintainer: Alastair McKinstry <mckinstry at debian.org>
+Build-Depends: debhelper (>= 9), dh-python, python-all-dev
+Standards-Version: 3.9.6
+Homepage: http://cylc.github.io/cylc
+
+Package: cylc
+Section: libs
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Description: Workflow scheduler
+ Cylc ("silk") is a suite engine and meta-scheduler that specializes
+ in suites of cycling tasks for weather forecasting, climate modeling,
+ and related processing (it can also be used for one-off workflows
+ of non-cycling tasks, which is a simpler problem).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..eba8fcf
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+This package was debianized by Alastair McKinstry <mckinstry at debian.org>, on
+Tue, 18 February 2014 16:22:04 +0100. It was downloaded from
+http://cylc.github.io/cylc
+
+Copyright (C) 2008-2013 Hilary Oliver, NIWA
+
+Code Contributors (git shortlog -s -n):
+ * Hilary Oliver
+ * Matt Shin
+ * Dave Matthews
+ * Ben Fitzpatrick
+ * Andrew Clark
+ * Luis Kornblueh
+ * Scott Wales
+ * Kevin Pulo
+ * Annette Osprey
+ * Tim Whitcomb
+ * Alex Reinecke
+
+Licensed under the GNU General Public License version 3.
+The texts of the license can be found in /usr/share/common-licenses/GPL-3
+
+The Debian packaging is Copyright (C) 2014, Alastair McKinstry <mckinstry at debian.org>,
+is licensed under the terms of the GNU GPL version 3.
diff --git a/debian/cylc.install b/debian/cylc.install
new file mode 100644
index 0000000..078c72c
--- /dev/null
+++ b/debian/cylc.install
@@ -0,0 +1 @@
+images/* /usr/share/images/cylc
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4f785fb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# The magic debhelper rule:
+%:
+ dh $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cylc.git
More information about the debian-science-commits
mailing list