summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2013-04-14 14:04:06 +0200
committerAndrew Shadura <bugzilla@tut.by>2013-04-14 14:04:06 +0200
commit598d6c7b39149192087de28fbe49b09ed9236a39 (patch)
tree8d437737de5ed88ecb8ca59170165f630f6fecde
parent47288c368f6619cfa059fc68ddbb6e2309d592a5 (diff)
Drop a patch already applied upstream.
-rw-r--r--debian/patches/05-fix-xrandr-crash.patch20
-rw-r--r--debian/patches/series2
2 files changed, 1 insertions, 21 deletions
diff --git a/debian/patches/05-fix-xrandr-crash.patch b/debian/patches/05-fix-xrandr-crash.patch
deleted file mode 100644
index 550a31e..0000000
--- a/debian/patches/05-fix-xrandr-crash.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Fix crash when adding a second display
-Author: Kris Maglione <kris@suckless.org>
-Author: Andrew Shadura <bugzilla@tut.by>
-Bug-Debian: http://bugs.debian.org/628575
-
---- a/cmd/wmii/message.c
-+++ b/cmd/wmii/message.c
-@@ -601,6 +601,12 @@
- return nil;
- }
-
-+ if(!strcmp(s, "xinerama")) {
-+ setenv("XINERAMA_SCREENS", m->pos, 1);
-+ init_screens();
-+ return nil;
-+ }
-+
- switch(getsym(s)) {
- case LBAR: /* bar on? <"top" | "bottom"> */
- s = msg_getword(m, Ebadvalue);
diff --git a/debian/patches/series b/debian/patches/series
index 32648fb..c1ec028 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,7 +2,7 @@
02-cflags.patch
02-no-silent.patch
03-font.patch
-05-fix-xrandr-crash.patch
09-wihack-ld-preload.patch
+10-hostname.patch
13-fix-spelling-manpages.patch
16-fix-confdir.patch