[Python-modules-commits] [python-activipy] 01/01: start Debian package

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Nov 22 22:29:41 UTC 2015


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

debacle pushed a commit to branch master
in repository python-activipy.

commit ffe1c9a5ded25fdefe8cb3df8e14beadbf011022
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Nov 22 23:29:17 2015 +0100

    start Debian package
---
 debian/changelog |  5 +++++
 debian/clean     |  1 +
 debian/compat    |  1 +
 debian/control   | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright | 35 +++++++++++++++++++++++++++++++++++
 debian/rules     |  7 +++++++
 debian/watch     |  3 +++
 7 files changed, 93 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3d4573d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-activipy (0.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #803983).
+
+ -- W. Martin Borgert <debacle at debian.org>  Sun, 22 Nov 2015 19:52:50 +0000
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..7458012
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+activipy.egg-info/*
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..4ffc828
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: python-activipy
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               python-all (>= 2.6.6-3),
+               python-setuptools (>= 0.6b3),
+               python-sphinx,
+               python3-all,
+               python3-setuptools,
+               dh-python
+Homepage: https://github.com/w3c-social/activipy
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-activipy.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-activipy.git
+
+Package: python-activipy
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         python (>= 2.7)
+Provides: ${python:Provides}
+Description: implementation of ActivityStreams 2.0 for Python 2
+ Provides an easy API for building ActivityStreams 2.0 based
+ applications as well as a test suite for testing
+ ActivityStreams 2.0 libraries against.
+ .
+ This package provides the module for Python 2.x.
+
+Package: python3-activipy
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Provides: ${python3:Provides}
+Description: implementation of ActivityStreams 2.0 for Python 3
+ Provides an easy API for building ActivityStreams 2.0 based
+ applications as well as a test suite for testing
+ ActivityStreams 2.0 libraries against.
+ .
+ This package provides the module for Python 3.x.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8998001
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ActiviPy
+Upstream-Contact: Christopher Allan Webber <cwebber at dustycloud.org>
+Source: https://github.com/w3c-social/activipy
+
+Files: *
+Copyright: 2015, Christopher Allan Webber <cwebber at dustycloud.org>
+License: GPL-3+ and Apache-2
+
+Files: debian/*
+Copyright: 2015, W. Martin Borgert <debacle at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ 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 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
+License: Apache-2
+ On Debian systems, the full text of the Apache
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..11b456c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export PYBUILD_NAME=activipy
+
+%:
+	dh $@ --buildsystem=pybuild --with python2,python3,sphinxdoc
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e3fcca1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]+)\.tar\.gz/activipy-$1.tar.gz/" \
+https://github.com/w3c-social/activipy/releases (?:.*/)?v?(\d[\d\.]+)\.tar\.gz

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



More information about the Python-modules-commits mailing list