[pkg-java] r15116 - trunk/httpunit/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Thu Sep 29 16:25:31 UTC 2011
Author: nomadium-guest
Date: 2011-09-29 16:25:31 +0000 (Thu, 29 Sep 2011)
New Revision: 15116
Modified:
trunk/httpunit/debian/changelog
trunk/httpunit/debian/control
Log:
Drop almost all versioned dependencies
Modified: trunk/httpunit/debian/changelog
===================================================================
--- trunk/httpunit/debian/changelog 2011-09-29 16:08:14 UTC (rev 15115)
+++ trunk/httpunit/debian/changelog 2011-09-29 16:25:31 UTC (rev 15116)
@@ -3,6 +3,7 @@
* Update maven metadata about jtidy dependency. (Closes: #643749).
* Fix minor lintian warnings about control file.
* Make copyright file DEP-5 compliant.
+ * Drop almost all versioned dependencies since they are satisfied in squeeze.
-- Miguel Landaeta <miguel at miguel.cc> Thu, 29 Sep 2011 07:37:34 -0430
Modified: trunk/httpunit/debian/control
===================================================================
--- trunk/httpunit/debian/control 2011-09-29 16:08:14 UTC (rev 15115)
+++ trunk/httpunit/debian/control 2011-09-29 16:25:31 UTC (rev 15116)
@@ -3,11 +3,10 @@
Uploaders: Miguel Landaeta <miguel at miguel.cc>, Michael Koch <konqueror at gmx.de>
Section: java
Priority: optional
-Build-Depends: default-jdk, ant (>= 1.7.0-6), javahelper (>= 0.28),
- debhelper (>= 7.0.50~), rhino (>= 1.7R1-2), libjtidy-java (>= 7+svn20070309-2),
- libgnujaf-java (>= 1.1.1-4), junit (>= 3.8.2), libgnumail-java (>= 1.1.2-2),
- libservlet2.5-java, libxerces2-java (>= 2.9.1-2),
- libnekohtml-java (>= 0.9.5+dfsg-1.1), maven-repo-helper (>= 1.6)
+Build-Depends: default-jdk, ant, javahelper, debhelper (>= 7.0.50~),
+ rhino, libjtidy-java, libgnujaf-java, junit, libgnumail-java,
+ libservlet2.5-java, libxerces2-java, libnekohtml-java,
+ maven-repo-helper (>= 1.6)
Standards-Version: 3.9.2
Homepage: http://httpunit.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/httpunit/
@@ -15,10 +14,9 @@
Package: libhttpunit-java
Architecture: all
-Depends: libxerces2-java (>= 2.9.1-2), libnekohtml-java (>= 0.9.5+dfsg-1.1),
- rhino (>= 1.7R1-2), libjtidy-java (>= 7+svn20070309-2), libservlet2.5-java,
- ${misc:Depends}
-Recommends: junit (>= 3.8.2)
+Depends: libxerces2-java, libnekohtml-java, rhino, libjtidy-java,
+ libservlet2.5-java, ${misc:Depends}
+Recommends: junit
Suggests: libhttpunit-java-doc (= ${binary:Version})
Description: automated web site testing toolkit
HttpUnit emulates the relevant portions of browser behavior, including form
@@ -30,7 +28,7 @@
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Suggests: libhttpunit-java (= ${binary:Version})
+Suggests: libhttpunit-java (= ${binary:Version}), default-jdk-doc
Description: documentation for libhttpunit-java
Documentation for HttpUnit which is an automated web site testing toolkit.
This package includes a small manual, the javadoc API, a tutorial and examples.
More information about the pkg-java-commits
mailing list