How to make it works on 17.10? There is no package xserver-xorg-core-hwe-xxx. I did this: 1. sudo apt install devscripts 2. apt-get build-dep xorg-server 3. apt source xserver-xorg-core 4. wget https://bugs.freedesktop.org/attachment.cgi?id=129861 5 cd xkb 6. patch < attachment.cgi?id=129861 7. debuild -us -uc and got: # Make sure Xvfb at least starts up PATH=debian/tmp/main/usr/bin/:/bin:/usr/bin \ debian/tmp/main/usr/bin/xvfb-run -s "-screen 0 1280x1024x24 -nolisten tcp -noreset" true install debian/local/xvfb-run.1 debian/tmp/main/usr/share/man/man1 make[1]: выход из каталога «/home/victor/Developing/XServer/xorg-server-1.19.5» debian/rules override_dh_install make[1]: вход в каталог «/home/victor/Developing/XServer/xorg-server-1.19.5» # dh_install --fail-missing dh_install --list-missing dh_install: Please use dh_missing --list-missing/--fail-missing instead dh_install: This feature will be removed in compat 11. /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 1: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/lib/xorg/modules: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 2: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/bin/Xorg: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 3: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/bin/X: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 4: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/share/man/man1/Xorg.1: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 5: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/share/man/man4: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 6: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/share/man/man5/xorg.conf.5: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 7: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/share/man/man5/xorg.conf.d.5: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 8: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/bin/cvt: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 9: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/bin/gtf: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 10: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/share/man/man1/cvt.1: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 11: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/share/man/man1/gtf.1: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 12: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/share/X11/xorg.conf.d: not found /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: 13: /home/victor/Developing/XServer/xorg-server-1.19.5/debian/xserver-xorg-core.install: main/usr/lib/xorg/Xorg: not found dh_install: debian/xserver-xorg-core.install (executable config) returned exit code 127 debian/rules:284: ошибка выполнения рецепта для цели «override_dh_install» make[1]: *** [override_dh_install] Ошибка 127 make[1]: выход из каталога «/home/victor/Developing/XServer/xorg-server-1.19.5» debian/rules:180: ошибка выполнения рецепта для цели «binary» make: *** [binary] Ошибка 2 dpkg-buildpackage: ошибка: fakeroot debian/rules binary возвратил код ошибки 2 debuild: fatal error at line 1124: dpkg-buildpackage -rfakeroot -us -uc failed full log in attachment. What did I miss?