debian/0000775000000000000000000000000011755424220007172 5ustar debian/rules0000775000000000000000000000124711476763361010272 0ustar #!/usr/bin/make -f DEB_SOURCE_PACKAGE := $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ') DEB_UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ' | cut -d: -f2- | sed 's/-[^-]*$$//') export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=$(shell for jar in `cat debian/build-classpath`; do if [ -f "$$jar" ]; then echo -n "$${jar}:"; fi; done) export ANT_ARGS=-Dbasedir=$(realpath .) -Dpackage=$(DEB_SOURCE_PACKAGE) -Dversion=$(DEB_UPSTREAM_VERSION) -f debian/build.xml %: dh $@ --buildsystem=ant --with maven_repo_helper get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/libqdox-java.poms0000664000000000000000000000033511476763361012470 0ustar pom.xml --no-parent --has-package-version --java-lib --artifact=build/qdox-*.jar build/qdox.javadoc.pom --has-package-version --artifact=build/qdox.javadoc.jar --classifier=javadoc --ignore-pom --package=libqdox-java-doc debian/maven.rules0000664000000000000000000000014211224752734011356 0ustar junit junit jar s/3\..*/3.x/ jmock jmock jar s/1\..*/1.x/ s/ant/org.apache.ant/ * * s/.*/debian/ debian/control0000664000000000000000000000356611552640125010606 0ustar Source: qdox Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Michael Koch , Ludovic Claude , Damien Raude-Morvan Build-Depends: debhelper (>= 7), default-jdk, byacc-j Build-Depends-Indep: maven-repo-helper (>= 1.5), maven-ant-helper (>= 7.1), ant, ant-optional, jflex (>= 1.4.3), junit (>= 3.8.1), libjmock-java (>= 1.0.1), default-jdk-doc Standards-Version: 3.9.2 Homepage: http://qdox.codehaus.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/qdox Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/qdox Package: libqdox-java Architecture: all Depends: ${misc:Depends} Suggests: libqdox-java-doc Description: Quickly parses declarations and Javadoc from Java source qdox quickly parses Java source files looking for key items of interest: * class and interface definitions * member declarations * import statements * JavaDoc comments . qdox ignores all other components of Java source, such as actual method implementations, to avoid overhead. qdox returns a simple document model containing only the declarations and containing enough information to be useful. Package: libqdox-java-doc Section: doc Architecture: all Depends: ${misc:Depends} Recommends: default-jdk-doc Suggests: libqdox-java Description: Documentation for qdox (javadoc) This package contains the documentation for qdox, generated from Javadoc. . qdox quickly parses Java source files looking for key items of interest: * class and interface definitions * member declarations * import statements * JavaDoc comments . qdox ignores all other components of Java source, such as actual method implementations, to avoid overhead. qdox returns a simple document model containing only the declarations and containing enough information to be useful. debian/libqdox-java-doc.docs0000664000000000000000000000001711224752734013173 0ustar build/docs/api debian/copyright0000664000000000000000000000101011224752734011122 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: QDox Maintainer: QDox Project Team Source: http://qdox.codehaus.org/ Files: * Copyright: 2002-2009, Joe Walnes and QDox Project Team License: Apache-2.0 Files: debian/* Copyright: 2005, Trygve Laugstøl Copyright: 2009, Ludovic Claude License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache 2.0 license in '/usr/share/common-licenses/Apache-2.0'. debian/maven.publishedRules0000664000000000000000000000005711224752734013223 0ustar s/qdox/com.thoughtworks.qdox/ * * s/.*/debian/ debian/README.Debian0000664000000000000000000000041210277723621011235 0ustar libqdox-java ------------ QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. -- Trygve Laugstøl debian/build-classpath0000664000000000000000000000013011476763361012202 0ustar /usr/share/java/ant-nodeps.jar /usr/share/java/ant-junit.jar /usr/share/java/junit.jar debian/build.properties0000664000000000000000000000022011224752734012406 0ustar maven.test.skip=true javadoc.dir=build/docs/api build.sourceDirectory=src/java build.testSourceDirectory=src/test qdox.byaccj.executable=byaccj debian/orig-tar.sh0000775000000000000000000000054111476763361011271 0ustar #!/bin/sh -e VERSION=$2 TAR=../qdox_$VERSION.orig.tar.gz DIR=qdox-$VERSION TAG=qdox-$VERSION svn export http://svn.codehaus.org/qdox/tags/$TAG/ $DIR rm -r $DIR/bootstrap tar -c -z -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/watch0000664000000000000000000000012511224752734010226 0ustar version=3 http://svn.codehaus.org/qdox/tags/ qdox-(\d.*)/ debian debian/orig-tar.sh debian/changelog0000664000000000000000000000740011755424220011045 0ustar qdox (1.12-1build1) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:46:40 +0100 qdox (1.12-1) unstable; urgency=low [ Ludovic Claude ] * New upstream release * d/control: - Update version constraints for maven-repo-helper and maven-ant-helper - Remove dependency on cdbs * d/rules: - use dh 7 instead of cdbs * Use 3.0 (quilt) source format * Add --has-package-version to the POM file, add new parameters for mh_install * orig-tarball: no need anymore to remove the qdox directory [ Damien Raude-Morvan ] * Upload to unstable. * Bump up Standards-Version to 3.9.2 (no changes). * d/dirs: Remove unneeded file. -- Damien Raude-Morvan Tue, 03 May 2011 23:43:30 +0200 qdox (1.11-1) unstable; urgency=low [ Ludovic Claude ] * New upstream release * debian/control: update jflex to 1.4.3 * debian/build.xml: add missing option to JFlex * use default-jdk-doc instead of classpath-doc/openjdk-6-doc, add Recommends default-jdk-doc on libqdox-java-doc (Closes: #567291) [ Michael Koch ] * New upstream release. * Build-Depends on debhelper (>= 7). * Removed Trygve from Uploaders. [ Damien Raude-Morvan ] * Remove Arnaud from Uploaders * Add Homepage and Vcs-* fields to debian/control * Bump Standards-Version to 3.8.4 (no changes needed) [ Torsten Werner ] * Remove the duplicated source code in directory qdox from the orig tarball. -- Torsten Werner Sat, 03 Apr 2010 19:56:02 +0200 qdox (1.9.2-1) unstable; urgency=low * New upstream version * Bump up Standards-Version to 3.8.3 * Add Build-Depends on openjdk-6-doc (Closes: #543112) -- Ludovic Claude Wed, 02 Sep 2009 22:22:10 +0100 qdox (1.9.1-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 23:49:47 +0200 qdox (1.9.1-1) experimental; urgency=low * New upstream version, add myself to Uploaders * Change section to java, bump up Standards-Version to 3.8.1 * Add watch file * Use default-jdk for the build instead of java-gcj * Remove Depends on java runtimes as it is a library and headless environments may not like a full JRE. * Remove lexer patch as it has been applied upstream * Add ${misc:Depends} to Depends to clear Lintian warnings * Add Build-Depends on jflex and byacc-j as those tools are now packaged and can be used to generate fresh parser code * Update the copyright, license is now Apache 2.0 * Add the Maven POM to the package * Add a Build-Depends-Indep dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository -- Ludovic Claude Wed, 13 May 2009 20:59:05 +0100 qdox (1.6.1-3) unstable; urgency=low [Arnaud Vandyck] * debian/control: libqdox-java-doc in section doc [Michael Koch] * debian/rules: + delete target dir in clean target. Closes: #442716. * debian/control: + Fixed numerations in long descriptions. + Moved debhelper and cdbs to Build-Depends. + Upgraded debhelper level to 5. + Added java1-runtime to Depends. + Added myself to Uploaders. -- Michael Koch Tue, 18 Sep 2007 21:11:10 +0200 qdox (1.6.1-2) unstable; urgency=low * debian/control: + Better description, thanks to Josh Triplett (closes: #423473) + added ant-optional to build-dep-indep (closes: #424472) -- Arnaud Vandyck Thu, 7 Jun 2007 15:48:05 +0200 qdox (1.6.1-1) unstable; urgency=low Trygve Laugstøl : * Initial Release (closes: #323043). -- Arnaud Vandyck Wed, 11 Apr 2007 13:51:08 +0200 debian/build.xml0000664000000000000000000000503611476763361011033 0ustar debian/compat0000664000000000000000000000000211257506511010371 0ustar 7 debian/source/0000775000000000000000000000000011560074121010465 5ustar debian/source/format0000664000000000000000000000001411476763361011714 0ustar 3.0 (quilt)