From 6bcb53e5eac32d0b06d5938e15d249ed7bfd2bd9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 11 Mar 2009 22:49:41 +0100 Subject: [PATCH] Update debian/ to build a meta-package for i3 --- debian/changelog | 2 +- debian/control | 15 +++++++++++++-- debian/rules | 6 +++--- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50543252..bf526972 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -i3 (1.0-1) unstable; urgency=low +i3-wm (1.0-1) unstable; urgency=low * First release diff --git a/debian/control b/debian/control index 0486e8be..06efef76 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: i3 +Source: i3-wm Section: utils Priority: optional Maintainer: Michael Stapelberg @@ -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 diff --git a/debian/rules b/debian/rules index 874c57ec..f62bc36a 100755 --- a/debian/rules +++ b/debian/rules @@ -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. -- 2.39.5