diff --git a/debian/.git-dpm b/debian/.git-dpm new file mode 100644 index 0000000..168b6f2 --- /dev/null +++ b/debian/.git-dpm @@ -0,0 +1,8 @@ +# see git-dpm(1) from git-dpm package +451eb3f965917f8aaa6f261c0131712b233ea0d7 +451eb3f965917f8aaa6f261c0131712b233ea0d7 +451eb3f965917f8aaa6f261c0131712b233ea0d7 +451eb3f965917f8aaa6f261c0131712b233ea0d7 +python-django-push-notifications_1.4.1.orig.tar.gz +06d625d6caf90aece7f1fedec78f3460de3a18b3 +21994 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 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 +Uploaders: Michael Fladischer +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 +Source: https://github.com/jleclanche/django-push-notifications/ + +Files: * +Copyright: 2013, Jerome Leclanche +License: Expat + +Files: debian/* +Copyright: 2017, Michael Fladischer +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/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..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)))