]> git.sur5r.net Git - i3/i3/commitdiff
debian: re-add build-indep/build-arch targets to debian/rules 4.1.1
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 24 Dec 2011 15:24:00 +0000 (16:24 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 24 Dec 2011 15:24:00 +0000 (16:24 +0100)
debian/changelog
debian/rules

index db3fef72664d0d5fe5e514b4fcf2825afd1ad502..70897a740614087b64793a11adf0657605868266 100644 (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: Don’t 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
 
index a488469d717579930d52268fa827d506f79aa760..a6bfc2c05e9ff13901f73681a5a5c9a469acda8c 100755 (executable)
@@ -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