tags 681825 + pending
thanks

Dear maintainer,

I've prepared an NMU for django-notification (versioned as 0.1.5-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Jonathan Wiltshire                                      j...@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

<directhex> i have six years of solaris sysadmin experience, from
            8->10. i am well qualified to say it is made from bonghits
                        layered on top of bonghits
diff -Nru django-notification-0.1.5/debian/changelog django-notification-0.1.5/debian/changelog
--- django-notification-0.1.5/debian/changelog	2011-05-16 20:54:41.000000000 +0100
+++ django-notification-0.1.5/debian/changelog	2012-07-16 22:29:08.000000000 +0100
@@ -1,3 +1,11 @@
+django-notification (0.1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New patch import-feed.patch: properly import
+    django.contrib.syndication.views.Feed (Closes: #681825)
+
+ -- Jonathan Wiltshire <j...@debian.org>  Mon, 16 Jul 2012 22:29:05 +0100
+
 django-notification (0.1.5-1) unstable; urgency=low
 
   * Initial release.  closes: #626972.
diff -Nru django-notification-0.1.5/debian/patches/import-feed.patch django-notification-0.1.5/debian/patches/import-feed.patch
--- django-notification-0.1.5/debian/patches/import-feed.patch	1970-01-01 01:00:00.000000000 +0100
+++ django-notification-0.1.5/debian/patches/import-feed.patch	2012-07-16 22:25:00.000000000 +0100
@@ -0,0 +1,16 @@
+Subject: properly import django.contrib.syndication.views.Feed
+ Otherwise an exception is raised when send_now() is called
+Author: Jonathan Wiltshire <j...@debian.org>
+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
diff -Nru django-notification-0.1.5/debian/patches/series django-notification-0.1.5/debian/patches/series
--- django-notification-0.1.5/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ django-notification-0.1.5/debian/patches/series	2012-07-16 22:25:00.000000000 +0100
@@ -0,0 +1 @@
+import-feed.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to