[pkg-java] r4246 - trunk/commons-io/debian

kumanna-guest at alioth.debian.org kumanna-guest at alioth.debian.org
Fri Sep 21 18:59:56 UTC 2007


Author: kumanna-guest
Date: 2007-09-21 18:59:56 +0000 (Fri, 21 Sep 2007)
New Revision: 4246

Modified:
   trunk/commons-io/debian/changelog
   trunk/commons-io/debian/control
Log:
  + Fix Build-Depends-Indep to depend only on ant-optional and not ant.
  + libcommons-io-java suggests the doc package and vice-versa.


Modified: trunk/commons-io/debian/changelog
===================================================================
--- trunk/commons-io/debian/changelog	2007-09-21 01:29:52 UTC (rev 4245)
+++ trunk/commons-io/debian/changelog	2007-09-21 18:59:56 UTC (rev 4246)
@@ -5,7 +5,9 @@
   * debian/control:
     + Add XS-Vcs-Svn, XS-Vcs-Browser
     + Add Homepage field.
-
+    + Fix Build-Depends-Indep to depend only on ant-optional and not ant.
+    + libcommons-io-java suggests the doc package and vice-versa.
+  
   [ Varun Hiremath ]
   * New upstream release
   * debian/control:
@@ -29,7 +31,7 @@
     + add a patch to remove external links from build.xml
   * Remove debian/README.Debian - not required.
 
- -- Varun Hiremath <varunhiremath at gmail.com>  Fri, 21 Sep 2007 00:49:52 +0530
+ -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Fri, 21 Sep 2007 17:14:03 +0530
 
 commons-io (1.3.1.dfsg.1-1) unstable; urgency=low
 

Modified: trunk/commons-io/debian/control
===================================================================
--- trunk/commons-io/debian/control	2007-09-21 01:29:52 UTC (rev 4245)
+++ trunk/commons-io/debian/control	2007-09-21 18:59:56 UTC (rev 4246)
@@ -4,7 +4,7 @@
 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>, Varun Hiremath <varunhiremath at gmail.com>, Kumar Appaiah <akumar at ee.iitm.ac.in>
 Build-Depends: debhelper (>= 5), cdbs, dpatch
-Build-Depends-Indep: ant, ant-optional,  junit, java-gcj-compat-dev
+Build-Depends-Indep: ant, junit, java-gcj-compat-dev
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-io
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-io
@@ -13,6 +13,7 @@
 Package: libcommons-io-java
 Architecture: all
 Depends: java-gcj-compat | java1-runtime | java2-runtime
+Suggests: libcommons-io-java-doc
 Description: Common useful IO related classes
  Commons-IO contains utility classes, stream implementations, file filters and
  endian classes.
@@ -20,6 +21,7 @@
 Package: libcommons-io-java-doc
 Section: doc
 Architecture: all
+Suggests: libcommons-io-java
 Description: Common useful IO related classes - documentation
  Commons-IO contains utility classes, stream implementations, file filters and
  endian classes.




More information about the pkg-java-commits mailing list