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

libdrm: Changes to 'debian-unstable'



 configure.ac     |    2 +-
 debian/changelog |    6 ++++--
 debian/control   |    1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 26d70d817605b9ca95db733177a0d9fc20bf94e6
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Jul 2 21:05:01 2015 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 85afa8a..2487024 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdrm (2.4.62-1) UNRELEASED; urgency=medium
+libdrm (2.4.62-1) unstable; urgency=medium
 
   [ Sven Joachim ]
   * New upstream release.
@@ -16,8 +16,9 @@ libdrm (2.4.62-1) UNRELEASED; urgency=medium
     <sys/sysctl.h> if configure detects it (closes: #787496).  Thanks,
     Thorsten Glaser.
   * Add build-dep on xutils-dev for xorg-macros.
+  * Cherry-pick upstream patch to let valgrind auto-detection work.
 
- -- Sven Joachim <svenjoac@gmx.de>  Fri, 08 May 2015 21:35:41 +0200
+ -- Julien Cristau <jcristau@debian.org>  Thu, 02 Jul 2015 21:11:21 +0200
 
 libdrm (2.4.60-3) unstable; urgency=medium
 

commit 9be727b722764566225937660dc3e4a40d7c97ed
Author: Julien Cristau <jcristau@debian.org>
Date:   Thu Jul 2 21:10:07 2015 +0200

    Add build-dep on xutils-dev for xorg-macros

diff --git a/debian/changelog b/debian/changelog
index 022bb0a..85afa8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libdrm (2.4.62-1) UNRELEASED; urgency=medium
   * Fix kfreebsd patch that caused an FTBFS on Linux/x32: only include
     <sys/sysctl.h> if configure detects it (closes: #787496).  Thanks,
     Thorsten Glaser.
+  * Add build-dep on xutils-dev for xorg-macros.
 
  -- Sven Joachim <svenjoac@gmx.de>  Fri, 08 May 2015 21:35:41 +0200
 
diff --git a/debian/control b/debian/control
index 8065c2a..cd39bab 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  docbook-xsl,
  libx11-dev,
  pkg-config,
+ xutils-dev (>= 1:7.6+2),
  libpthread-stubs0-dev,
  libudev-dev [linux-any],
  libpciaccess-dev,

commit 5dd3d82ed7b4dd5c97264b412c2eb1a72fc45ef9
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Tue Jun 30 14:01:14 2015 +0100

    configure: default --enable-valgrind to auto
    
    ... as the help text says.
    
    Reported-by: Jasper St. Pierre <jstpierre@mecheye.net>
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    (cherry picked from commit 676c806d0221a7ea375676b2eab514c426fcacd3)

diff --git a/configure.ac b/configure.ac
index 1456b90..001fd3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -406,7 +406,7 @@ AM_CONDITIONAL([HAVE_MANPAGES_STYLESHEET], [test "x$HAVE_MANPAGES_STYLESHEET" =
 AC_ARG_ENABLE(valgrind,
               [AS_HELP_STRING([--enable-valgrind],
                              [Build libdrm with  valgrind support (default: auto)])],
-                             [VALGRIND=$enableval], [VALGRIND=yes])
+                             [VALGRIND=$enableval], [VALGRIND=auto])
 PKG_CHECK_MODULES(VALGRIND, [valgrind], [have_valgrind=yes], [have_valgrind=no])
 AC_MSG_CHECKING([whether to enable Valgrind support])
 if test "x$VALGRIND" = xauto; then


Reply to: