debian/0000755000000000000000000000000011707115110007160 5ustar debian/build.properties0000644000000000000000000000011711707115007012401 0ustar dir.build=../target dir.src=../src/main/groovy target=1.5 source=1.5 debug=on debian/watch0000644000000000000000000000011511707115007010213 0ustar version=3 http://sf.net/gmetrics/GMetrics-(.+)-bin\.tar\.gz debian jh_repack debian/libgmetrics-groovy-java.links0000644000000000000000000000007711707115007015001 0ustar usr/share/java/GMetrics.jar usr/share/groovy/lib/GMetrics.jar debian/rules0000755000000000000000000000102711707115007010245 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper override_jh_build: ant -f debian/build.xml override_jh_clean: jh_clean ant -f debian/build.xml clean mh_clean override_dh_install: dh_install mh_installpoms -plibgmetrics-groovy-java mh_installjar -plibgmetrics-groovy-java -l pom.xml target/GMetrics.jar get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ --verbose \ --rename \ --destdir $(CURDIR) \ --watchfile debian/watch \ --force-download debian/control0000644000000000000000000000263311707115007010574 0ustar Source: gmetrics Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta DM-Upload-Allowed: yes Section: java Priority: optional Build-Depends: debhelper (>= 7.0.50~), groovy, ant, javahelper, maven-repo-helper, liblog4j1.2-java, default-jdk-doc, default-jdk Standards-Version: 3.9.2 Homepage: http://gmetrics.sourceforge.net/ Vcs-Git: git://git.debian.org/git/pkg-java/gmetrics.git Vcs-Browser: http://git.debian.org/?p=pkg-java/gmetrics.git Package: libgmetrics-groovy-java Architecture: all Depends: groovy, ant, liblog4j1.2-java, ${misc:Depends} Suggests: libgmetrics-groovy-java-doc Description: Groovy library that provides reports and metrics for Groovy code GMetrics provides calculation and reporting of size and complexity metrics for Groovy source code, by scanning the code with an Ant Task, applying a set of metrics, and generating an HTML or XML report of the results. Package: libgmetrics-groovy-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: libgmetrics-groovy-java Suggests: default-jdk-doc Description: Documentation for libgmetrics-groovy-java Documentation for GMetrics that is a library providing calculation and reporting of size and complexity metrics for Groovy source code, by scanning the code with an Ant Task, applying a set of metrics, and generating an HTML or XML report of the results. debian/build.xml0000644000000000000000000000267711707115007011022 0ustar debian/libgmetrics-groovy-java.poms0000644000000000000000000000001011707115007014622 0ustar pom.xml debian/maven.rules0000644000000000000000000000025311707115007011347 0ustar junit junit jar s/3\..*/3.x/ * * log4j log4j jar s/1\.2\..*/1.2.x/ * * s/ant/org.apache.ant/ * * s/.*/debian/ * * s/groovy/org.codehaus.groovy/ groovy* * s/.*/debian/ * * debian/classpath-debian0000644000000000000000000000007311707115007012312 0ustar usr/share/java/groovy-all.jar usr/share/java/log4j-1.2.jar debian/copyright0000644000000000000000000000201311707115007011114 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 Upstream-Name: GMetrics Upstream-Contact: Chris Mair Source: http://sourceforge.net/projects/gmetrics/files/ Files: * Copyright: © 2008-2012, Chris Mair License: Apache-2.0 Files: debian/* Copyright: © 2010-2012, Miguel Landaeta License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 /usr/share/common-licenses/Apache-2.0 (on Debian systems) . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. debian/compat0000644000000000000000000000000211707115007010363 0ustar 7 debian/source/0000755000000000000000000000000011707115007010465 5ustar debian/source/format0000644000000000000000000000001411707115007011673 0ustar 3.0 (quilt) debian/libgmetrics-groovy-java-doc.javadoc0000644000000000000000000000007411707115007016030 0ustar target/groovydoc usr/share/doc/libgmetrics-groovy-java/api debian/changelog0000644000000000000000000000156511707115007011046 0ustar gmetrics (0.5-1) unstable; urgency=low [Miguel Landaeta] * New upstream release. * Remove patch ftbfs_613266.diff since it was merged upstream. * Update dates in copyright file. [tony mancill] * Set DMUA flag. -- Miguel Landaeta Wed, 18 Jan 2012 20:57:50 -0430 gmetrics (0.3-2) unstable; urgency=low * Fix an FTBFS with Groovy >= 1.7.7. (Closes: #613266). * Set Class-Path in GMetrics jar. * Update copyright dates and make it DEP-5 compliant. * Bump Standards-Version to 3.9.2. No changes were required. * Order correctly dh7 call helper parameters. * Enable jh_depends during build since is working again. -- Miguel Landaeta Tue, 10 May 2011 20:02:54 -0430 gmetrics (0.3-1) unstable; urgency=low * Initial release. (Closes: #593796). -- Miguel Landaeta Sat, 21 Aug 2010 17:02:42 -0430