[cypari2] 01/01: Import Debian changes 1.0.0-1~sage1
Tobias Hansen
thansen at moszumanska.debian.org
Wed Jun 14 22:38:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository cypari2.
commit aaac0af820351a08b48c5aed36c43f7557305252
Author: Tobias Hansen <thansen at debian.org>
Date: Wed Jun 14 22:30:50 2017 +0100
Import Debian changes 1.0.0-1~sage1
cypari2 (1.0.0-1~sage1) UNRELEASED; urgency=medium
* Initial release (Closes: #864792).
---
debian/.git-dpm | 11 +++++++++++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 29 +++++++++++++++++++++++++++++
debian/copyright | 30 ++++++++++++++++++++++++++++++
debian/gbp.conf | 2 ++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 4 ++++
9 files changed, 87 insertions(+)
diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..a20102c
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,11 @@
+# see git-dpm(1) from git-dpm package
+5e36981701849c5a6e552ff50e9163af52330d3a
+5e36981701849c5a6e552ff50e9163af52330d3a
+5e36981701849c5a6e552ff50e9163af52330d3a
+5e36981701849c5a6e552ff50e9163af52330d3a
+cysignals_1.2.0+ds.orig.tar.xz
+6bfda6565c56c3e9e4d924e655934f3a6001847f
+33440
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ce68d6e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+cypari2 (1.0.0-1~sage1) UNRELEASED; urgency=medium
+
+ * Initial release (Closes: #864792).
+
+ -- Tobias Hansen <thansen at debian.org> Wed, 14 Jun 2017 22:30:50 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8128cd8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: cypari2
+Section: python
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Tobias Hansen <thansen at debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ dpkg-dev (>= 1.17.14),
+ python-cysignals-pari,
+ python-setuptools,
+ python-all,
+ libpython-dev,
+ libpari-dev (>= 2.8),
+ cython (>= 0.24),
+Standards-Version: 3.9.8
+X-Python-Version: >= 2.7
+Homepage: https://github.com/defeo/cypari2
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/cypari2.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/cypari2.git
+
+Package: python-cypari2
+Architecture: any
+Multi-Arch: same
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Python interface to PARI
+ A Python interface to the number theory library libpari.
+ .
+ This package installs the library for Python 2.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e10dc41
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: cypari2
+Upstream-Contact: The Sage Development Team <sage-devel at googlegroups.com>
+Source: https://github.com/defeo/cypari2
+
+Files: *
+Copyright: 2017 The Sage Development Team <sage-devel at googlegroups.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2017 Tobias Hansen <thansen at debian.org>
+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; 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in /usr/share/common-licenses/GPL-2
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fd3a7fa
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with autoreconf --with python2 --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/watch b/debian/watch
new file mode 100644
index 0000000..064ff55
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+https://pypi.python.org/packages/source/c/cypari2/ \
+ cypari2-(.+)\.tar\.gz debian uupdate
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cypari2.git
More information about the debian-science-commits
mailing list