From: Michael Stapelberg Date: Sat, 14 Mar 2009 17:55:47 +0000 (+0100) Subject: Add docbook-xml as build dependency, revert last commit X-Git-Tag: 3.a~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=21e62ae9b7d729828156c017ebf9d0979b70da96;p=i3%2Fi3 Add docbook-xml as build dependency, revert last commit --- diff --git a/DEPENDS b/DEPENDS index 5285cc9b..6d56e132 100644 --- a/DEPENDS +++ b/DEPENDS @@ -5,8 +5,11 @@ In that case, please try using the versions mentioned below until a fix is provi * xcb-proto-1.3 (2008-12-10) * libxcb-1.1.93 (2008-12-11) * xcb-util-0.3.3 (2009-01-31) - * Xlib, the one that comes with your X-Server * asciidoc >= 8.3.0 for docs/hacking-howto + * asciidoc, xmlto, docbook-xml for man/i3.man + * Xlib, the one that comes with your X-Server + +Recommendations: * i3lock for locking your screen * dmenu for launching applications @@ -15,5 +18,5 @@ http://xcb.freedesktop.org/dist/xcb-proto-1.3.tar.bz2 http://xcb.freedesktop.org/dist/libxcb-1.1.93.tar.bz2 http://xcb.freedesktop.org/dist/xcb-util-0.3.3.tar.bz2 -git://code.stapelberg.de/i3lock +http://i3.zekjur.net/i3lock/ http://tools.suckless.org/dmenu diff --git a/debian/control b/debian/control index db7bb3b1..9c2df2fe 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: i3-wm Section: utils Priority: optional Maintainer: Michael Stapelberg -Build-Depends: debhelper (>= 5), libx11-dev, libxcb-wm0-dev (>= 0.3.3), libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms0-dev (>= 0.3.3), libxcb-xinerama0-dev (>= 1.1), asciidoc, xmlto +Build-Depends: debhelper (>= 5), libx11-dev, libxcb-wm0-dev (>= 0.3.3), libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms0-dev (>= 0.3.3), libxcb-xinerama0-dev (>= 1.1), asciidoc, xmlto, docbook-xml Standards-Version: 3.8.0 Homepage: http://i3.zekjur.net/ diff --git a/man/Makefile b/man/Makefile index e7dec572..cd977dd6 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,2 +1,2 @@ all: - a2x -L -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man + a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man