debian/0000755000000000000000000000000012001167375007170 5ustar debian/rules0000755000000000000000000000003612001167375010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000166012001167375010576 0ustar Source: django-notification Section: python Priority: optional Maintainer: Debian QA Group Standards-Version: 3.9.3 Build-Depends-Indep: debhelper (>= 7.0.50~), python-support Build-Depends: python-setuptools Homepage: http://github.com/jtauber/django-notification/ Vcs-Browser: http://git.debian.org/?p=collab-maint/django-notification.git Vcs-Git: git://git.debian.org/git/collab-maint/django-notification.git Package: python-django-notification Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: user notification management for Django Many sites need to notify users when certain events have occurred and to allow configurable options as to how those notifications are to be received, including: . * submission of notification messages by other apps * notification messages on signing in * notification messages via email (configurable by user) * notification messages via feed debian/pyversions0000644000000000000000000000000512001167375011327 0ustar 2.5- debian/copyright0000644000000000000000000000241712001167375011127 0ustar This is the Debian prepackaged version of django-notification This package was put together by Clint Adams with sources obtained from: http://pypi.python.org/pypi/django-notification/0.1.5 Copyright (c) 2008 James Tauber and contributors License: 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. debian/patches/0000755000000000000000000000000012001167375010617 5ustar debian/patches/series0000644000000000000000000000002212001167375012026 0ustar import-feed.patch debian/patches/import-feed.patch0000644000000000000000000000127312001167375014056 0ustar Subject: properly import django.contrib.syndication.views.Feed Otherwise an exception is raised when send_now() is called Author: Jonathan Wiltshire Last-update: 2012-07-14 --- django-notification-0.1.5.orig/notification/views.py +++ django-notification-0.1.5/notification/views.py @@ -3,7 +3,7 @@ from django.http import HttpResponseRedirect, Http404 from django.template import RequestContext from django.contrib.auth.decorators import login_required -from django.contrib.syndication.views import feed +from django.contrib.syndication.views import Feed from notification.models import * from notification.decorators import basic_auth_required, simple_basic_auth_callback debian/changelog0000644000000000000000000000075612001167375011052 0ustar django-notification (0.1.5-2) unstable; urgency=low [ Jonathan Wiltshire ] * New patch import-feed.patch: properly import django.contrib.syndication.views.Feed (Closes: #681588) [ Clint Adams ] * Bump to Standards-Version 3.9.3. * Orphan package. -- Clint Adams Tue, 17 Jul 2012 00:44:07 -0400 django-notification (0.1.5-1) unstable; urgency=low * Initial release. closes: #626972. -- Clint Adams Mon, 16 May 2011 14:34:30 -0400 debian/compat0000644000000000000000000000000212001167375010366 0ustar 5 debian/source/0000755000000000000000000000000012001167375010470 5ustar debian/source/format0000644000000000000000000000001412001167375011676 0ustar 3.0 (quilt)