[Python-modules-commits] [biggus] 01/09: created initial debian/* files

André Honeiser anmaho-guest at moszumanska.debian.org
Tue Jul 25 15:44:30 UTC 2017


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

anmaho-guest pushed a commit to branch debian/master
in repository biggus.

commit d838990757b44478f1f39b82bbd47835d4604e4d
Author: André Honeiser <anmaho at gmx.net>
Date:   Mon Jul 24 18:53:18 2017 +0200

    created initial debian/* files
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 28 ++++++++++++++++++++++++++++
 debian/copyright      | 34 ++++++++++++++++++++++++++++++++++
 debian/gbp.conf       |  2 ++
 debian/rules          |  6 ++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 8 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f1a88ae
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+biggus (0.15.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- André Honeiser <anmaho at gmx.net>  Mon, 24 Jul 2017 18:43:24 +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..67e123f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: biggus
+Section: python
+Priority: optional
+Maintainer: André Honeiser <anmaho at gmx.net>
+Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/SciTools/biggus.git
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+#Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/biggus.git
+#Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/biggus.git/
+#Testsuite: autopkgtest-pkg-python
+
+Package: python-biggus
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests:
+Description: Virtual large arrays and lazy evaluation.
+ Biggus is a pure-Python library for handling very large (i.e. too large
+ for system memory) n-dimensional arrays.
+
+Package: python3-biggus
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Suggests:
+Description: <insert up to 60 chars description> (Python 3)
+ Biggus is a pure-Python library for handling very large (i.e. too large
+ for system memory) n-dimensional arrays.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8269c57
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: biggus
+Source: https://github.com/SciTools/biggus.git
+
+Files: *
+Copyright: Richard Hattersley <rhattersley at gmail.com>
+
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2017 André Honeiser <anmaho at gmx.net>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ 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 <https://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".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid picking licenses with terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..87fbb7a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=biggus
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
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..cb61fa5
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"

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



More information about the Python-modules-commits mailing list