[Pkg-mpd-commits] [pkg-mpd] 10/12: Drop endian_test.patch, applied upstream

Florian Schlichting fsfs at moszumanska.debian.org
Sat Nov 23 21:03:45 UTC 2013


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

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 55868a7d9d55bdbfd41d7923540d6d961fdd62e9
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Nov 23 21:35:35 2013 +0100

    Drop endian_test.patch, applied upstream
---
 debian/patches/endian_test.patch | 18 ------------------
 debian/patches/series            |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/endian_test.patch b/debian/patches/endian_test.patch
deleted file mode 100644
index 6f24f10..0000000
--- a/debian/patches/endian_test.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix build tests on ia64 and mipsel
- by testing for endianness in a more general / portable way
- cf. https://wiki.debian.org/ArchitectureSpecificsMemo
-Author: Florian Schlichting <fsfs at debian.org>
-
---- a/src/system/ByteOrder.hxx
-+++ b/src/system/ByteOrder.hxx
-@@ -31,8 +31,9 @@
- #define BYTE_ORDER_HXX
- 
- #include <stdint.h>
-+#include <endian.h>
- 
--#if defined(__i386__) || defined(__x86_64__) || defined(__ARMEL__)
-+#if __BYTE_ORDER == __LITTLE_ENDIAN
- #define IS_LITTLE_ENDIAN true
- #define IS_BIG_ENDIAN false
- #else
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5841755..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-endian_test.patch

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



More information about the Pkg-mpd-commits mailing list