[Python-modules-commits] [flask-mail] 03/14: Add debian/.

Dominik George natureshadow-guest at moszumanska.debian.org
Sat Apr 29 15:47:20 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-mail.

commit a25840fcde83edce8c8a9233a244ed1ff47a4695
Author: Dominik George <nik at naturalnet.de>
Date:   Sat Apr 29 16:47:27 2017 +0200

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

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 8beaf7b..a1a3ed2 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@ c13e286ef1a66534ff2855118ab05a691aa89841
 flask-mail_0.9.1.orig.tar.gz
 ff3838a1933597f541dcad83a81c331cb7367fed
 45654
+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..7f60f0d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flask-mail (0.9.1-1) unstable; urgency=low
+
+  * Initial packaging of upstream release. (Closes: #816704)
+
+ -- Dominik George <nik at naturalnet.de>  Sat, 29 Apr 2017 15:58:29 +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..475ade5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: flask-mail
+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-blinker,
+ python-flask,
+ python-setuptools (>= 0.6b3),
+ python-sphinx,
+ python3-all,
+ python3-blinker,
+ python3-flask,
+ python3-setuptools,
+ python3-sphinx,
+Standards-Version: 3.9.8
+Homepage: https://github.com/rduplain/flask-mail
+Testsuite: autopkgtest-pkg-python
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flask-mail.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/flask-mail.git
+
+Package: python-flask-mail
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${sphinxdoc:Depends},
+Description: Flask extension for sending email (Python 2)
+ The Flask-Mail extension provides a simple interface to set up SMTP with
+ your Flask application and to send messages from your views and scripts.
+ .
+ This package contains the Python 2 version of the module.
+
+Package: python3-flask-mail
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${sphinxdoc:Depends},
+Description: Flask extension for sending email (Python 3)
+ The Flask-Mail extension provides a simple interface to set up SMTP with
+ your Flask application and to send messages from your views and scripts.
+ .
+ This package contains the Python 3 version of the module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..20c02c8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Flask-Mail
+Upstream-Contact: Ron DuPlain <ron.duplain at gmail.com>
+Source: https://github.com/rduplain/flask-mail
+
+Files: *
+Copyright: Dan Jacob <danjac354 at gmail.com>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2017 Dominik George <nik at naturalnet.de>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Some 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.
+ .
+ * The names of the contributors may not be used to endorse or
+   promote products derived from this software without specific
+   prior written permission.
+ .
+ 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
+ OWNER 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..ee4c5ac
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=flask-mail
+
+# The speaklater package is not available in testing or sid
+PYBUILD_DISABLE=test
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..35af276
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/Flask-Mail/watch
+version=3
+opts="uversionmangle=s/(rc|a|b|c)/~$1/" \
+http://pypi.debian.net/Flask-LDAPconn/Flask-Mail-(.+)\.(?: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-mail.git



More information about the Python-modules-commits mailing list