]> git.sur5r.net Git - i3/i3/commitdiff
More work on the debian package, don’t link against xcb-keysyms, not necessary at...
authorMichael Stapelberg <michael+x200@stapelberg.de>
Wed, 25 Feb 2009 00:38:02 +0000 (01:38 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Wed, 25 Feb 2009 00:38:02 +0000 (01:38 +0100)
Makefile
debian/control
debian/copyright
debian/rules

index bdbd55264f5eb8076583175c0cd773f6b135f1f3..7b73d7b66c0f0853bb859ea49ff37c623490800e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CFLAGS += -Iinclude
 CFLAGS += -I/usr/local/include
 
 LDFLAGS += -lxcb-wm
-LDFLAGS += -lxcb-keysyms
+#LDFLAGS += -lxcb-keysyms
 LDFLAGS += -lxcb-xinerama
 LDFLAGS += -lX11
 LDFLAGS += -L/usr/local/lib -L/usr/pkg/lib
index a491ae4a2ef3f42750e9a3b69a3444508717b83b..0486e8bef06f800407fb9188c09c407e4bba001a 100644 (file)
@@ -2,7 +2,7 @@ Source: i3
 Section: utils
 Priority: optional
 Maintainer: Michael Stapelberg <michael+i3@stapelberg.de>
-Build-Depends: debhelper (>= 5), libxcb-wm0-dev (>= 0.3.3),  libxcb-aux0-dev (>= 0.3.3)
+Build-Depends: debhelper (>= 5), libxcb-wm0-dev (>= 0.3.3), libxcb-aux0-dev (>= 0.3.3), asciidoc
 Standards-Version: 3.8.0
 Homepage: http://i3.zekjur.net/
 
@@ -12,4 +12,12 @@ Priority: optional
 Section: utils
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: an improved dynamic tiling window manager
- TODO
+ Key features of i3 are correct implementation of Xinerama (workspaces are
+ assigned to virtual screens, i3 does the right thing when attaching new
+ monitors), XrandR support (not done yet), horizontal and vertical columns
+ (think of a table) in tiling. Also, special focus is on writing clean,
+ readable and well documented code. i3 uses xcb for asynchronous
+ communication with X11, and has several measures to be very fast.
+ .
+ Please be aware i3 is primarily targeted at advanced users and developers
+ and that you’re currently trying an alpha version (which may contain bugs).
index 588f735e50d06864fb72798e3944bf8fd598fb62..fd190bff986cf8586c3875a632f3d20d2ba7fc05 100644 (file)
@@ -2,6 +2,7 @@ This Debian package is based on a tarball downloaded from
 http://i3.zekjur.net
 
 Copyright: (C) 2009 Michael Stapelberg <michael+i3 at stapelberg dot de>
+All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
index 2186810f9e788b4390165b6a33c7a785620c15f6..874c57ec60beabcfb2a625e08a2eb992ef58a286 100755 (executable)
@@ -18,6 +18,7 @@ build:
 
        # Add here commands to compile the package.
        $(MAKE)
+       $(MAKE) -C man
 
        touch $@
 
@@ -39,6 +40,8 @@ install: build
 
        # Add here commands to install the package into debian/wiipdf
        $(MAKE) DESTDIR=$(CURDIR)/debian/i3/ install
+       mkdir -p $(CURDIR)/debian/i3/usr/share/man/man1
+       cp man/i3.1 $(CURDIR)/debian/i3/usr/share/man/man1
 
 
 # Build architecture-independent files here.
@@ -65,7 +68,7 @@ binary-arch: build install
 #      dh_installinfo
        dh_installman
        dh_link
-       dh_strip
+#      dh_strip
        dh_compress
        dh_fixperms
 #      dh_perl