update debian packaging
This commit is contained in:
parent
009090093c
commit
83da21e13f
|
@ -1,3 +1,13 @@
|
|||
i3-wm (4.0.1-1) unstable; urgency=low
|
||||
|
||||
* Fix the build process of i3bar (Closes: #636274)
|
||||
* Fix the build process on Mac OS X
|
||||
* i3-config-wizard: also start i3bar in the keycode config template
|
||||
* userguide: Remove the obsolete bar.* colors
|
||||
* userguide: Use i3bar instead of dzen2 in the 'exec' example
|
||||
|
||||
-- Michael Stapelberg <michael@stapelberg.de> Mon, 01 Aug 2011 23:31:06 +0200
|
||||
|
||||
i3-wm (4.0-1) unstable; urgency=low
|
||||
|
||||
* In addition to the proper flex/bison based parser for the config file
|
||||
|
|
|
@ -53,6 +53,7 @@ install: build
|
|||
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
|
||||
cp i3bar/doc/i3bar.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
|
Loading…
Reference in New Issue