[med-svn] [libpll] 05/05: Check for HAVE_X86INTRIN_H

Andreas Tille tille at debian.org
Fri May 5 13:05:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libpll.

commit 8b3d2c6b00cda08afe4d7e6501267761e4549484
Author: Andreas Tille <tille at debian.org>
Date:   Thu May 4 17:00:13 2017 +0200

    Check for HAVE_X86INTRIN_H
---
 debian/changelog                      | 11 +++++++++--
 debian/patches/have_x86intrin_h.patch | 17 +++++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ed21cf..27601a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
-libpll (0.0+20160909+ds1-1) UNRELEASED; urgency=medium
+libpll (0.0+20160909+ds1-2) UNRELEASED; urgency=medium
+
+  * Check for HAVE_X86INTRIN_H
+    Closes: #861754
+
+ -- Andreas Tille <tille at debian.org>  Thu, 04 May 2017 16:57:55 +0200
+
+libpll (0.0+20160909+ds1-1) unstable; urgency=medium
 
   * Remove m4/ files which can be found in package autoconf-archive
 
- -- Andreas Tille <tille at debian.org>  Wed, 03 May 2017 15:31:22 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 03 May 2017 15:33:50 +0200
 
 libpll (0.0+20160909-1) unstable; urgency=low
 
diff --git a/debian/patches/have_x86intrin_h.patch b/debian/patches/have_x86intrin_h.patch
new file mode 100644
index 0000000..aa047e7
--- /dev/null
+++ b/debian/patches/have_x86intrin_h.patch
@@ -0,0 +1,17 @@
+Description: Check for HAVE_X86INTRIN_H
+Bug-Debian: https://bugs.debian.org/861754
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 04 May 2017 16:57:55 +0200
+
+--- a/src/pll.h
++++ b/src/pll.h
+@@ -25,7 +25,9 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <ctype.h>
++#ifdef HAVE_X86INTRIN_H
+ #include <x86intrin.h>
++#endif
+ 
+ #ifdef HAVE_CONFIG_H
+ #include "config.h"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..47e6f28
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+have_x86intrin_h.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libpll.git



More information about the debian-med-commit mailing list