debian/0000755000000000000000000000000012175470231007170 5ustar debian/rules0000755000000000000000000000111412175462426010254 0ustar #!/usr/bin/make -f # debian/rules for libjdepend-java (uses CDBS) # 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_DIRS := /usr/lib/jvm/default-java ANT_HOME := /usr/share/ant DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar junit.jar $(ANT_HOME)/lib/ant-junit.jar DEB_ANT_BUILD_TARGET := jar javadoc #test ANT_OPTS = -Dant.build.javac.source=1.4 get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack debian/install0000644000000000000000000000004712175462426010571 0ustar dist/jdepend-2.9.1.jar usr/share/java/ debian/ant.properties0000644000000000000000000000011010365163220012054 0ustar javac.debug=on javac.optimize=on #compile.classpath= #java.class.path= debian/watch0000644000000000000000000000011611214023002010176 0ustar version=3 http://clarkware.com/software/JDepend.html .*/jdepend-([\d.]+)\.zip debian/changelog0000644000000000000000000000540512175462426011055 0ustar libjdepend-java (2.9.1-1) unstable; urgency=low * New upstream release * debian/rules: Added a get-orig-source target * debian/control: - Updated Standards-Version to 3.9.4 (no changes) - Use canonical URLs for the Vcs-* fields - Removed the dependencies on the Java runtime - Removed Michael Koch from the uploaders (Closes: #654076) -- Emmanuel Bourg Mon, 29 Jul 2013 14:45:55 +0200 libjdepend-java (2.9-5) unstable; urgency=low * Team upload. [ Matthias Klose ] * (Build-)depend on default-jre/-jdk. * Set java source version to 1.4. [ Torsten Werner ] * Remove Arnaud from uploaders list. * Switch to source format 3.0. * Add missing . * Switch to debhelper 7. * Add Homepage and Vcs-* headers to debian/control. * Update Standards-Version: 3.8.4. * Change Section: java. -- Torsten Werner Tue, 04 May 2010 22:20:50 +0200 libjdepend-java (2.9-4) unstable; urgency=low * Use java-gcj-compat instead of kaffe. * Moved Build-Depends-Indep to Build-Depends. * Removed Wolfgang and added myself to Uploaders. * Updated Standards-Version. -- Michael Koch Sun, 17 Jun 2007 20:04:42 +0200 libjdepend-java (2.9-3) unstable; urgency=low * kaffe compiler transition * Bumped debhelper version to fix linda error * Added java2-runtime to depends alternatives * Added myself to uploaders -- Wolfgang Baer Mon, 16 Jan 2006 11:08:16 +0100 libjdepend-java (2.9-2) unstable; urgency=low * Standards-Version: 3.6.2, no change needed * ant transition -- Arnaud Vandyck Tue, 4 Oct 2005 14:11:38 +0200 libjdepend-java (2.9-1) unstable; urgency=low * New upstream release * debian/watch: added * build with ant 1.6 and kaffe * Move to main! * Standard version: 3.6.1 no changes -- Arnaud Vandyck Tue, 22 Mar 2005 10:20:19 +0100 libjdepend-java (2.6-4) unstable; urgency=low * added support for amd64, thanks to Kaare Hviid (closes: Bug#274847). -- Arnaud Vandyck Fri, 12 Nov 2004 16:31:21 +0100 libjdepend-java (2.6-3) unstable; urgency=low * corrected the name of the versionned jar. -- Arnaud Vandyck Sat, 7 Feb 2004 10:58:02 +0100 libjdepend-java (2.6-2) unstable; urgency=low * Changed maintainer (Debian Java Maintainers), and add me as an uploader with my Debian email address * debian/rules: changed to use CDBS. * debain/control (Build-Depends-Indep): added cdbs (and changed ant into libant1.5-java -- Arnaud Vandyck Wed, 7 Jan 2004 18:42:43 +0100 libjdepend-java (2.6-1) unstable; urgency=low * Initial Release (closes: #203114). -- Arnaud Vandyck Sun, 27 Jul 2003 22:59:05 +0200 debian/README.Debian0000644000000000000000000000050210320472155011223 0ustar libjdepend-java for Debian -------------------------- I need this library to build ArgoUML but it may be useful for other packages or for your own projects. libjdepend-java is now in main but the junit tests does not passes. I think some swing tests fail -- Arnaud Vandyck , Tue Oct 4 14:16:56 2005 debian/control0000644000000000000000000000164512175457372010614 0ustar Source: libjdepend-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper (>= 7), default-jdk, ant, ant-optional, cdbs Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libjdepend-java Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libjdepend-java/ Homepage: http://www.clarkware.com/software/JDepend.html Package: libjdepend-java Architecture: all Depends: ${misc:Depends} Description: tool to measure design quality of java class and source JDepend traverses Java class and source file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to effectively manage and control package dependencies. debian/libjdepend-java.links0000644000000000000000000000007412175462426013261 0ustar usr/share/java/jdepend-2.9.1.jar usr/share/java/jdepend.jar debian/copyright0000644000000000000000000000343207713310111011115 0ustar This package was debianized by Arnaud Vandyck on Thu, 24 Jul 2003 15:32:45 +0200. It was downloaded from http://www.clarkware.com/software/jdepend.zip Upstream Author: mike@clarkware.com Copyright: Copyright (C) 1999-2003 Clarkware Consulting, Inc. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 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 Clarkware Consulting, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact clarkware@clarkware.com. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CLARKWARE CONSULTING OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/source/0000755000000000000000000000000012175470231010470 5ustar debian/source/format0000644000000000000000000000001411370100742011667 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000003310220000354010017 0ustar README docs/* build/docs/* debian/compat0000644000000000000000000000000211370100742010357 0ustar 7 debian/dirs0000644000000000000000000000001707713310111010042 0ustar usr/share/java