Author: drazzib Date: 2011-05-03 21:56:21 +0000 (Tue, 03 May 2011) New Revision: 13640
Added: tags/qdox/1.12-1/ tags/qdox/1.12-1/debian/changelog tags/qdox/1.12-1/debian/control Removed: tags/qdox/1.12-1/debian/changelog tags/qdox/1.12-1/debian/control tags/qdox/1.12-1/debian/dirs Log: [svn-buildpackage] Tagging qdox 1.12-1 Deleted: tags/qdox/1.12-1/debian/changelog =================================================================== --- trunk/qdox/debian/changelog 2011-04-29 05:04:00 UTC (rev 13622) +++ tags/qdox/1.12-1/debian/changelog 2011-05-03 21:56:21 UTC (rev 13640) @@ -1,106 +0,0 @@ -qdox (1.12-1) experimental; urgency=low - - * New upstream release - * d/control: - - Bump up Standards-Version to 3.9.1 (no changes) - - Update version contraints 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 - - -- Ludovic Claude <[email protected]> Sun, 05 Dec 2010 19:14:49 +0100 - -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 <[email protected]> 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 <[email protected]> Wed, 02 Sep 2009 22:22:10 +0100 - -qdox (1.9.1-2) unstable; urgency=low - - * Upload to unstable. - - -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Thu, 7 Jun 2007 15:48:05 +0200 - -qdox (1.6.1-1) unstable; urgency=low - - Trygve Laugstøl <[email protected]>: - * Initial Release (closes: #323043). - - -- Arnaud Vandyck <[email protected]> Wed, 11 Apr 2007 13:51:08 +0200 Copied: tags/qdox/1.12-1/debian/changelog (from rev 13639, trunk/qdox/debian/changelog) =================================================================== --- tags/qdox/1.12-1/debian/changelog (rev 0) +++ tags/qdox/1.12-1/debian/changelog 2011-05-03 21:56:21 UTC (rev 13640) @@ -0,0 +1,111 @@ +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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Wed, 02 Sep 2009 22:22:10 +0100 + +qdox (1.9.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Thu, 7 Jun 2007 15:48:05 +0200 + +qdox (1.6.1-1) unstable; urgency=low + + Trygve Laugstøl <[email protected]>: + * Initial Release (closes: #323043). + + -- Arnaud Vandyck <[email protected]> Wed, 11 Apr 2007 13:51:08 +0200 Deleted: tags/qdox/1.12-1/debian/control =================================================================== --- trunk/qdox/debian/control 2011-04-29 05:04:00 UTC (rev 13622) +++ tags/qdox/1.12-1/debian/control 2011-05-03 21:56:21 UTC (rev 13640) @@ -1,52 +0,0 @@ -Source: qdox -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Michael Koch <[email protected]>, Ludovic Claude <[email protected]>, - Damien Raude-Morvan <[email protected]> -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.8.4 -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. Copied: tags/qdox/1.12-1/debian/control (from rev 13639, trunk/qdox/debian/control) =================================================================== --- tags/qdox/1.12-1/debian/control (rev 0) +++ tags/qdox/1.12-1/debian/control 2011-05-03 21:56:21 UTC (rev 13640) @@ -0,0 +1,52 @@ +Source: qdox +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Michael Koch <[email protected]>, Ludovic Claude <[email protected]>, + Damien Raude-Morvan <[email protected]> +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. Deleted: tags/qdox/1.12-1/debian/dirs =================================================================== --- trunk/qdox/debian/dirs 2011-04-29 05:04:00 UTC (rev 13622) +++ tags/qdox/1.12-1/debian/dirs 2011-05-03 21:56:21 UTC (rev 13640) @@ -1 +0,0 @@ -usr/share/java _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

