[Python-modules-commits] [python-pysolar] 04/06: Added directory for Debian Linux packaging

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:36:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to annotated tag 0.4.3
in repository python-pysolar.

commit dd7e8e67be6e16cabf93a94269d03c2a31721aee
Author: pingswept <brandon at pingswept.org>
Date:   Thu Mar 11 16:38:01 2010 -0500

    Added directory for Debian Linux packaging
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 13 +++++++++++++
 debian/copyright | 39 +++++++++++++++++++++++++++++++++++++++
 debian/dirs      |  2 ++
 debian/docs      |  1 +
 debian/files     |  1 +
 debian/rules     |  6 ++++++
 8 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9225ce6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pysolar (0.4.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Brandon Stafford <brandon at pingswept.org>  Thu, 11 Mar 2010 12:22:31 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6ef09f7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: pysolar
+Section: science
+Priority: extra
+Maintainer: Brandon Stafford <brandon at pingswept.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.1
+Homepage: http://pysolar.org
+
+Package: pysolar
+Architecture: all
+Depends: python
+Description: Python library for precise ephemeris calculations
+ Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6311a1b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+This package was debianized by:
+
+    Brandon Stafford <brandon at pingswept.org> on Thu, 11 Mar 2010 12:22:31 -0500
+
+It was downloaded from:
+
+    http://github.com/pingswept/pysolar/downloads
+
+Upstream Author:
+
+    Brandon Stafford brandon at pingswept.org
+
+Copyright:
+
+    Copyright (C) 2010 Brandon Stafford
+
+License:
+
+    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 3 of the License, or
+    (at your option) any later version.
+
+    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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Brandon Stafford <brandon at pingswept.org>
+
+and is licensed under the GPL version 3, see above.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..ca882bb
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..8d526b9
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.markdown
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..d5121b2
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+pysolar_0.4.2-1_all.deb science extra
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..95b6a3f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+export DH_VERBOSE=1
+
+%:
+	dh $@
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list