Author: mkoch Date: 2008-02-19 19:36:13 +0000 (Tue, 19 Feb 2008) New Revision: 5754
Added: trunk/asm/debian/watch Modified: trunk/asm/debian/ trunk/asm/debian/changelog trunk/asm/debian/compat trunk/asm/debian/control trunk/asm/debian/copyright trunk/asm/debian/rules Log: asm (1.5.3-5) unstable; urgency=low * Rewrote debian/copyright. * Rewrote debian/rules. * Updated debhelper level to 5. * (Build-)Depends on java-gcj-compat(-dev) instead of kaffe. * Removed Wolfgang from Uploaders and added myself. * Added Homepage, Vcs-Svn and Vcs-Browser fields. * Updated Standards-Version to 3.7.3. * Added watch file. -- Michael Koch <[EMAIL PROTECTED]> Tue, 19 Feb 2008 20:32:44 +0100 Property changes on: trunk/asm/debian ___________________________________________________________________ Name: svn:ignore - files libasm-java libasm-java-doc libasm-java-doc.postinst.debhelper libasm-java-doc.prerm.debhelper patched patches + files libasm-java libasm-java-doc libasm-java-doc.postinst.debhelper libasm-java-doc.prerm.debhelper patched patches stamp-* Modified: trunk/asm/debian/changelog =================================================================== --- trunk/asm/debian/changelog 2008-02-19 19:13:24 UTC (rev 5753) +++ trunk/asm/debian/changelog 2008-02-19 19:36:13 UTC (rev 5754) @@ -1,3 +1,16 @@ +asm (1.5.3-5) unstable; urgency=low + + * Rewrote debian/copyright. + * Rewrote debian/rules. + * Updated debhelper level to 5. + * (Build-)Depends on java-gcj-compat(-dev) instead of kaffe. + * Removed Wolfgang from Uploaders and added myself. + * Added Homepage, Vcs-Svn and Vcs-Browser fields. + * Updated Standards-Version to 3.7.3. + * Added watch file. + + -- Michael Koch <[EMAIL PROTECTED]> Tue, 19 Feb 2008 20:32:44 +0100 + asm (1.5.3-4) unstable; urgency=low * Updated standards version and uploader email Modified: trunk/asm/debian/compat =================================================================== --- trunk/asm/debian/compat 2008-02-19 19:13:24 UTC (rev 5753) +++ trunk/asm/debian/compat 2008-02-19 19:36:13 UTC (rev 5754) @@ -1 +1 @@ -4 +5 Modified: trunk/asm/debian/control =================================================================== --- trunk/asm/debian/control 2008-02-19 19:13:24 UTC (rev 5753) +++ trunk/asm/debian/control 2008-02-19 19:36:13 UTC (rev 5754) @@ -2,16 +2,19 @@ Section: devel Priority: optional Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> -Uploaders: Marcus Crafter <[EMAIL PROTECTED]>, Barry Hawkins <[EMAIL PROTECTED]>, Wolfgang Baer <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), dpatch (>= 2.0.14) -Build-Depends-Indep: ant (>= 1.6.5-1), kaffe (>= 2:1.1.5-3), libow-util-ant-tasks-java (>= 1.3-2) -Standards-Version: 3.7.2 +Uploaders: Marcus Crafter <[EMAIL PROTECTED]>, Barry Hawkins <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: ant, java-gcj-compat-dev, libow-util-ant-tasks-java (>= 1.3-2) +Standards-Version: 3.7.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/asm +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/asm +Homepage: http://asm.objectweb.org/ Package: libasm-java Architecture: all Section: devel -Depends: kaffe | java1-runtime | java2-runtime -Suggests: java-virtual-machine, libasm-java-doc +Depends: java-gcj-compat | java1-runtime | java2-runtime +Suggests: libasm-java-doc Description: Java bytecode manipulation framework It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., Modified: trunk/asm/debian/copyright =================================================================== --- trunk/asm/debian/copyright 2008-02-19 19:13:24 UTC (rev 5753) +++ trunk/asm/debian/copyright 2008-02-19 19:36:13 UTC (rev 5754) @@ -5,7 +5,18 @@ Upstream Authors: Eric Bruneton, Eugene Kuleshov -Copyright: +Copyright: (C) 2003-2008 Eric Bruneton, Eugene Kuleshov -ASM is licensed under the BSD license, a copy of which is available -in /usr/share/common-licenses/BSD +License: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +ASM is licensed under the BSD license, a complete copy of which is available +in /usr/share/common-licenses/BSD. Modified: trunk/asm/debian/rules =================================================================== --- trunk/asm/debian/rules 2008-02-19 19:13:24 UTC (rev 5753) +++ trunk/asm/debian/rules 2008-02-19 19:36:13 UTC (rev 5754) @@ -1,85 +1,17 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/debhelper.mk -# Set a locale; currently using default -export LANG=C +JAVA_HOME=/usr/lib/jvm/java-gcj -# Include to enable dpatch -include /usr/share/dpatch/dpatch.make +DEB_JARS := gnujaxp.jar ant-junit junit xalan2 +DEB_ANT_BUILD_TARGET := dist -# Set JAVA_HOME to be used for Java commands -JAVA_HOME=/usr/lib/kaffe - -# Set the invocation of the java command -JAVACMD=${JAVA_HOME}/bin/java - -JAVA_LIB=/usr/share/java -ANT_HOME=/usr/share/ant -ANT_CLASSPATH=$(JAVA_LIB)/gnujaxp.jar:$(ANT_HOME)/lib/ant.jar:$(ANT_HOME)/lib/ant-launcher.jar:$(ANT_HOME)/lib/ant-junit.jar:$(JAVA_LIB)/junit.jar:$(JAVA_LIB)/xalan2.jar - -# Set path to Ant properties file -ANT_PROPS=debian/ant.properties - -# Universal Ant invocation for reliable builds; -# place '-verbose' before -propertyfile to -# obtain detailed build output. -ANT=$(JAVACMD) -classpath $(ANT_CLASSPATH) \ - org.apache.tools.ant.Main -propertyfile $(ANT_PROPS) - -build: build-stamp - -build-stamp: patch-stamp - dh_testdir - $(ANT) dist - touch build-stamp - -clean: unpatch - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - $(ANT) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # install the libasm-java jar files +install/libasm-java:: mv output/dist/lib/*.jar $(CURDIR)/debian/libasm-java/usr/share/java - # install the javadocs and examples + +install/libasm-java:: mkdir $(CURDIR)/debian/libasm-java-doc/usr/share/doc/libasm-java-doc/api mv output/dist/doc/javadoc/user/* $(CURDIR)/debian/libasm-java-doc/usr/share/doc/libasm-java-doc/api mv output/dist/examples $(CURDIR)/debian/libasm-java-doc/usr/share/doc/libasm-java-doc - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure Added: trunk/asm/debian/watch =================================================================== --- trunk/asm/debian/watch (rev 0) +++ trunk/asm/debian/watch 2008-02-19 19:36:13 UTC (rev 5754) @@ -0,0 +1,2 @@ +version=3 +http://download.forge.objectweb.org/asm/asm-(1.*)-bin.zip _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

