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 a03fad2ff11a8f81382b532ac7bb103f872e9a05 Author: Emmanuel Bourg <[email protected]> Date: Wed May 27 00:28:01 2015 +0200 Updated the OSGi metadata in debian/osgi --- debian/changelog | 1 + debian/osgi/asm-all.osgi | 30 +++++++++++++++--------------- debian/osgi/asm-analysis.osgi | 14 +++++++------- debian/osgi/asm-commons.osgi | 16 ++++++++-------- debian/osgi/asm-debug-all.osgi | 30 +++++++++++++++--------------- debian/osgi/asm-tree.osgi | 12 ++++++------ debian/osgi/asm-util.osgi | 19 ++++++++++--------- debian/osgi/asm-xml.osgi | 14 +++++++------- debian/osgi/asm.osgi | 12 ++++++------ 9 files changed, 75 insertions(+), 73 deletions(-) diff --git a/debian/changelog b/debian/changelog index 91194e6..9be29a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libasm4-java (5.0.4-1) UNRELEASED; urgency=medium * Team upload. * New upstream release * Refreshed the patches + * Updated the OSGi metadata in debian/osgi * Updated the version in debian/libasm4-java.poms * Standards-Version updated to 3.9.6 (no changes) * debian/copyright: Fixed the shortname of the BSD license diff --git a/debian/osgi/asm-all.osgi b/debian/osgi/asm-all.osgi index 9a8cdbf..a9f2b2f 100644 --- a/debian/osgi/asm-all.osgi +++ b/debian/osgi/asm-all.osgi @@ -1,27 +1,27 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1350227184786 +Bnd-LastModified: 1431701719101 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: 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.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.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.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 - .2" +Bundle-Version: 5.0.4 +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" Implementation-Title: ASM all classes Implementation-Vendor: France Telecom R&D -Implementation-Version: 4.2 +Implementation-Version: 5.0.4 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 5b5c118..be97cfc 100644 --- a/debian/osgi/asm-analysis.osgi +++ b/debian/osgi/asm-analysis.osgi @@ -1,18 +1,18 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1350227185686 +Bnd-LastModified: 1431701720064 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: 4.2 -Created-By: 1.7.0 (Oracle Corporation) +Bundle-Version: 5.0.4 +Created-By: 1.8.0 (Oracle Corporation) Export-Package: org.objectweb.asm.tree.analysis;uses:="org.objectweb.asm - ,org.objectweb.asm.tree";version="4.2" + ,org.objectweb.asm.tree";version="5.0.4" Implementation-Title: ASM static code analysis framework Implementation-Vendor: France Telecom R&D -Implementation-Version: 4.2 -Import-Package: org.objectweb.asm;version:="[4.2,4.2]",org.objectweb.asm - .tree;version:="[4.2,4.2]" +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]" Tool: Bnd-1.50.0 diff --git a/debian/osgi/asm-commons.osgi b/debian/osgi/asm-commons.osgi index 1b0ac8c..c2888d1 100644 --- a/debian/osgi/asm-commons.osgi +++ b/debian/osgi/asm-commons.osgi @@ -1,19 +1,19 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1350227186456 +Bnd-LastModified: 1431701720905 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: 4.2 -Created-By: 1.7.0 (Oracle Corporation) +Bundle-Version: 5.0.4 +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="4.2" + bjectweb.asm.tree,org.objectweb.asm.signature";version="5.0.4" Implementation-Title: ASM commons classes Implementation-Vendor: France Telecom R&D -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]" +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]" Tool: Bnd-1.50.0 diff --git a/debian/osgi/asm-debug-all.osgi b/debian/osgi/asm-debug-all.osgi index 2adf2d4..f3aa7e9 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: 1350227187866 +Bnd-LastModified: 1431701722309 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: 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.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.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.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" +Bundle-Version: 5.0.4 +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" Implementation-Title: ASM all classes with debug info Implementation-Vendor: France Telecom R&D -Implementation-Version: 4.2 +Implementation-Version: 5.0.4 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 328f1ae..924e441 100644 --- a/debian/osgi/asm-tree.osgi +++ b/debian/osgi/asm-tree.osgi @@ -1,17 +1,17 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1350227188866 +Bnd-LastModified: 1431701723421 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: 4.2 -Created-By: 1.7.0 (Oracle Corporation) +Bundle-Version: 5.0.4 +Created-By: 1.8.0 (Oracle Corporation) Export-Package: org.objectweb.asm.tree;uses:="org.objectweb.asm";version - ="4.2" + ="5.0.4" Implementation-Title: ASM Tree class visitor Implementation-Vendor: France Telecom R&D -Implementation-Version: 4.2 -Import-Package: org.objectweb.asm;version:="[4.2,4.2]" +Implementation-Version: 5.0.4 +Import-Package: org.objectweb.asm;version:="[5.0.4,5.0.4]" Tool: Bnd-1.50.0 diff --git a/debian/osgi/asm-util.osgi b/debian/osgi/asm-util.osgi index 3df16f6..874ae54 100644 --- a/debian/osgi/asm-util.osgi +++ b/debian/osgi/asm-util.osgi @@ -1,20 +1,21 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1350227189516 +Bnd-LastModified: 1431701724236 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: 4.2 -Created-By: 1.7.0 (Oracle Corporation) +Bundle-Version: 5.0.4 +Created-By: 1.8.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.2" + ctweb.asm.tree.analysis,org.objectweb.asm.tree,org.objectweb.asm.signat + ure";version="5.0.4" Implementation-Title: ASM Utilities Implementation-Vendor: France Telecom R&D -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]" +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 + ]" Tool: Bnd-1.50.0 diff --git a/debian/osgi/asm-xml.osgi b/debian/osgi/asm-xml.osgi index 756a190..2c4d0c8 100644 --- a/debian/osgi/asm-xml.osgi +++ b/debian/osgi/asm-xml.osgi @@ -1,20 +1,20 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1350227190196 +Bnd-LastModified: 1431701725391 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: 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) +Bundle-Version: 5.0.4 +Class-Path: asm-5.0.4.jar asm-util-5.0.4.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,javax.xml.transform.sax,javax. - xml.transform.stream";version="4.2" + pers,org.xml.sax.ext,javax.xml.transform.sax,javax.xml.transform,javax. + xml.transform.stream";version="5.0.4" Implementation-Title: ASM XML classes Implementation-Vendor: Eugene Kuleshov -Implementation-Version: 4.2 +Implementation-Version: 5.0.4 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 da79a93..e980bd7 100644 --- a/debian/osgi/asm.osgi +++ b/debian/osgi/asm.osgi @@ -1,16 +1,16 @@ Manifest-Version: 1.0 -Bnd-LastModified: 1350227183296 +Bnd-LastModified: 1431701717582 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: 4.2 -Created-By: 1.7.0 (Oracle Corporation) -Export-Package: org.objectweb.asm;version="4.2",org.objectweb.asm.signat - ure;version="4.2" +Bundle-Version: 5.0.4 +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" Implementation-Title: ASM Implementation-Vendor: France Telecom R&D -Implementation-Version: 4.2 +Implementation-Version: 5.0.4 Tool: Bnd-1.50.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

