[pkg-java] r17694 - trunk/libcodemodel-java/debian
Timo Aaltonen
tjaalton-guest at moszumanska.debian.org
Wed Jan 22 11:02:12 UTC 2014
Author: tjaalton-guest
Date: 2014-01-22 11:02:12 +0000 (Wed, 22 Jan 2014)
New Revision: 17694
Modified:
trunk/libcodemodel-java/debian/changelog
trunk/libcodemodel-java/debian/control
Log:
control: Add maven:DocDepends to -doc Depends.
Modified: trunk/libcodemodel-java/debian/changelog
===================================================================
--- trunk/libcodemodel-java/debian/changelog 2014-01-21 16:40:29 UTC (rev 17693)
+++ trunk/libcodemodel-java/debian/changelog 2014-01-22 11:02:12 UTC (rev 17694)
@@ -15,6 +15,7 @@
* libcodemodel-java.poms: Add --no-parent for pom.xml to fix the
build.
* copyright: Update to 1.0 format and otherwise.
+ * control: Add maven:DocDepends to -doc Depends.
-- Timo Aaltonen <tjaalton at ubuntu.com> Wed, 08 Jan 2014 16:57:08 +0200
Modified: trunk/libcodemodel-java/debian/control
===================================================================
--- trunk/libcodemodel-java/debian/control 2014-01-21 16:40:29 UTC (rev 17693)
+++ trunk/libcodemodel-java/debian/control 2014-01-22 11:02:12 UTC (rev 17694)
@@ -36,7 +36,7 @@
Package: libcodemodel-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}
+Depends: ${maven:DocDepends}, ${misc:Depends}
Suggests: libcodemodel-java
Description: Documentation for Java library for code generators
CodeModel is a Java library for code generators; it provides a way to
More information about the pkg-java-commits
mailing list