From: Michael Stapelberg Date: Sat, 24 Dec 2011 15:24:00 +0000 (+0100) Subject: debian: re-add build-indep/build-arch targets to debian/rules X-Git-Tag: 4.1.1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71d261fd77f56c095cf1dec2fe041e866ea14ee5;p=i3%2Fi3 debian: re-add build-indep/build-arch targets to debian/rules --- diff --git a/debian/changelog b/debian/changelog index db3fef72..70897a74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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: Don’t close workspace when there are still floating windows on it - -- Michael Stapelberg Sat, 24 Dec 2011 15:43:53 +0100 + -- Michael Stapelberg Sat, 24 Dec 2011 16:23:55 +0100 i3-wm (4.1-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index a488469d..a6bfc2c0 100755 --- a/debian/rules +++ b/debian/rules @@ -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