Add docbook-xml as build dependency, revert last commit
This commit is contained in:
parent
a6f00488d6
commit
21e62ae9b7
7
DEPENDS
7
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
|
||||
|
|
|
@ -2,7 +2,7 @@ Source: i3-wm
|
|||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Michael Stapelberg <michael+i3@stapelberg.de>
|
||||
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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue