update debian packaging
This commit is contained in:
parent
d60c6f0db2
commit
a0bb296f1b
|
@ -26,7 +26,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
|
||||||
Provides: x-window-manager
|
Provides: x-window-manager
|
||||||
Suggests: rxvt-unicode | x-terminal-emulator
|
Suggests: rxvt-unicode | x-terminal-emulator
|
||||||
Recommends: xfonts-base, libanyevent-i3-perl, libanyevent-perl, libipc-run-perl
|
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
|
Key features of i3 are correct implementation of Xinerama (workspaces are
|
||||||
assigned to virtual screens, i3 does the right thing when attaching new
|
assigned to virtual screens, i3 does the right thing when attaching new
|
||||||
monitors), XrandR support (not done yet), horizontal and vertical columns
|
monitors), XrandR support (not done yet), horizontal and vertical columns
|
||||||
|
|
|
@ -13,11 +13,16 @@ config.status: configure
|
||||||
dh_testdir
|
dh_testdir
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
build:
|
build: build-arch build-indep
|
||||||
|
|
||||||
|
build-arch: build-stamp
|
||||||
|
build-indep: build-stamp
|
||||||
|
|
||||||
|
build-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
$(MAKE)
|
$(MAKE) TERM_EMU=x-terminal-emulator
|
||||||
$(MAKE) -C man
|
$(MAKE) -C man
|
||||||
$(MAKE) -C docs
|
$(MAKE) -C docs
|
||||||
|
|
||||||
|
@ -45,6 +50,9 @@ install: build
|
||||||
cp man/i3.1 $(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-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-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.
|
# Build architecture-independent files here.
|
||||||
|
|
Loading…
Reference in New Issue