debian: update packaging
This commit is contained in:
parent
bf728be09b
commit
c98bf4ba8c
|
@ -1,4 +1,4 @@
|
|||
i3-wm (3.d-0) unstable; urgency=low
|
||||
i3-wm (3.d-1) unstable; urgency=low
|
||||
|
||||
* Implement tabbing (command "T")
|
||||
* Implement horizontal resize of containers (containers! not windows)
|
||||
|
|
|
@ -4,7 +4,7 @@ Priority: extra
|
|||
Maintainer: Michael Stapelberg <michael@stapelberg.de>
|
||||
DM-Upload-Allowed: yes
|
||||
Build-Depends: debhelper (>= 5), libx11-dev, libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms1-dev, libxcb-xinerama0-dev (>= 1.1), libxcb-event1-dev (>= 0.3.3), libxcb-property1-dev (>= 0.3.3), libxcb-atom1-dev (>= 0.3.3), libxcb-icccm1-dev (>= 0.3.3), asciidoc (>= 8.4.4), xmlto, docbook-xml, pkg-config, libev-dev
|
||||
Standards-Version: 3.8.2
|
||||
Standards-Version: 3.8.3
|
||||
Homepage: http://i3.zekjur.net/
|
||||
|
||||
Package: i3
|
||||
|
|
|
@ -44,6 +44,7 @@ install: build
|
|||
mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
||||
cp man/i3.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
||||
cp man/i3-msg.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
||||
cp man/i3-input.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
|
Loading…
Reference in New Issue