debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit ebd43d99918531e770f5747cfdce914c3803b8eb Author: Maarten Lankhorst <[email protected]> Date: Tue Apr 9 20:20:40 2013 +0200 Enable valgrind by default. diff --git a/debian/changelog b/debian/changelog index b2a751d..fce74d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ xserver-xorg-video-intel (2:2.21.6-1) UNRELEASED; urgency=low [ Maarten Lankhorst ] * Add valgrind to build-depends. + * Enable valgrind by default. -- Timo Aaltonen <[email protected]> Fri, 07 Dec 2012 09:33:39 +0200 diff --git a/debian/rules b/debian/rules index 451de4d..e13426f 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ BUILDER := $(shell dpkg-parsechangelog | awk -F': ' '/^Maintainer: / {pri # Enable SNA, pass builderstring: override_dh_auto_configure: - dh_auto_configure -- --enable-sna --enable-uxa --with-default-accel=uxa --with-builderstring="$(SOURCE_NAME) $(SOURCE_VERSION) ($(BUILDER))" + dh_auto_configure -- --enable-sna --enable-uxa --with-default-accel=uxa --with-builderstring="$(SOURCE_NAME) $(SOURCE_VERSION) ($(BUILDER))" --enable-valgrind # Install in debian/tmp to retain control through dh_install: override_dh_auto_install: -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

