[Python-modules-commits] [python-cmislib] 02/02: Initial release (Closes: #787108).

Michael Fladischer fladi at moszumanska.debian.org
Mon Jun 15 09:08:15 UTC 2015


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

fladi pushed a commit to branch master
in repository python-cmislib.

commit 28e7b4d66fc60ee133752eba1d1e0a08d4e63523
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Jun 15 11:02:35 2015 +0200

    Initial release (Closes: #787108).
---
 debian/changelog                   |   5 +++++
 debian/compat                      |   1 +
 debian/control                     |  41 +++++++++++++++++++++++++++++++++++++
 debian/copyright                   |  32 +++++++++++++++++++++++++++++
 debian/python-cmislib-doc.doc-base |   8 ++++++++
 debian/python-cmislib-doc.docs     |   1 +
 debian/python-cmislib.docs         |   1 +
 debian/rules                       |  17 +++++++++++++++
 debian/source/format               |   1 +
 debian/source/include-binaries     |   1 +
 debian/upstream-signing-key.pgp    | Bin 0 -> 3596 bytes
 debian/watch                       |   3 +++
 12 files changed, 111 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8bd9e50
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-cmislib (0.5.1+dfsg-1) unstable; urgency=low
+
+  * Initial release (Closes: #787108).
+
+ -- Michael Fladischer <fladi at debian.org>  Wed, 15 Apr 2015 15:17:54 +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..f39b1ff
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: python-cmislib
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg)
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+Homepage: https://chemistry.apache.org/python/cmislib.html
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cmislib/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-cmislib/trunk/
+
+Package: python-cmislib
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Suggests: python-cmislib-doc
+Description: CMIS client library for Python
+ Apache Chemistry cmislib is a CMIS client library for Python.
+ .
+ The goal of this library is to provide an interoperable API to CMIS
+ repositories such as Alfresco, Nuxeo, KnowledgeTree, MS SharePoint, EMC
+ Documentum, and any other content repository that is CMIS-compliant.
+
+Package: python-cmislib-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends},
+         ${sphinxdoc:Depends}
+Description: CMIS client library for Python (documentation)
+ Apache Chemistry cmislib is a CMIS client library for Python.
+ .
+ The goal of this library is to provide an interoperable API to CMIS
+ repositories such as Alfresco, Nuxeo, KnowledgeTree, MS SharePoint, EMC
+ Documentum, and any other content repository that is CMIS-compliant.
+ .
+ This package contains the documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0da40e7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: cmislib
+Upstream-Contact: Apache Chemistry Project <dev at chemistry.apache.org>
+Source: https://chemistry.apache.org/python/cmislib.html
+Files-Excluded: src/doc/build
+                src/cmislib.egg-info
+
+Files: *
+Copyright: Apache Chemistry Project <dev at chemistry.apache.org>
+License: Apache
+
+Files: debian/*
+Copyright: 2015, Fladischer Michael <fladi at debian.org>
+License: Apache
+
+License: Apache
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+ .
+   http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
diff --git a/debian/python-cmislib-doc.doc-base b/debian/python-cmislib-doc.doc-base
new file mode 100644
index 0000000..3e2844b
--- /dev/null
+++ b/debian/python-cmislib-doc.doc-base
@@ -0,0 +1,8 @@
+Document: python-cmislib-doc
+Title: Apache Chemistry cmislib documentation
+Author: Apache Chemistry Project <dev at chemistry.apache.org>
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-cmislib-doc/html/index.html
+Files: /usr/share/doc/python-cmislib-doc/html/*.html
diff --git a/debian/python-cmislib-doc.docs b/debian/python-cmislib-doc.docs
new file mode 100644
index 0000000..ee08470
--- /dev/null
+++ b/debian/python-cmislib-doc.docs
@@ -0,0 +1 @@
+src/doc/.build/html
diff --git a/debian/python-cmislib.docs b/debian/python-cmislib.docs
new file mode 100644
index 0000000..71dfd5b
--- /dev/null
+++ b/debian/python-cmislib.docs
@@ -0,0 +1 @@
+README.txt
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..571d02f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=cmislib
+
+%:
+	dh $@ --with=python2,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. sphinx-build -b html -d src/doc/.build/.doctrees -N src/doc/src src/doc/.build/html
+
+override_dh_clean:
+	rm -rf src/doc/.build/
+	dh_clean
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/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..95a390b
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp
diff --git a/debian/upstream-signing-key.pgp b/debian/upstream-signing-key.pgp
new file mode 100644
index 0000000..91c7b02
Binary files /dev/null and b/debian/upstream-signing-key.pgp differ
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d60630d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/,repacksuffix=+dfsg,dversionmangle=s/\+dfsg$// \
+http://pypi.debian.net/cmislib/cmislib-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list