Bug#325925: Intent to NMU

2005-11-16 Thread dann frazier
user [EMAIL PROTECTED]
usertag 325925 + intend-to-nmu
stop

Since this bug has been open for 76 days and has had a patch for over
30, I intend to NMU osiris in 7 days (or sooner, at the maintainer's
request).





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



Bug#325925: Intent to NMU

2005-11-16 Thread Jamie Wilkinson
This one time, at band camp, dann frazier wrote:
user [EMAIL PROTECTED]
usertag 325925 + intend-to-nmu
stop

Since this bug has been open for 76 days and has had a patch for over
30, I intend to NMU osiris in 7 days (or sooner, at the maintainer's
request).

Go ahead, but please attach your final diff.


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



Bug#325925: Intent to NMU

2005-11-16 Thread dann frazier
On Thu, 2005-11-17 at 09:54 +1100, Jamie Wilkinson wrote:
 Go ahead, but please attach your final diff.

Thanks.  NMU uploaded, diff below.

diff -u osiris-4.1.8/debian/changelog osiris-4.1.8/debian/changelog
--- osiris-4.1.8/debian/changelog
+++ osiris-4.1.8/debian/changelog
@@ -1,3 +1,11 @@
+osiris (4.1.8-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * #define _GNU_SOURCE in string_list.c to avoid an implicitly converted
+return pointer from strcasestr().  (Closes: #325925)
+
+ -- dann frazier [EMAIL PROTECTED]  Wed, 16 Nov 2005 16:09:00 -0700
+
 osiris (4.1.8-2) unstable; urgency=low
 
   * Applied patch from Andreas Jochens to fix build failure on AMD64.
only in patch2:
unchanged:
--- osiris-4.1.8.orig/src/libosiris/string_list.c
+++ osiris-4.1.8/src/libosiris/string_list.c
@@ -28,6 +28,7 @@
 **
 **/
 
+#define _GNU_SOURCE
 #include stdlib.h
 #include stdio.h
 #include stdarg.h




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