[med-svn] [r-cran-curl] 08/14: Forgot to remove patch applied upstream from SVN

Andreas Tille tille at debian.org
Fri Oct 13 09:28:36 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-curl.

commit b4aaf32f014d1f7ec89e81a339fa9f146add505b
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 30 07:40:28 2016 +0000

    Forgot to remove patch applied upstream from SVN
---
 debian/patches/byteswap.patch | 17 -----------------
 debian/patches/series         |  1 -
 2 files changed, 18 deletions(-)

diff --git a/debian/patches/byteswap.patch b/debian/patches/byteswap.patch
deleted file mode 100644
index 598ef9e..0000000
--- a/debian/patches/byteswap.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Aurelien Jarno <aurel32 at debian.org>
-Bug-Debian: https://bugs.debian.org/841210
-Last-Update: Tue, 18 Oct 2016 16:17:52 +0200
-Description: BSWAP_32 is only defined for Sun, Apple or OpenBSD
-
---- a/src/curl.c
-+++ b/src/curl.c
-@@ -23,6 +23,9 @@
- #define BSWAP_32 OSSwapInt32
- #elif (defined(__OpenBSD__))
- #define BSWAP_32(x) swap32(x)
-+#elif (defined(__GLIBC__))
-+#include <byteswap.h>
-+#define BSWAP_32(x) bswap_32(x)
- #endif
- 
- /* the RConnection API is experimental and subject to change */
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d201a8a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-byteswap.patch

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



More information about the debian-med-commit mailing list