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

ebourg-guest pushed a commit to branch master
in repository commons-io.

commit 6f43ce91093c8ef44cfc6db5ba9383f1f7b4f4e2
Author: Kumar Appaiah <[email protected]>
Date:   Fri Sep 21 18:59:56 2007 +0000

      + Fix Build-Depends-Indep to depend only on ant-optional and not ant.
      + libcommons-io-java suggests the doc package and vice-versa.
---
 debian/changelog | 6 ++++--
 debian/control   | 4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7cd6b2f..4b652b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,9 @@ commons-io (1.3.2-1) unstable; urgency=low
   * 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 @@ commons-io (1.3.2-1) unstable; urgency=low
     + add a patch to remove external links from build.xml
   * Remove debian/README.Debian - not required.
 
- -- Varun Hiremath <[email protected]>  Fri, 21 Sep 2007 00:49:52 +0530
+ -- Kumar Appaiah <[email protected]>  Fri, 21 Sep 2007 17:14:03 +0530
 
 commons-io (1.3.1.dfsg.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c82761a..27613c0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Trygve Laugstøl <[email protected]>, Arnaud Vandyck 
<[email protected]>, Varun Hiremath <[email protected]>, Kumar Appaiah 
<[email protected]>
 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 @@ Homepage: http://commons.apache.org/io/
 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 @@ Description: Common useful IO related classes
 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.

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

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to