From: Michael Stapelberg Date: Mon, 1 Aug 2011 21:35:08 +0000 (+0200) Subject: update debian packaging X-Git-Tag: 4.0.2~65^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=83da21e13f5d6c9f25640a956c6e6f3280070fa4;p=i3%2Fi3 update debian packaging --- diff --git a/debian/changelog b/debian/changelog index aeca9a2b..f24c9d54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/rules b/debian/rules index c392f715..47ef6940 100755 --- a/debian/rules +++ b/debian/rules @@ -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.