[SCM] wavpack/master: Removed, included upstream

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Apr 5 19:50:39 UTC 2016


The following commit has been merged in the master branch:
commit b98cc664b2f7d3613fd5da39a30a486b7b60d82c
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Apr 5 21:42:46 2016 +0200

    Removed, included upstream

diff --git a/debian/patches/mark-stack-non-executable.patch b/debian/patches/mark-stack-non-executable.patch
deleted file mode 100644
index baca1f8..0000000
--- a/debian/patches/mark-stack-non-executable.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-Description: Mark stack as non-executable
-Author: Russell Coker
-Forwarded: https://github.com/dbry/WavPack/pull/10
-
-diff --git a/src/pack_x64.s b/src/pack_x64.s
-index 9c7c7b0..c7c0c1c 100644
---- a/src/pack_x64.s
-+++ b/src/pack_x64.s
-@@ -6,6 +6,7 @@
- ##      Distributed under the BSD Software License (see license.txt)      ##
- ############################################################################
- 
-+        .section .note.GNU-stack,"", at progbits
-         .intel_syntax noprefix
-         .text
- 
-diff --git a/src/pack_x86.s b/src/pack_x86.s
-index 4e5de18..1d53b81 100644
---- a/src/pack_x86.s
-+++ b/src/pack_x86.s
-@@ -6,6 +6,7 @@
- ##      Distributed under the BSD Software License (see license.txt)      ##
- ############################################################################
- 
-+        .section .note.GNU-stack,"", at progbits
-         .intel_syntax noprefix
-         .text
- 
-diff --git a/src/unpack_armv7.s b/src/unpack_armv7.s
-index 149e6a9..a85b2d4 100644
---- a/src/unpack_armv7.s
-+++ b/src/unpack_armv7.s
-@@ -6,6 +6,7 @@
- //      Distributed under the BSD Software License (see license.txt)      //
- ////////////////////////////////////////////////////////////////////////////
- 
-+        .section .note.GNU-stack,"", at progbits
-         .text
-         .align
-         .global         unpack_decorr_stereo_pass_cont_armv7
-diff --git a/src/unpack_x64.s b/src/unpack_x64.s
-index a3b733c..309806e 100644
---- a/src/unpack_x64.s
-+++ b/src/unpack_x64.s
-@@ -6,6 +6,7 @@
- ##      Distributed under the BSD Software License (see license.txt)      ##
- ############################################################################
- 
-+        .section .note.GNU-stack,"", at progbits
-         .intel_syntax noprefix
-         .text
- 
-diff --git a/src/unpack_x86.s b/src/unpack_x86.s
-index ddd0776..0c17af4 100644
---- a/src/unpack_x86.s
-+++ b/src/unpack_x86.s
-@@ -6,6 +6,7 @@
- ##      Distributed under the BSD Software License (see license.txt)      ##
- ############################################################################
- 
-+        .section .note.GNU-stack,"", at progbits
-         .intel_syntax noprefix
-         .text
- 
--- 
-2.7.0.rc3
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 1d3bf49..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-mark-stack-non-executable.patch

-- 
wavpack packaging



More information about the pkg-multimedia-commits mailing list