Hi,

> Please add the missing Build-Depends on 'ant-optional' to debian/control.

I've prepared an NMU to fix this, in order to get etch released.
Please see the attached diff for reference.

> The attached patch also changes the build system to use the free java
> java-gcj-compat-dev.

I'll leave such an operation to the maintainer.

Thanks for your patch.


Thijs
diff -u mockobjects-0.09/debian/changelog mockobjects-0.09/debian/changelog
--- mockobjects-0.09/debian/changelog
+++ mockobjects-0.09/debian/changelog
@@ -1,3 +1,12 @@
+mockobjects (0.09-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add missing build dependency on ant-optional (Closes: #391190).
+  * Move debhelper and ant to build-depends, since these are used on clean.
+  * Fix spelling of ${misc:Depends} variable.
+
+ -- Thijs Kinkhorst <[EMAIL PROTECTED]>  Thu, 12 Oct 2006 14:57:33 +0200
+
 mockobjects (0.09-1) unstable; urgency=low
 
   * Initial Release.
diff -u mockobjects-0.09/debian/control mockobjects-0.09/debian/control
--- mockobjects-0.09/debian/control
+++ mockobjects-0.09/debian/control
@@ -2,14 +2,15 @@
 Section: contrib/devel
 Priority: optional
 Maintainer: Marcus Crafter <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.0.0), ant, j2sdk1.4 | j2sdk1.3 | java2-compiler, junit
+Build-Depends: debhelper (>= 4.0.0), ant
+Build-Depends-Indep: ant-optional, j2sdk1.4 | j2sdk1.3 | java2-compiler, junit
 Standards-Version: 3.6.1.1
 
 Package: libmockobjects-java
 Section: contrib/devel
 Priority: optional
 Architecture: all
-Depends: {misc:Depends}, java2-runtime | java1-runtime
+Depends: ${misc:Depends}, java2-runtime | java1-runtime
 Description: Framework for developing and using mock objects
  Mock Objects is a test-first driven framework for building
  generic software and/or unit testing frameworks. It supports:
@@ -28,7 +29,7 @@
 Section: contrib/devel
 Priority: optional
 Architecture: all
-Depends: {misc:Depends}
+Depends: ${misc:Depends}
 Description: Framework for developing and using mock objects
  Mock Objects is a test-first driven framework for building
  generic software and/or unit testing frameworks. It supports:

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to