debian/0000755000000000000000000000000011405474652007176 5ustar debian/watch0000644000000000000000000000014411226701170010213 0ustar version=3 http://dist.osjava.org/releases/official/jardiff/jardiff-(.*)-src\.tar\.gz debian uupdate debian/install0000644000000000000000000000007411226701170010555 0ustar target/jardiff.jar usr/share/java debian/jardiff.sh usr/bin debian/rules0000755000000000000000000000131711405440107010244 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java ANT_HOME := /usr/share/ant DEB_JARS := commons-cli asm3 asm3-commons DEB_ANT_BUILD_TARGET := jar DEB_ANT_CLEAN_TARGET := clean # noget=true : force offline build # final.name=jardiff : force Jar name to jardiff.jar DEB_ANT_ARGS := -Dnoget=true -Dfinal.name=jardiff # Strip .sh from script name binary-post-install/jardiff:: mv $(CURDIR)/debian/jardiff/usr/bin/jardiff.sh $(CURDIR)/debian/jardiff/usr/bin/jardiff get-orig-source: uscan --force-download --rename debian/control0000644000000000000000000000175611405440107010576 0ustar Source: jardiff Section: java Priority: extra Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: cdbs, debhelper (>= 5), default-jdk, ant Build-Depends-Indep: libasm3-java, libcommons-cli-java Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jardiff/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jardiff/ Homepage: http://www.osjava.org/jardiff/ Package: jardiff Architecture: all Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libasm3-java, libcommons-cli-java, java-wrappers Description: tool to visualise API differences between two JAR files Jardiff is a tool to help visualise API differences between two different versions of a project. . Jardiff takes two jar files and outputs all the public API changes as xml, html or plain text. . It can be used from command line or via an Apache Ant task. . It requires Java >= 1.4 to run. debian/manpages0000644000000000000000000000002111226701170010672 0ustar debian/jardiff.1 debian/patches/0000755000000000000000000000000011405474652010625 5ustar debian/patches/01_fix_build_with_asm3.diff0000644000000000000000000000103611405440107015666 0ustar Index: jardiff-0.2/src/java/org/osjava/jardiff/JarDiff.java =================================================================== --- jardiff-0.2.orig/src/java/org/osjava/jardiff/JarDiff.java 2010-06-14 19:44:46.000000000 +0530 +++ jardiff-0.2/src/java/org/osjava/jardiff/JarDiff.java 2010-06-14 19:45:02.000000000 +0530 @@ -191,7 +191,7 @@ throws IOException { infoVisitor.reset(); - reader.accept(infoVisitor, false); + reader.accept(infoVisitor, 0); return infoVisitor.getClassInfo(); } debian/patches/series0000644000000000000000000000003411405440107012023 0ustar 01_fix_build_with_asm3.diff debian/copyright0000644000000000000000000000175511257456151011140 0ustar This package was debianized by Damien Raude-Morvan on Thu, 21 Aug 2008 20:59:38 +0200. It was downloaded from http://dist.osjava.org/releases/official/jardiff/ Upstream Author: Antony Riley Copyright: Copyright (c) 2005, Antony Riley License: BSD On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. Note: The following notice "Copyright © 2005-2006 OSJava. All Rights Reserved" found in build.xml file is just a build process property which doesn't reflect any real copyright assignment. This string could be found in every OsJava hosted projects (default build.xml template file). This part of build process isn't enabled in Debian package (i.e. no Javadoc is generated with this Copyright) The Debian packaging is Copyright 2008, Damien Raude-Morvan and is licensed under the BSD, see `/usr/share/common-licenses/BSD'. debian/changelog0000644000000000000000000000166111405440107011040 0ustar jardiff (0.2-3) unstable; urgency=low * Team upload. * asm2 -> asm3 migration * Convert to 3.0 source format. * Update standards version to 3.8.4. -- Onkar Shinde Mon, 14 Jun 2010 18:24:51 +0530 jardiff (0.2-2) unstable; urgency=low * Use default-jdk: - Build-Depend on default-jdk instead of java-gcj-compat-dev - Depends on default-jre-headless - Use default-java from default-jdk as JAVA_HOME * Bump Standards-Version to 3.8.3: - Add ${misc:Depends} in Depends field for debhelper - Move to "java" section of archive * Set Maintainer field to Debian Java Team * Update Vcs-* fields * Add myself as Uploaders * Update my email address -- Damien Raude-Morvan Sat, 26 Sep 2009 20:19:07 +0200 jardiff (0.2-1) unstable; urgency=low * Initial release (Closes: #495998) -- Damien Raude-Morvan Mon, 13 Oct 2008 23:02:09 +0200 debian/jardiff.10000644000000000000000000000173611226701170010661 0ustar .TH JARDIFF "1" "August 2008" "Debian" "User Commands" .SH NAME jardiff \- tool to visualise API differences between two JAR files .SH DESCRIPTION usage: jardiff \fB\-f\fR \fB\-t\fR [\fB\-F\fR ] [\fB\-T\fR ] [[\fB\-o\fR ]|[\fB\-x\fR ]] [\fB\-O\fR ] [\fB\-s\fR ] [\fB\-fa\fR ] [\fB\-ta\fR ] .TP \fB\-f\fR,\-\-from from jar file .TP \fB\-F\fR,\-\-from\-name from name .TP \fB\-fa\fR,\-\-from\-api relative location of from api .TP \fB\-h\fR,\-\-help print help on command line arguments .TP \fB\-o\fR,\-\-output\-format output format, xml or html .TP \fB\-O\fR,\-\-out output file .TP \fB\-s\fR,\-\-stylesheet stylesheet to link to when generating html .TP \fB\-T\fR,\-\-to\-name to name .TP \fB\-t\fR,\-\-to to jar file .TP \fB\-ta\fR,\-\-to\-api relative location of to api .TP \fB\-x\fR,\-\-xsl custom xsl sheet to format output with debian/compat0000644000000000000000000000000211226701170010361 0ustar 5 debian/jardiff.sh0000644000000000000000000000044411405440107011125 0ustar #!/bin/sh # Include the wrappers utility script . /usr/lib/java-wrappers/java-wrappers.sh # We need a java runtime (any 1.4 work) find_java_runtime all # Define our classpath find_jars jardiff commons-cli asm3 asm3-commons # Run JarDiff run_java org.osjava.jardiff.Main $extra_args "$@" debian/source/0000755000000000000000000000000011405474652010476 5ustar debian/source/format0000644000000000000000000000001411405440107011670 0ustar 3.0 (quilt)