[SCM] eclipse-mylyn - Plug-in for eclipse - Debian package. branch, master, updated. debian/3.8.4-2-9-g8e435cf

Jakub Adam jakub.adam at ktknet.cz
Fri Jun 28 17:40:07 UTC 2013


The following commit has been merged in the master branch:
commit 8e435cfb26024223a6b7adb111faa71017e340e3
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Fri Jun 28 17:40:22 2013 +0200

    Added libcommons-io-java to Build-Depends

diff --git a/debian/changelog b/debian/changelog
index 9ad0400..72b50f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ eclipse-mylyn (3.9.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Refreshed d/patches/debian-orbit-deps.patch.
   * Increased javac source and target compatibility to 1.6.
+  * Added libcommons-io-java to Build-Depends.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Fri, 28 Jun 2013 19:11:03 +0200
 
diff --git a/debian/control b/debian/control
index 1a3b22c..bc0e468 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 8~),
                eclipse-emf,
                libaxis-java (>= 1.4-17),
                libcommons-discovery-java (>= 0.5-2),
+               libcommons-io-java,
                libcommons-lang-java,
                libgnumail-java (>= 1.1.2-8),
                libgoogle-gson-java,
diff --git a/debian/eclipse.orbitdeps b/debian/eclipse.orbitdeps
index 2c5b37b..5850521 100644
--- a/debian/eclipse.orbitdeps
+++ b/debian/eclipse.orbitdeps
@@ -1,6 +1,7 @@
 axis
 axis-jaxrpc
 commons-discovery
+commons-io
 commons-lang
 gnumail
 gson
diff --git a/debian/patches/debian-orbit-deps.patch b/debian/patches/debian-orbit-deps.patch
index 08bb20c..b099f6c 100644
--- a/debian/patches/debian-orbit-deps.patch
+++ b/debian/patches/debian-orbit-deps.patch
@@ -14,8 +14,8 @@ Subject: debian-orbit-deps
    /usr/share/java can be used
 ---
  .../org.eclipse.mylyn.hudson-feature/feature.xml   |   23 ++++-
- .../META-INF/MANIFEST.MF                           |   22 +++--
- .../org.eclipse.mylyn.commons-feature/feature.xml  |   98 ++++++++++++++++++++
+ .../META-INF/MANIFEST.MF                           |   22 ++--
+ .../org.eclipse.mylyn.commons-feature/feature.xml  |  105 ++++++++++++++++++++
  .../META-INF/MANIFEST.MF                           |   36 +++----
  .../META-INF/MANIFEST.MF                           |    5 +-
  .../META-INF/MANIFEST.MF                           |    3 +-
@@ -24,7 +24,7 @@ Subject: debian-orbit-deps
  .../org.eclipse.mylyn.wikitext-feature/feature.xml |    7 ++
  .../org.eclipse.mylyn.trac-feature/feature.xml     |    7 ++
  .../META-INF/MANIFEST.MF                           |    7 +-
- 11 files changed, 180 insertions(+), 39 deletions(-)
+ 11 files changed, 187 insertions(+), 39 deletions(-)
 
 diff --git a/org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/feature.xml b/org.eclipse.mylyn.builds/org.eclipse.mylyn.hudson-feature/feature.xml
 index a38c772..f396171 100644
@@ -101,10 +101,10 @@ index 6358559..bdd2e16 100644
 + javax.xml.bind,
 + javax.xml.bind.annotation
 diff --git a/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml b/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml
-index 4119219..fc50464 100644
+index 4119219..97106be 100644
 --- a/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml
 +++ b/org.eclipse.mylyn.commons/org.eclipse.mylyn.commons-feature/feature.xml
-@@ -29,6 +29,83 @@
+@@ -29,6 +29,90 @@
     </license>
  
     <plugin
@@ -122,6 +122,13 @@ index 4119219..fc50464 100644
 +         unpack="false"/>
 +
 +   <plugin
++         id="org.apache.commons.io"
++         download-size="0"
++         install-size="0"
++         version="0.0.0"
++         unpack="false"/>
++
++   <plugin
 +         id="org.apache.commons.lang"
 +         download-size="0"
 +         install-size="0"
@@ -188,7 +195,7 @@ index 4119219..fc50464 100644
           id="org.eclipse.mylyn.commons.core"
           download-size="0"
           install-size="0"
-@@ -56,4 +133,25 @@
+@@ -56,4 +140,25 @@
           version="0.0.0"
           unpack="false"/>
  

-- 
eclipse-mylyn - Plug-in for eclipse - Debian package.



More information about the pkg-java-commits mailing list