[med-svn] [python-avro] 03/05: Refresh patch
Afif Elghraoui
afif at moszumanska.debian.org
Mon Jan 23 10:59:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository python-avro.
commit 12113a75a6837207267318f70f758877f36e3a31
Author: Afif Elghraoui <afif at debian.org>
Date: Mon Jan 23 02:30:48 2017 -0800
Refresh patch
---
debian/patches/external-dependencies.patch | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/patches/external-dependencies.patch b/debian/patches/external-dependencies.patch
index 3de145c..86edd94 100644
--- a/debian/patches/external-dependencies.patch
+++ b/debian/patches/external-dependencies.patch
@@ -4,7 +4,7 @@ Forwarded: not-needed
Last-Update: 2015-10-24
--- python-avro.orig/lang/py/build.xml
+++ python-avro/lang/py/build.xml
-@@ -33,19 +33,15 @@
+@@ -33,12 +33,8 @@
<!-- Python implementation directories -->
<property name="build.dir" value="${basedir}/build"/>
<property name="src.dir" value="${basedir}/src"/>
@@ -15,8 +15,9 @@ Last-Update: 2015-10-24
- <property name="ivy.jar" value="${basedir}/lib/ivy-${ivy.version}.jar"/>
-
<!-- Load shared properties -->
- <loadfile srcFile="${share.dir}/VERSION.txt" property="avro.version" />
- <loadfile srcFile="${share.schema.dir}/org/apache/avro/ipc/HandshakeRequest.avsc" property="handshake.request.json"/>
+ <loadfile srcFile="${share.dir}/VERSION.txt" property="avro.version">
+ <filterchain>
+@@ -49,7 +45,7 @@
<loadfile srcFile="${share.schema.dir}/org/apache/avro/ipc/HandshakeResponse.avsc" property="handshake.response.json"/>
<path id="java.classpath">
@@ -25,7 +26,7 @@ Last-Update: 2015-10-24
<include name="**/*.jar" />
</fileset>
</path>
-@@ -58,17 +54,6 @@
+@@ -62,17 +58,6 @@
<target name="init" description="Create the build directory.">
<mkdir dir="${build.dir}"/>
@@ -43,7 +44,7 @@ Last-Update: 2015-10-24
</target>
<target name="build"
-@@ -87,9 +72,6 @@
+@@ -91,9 +76,6 @@
<exclude name="**/*.py~"/>
</fileset>
</copy>
@@ -53,7 +54,7 @@ Last-Update: 2015-10-24
<!--Copy the protocols used for tethering -->
<copy todir="${build.dir}/src/avro/tether">
-@@ -141,10 +123,6 @@
+@@ -145,10 +127,6 @@
</filterset>
</copy>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-avro.git
More information about the debian-med-commit
mailing list