[jackson-annotations] 206/207: fix-using-bundle.diff: Use bundle plugin correctly.

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Sep 6 13:55:55 UTC 2014


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

tjaalton pushed a commit to branch master
in repository jackson-annotations.

commit 7325a7104e44813455f87aa49b04cf8e94c66946
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Sat Sep 6 16:47:02 2014 +0300

    fix-using-bundle.diff: Use bundle plugin correctly.
---
 debian/changelog                     |  1 +
 debian/patches/fix-using-bundle.diff | 20 ++++++++++++++++++++
 debian/patches/series                |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d333ca1..484f1d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jackson-annotations (2.4.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * control: Add libmaven-bundle-plugin-java to build-depends-indep.
   * properties: Source uses UTF-8 encoding.
+  * fix-using-bundle.diff: Use bundle plugin correctly.
 
  -- Timo Aaltonen <tjaalton at debian.org>  Sat, 06 Sep 2014 11:41:00 +0300
 
diff --git a/debian/patches/fix-using-bundle.diff b/debian/patches/fix-using-bundle.diff
new file mode 100644
index 0000000..99310ab
--- /dev/null
+++ b/debian/patches/fix-using-bundle.diff
@@ -0,0 +1,20 @@
+diff --git a/pom.xml b/pom.xml
+index 14ff326..4876c71 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -26,4 +26,15 @@
+   <properties>
+     <osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
+   </properties>
++
++  <build>
++    <plugins>
++      <plugin>
++        <groupId>org.apache.felix</groupId>
++        <artifactId>maven-bundle-plugin</artifactId>
++        <version>2.3.5</version>
++        <extensions>true</extensions>
++      </plugin>
++    </plugins>
++  </build>
+ </project>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c39825f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-using-bundle.diff

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



More information about the pkg-java-commits mailing list