[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-vmware: Changes to 'debian-unstable'



 debian/changelog |    6 ++++++
 debian/rules     |    7 +++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit f9208ee13d7ecb6efac784514897c824c65e9365
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Apr 29 18:36:30 2014 +0200

    rules: avoid mixing implicit and normal rules; make 4 doesn't like that.

diff --git a/debian/changelog b/debian/changelog
index b9bf917..5cf4dd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-vmware (1:13.0.2-3) UNRELEASED; urgency=medium
+
+  * rules: avoid mixing implicit and normal rules; make 4 doesn't like that.
+
+ -- Julien Cristau <jcristau@debian.org>  Tue, 29 Apr 2014 18:34:12 +0200
+
 xserver-xorg-video-vmware (1:13.0.2-2) unstable; urgency=medium
 
   * Fix build failure on kfreebsd (closes: #743239)
diff --git a/debian/rules b/debian/rules
index 7fa7b81..c601423 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,10 @@ override_dh_install:
 override_dh_shlibdeps:
 	dh_shlibdeps -- --warnings=6
 
-build %:
-	dh $@ --with quilt,autoreconf,xsf --builddirectory=build/
+build:
+	dh build --with quilt,autoreconf,xsf --builddirectory=build/
 
 .PHONY: build
+
+%:
+	dh $@ --with quilt,autoreconf,xsf --builddirectory=build/


Reply to: