[Python-modules-commits] [python-django-push-notifications] 03/03: Initial release (Closes: #856637).

Michael Fladischer fladi at moszumanska.debian.org
Fri Mar 3 08:26:42 UTC 2017


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

fladi pushed a commit to branch master
in repository python-django-push-notifications.

commit ccea839417a3a4f5316b7d63074ec6e52735a390
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Mar 3 09:21:39 2017 +0100

    Initial release (Closes: #856637).
---
 debian/changelog                              |  5 ++++
 debian/compat                                 |  1 +
 debian/control                                | 34 +++++++++++++++++++++++++++
 debian/copyright                              | 31 ++++++++++++++++++++++++
 debian/python3-django-push-notifications.docs |  1 +
 debian/rules                                  | 12 ++++++++++
 debian/watch                                  |  7 ++++++
 7 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3aa5310
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-django-push-notifications (1.4.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #856637).
+
+ -- Michael Fladischer <fladi at debian.org>  Fri, 03 Mar 2017 08:37:39 +0100
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..dacb91c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: python-django-push-notifications
+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,
+               python3-all,
+               python3-django,
+               python3-djangorestframework,
+               python3-mock,
+               python3-setuptools
+Standards-Version: 3.9.8
+X-Python3-Version: >= 3.4
+Homepage: https://github.com/jleclanche/django-push-notifications/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-push-notifications.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-push-notifications.git
+
+Package: python3-django-push-notifications
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Send push notifications through GCM or APNS in Django (Python3 version)
+ A minimal Django app that implements Device models that can send messages
+ through APNS, FCM/GCM and WNS. It provides three models:
+ .
+  * GCMDevice
+  * APNSDevice
+  * WNSDevice
+ .
+ The app also implements an admin panel, through which you can test single and
+ bulk notifications.
+ .
+ This package contains the Python 3 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7c8ba8b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-django-push-notifications
+Upstream-Contact: Jerome Leclanche <jerome at leclan.ch>
+Source: https://github.com/jleclanche/django-push-notifications/
+
+Files: *
+Copyright: 2013, Jerome Leclanche <jerome at leclan.ch>
+License: Expat
+
+Files: debian/*
+Copyright: 2017, Michael Fladischer <fladi at debian.org>
+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/python3-django-push-notifications.docs b/debian/python3-django-push-notifications.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-django-push-notifications.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ebca02e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=django-push-notifications
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	dh_auto_test -- --system=custom --test-args="{interpreter} tests/runtests.py"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..914bdfb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/-/./g,\
+filenamemangle=s/(?:.*)?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/django-push-notifications-$1.$2/ \
+https://github.com/jleclanche/django-push-notifications/releases \
+(?:.*/)?(\d\S+)\.(?: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-django-push-notifications.git



More information about the Python-modules-commits mailing list