[Python-modules-commits] [flask-ldapconn] 03/15: Add debian/.

Dominik George natureshadow-guest at moszumanska.debian.org
Sat Apr 29 14:13:14 UTC 2017


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

natureshadow-guest pushed a commit to branch master
in repository flask-ldapconn.

commit c9520b81746510278eb7348ca44e9d25e2c80ffa
Author: Dominik George <nik at naturalnet.de>
Date:   Sat Apr 29 15:45:36 2017 +0200

    Add debian/.
---
 debian/.git-dpm  |  3 +++
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules     |  6 ++++++
 debian/watch     |  4 ++++
 7 files changed, 103 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 329cfaf..4067478 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ e629f044c6a9165c2ebb853bddf4db15ffb2b4da
 flask-ldapconn_0.6.13.orig.tar.gz
 018468685d1b228a8444a298afdc7e20477aaebd
 8731
+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..baa3131
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flask-ldapconn (0.6.13-1) unstable; urgency=low
+
+  * Initial packaging of upstream release. (Closes: #833922)
+
+ -- Dominik George <nik at naturalnet.de>  Thu, 29 Sep 2016 11:10:38 +0200
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..ccf41df
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: flask-ldapconn
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Dominik George <nik at naturalnet.de>,
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 10),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-flask,
+ python-setuptools (>= 0.6b3),
+ python3-all,
+ python3-flask,
+ python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/rroemhild/flask-ldapconn
+Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-ldapconn.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-ldapconn.git
+
+Package: python-flask-ldapconn
+Architecture: all
+Depends:
+ python-flask,
+ ${misc:Depends},
+ ${python:Depends},
+Description: LDAP connection and ORM for Flask Applications (Python 2)
+ Flask-LDAPConn is a Flask extension providing ldap3 (an LDAP V3 pure Python
+ client) connection for accessing LDAP servers.
+ .
+ To abstract access to LDAP data, this extension provides a simple ORM model.
+ .
+ This package contains the Python 2 version of the module.
+
+Package: python3-flask-ldapconn
+Architecture: all
+Depends:
+ python3-flask,
+ ${misc:Depends},
+ ${python3:Depends},
+Description: LDAP connection and ORM for Flask Applications (Python 3)
+ Flask-LDAPConn is a Flask extension providing ldap3 (an LDAP V3 pure Python
+ client) connection for accessing LDAP servers.
+ .
+ To abstract access to LDAP data, this extension provides a simple ORM model.
+ .
+ This package contains the Python 3 version of the module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a0a9f02
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Flask-LDAPConn
+Upstream-Contact: Rafael Römhild
+Source: http://github.com/rroemhild/flask-ldapconn
+
+Files: *
+Copyright: 2016, Rafael Römhild
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: 2017 Dominik George <nik at naturalnet.de>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8548ed0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=flask-ldapconn
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..ff13457
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/Flask-LDAPConn/watch
+version=3
+opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
+http://pypi.debian.net/Flask-LDAPconn/Flask-LDAPConn-(.+)\.(?: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/flask-ldapconn.git



More information about the Python-modules-commits mailing list