[libasm4-java] 04/05: Updated the OSGi metadata in debian/osgi
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Mar 9 22:52:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libasm4-java.
commit d8b8adf3eeead06c5d559b758e9bd544b8e15568
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Mar 9 23:46:13 2014 +0100
Updated the OSGi metadata in debian/osgi
---
debian/changelog | 1 +
debian/osgi/asm-all.osgi | 14 +++++++-------
debian/osgi/asm-analysis.osgi | 10 +++++-----
debian/osgi/asm-commons.osgi | 12 ++++++------
debian/osgi/asm-debug-all.osgi | 16 ++++++++--------
debian/osgi/asm-tree.osgi | 8 ++++----
debian/osgi/asm-util.osgi | 12 ++++++------
debian/osgi/asm-xml.osgi | 8 ++++----
debian/osgi/asm.osgi | 8 ++++----
9 files changed, 45 insertions(+), 44 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index db08966..0cdca90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libasm4-java (4.2-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
+ * Updated the OSGi metadata in debian/osgi
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
* debian/copyright: Updated the Format URI
diff --git a/debian/osgi/asm-all.osgi b/debian/osgi/asm-all.osgi
index 895c746..9a8cdbf 100644
--- a/debian/osgi/asm-all.osgi
+++ b/debian/osgi/asm-all.osgi
@@ -6,22 +6,22 @@ Bundle-Name: ASM all classes with debug info
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.all
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
+Bundle-Version: 4.2
Created-By: 1.7.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.util;uses:="org.objectweb.asm,org.obje
ctweb.asm.tree,org.objectweb.asm.tree.analysis,org.objectweb.asm.signat
- ure";version="4.1",org.objectweb.asm;version="4.1",org.objectweb.asm.co
+ ure";version="4.2",org.objectweb.asm;version="4.2",org.objectweb.asm.co
mmons;uses:="org.objectweb.asm,org.objectweb.asm.tree,org.objectweb.asm
- .signature";version="4.1",org.objectweb.asm.xml;uses:="org.objectweb.as
+ .signature";version="4.2",org.objectweb.asm.xml;uses:="org.objectweb.as
m,org.xml.sax,org.xml.sax.helpers,org.xml.sax.ext,javax.xml.transform,j
avax.xml.transform.sax,javax.xml.transform.stream,org.objectweb.asm.uti
- l";version="4.1",org.objectweb.asm.signature;version="4.1",org.objectwe
- b.asm.tree;uses:="org.objectweb.asm";version="4.1",org.objectweb.asm.tr
+ l";version="4.2",org.objectweb.asm.signature;version="4.2",org.objectwe
+ b.asm.tree;uses:="org.objectweb.asm";version="4.2",org.objectweb.asm.tr
ee.analysis;uses:="org.objectweb.asm,org.objectweb.asm.tree";version="4
- .1"
+ .2"
Implementation-Title: ASM all classes
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 4.1
+Implementation-Version: 4.2
Import-Package: javax.xml.transform;resolution:=optional,javax.xml.trans
form.sax;resolution:=optional,javax.xml.transform.stream;resolution:=op
tional,org.xml.sax;resolution:=optional,org.xml.sax.ext;resolution:=opt
diff --git a/debian/osgi/asm-analysis.osgi b/debian/osgi/asm-analysis.osgi
index d87eb5c..5b5c118 100644
--- a/debian/osgi/asm-analysis.osgi
+++ b/debian/osgi/asm-analysis.osgi
@@ -6,13 +6,13 @@ Bundle-Name: ASM static code analysis framework
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.analysis
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
+Bundle-Version: 4.2
Created-By: 1.7.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.tree.analysis;uses:="org.objectweb.asm
- ,org.objectweb.asm.tree";version="4.1"
+ ,org.objectweb.asm.tree";version="4.2"
Implementation-Title: ASM static code analysis framework
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 4.1
-Import-Package: org.objectweb.asm;version:="[4.1,4.1]",org.objectweb.asm
- .tree;version:="[4.1,4.1]"
+Implementation-Version: 4.2
+Import-Package: org.objectweb.asm;version:="[4.2,4.2]",org.objectweb.asm
+ .tree;version:="[4.2,4.2]"
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-commons.osgi b/debian/osgi/asm-commons.osgi
index 7756521..1b0ac8c 100644
--- a/debian/osgi/asm-commons.osgi
+++ b/debian/osgi/asm-commons.osgi
@@ -6,14 +6,14 @@ Bundle-Name: ASM commons classes
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.commons
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
+Bundle-Version: 4.2
Created-By: 1.7.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.commons;uses:="org.objectweb.asm,org.o
- bjectweb.asm.tree,org.objectweb.asm.signature";version="4.1"
+ bjectweb.asm.tree,org.objectweb.asm.signature";version="4.2"
Implementation-Title: ASM commons classes
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 4.1
-Import-Package: org.objectweb.asm;version:="[4.1,4.1]",org.objectweb.asm
- .signature;version:="[4.1,4.1]",org.objectweb.asm.tree;version:="[4.1,4
- .1]"
+Implementation-Version: 4.2
+Import-Package: org.objectweb.asm;version:="[4.2,4.2]",org.objectweb.asm
+ .signature;version:="[4.2,4.2]",org.objectweb.asm.tree;version:="[4.2,4
+ .2]"
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-debug-all.osgi b/debian/osgi/asm-debug-all.osgi
index d82e61d..2adf2d4 100644
--- a/debian/osgi/asm-debug-all.osgi
+++ b/debian/osgi/asm-debug-all.osgi
@@ -6,22 +6,22 @@ Bundle-Name: ASM all classes with debug info
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-SymbolicName: org.objectweb.asm.all.debug
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
+Bundle-Version: 4.2
Created-By: 1.7.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.util;uses:="org.objectweb.asm,org.obje
ctweb.asm.tree,org.objectweb.asm.tree.analysis,org.objectweb.asm.signat
- ure";version="4.1",org.objectweb.asm;version="4.1",org.objectweb.asm.co
+ ure";version="4.2",org.objectweb.asm;version="4.2",org.objectweb.asm.co
mmons;uses:="org.objectweb.asm,org.objectweb.asm.tree,org.objectweb.asm
- .signature";version="4.1",org.objectweb.asm.xml;uses:="org.objectweb.as
+ .signature";version="4.2",org.objectweb.asm.xml;uses:="org.objectweb.as
m,org.xml.sax,org.xml.sax.helpers,org.xml.sax.ext,javax.xml.transform,j
avax.xml.transform.sax,javax.xml.transform.stream,org.objectweb.asm.uti
- l";version="4.1",org.objectweb.asm.attrs;version="4.1",org.objectweb.as
- m.signature;version="4.1",org.objectweb.asm.tree;uses:="org.objectweb.a
- sm";version="4.1",org.objectweb.asm.tree.analysis;uses:="org.objectweb.
- asm,org.objectweb.asm.tree";version="4.1"
+ l";version="4.2",org.objectweb.asm.attrs;version="4.2",org.objectweb.as
+ m.signature;version="4.2",org.objectweb.asm.tree;uses:="org.objectweb.a
+ sm";version="4.2",org.objectweb.asm.tree.analysis;uses:="org.objectweb.
+ asm,org.objectweb.asm.tree";version="4.2"
Implementation-Title: ASM all classes with debug info
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 4.1
+Implementation-Version: 4.2
Import-Package: javax.xml.transform;resolution:=optional,javax.xml.trans
form.sax;resolution:=optional,javax.xml.transform.stream;resolution:=op
tional,org.xml.sax;resolution:=optional,org.xml.sax.ext;resolution:=opt
diff --git a/debian/osgi/asm-tree.osgi b/debian/osgi/asm-tree.osgi
index 47104e6..328f1ae 100644
--- a/debian/osgi/asm-tree.osgi
+++ b/debian/osgi/asm-tree.osgi
@@ -6,12 +6,12 @@ Bundle-Name: ASM Tree class visitor
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.tree
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
+Bundle-Version: 4.2
Created-By: 1.7.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.tree;uses:="org.objectweb.asm";version
- ="4.1"
+ ="4.2"
Implementation-Title: ASM Tree class visitor
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 4.1
-Import-Package: org.objectweb.asm;version:="[4.1,4.1]"
+Implementation-Version: 4.2
+Import-Package: org.objectweb.asm;version:="[4.2,4.2]"
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-util.osgi b/debian/osgi/asm-util.osgi
index 198ad43..3df16f6 100644
--- a/debian/osgi/asm-util.osgi
+++ b/debian/osgi/asm-util.osgi
@@ -6,15 +6,15 @@ Bundle-Name: ASM Utilities
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.util
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
+Bundle-Version: 4.2
Created-By: 1.7.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.util;uses:="org.objectweb.asm,org.obje
ctweb.asm.tree,org.objectweb.asm.tree.analysis,org.objectweb.asm.signat
- ure";version="4.1"
+ ure";version="4.2"
Implementation-Title: ASM Utilities
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 4.1
-Import-Package: org.objectweb.asm;version:="[4.1,4.1]",org.objectweb.asm
- .signature;version:="[4.1,4.1]",org.objectweb.asm.tree;version:="[4.1,4
- .1]",org.objectweb.asm.tree.analysis;version:="[4.1,4.1]"
+Implementation-Version: 4.2
+Import-Package: org.objectweb.asm;version:="[4.2,4.2]",org.objectweb.asm
+ .signature;version:="[4.2,4.2]",org.objectweb.asm.tree;version:="[4.2,4
+ .2]",org.objectweb.asm.tree.analysis;version:="[4.2,4.2]"
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-xml.osgi b/debian/osgi/asm-xml.osgi
index cf3ab6d..756a190 100644
--- a/debian/osgi/asm-xml.osgi
+++ b/debian/osgi/asm-xml.osgi
@@ -6,15 +6,15 @@ Bundle-Name: ASM xml classes
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.xml
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
-Class-Path: asm-4.1.jar asm-util-4.1.jar asm-attrs-4.1.jar
+Bundle-Version: 4.2
+Class-Path: asm-4.2.jar asm-util-4.2.jar asm-attrs-4.2.jar
Created-By: 1.7.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.xml;uses:="org.xml.sax,org.xml.sax.hel
pers,org.xml.sax.ext,javax.xml.transform,javax.xml.transform.sax,javax.
- xml.transform.stream";version="4.1"
+ xml.transform.stream";version="4.2"
Implementation-Title: ASM XML classes
Implementation-Vendor: Eugene Kuleshov
-Implementation-Version: 4.1
+Implementation-Version: 4.2
Import-Package: javax.xml.transform;resolution:=optional,javax.xml.trans
form.sax;resolution:=optional,javax.xml.transform.stream;resolution:=op
tional,org.xml.sax;resolution:=optional,org.xml.sax.ext;resolution:=opt
diff --git a/debian/osgi/asm.osgi b/debian/osgi/asm.osgi
index bfcfef1..da79a93 100644
--- a/debian/osgi/asm.osgi
+++ b/debian/osgi/asm.osgi
@@ -6,11 +6,11 @@ Bundle-Name: ASM
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 4.1
+Bundle-Version: 4.2
Created-By: 1.7.0 (Oracle Corporation)
-Export-Package: org.objectweb.asm;version="4.1",org.objectweb.asm.signat
- ure;version="4.1"
+Export-Package: org.objectweb.asm;version="4.2",org.objectweb.asm.signat
+ ure;version="4.2"
Implementation-Title: ASM
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 4.1
+Implementation-Version: 4.2
Tool: Bnd-1.50.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git
More information about the pkg-java-commits
mailing list