[pkg-java] r11544 - trunk/asm3/debian
Niels Thykier
nthykier-guest at alioth.debian.org
Wed Feb 10 21:01:09 UTC 2010
Author: nthykier-guest
Date: 2010-02-10 21:01:08 +0000 (Wed, 10 Feb 2010)
New Revision: 11544
Added:
trunk/asm3/debian/osgi.MF
Modified:
trunk/asm3/debian/changelog
trunk/asm3/debian/control
trunk/asm3/debian/rules
Log:
asm3 (3.2-3) UNRELEASED; urgency=low
* Added myself to Uploaders.
* Added a fix to the OSGi-metadata for the asm3-all jar and install
said jar along with the rest (it is needed by eclipse).
* Bumped Standards-Version to 3.8.4 - no changes required.
* Bumped debhelper compat to 7.
-- Niels Thykier <niels at thykier.net> Tue, 09 Feb 2010 22:36:44 +0100
Modified: trunk/asm3/debian/changelog
===================================================================
--- trunk/asm3/debian/changelog 2010-02-09 22:02:43 UTC (rev 11543)
+++ trunk/asm3/debian/changelog 2010-02-10 21:01:08 UTC (rev 11544)
@@ -1,3 +1,13 @@
+asm3 (3.2-3) UNRELEASED; urgency=low
+
+ * Added myself to Uploaders.
+ * Added a fix to the OSGi-metadata for the asm3-all jar and install
+ said jar along with the rest (it is needed by eclipse).
+ * Bumped Standards-Version to 3.8.4 - no changes required.
+ * Bumped debhelper compat to 7.
+
+ -- Niels Thykier <niels at thykier.net> Tue, 09 Feb 2010 22:36:44 +0100
+
asm3 (3.2-2) unstable; urgency=low
* Upload to unstable.
Modified: trunk/asm3/debian/control
===================================================================
--- trunk/asm3/debian/control 2010-02-09 22:02:43 UTC (rev 11543)
+++ trunk/asm3/debian/control 2010-02-10 21:01:08 UTC (rev 11544)
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Barry Hawkins <barry at alltc.com>, Michael Koch <konqueror at gmx.de>,
- Ludovic Claude <ludovic.claude at laposte.net>
-Build-Depends: debhelper (>= 5), cdbs, default-jdk
-Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), libow-util-ant-tasks-java (>= 1.3-2)
-Standards-Version: 3.8.1
+ Ludovic Claude <ludovic.claude at laposte.net>, Niels Thykier <niels at thykier.net>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk
+Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), libow-util-ant-tasks-java (>= 1.3-2), javahelper
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm3
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm3
Homepage: http://asm.objectweb.org/
Added: trunk/asm3/debian/osgi.MF
===================================================================
--- trunk/asm3/debian/osgi.MF (rev 0)
+++ trunk/asm3/debian/osgi.MF 2010-02-10 21:01:08 UTC (rev 11544)
@@ -0,0 +1 @@
+Bundle-SymbolicName: org.objectweb.asm
Modified: trunk/asm3/debian/rules
===================================================================
--- trunk/asm3/debian/rules 2010-02-09 22:02:43 UTC (rev 11543)
+++ trunk/asm3/debian/rules 2010-02-10 21:01:08 UTC (rev 11544)
@@ -28,6 +28,10 @@
binary-post-install/lib$(PACKAGE)-java::
mh_installpoms -plib$(PACKAGE)-java
+ # Rename so the versionless link does not cause confusion/conflicts with earlier versions.
+ mv output/dist/lib/all/asm-all-$(VERSION).jar output/dist/lib/all/asm3-all-$(VERSION).jar
+ jar umf debian/osgi.MF output/dist/lib/all/asm3-all-$(VERSION).jar
+ jh_installlibs output/dist/lib/all/asm3-all-$(VERSION).jar
mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3 debian/poms/asm.pom output/dist/lib/asm-$(VERSION).jar
mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-analysis debian/poms/asm-analysis.pom output/dist/lib/asm-analysis-$(VERSION).jar
mh_installjar -plib$(PACKAGE)-java -l --usj-name=asm3-commons debian/poms/asm-commons.pom output/dist/lib/asm-commons-$(VERSION).jar
More information about the pkg-java-commits
mailing list