debian: update packaging

This commit is contained in:
Frédéric Péters 2020-06-03 15:41:38 +02:00
parent 2aad16c869
commit 286efbd6a1
5 changed files with 32 additions and 9 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-cmislib (0.7.4-0) UNRELEASED; urgency=medium
* Update and switch to https://pypi.org/project/cmislib-maykin/ fork.
-- Frederic Peters <fpeters@entrouvert.com> Wed, 03 Jun 2020 15:38:29 +0200
python-cmislib (0.5.1+dfsg-2) unstable; urgency=medium
* Add python-iso8601 to Depends and Build-Depends.

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

30
debian/control vendored
View File

@ -3,16 +3,20 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 10),
dh-python,
python-all,
python-httplib2,
python-iso8601,
python-setuptools
python-setuptools,
python-six,
python3-all,
python3-httplib2,
python3-iso8601,
python3-setuptools,
python3-six
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
Homepage: https://chemistry.apache.org/python/cmislib.html
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cmislib.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-cmislib.git
Homepage: https://pypi.org/project/cmislib-maykin/
Package: python-cmislib
Architecture: all
@ -25,3 +29,17 @@ Description: 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: python3-cmislib
Architecture: all
Depends: python3-iso8601,
${misc:Depends},
${python3:Depends}
Description: CMIS client library for Python 3
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 is the Python 3 version of the package.

View File

@ -1 +0,0 @@
README.txt

2
debian/rules vendored
View File

@ -6,4 +6,4 @@
export PYBUILD_NAME=cmislib
%:
dh $@ --with=python2 --buildsystem=pybuild
dh $@ --with=python2,python3 --buildsystem=pybuild