debian: re-add build-indep/build-arch targets to debian/rules

next
Michael Stapelberg 2011-12-24 16:24:00 +01:00
parent 293f28e68b
commit 71d261fd77
2 changed files with 5 additions and 2 deletions

3
debian/changelog vendored
View File

@ -1,5 +1,6 @@
i3-wm (4.1.1-1) unstable; urgency=low
* Re-add build-arch/build-indep targets to debian/rules (Closes: #648613)
* Create a secure temp path instead of a predictable one
* ipc: set CLOEXEC on client file descriptors
* Fix prototype in include/xcursor.h
@ -25,7 +26,7 @@ i3-wm (4.1.1-1) unstable; urgency=low
moving
* Bugfix: Dont close workspace when there are still floating windows on it
-- Michael Stapelberg <michael@stapelberg.de> Sat, 24 Dec 2011 15:43:53 +0100
-- Michael Stapelberg <michael@stapelberg.de> Sat, 24 Dec 2011 16:23:55 +0100
i3-wm (4.1-1) unstable; urgency=low

4
debian/rules vendored
View File

@ -4,7 +4,9 @@
DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/buildflags.mk
build: build-stamp
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
build-stamp:
dh build
touch build-stamp