[jackson-dataformat-xml] 04/06: Refreshed the patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Apr 8 15:36:17 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository jackson-dataformat-xml.

commit e145ccdf8e51da413d1f6c150f25912275bde89b
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Apr 8 16:42:45 2016 +0200

    Refreshed the patches
---
 debian/changelog                          | 4 +++-
 debian/patches/fix-bundle-build.patch     | 4 +---
 debian/patches/fix-wrong-parameters.patch | 4 +---
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c6d3009..d588fac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-jackson-dataformat-xml (2.5.3+dfsg-2) UNRELEASED; urgency=medium
+jackson-dataformat-xml (2.7.3-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release
+    - Refreshed the patches
   * Standards-Version updated to 3.9.8 (no changes)
   * Use a secure Vcs-Git URL
 
diff --git a/debian/patches/fix-bundle-build.patch b/debian/patches/fix-bundle-build.patch
index 937e1de..18d2c04 100644
--- a/debian/patches/fix-bundle-build.patch
+++ b/debian/patches/fix-bundle-build.patch
@@ -6,11 +6,9 @@ Subject: fix bundle build
  pom.xml | 6 ++++++
  1 file changed, 6 insertions(+)
 
-diff --git a/pom.xml b/pom.xml
-index 651c542..fd2846d 100644
 --- a/pom.xml
 +++ b/pom.xml
-@@ -142,6 +142,12 @@ Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMappe
+@@ -122,6 +122,12 @@
              </includes>
            </configuration>
          </plugin>
diff --git a/debian/patches/fix-wrong-parameters.patch b/debian/patches/fix-wrong-parameters.patch
index caf87b7..46d0c80 100644
--- a/debian/patches/fix-wrong-parameters.patch
+++ b/debian/patches/fix-wrong-parameters.patch
@@ -6,11 +6,9 @@ Subject: fix wrong parameters
  .../com/fasterxml/jackson/dataformat/xml/ser/XmlBeanPropertyWriter.java | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/src/main/java/com/fasterxml/jackson/dataformat/xml/ser/XmlBeanPropertyWriter.java b/src/main/java/com/fasterxml/jackson/dataformat/xml/ser/XmlBeanPropertyWriter.java
-index 930c1d4..3ba1073 100644
 --- a/src/main/java/com/fasterxml/jackson/dataformat/xml/ser/XmlBeanPropertyWriter.java
 +++ b/src/main/java/com/fasterxml/jackson/dataformat/xml/ser/XmlBeanPropertyWriter.java
-@@ -117,7 +117,7 @@ public class XmlBeanPropertyWriter
+@@ -119,7 +119,7 @@
          // and then see if we must suppress certain values (default, empty)
          if (_suppressableValue != null) {
              if (MARKER_FOR_EMPTY == _suppressableValue) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-dataformat-xml.git



More information about the pkg-java-commits mailing list