update debian packaging

next
Michael Stapelberg 2011-08-01 23:35:08 +02:00
parent 009090093c
commit 83da21e13f
2 changed files with 11 additions and 0 deletions

10
debian/changelog vendored
View File

@ -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

1
debian/rules vendored
View 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.