From a0bb296f1bf599434eda7136e9b47c76ae8f6870 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 1 Aug 2011 14:39:45 +0200 Subject: [PATCH] update debian packaging --- debian/control | 2 +- debian/rules | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 615a5181..7c5b462e 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils Provides: x-window-manager Suggests: rxvt-unicode | x-terminal-emulator Recommends: xfonts-base, libanyevent-i3-perl, libanyevent-perl, libipc-run-perl -Description: an improved dynamic tiling window manager +Description: improved dynamic tiling window manager 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 diff --git a/debian/rules b/debian/rules index d6393980..c392f715 100755 --- a/debian/rules +++ b/debian/rules @@ -13,11 +13,16 @@ config.status: configure dh_testdir touch $@ -build: +build: build-arch build-indep + +build-arch: build-stamp +build-indep: build-stamp + +build-stamp: dh_testdir # Add here commands to compile the package. - $(MAKE) + $(MAKE) TERM_EMU=x-terminal-emulator $(MAKE) -C man $(MAKE) -C docs @@ -45,6 +50,9 @@ install: build 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 + cp man/i3-nagbar.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1 + cp man/i3-config-wizard.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1 + cp man/i3-migrate-config-to-v4.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1 # Build architecture-independent files here. -- 2.39.5