[commons-io] 15/47: + Fix Build-Depends-Indep to depend only on ant-optional and not ant. + libcommons-io-java suggests the doc package and vice-versa.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 26 10:54:03 UTC 2016
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 <akumar at ee.iitm.ac.in>
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 <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
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 <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 @@ 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
More information about the pkg-java-commits
mailing list