tags 570689 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for rxvt-unicode (versioned as 9.07-1.1) and uploaded it to DELAYED/3. Please feel free to tell me if I should delay it longer.

--
Jakub Wilk
diff -u rxvt-unicode-9.07/debian/rules rxvt-unicode-9.07/debian/rules
--- rxvt-unicode-9.07/debian/rules
+++ rxvt-unicode-9.07/debian/rules
@@ -99,6 +99,9 @@
 		y=$(CURDIR)/debian/rxvt-$$x ; z=$(CURDIR)/tmp/$$x; \
 		$(MAKE) $(MFLAGS) -f debian/rules conf-$$x && \
 			perl -pe s,..tag.CXX,, -i src/Makefile; \
+		if expr $(DEB_HOST_GNU_TYPE) : 'alpha-linux-gnu\|sparc-linux-gnu' > /dev/null; then \
+			echo "#define EV_USE_EPOLL 0" >> config.h; \
+		fi; \
 		$(MAKE); \
 		mkdir -p tmp/$$x; \
 		$(MAKE) -C doc; \
diff -u rxvt-unicode-9.07/debian/changelog rxvt-unicode-9.07/debian/changelog
--- rxvt-unicode-9.07/debian/changelog
+++ rxvt-unicode-9.07/debian/changelog
@@ -1,3 +1,11 @@
+rxvt-unicode (9.07-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable use of epoll on Alpha and SPARC, as it is not properly supported
+    by libc on these platforms; see bug #576826 (Closes: #570689)
+
+ -- Jakub Wilk <jw...@debian.org>  Sun, 18 Apr 2010 15:19:16 +0000
+
 rxvt-unicode (9.07-1) unstable; urgency=low
 
   * New upstream version

Attachment: signature.asc
Description: Digital signature

Reply via email to