[pkg-java] r4204 - trunk/qdox/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Tue Sep 18 19:41:34 UTC 2007


Author: mkoch
Date: 2007-09-18 19:41:34 +0000 (Tue, 18 Sep 2007)
New Revision: 4204

Modified:
   trunk/qdox/debian/changelog
   trunk/qdox/debian/compat
   trunk/qdox/debian/control
   trunk/qdox/debian/rules
Log:
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 <konqueror at gmx.de>  Tue, 18 Sep 2007 21:11:10 +0200



Modified: trunk/qdox/debian/changelog
===================================================================
--- trunk/qdox/debian/changelog	2007-09-18 18:59:59 UTC (rev 4203)
+++ trunk/qdox/debian/changelog	2007-09-18 19:41:34 UTC (rev 4204)
@@ -1,10 +1,20 @@
-qdox (1.6.1-3) UNRELEASED; urgency=low
+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 <konqueror at gmx.de>  Tue, 18 Sep 2007 21:11:10 +0200
+
 qdox (1.6.1-2) unstable; urgency=low
 
   * debian/control:

Modified: trunk/qdox/debian/compat
===================================================================
--- trunk/qdox/debian/compat	2007-09-18 18:59:59 UTC (rev 4203)
+++ trunk/qdox/debian/compat	2007-09-18 19:41:34 UTC (rev 4204)
@@ -1 +1 @@
-4
+5

Modified: trunk/qdox/debian/control
===================================================================
--- trunk/qdox/debian/control	2007-09-18 18:59:59 UTC (rev 4203)
+++ trunk/qdox/debian/control	2007-09-18 19:41:34 UTC (rev 4204)
@@ -2,21 +2,22 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, java-gcj-compat-dev, ant (>= 1.6.5), ant-optional, junit (>= 3.8.1), libjmock-java (>= 1.0.1)
+Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>> 5), cdbs
+Build-Depends-Indep: java-gcj-compat-dev, ant-optional, junit (>= 3.8.1), libjmock-java (>= 1.0.1)
 Standards-Version: 3.7.2
 
 Package: libqdox-java
 Architecture: all
-Depends: java-gcj-compat | java2-runtime
+Depends: java-gcj-compat | java1-runtime | java2-runtime
 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
+  * 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
@@ -33,10 +34,10 @@
  .
  qdox quickly parses Java source files looking for key items of
  interest:
- * class and interface definitions
- * member declarations
- * import statements
- * JavaDoc comments
+  * 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

Modified: trunk/qdox/debian/rules
===================================================================
--- trunk/qdox/debian/rules	2007-09-18 18:59:59 UTC (rev 4203)
+++ trunk/qdox/debian/rules	2007-09-18 19:41:34 UTC (rev 4204)
@@ -19,6 +19,9 @@
 
 PATCH_EXCLUDES=-x target -x src -x tmp -x debian -x core -x lib -x extensions -x examples -x .cvsignore
 
+clean::
+	-$(RM) -r target tmp
+
 make-patches:
 	diff -r -uN $(PATCH_EXCLUDES) -x Parser.java -x JFlexLexer.java ../qdox-1.6.1 . > debian/patches/01_build_files || true
 	diff -r -uN $(PATCH_EXCLUDES) /dev/null Parser.java > debian/patches/02_parser_files || true




More information about the pkg-java-commits mailing list