[easymock] 30/37: Use correct Maven substvars in debian/control.

Markus Koschany apo at moszumanska.debian.org
Fri Oct 7 17:33:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository easymock.

commit b8dc48ec8f1375c00de12468471b1c4be40ed717
Author: Markus Koschany <apo at debian.org>
Date:   Fri Oct 7 18:30:50 2016 +0200

    Use correct Maven substvars in debian/control.
---
 debian/control | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index dff4bac..52a2af7 100644
--- a/debian/control
+++ b/debian/control
@@ -24,10 +24,11 @@ Homepage: http://www.easymock.org
 Package: libeasymock-java
 Architecture: all
 Depends:
- ${java:Depends},
+ ${maven:Depends},
  ${misc:Depends}
 Suggests:
- libeasymock-java-doc
+ libeasymock-java-doc,
+ ${maven:OptionalDepends}
 Description: Java library to generate Mock Objects for given interfaces
  EasyMock is a library that provides an easy way to use Mock Objects for
  given interfaces. Mock Objects simulate parts of the behavior of domain code,
@@ -36,9 +37,12 @@ Description: Java library to generate Mock Objects for given interfaces
 
 Package: libeasymock-java-doc
 Architecture: all
+Section: doc
 Depends:
  ${misc:Depends}
-Section: doc
+Recommends:
+ ${maven:DocDepends},
+ ${maven:DocOptionalDepends}
 Enhances:
  libeasymock-java
 Description: Java library to generate Mock Objects for given interfaces (documentation)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git



More information about the pkg-java-commits mailing list