Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition for
etch.

Please find the used diff below.


Cheers,
Andi

diff -ur ../rss2email-2.60~/debian/changelog ../rss2email-2.60/debian/changelog
--- ../rss2email-2.60~/debian/changelog 2006-12-09 21:40:42.000000000 +0000
+++ ../rss2email-2.60/debian/changelog  2006-12-09 21:41:28.000000000 +0000
@@ -1,3 +1,10 @@
+rss2email (1:2.60-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Use fcntl even on non-Sunos-Unix, i.e. Debian. Closes: #401077
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Sat,  9 Dec 2006 21:41:02 +0000
+
 rss2email (1:2.60-1) unstable; urgency=low
 
   * New upstream release, including the change in -3 below and a few other
diff -ur ../rss2email-2.60~/rss2email.py ../rss2email-2.60/rss2email.py
--- ../rss2email-2.60~/rss2email.py     2006-08-25 18:33:04.000000000 +0000
+++ ../rss2email-2.60/rss2email.py      2006-12-09 21:41:53.000000000 +0000
@@ -212,8 +212,7 @@
 unix = 0
 try:
        import fcntl
-       if sys.version.find('sunos') != -1:
-               unix = 1
+       unix = 1
 except:
        pass
                


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to