[asm] 04/11: Updated the OSGi metadata in debian/osgi
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Mar 21 22:47:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository asm.
commit bbd92f1373aa0cbdf9c1c30045870a70814897fd
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Mar 21 16:39:40 2016 +0100
Updated the OSGi metadata in debian/osgi
---
debian/changelog | 1 +
debian/osgi/asm-all.osgi | 28 ++++++++++++++--------------
debian/osgi/asm-analysis.osgi | 12 ++++++------
debian/osgi/asm-commons.osgi | 14 +++++++-------
debian/osgi/asm-debug-all.osgi | 26 +++++++++++++-------------
debian/osgi/asm-tree.osgi | 10 +++++-----
debian/osgi/asm-util.osgi | 15 +++++++--------
debian/osgi/asm-xml.osgi | 10 +++++-----
debian/osgi/asm.osgi | 10 +++++-----
9 files changed, 63 insertions(+), 63 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1deba86..88cb70c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ asm (5.1-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
+ - Updated the OSGi metadata in debian/osgi
- Updated the version in debian/libasm-java.poms
* Renamed the package back to libasm-java
* Removed the unused build dependency on libow-util-ant-tasks-java
diff --git a/debian/osgi/asm-all.osgi b/debian/osgi/asm-all.osgi
index a9f2b2f..327e96d 100644
--- a/debian/osgi/asm-all.osgi
+++ b/debian/osgi/asm-all.osgi
@@ -1,27 +1,27 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701719101
+Bnd-LastModified: 1457185056835
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
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: 5.0.4
+Bundle-Version: 5.1
Created-By: 1.8.0 (Oracle Corporation)
-Export-Package: org.objectweb.asm.signature;version="5.0.4",org.objectwe
- b.asm.commons;uses:="org.objectweb.asm,org.objectweb.asm.tree,org.objec
- tweb.asm.signature";version="5.0.4",org.objectweb.asm.util;uses:="org.o
- bjectweb.asm,org.objectweb.asm.tree.analysis,org.objectweb.asm.tree,org
- .objectweb.asm.signature";version="5.0.4",org.objectweb.asm.tree.analys
- is;uses:="org.objectweb.asm,org.objectweb.asm.tree";version="5.0.4",org
- .objectweb.asm;version="5.0.4",org.objectweb.asm.xml;uses:="org.xml.sax
- ,org.objectweb.asm,org.xml.sax.helpers,org.xml.sax.ext,javax.xml.transf
- orm.sax,javax.xml.transform,javax.xml.transform.stream,org.objectweb.as
- m.util";version="5.0.4",org.objectweb.asm.tree;uses:="org.objectweb.asm
- ";version="5.0.4"
+Export-Package: org.objectweb.asm.signature;version="5.1",org.objectweb.
+ asm.commons;uses:="org.objectweb.asm,org.objectweb.asm.tree,org.objectw
+ eb.asm.signature";version="5.1",org.objectweb.asm.util;uses:="org.objec
+ tweb.asm,org.objectweb.asm.tree.analysis,org.objectweb.asm.tree,org.obj
+ ectweb.asm.signature";version="5.1",org.objectweb.asm.tree.analysis;use
+ s:="org.objectweb.asm,org.objectweb.asm.tree";version="5.1",org.objectw
+ eb.asm;version="5.1",org.objectweb.asm.xml;uses:="org.xml.sax,org.objec
+ tweb.asm,org.xml.sax.helpers,org.xml.sax.ext,javax.xml.transform.sax,ja
+ vax.xml.transform,javax.xml.transform.stream,org.objectweb.asm.util";ve
+ rsion="5.1",org.objectweb.asm.tree;uses:="org.objectweb.asm";version="5
+ .1"
Implementation-Title: ASM all classes
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 5.0.4
+Implementation-Version: 5.1
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 be97cfc..dbc04a2 100644
--- a/debian/osgi/asm-analysis.osgi
+++ b/debian/osgi/asm-analysis.osgi
@@ -1,18 +1,18 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701720064
+Bnd-LastModified: 1457185057334
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
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: 5.0.4
+Bundle-Version: 5.1
Created-By: 1.8.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.tree.analysis;uses:="org.objectweb.asm
- ,org.objectweb.asm.tree";version="5.0.4"
+ ,org.objectweb.asm.tree";version="5.1"
Implementation-Title: ASM static code analysis framework
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 5.0.4
-Import-Package: org.objectweb.asm;version:="[5.0.4,5.0.4]",org.objectweb
- .asm.tree;version:="[5.0.4,5.0.4]"
+Implementation-Version: 5.1
+Import-Package: org.objectweb.asm;version="[5.1,5.1]",org.objectweb.asm.
+ tree;version="[5.1,5.1]"
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-commons.osgi b/debian/osgi/asm-commons.osgi
index c2888d1..d91fab2 100644
--- a/debian/osgi/asm-commons.osgi
+++ b/debian/osgi/asm-commons.osgi
@@ -1,19 +1,19 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701720905
+Bnd-LastModified: 1457185057787
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
Bundle-Name: ASM commons classes
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.commons
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 5.0.4
+Bundle-Version: 5.1
Created-By: 1.8.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.commons;uses:="org.objectweb.asm,org.o
- bjectweb.asm.tree,org.objectweb.asm.signature";version="5.0.4"
+ bjectweb.asm.tree,org.objectweb.asm.signature";version="5.1"
Implementation-Title: ASM commons classes
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 5.0.4
-Import-Package: org.objectweb.asm;version:="[5.0.4,5.0.4]",org.objectweb
- .asm.signature;version:="[5.0.4,5.0.4]",org.objectweb.asm.tree;version:
- ="[5.0.4,5.0.4]"
+Implementation-Version: 5.1
+Import-Package: org.objectweb.asm;version="[5.1,5.1]",org.objectweb.asm.
+ signature;version="[5.1,5.1]",org.objectweb.asm.tree;version="[5.1,5.1]
+ "
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-debug-all.osgi b/debian/osgi/asm-debug-all.osgi
index f3aa7e9..e4f6c78 100644
--- a/debian/osgi/asm-debug-all.osgi
+++ b/debian/osgi/asm-debug-all.osgi
@@ -1,27 +1,27 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701722309
+Bnd-LastModified: 1457185058723
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
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: 5.0.4
+Bundle-Version: 5.1
Created-By: 1.8.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.signature;uses:="org.objectweb.asm";ve
- rsion="5.0.4",org.objectweb.asm.commons;uses:="org.objectweb.asm,org.ob
- jectweb.asm.tree,org.objectweb.asm.signature";version="5.0.4",org.objec
- tweb.asm.util;uses:="org.objectweb.asm,org.objectweb.asm.tree.analysis,
- org.objectweb.asm.tree,org.objectweb.asm.signature";version="5.0.4",org
- .objectweb.asm.tree.analysis;uses:="org.objectweb.asm,org.objectweb.asm
- .tree";version="5.0.4",org.objectweb.asm;version="5.0.4",org.objectweb.
- asm.xml;uses:="org.xml.sax,org.objectweb.asm,org.xml.sax.helpers,org.xm
- l.sax.ext,javax.xml.transform.sax,javax.xml.transform,javax.xml.transfo
- rm.stream,org.objectweb.asm.util";version="5.0.4",org.objectweb.asm.tre
- e;uses:="org.objectweb.asm";version="5.0.4"
+ rsion="5.1",org.objectweb.asm.commons;uses:="org.objectweb.asm,org.obje
+ ctweb.asm.tree,org.objectweb.asm.signature";version="5.1",org.objectweb
+ .asm.util;uses:="org.objectweb.asm,org.objectweb.asm.tree.analysis,org.
+ objectweb.asm.tree,org.objectweb.asm.signature";version="5.1",org.objec
+ tweb.asm.tree.analysis;uses:="org.objectweb.asm,org.objectweb.asm.tree"
+ ;version="5.1",org.objectweb.asm;version="5.1",org.objectweb.asm.xml;us
+ es:="org.xml.sax,org.objectweb.asm,org.xml.sax.helpers,org.xml.sax.ext,
+ javax.xml.transform.sax,javax.xml.transform,javax.xml.transform.stream,
+ org.objectweb.asm.util";version="5.1",org.objectweb.asm.tree;uses:="org
+ .objectweb.asm";version="5.1"
Implementation-Title: ASM all classes with debug info
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 5.0.4
+Implementation-Version: 5.1
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 924e441..388c72f 100644
--- a/debian/osgi/asm-tree.osgi
+++ b/debian/osgi/asm-tree.osgi
@@ -1,17 +1,17 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701723421
+Bnd-LastModified: 1457185059284
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
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: 5.0.4
+Bundle-Version: 5.1
Created-By: 1.8.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.tree;uses:="org.objectweb.asm";version
- ="5.0.4"
+ ="5.1"
Implementation-Title: ASM Tree class visitor
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 5.0.4
-Import-Package: org.objectweb.asm;version:="[5.0.4,5.0.4]"
+Implementation-Version: 5.1
+Import-Package: org.objectweb.asm;version="[5.1,5.1]"
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-util.osgi b/debian/osgi/asm-util.osgi
index 874ae54..c283175 100644
--- a/debian/osgi/asm-util.osgi
+++ b/debian/osgi/asm-util.osgi
@@ -1,21 +1,20 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701724236
+Bnd-LastModified: 1457185059877
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
Bundle-Name: ASM Utilities
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.util
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 5.0.4
+Bundle-Version: 5.1
Created-By: 1.8.0 (Oracle Corporation)
Export-Package: org.objectweb.asm.util;uses:="org.objectweb.asm,org.obje
ctweb.asm.tree.analysis,org.objectweb.asm.tree,org.objectweb.asm.signat
- ure";version="5.0.4"
+ ure";version="5.1"
Implementation-Title: ASM Utilities
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 5.0.4
-Import-Package: org.objectweb.asm;version:="[5.0.4,5.0.4]",org.objectweb
- .asm.signature;version:="[5.0.4,5.0.4]",org.objectweb.asm.tree;version:
- ="[5.0.4,5.0.4]",org.objectweb.asm.tree.analysis;version:="[5.0.4,5.0.4
- ]"
+Implementation-Version: 5.1
+Import-Package: org.objectweb.asm;version="[5.1,5.1]",org.objectweb.asm.
+ signature;version="[5.1,5.1]",org.objectweb.asm.tree;version="[5.1,5.1]
+ ",org.objectweb.asm.tree.analysis;version="[5.1,5.1]"
Tool: Bnd-1.50.0
diff --git a/debian/osgi/asm-xml.osgi b/debian/osgi/asm-xml.osgi
index 2c4d0c8..7a5a956 100644
--- a/debian/osgi/asm-xml.osgi
+++ b/debian/osgi/asm-xml.osgi
@@ -1,20 +1,20 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701725391
+Bnd-LastModified: 1457185060548
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
Bundle-Name: ASM xml classes
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm.xml
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 5.0.4
-Class-Path: asm-5.0.4.jar asm-util-5.0.4.jar
+Bundle-Version: 5.1
+Class-Path: asm-5.1.jar asm-util-5.1.jar
Created-By: 1.8.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.sax,javax.xml.transform,javax.
- xml.transform.stream";version="5.0.4"
+ xml.transform.stream";version="5.1"
Implementation-Title: ASM XML classes
Implementation-Vendor: Eugene Kuleshov
-Implementation-Version: 5.0.4
+Implementation-Version: 5.1
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 e980bd7..4c2e218 100644
--- a/debian/osgi/asm.osgi
+++ b/debian/osgi/asm.osgi
@@ -1,16 +1,16 @@
Manifest-Version: 1.0
-Bnd-LastModified: 1431701717582
+Bnd-LastModified: 1457185055805
Bundle-DocURL: http://asm.objectweb.org
Bundle-ManifestVersion: 2
Bundle-Name: ASM
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Bundle-SymbolicName: org.objectweb.asm
Bundle-Vendor: France Telecom R&D
-Bundle-Version: 5.0.4
+Bundle-Version: 5.1
Created-By: 1.8.0 (Oracle Corporation)
-Export-Package: org.objectweb.asm;version="5.0.4",org.objectweb.asm.sign
- ature;version="5.0.4"
+Export-Package: org.objectweb.asm;version="5.1",org.objectweb.asm.signat
+ ure;version="5.1"
Implementation-Title: ASM
Implementation-Vendor: France Telecom R&D
-Implementation-Version: 5.0.4
+Implementation-Version: 5.1
Tool: Bnd-1.50.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/asm.git
More information about the pkg-java-commits
mailing list