]> git.sur5r.net Git - i3/i3/commitdiff
debian: update packaging
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Nov 2009 21:41:31 +0000 (22:41 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 9 Nov 2009 21:41:31 +0000 (22:41 +0100)
debian/changelog
debian/control
debian/rules

index 5c95654facefe3f0b97af0253dbd5c09556056b4..9b95d50d1487f096697e958fe656365bcbc0bf20 100644 (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)
index 6c2cd50c5d9b5776f7d1f3bb083742bdcca2f8cf..17261a22a696248232b82d10e5909f6c333f4d33 100644 (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
index c9f9bdbb7797dcf35636e8a667e0e242c08821c3..43545a0171199e8c5b9924563f999677ca50394c 100755 (executable)
@@ -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.