From 6c3d8e552efbd4cf55a09d945bbefd0bd818f01e Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 11 Aug 2015 15:23:18 +0200 Subject: [PATCH] Now also building a version of the .so with SSE support. --- debian/changelog | 6 +++++ .../{patches => }/do-not-use-sse-ac-ext.patch | 0 debian/patches/series | 1 - debian/rules | 24 +++++++++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) rename debian/{patches => }/do-not-use-sse-ac-ext.patch (100%) delete mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index fc34c82..54c019f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gf-complete (1.0.2-2) unstable; urgency=medium + + * Now also building a version of the .so with SSE support. + + -- Thomas Goirand Tue, 11 Aug 2015 14:30:17 +0200 + gf-complete (1.0.2-1) unstable; urgency=low * Initial release (Closes: #750713). diff --git a/debian/patches/do-not-use-sse-ac-ext.patch b/debian/do-not-use-sse-ac-ext.patch similarity index 100% rename from debian/patches/do-not-use-sse-ac-ext.patch rename to debian/do-not-use-sse-ac-ext.patch diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index c85ad29..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -do-not-use-sse-ac-ext.patch diff --git a/debian/rules b/debian/rules index da46c33..3e3563a 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,30 @@ override_dh_auto_test: #make check echo "Not doing anything for now" +override_dh_autoreconf: + echo "Please don't do anything!" + +override_dh_auto_configure: + echo "Please don't do anything!" + +override_dh_auto_install: + patch -p1