Update debian/ to build a meta-package for i3

next
Michael Stapelberg 2009-03-11 22:49:41 +01:00
parent e1252b51da
commit 6bcb53e5ea
3 changed files with 17 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
i3 (1.0-1) unstable; urgency=low
i3-wm (1.0-1) unstable; urgency=low
* First release

15
debian/control vendored
View File

@ -1,4 +1,4 @@
Source: i3
Source: i3-wm
Section: utils
Priority: optional
Maintainer: Michael Stapelberg <michael+i3@stapelberg.de>
@ -9,7 +9,18 @@ Homepage: http://i3.zekjur.net/
Package: i3
Architecture: any
Priority: optional
Section: utils
Section: x11
Depends: i3-wm
Recommends: i3lock, dwm-tools
Description: meta package (i3 window manager, i3lock (screen locker), dwm-tools)
This meta-package installs the i3 window manager (i3-wm), the i3lock screen
locker (slightly improved version of slock) and dwm-tools which contains dmenu.
These are all the tools you need to use the i3 window manager efficiently.
Package: i3-wm
Architecture: any
Priority: optional
Section: x11
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: an improved dynamic tiling window manager
Key features of i3 are correct implementation of Xinerama (workspaces are

6
debian/rules vendored
View File

@ -39,9 +39,9 @@ install: build
dh_installdirs
# 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
$(MAKE) DESTDIR=$(CURDIR)/debian/i3-wm/ install
mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1
cp man/i3.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
# Build architecture-independent files here.