Last active
December 16, 2017 14:08
-
-
Save spvkgn/e518345500a608231c9f2c29c2dc2b8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dget -ux http://ru.archive.ubuntu.com/ubuntu/pool/main/x/xorg-server/xorg-server_1.19.5-0ubuntu2.dsc | |
wget https://bugs.freedesktop.org/attachment.cgi?id=129861 -O xkb-switch-on-release.patch | |
cd cd xorg-server-1.19.3 | |
quilt import ../xkb-switch-on-release.patch | |
dch -l ppa~artful -D artful 'Add xkb-switch-on-release.patch' | |
debuild -S -sd -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment