Import python-django-push-notifications_1.4.1-1.debian.tar.xz

[dgit import tarball python-django-push-notifications 1.4.1-1 python-django-push-notifications_1.4.1-1.debian.tar.xz]
This commit is contained in:
Michael Fladischer 2017-03-03 08:37:39 +01:00
commit 057b4b8337
9 changed files with 100 additions and 0 deletions

8
.git-dpm Normal file
View File

@ -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

5
changelog Normal file
View File

@ -0,0 +1,5 @@
python-django-push-notifications (1.4.1-1) unstable; urgency=low
* Initial release (Closes: #856637).
-- Michael Fladischer <fladi@debian.org> Fri, 03 Mar 2017 08:37:39 +0100

1
compat Normal file
View File

@ -0,0 +1 @@
9

34
control Normal file
View File

@ -0,0 +1,34 @@
Source: python-django-push-notifications
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@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.

31
copyright Normal file
View File

@ -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@leclan.ch>
Source: https://github.com/jleclanche/django-push-notifications/
Files: *
Copyright: 2013, Jerome Leclanche <jerome@leclan.ch>
License: Expat
Files: debian/*
Copyright: 2017, Michael Fladischer <fladi@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.

View File

@ -0,0 +1 @@
README.rst

12
rules Executable file
View File

@ -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"

1
source/format Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

7
watch Normal file
View File

@ -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)))