[Python-modules-commits] [wtf-peewee] 02/05: Import Debian changes 0.2.6+dfsg-1

Christoph Berg myon at debian.org
Wed Nov 29 14:33:14 UTC 2017


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

myon pushed a commit to branch debian/master
in repository wtf-peewee.

commit 2ba5180d2d2413118408a2ddb5eff8aeb0ea16e8
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date:   Fri Jun 16 17:31:48 2017 +0200

    Import Debian changes 0.2.6+dfsg-1
    
    wtf-peewee (0.2.6+dfsg-1) unstable; urgency=low
    
      * Initial package version.
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 29 +++++++++++++++++++++++++++++
 debian/copyright     | 33 +++++++++++++++++++++++++++++++++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 7 files changed, 79 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..334f6de
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+wtf-peewee (0.2.6+dfsg-1) unstable; urgency=low
+
+  * Initial package version.
+
+ -- Adrian Vondendriesch <adrian.vondendriesch at credativ.de>  Fri, 16 Jun 2017 17:31:48 +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..1363335
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: wtf-peewee
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9), python-wtforms, python3-wtforms, python-peewee, python3-peewee
+Standards-Version: 3.9.8
+Homepage: https://github.com/coleifer/wtf-peewee/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/wtf-peewee.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/wtf-peewee.git
+
+Package: python-wtf-peewee
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-wtforms, python-peewee
+Description: WTForms integration for peewee models (Python 2)
+ Bridge between wtforms.ext and peewee. It provides a bridge between
+ peewee models and wtforms, mapping model fields to form fields.
+ .
+ This is the Python 2 package.
+
+Package: python3-wtf-peewee
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, python3-wtforms, python3-peewee
+Description: WTForms integration for peewee models (Python 3)
+ Bridge between wtforms.ext and peewee. It provides a bridge between
+ peewee models and wtforms, mapping model fields to form fields.
+ .
+ This is the Python 3 package.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d4f583f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: wtf-peewee
+Upstream-Contact: Charles Leifer <coleifer at gmail.com>
+Source: https://github.com/coleifer/wtf-peewee
+Files-Excluded: example
+
+Files: *
+Copyright: 2010-2017 Charles Leifer <coleifer at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8c44873
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=wtf-peewee
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
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/watch b/debian/watch
new file mode 100644
index 0000000..89db188
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/wtf-peewee/watch
+version=3
+opts=dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg,uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/wtf-peewee/wtf-peewee-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list