[maven-bundle-plugin] 02/02: new upstream release

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 23:59:30 UTC 2014


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

tjaalton-guest pushed a commit to branch master
in repository maven-bundle-plugin.

commit e4593290160299c3f91db9c094d5d195cc73966d
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Jul 3 02:59:05 2014 +0300

    new upstream release
---
 debian/changelog                    |  4 +++-
 debian/patches/series               |  1 -
 debian/patches/support_bnd_144.diff | 19 -------------------
 3 files changed, 3 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cd81d66..2c77048 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-maven-bundle-plugin (2.3.5-2) UNRELEASED; urgency=medium
+maven-bundle-plugin (2.3.7-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release.
+    - support_bnd_144.diff: dropped, obsolete
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
     - Use canonical URLs for the Vcs-* fields
diff --git a/debian/patches/series b/debian/patches/series
index 44d6705..eb15134 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 remove_bndlib_spring_support.diff
 
-support_bnd_144.diff
 support_plexus_utils_1_5.diff
diff --git a/debian/patches/support_bnd_144.diff b/debian/patches/support_bnd_144.diff
deleted file mode 100644
index 8dcb280..0000000
--- a/debian/patches/support_bnd_144.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Support for bnd >= 1.44 API :
- Add new boolean checkMultipleVersions parameter.
-Author: Damien Raude-Morvan <drazzib at debian.org>
-Forwarded: no
-Last-Update: 2011-10-23
-
-Index: b/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
-===================================================================
---- a/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
-+++ b/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
-@@ -698,7 +698,7 @@
-                         options.put( "resolution:", "optional" );
-                     }
-                 }
--                String result = Processor.printClauses( values, "resolution:" );
-+                String result = Processor.printClauses( values, true );
-                 bundleManifest.getMainAttributes().putValue( "Import-Package", result );
-             }
- 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-bundle-plugin.git



More information about the pkg-java-commits mailing list