Your message dated Fri, 1 Oct 2010 11:02:54 -0430
with message-id <[email protected]>
and subject line Re: Bug#598606: easymock fails to build from source due to
missing build dependency on libhamcrest-java
has caused the Debian Bug report #598606,
regarding easymock fails to build from source due to missing build dependency
on libhamcrest-java
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
598606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598606
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: easymock
Version: 2.4+ds1-4
Severity: important
Tags: patch
Justification: fails to build from source
User: [email protected]
Usertags: origin-ubuntu maverick ubuntu-patch
easymock current fails to build from source in Ubuntu due to a missing
dependency on libhamcrest-java.
*** /tmp/tmpUsBqRe
In Ubuntu, we've applied the attached patch to achieve the following:
* FTBFS Amended Build-Depends to include libhamcrest-java (LP: #651155)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-25-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control'
--- debian/control 2010-05-03 20:12:00 +0000
+++ debian/control 2010-09-30 11:16:35 +0000
@@ -7,7 +7,7 @@
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easymock/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/easymock/
Build-Depends: cdbs, debhelper (>= 5.0.42), default-jdk, ant-optional (>=
1.7.0),
- junit4 (>= 4.6-2)
+ junit4 (>= 4.6-2), libhamcrest-java
Standards-Version: 3.8.4
Homepage: http://www.easymock.org
=== modified file 'debian/rules'
--- debian/rules 2010-05-03 20:12:00 +0000
+++ debian/rules 2010-09-30 11:16:13 +0000
@@ -23,7 +23,7 @@
DEB_ANT_BUILD_TARGET = jar javadoc
DEB_ANT_BUILDFILE = debian/build.xml
DEB_ANT_CHECK_TARGET = test
-DEB_JARS = ant-junit junit4
+DEB_JARS = ant-junit junit4 hamcrest-core
DEB_INSTALL_DOCS_libeasymock-java := debian/README.Debian-source
DEB_INSTALL_DOCS_libeasymock-java-doc := debian/README.Debian-source
Documentation*.html easymock.css samples api
--- End Message ---
--- Begin Message ---
I'm closing this bug since Onkar explained the issue.
--
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
"Faith means not wanting to know what is true." -- Nietzsche
--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please
use
[email protected] for discussions and questions.