debian: update packaging

next
Michael Stapelberg 2009-11-09 22:41:31 +01:00
parent bf728be09b
commit c98bf4ba8c
3 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -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)

2
debian/control vendored
View File

@ -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

1
debian/rules vendored
View File

@ -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.