[pkg-java] r10173 - trunk/junit4/debian
Damien Raude-Morvan
drazzib-guest at alioth.debian.org
Sun Aug 23 13:53:01 UTC 2009
Author: drazzib-guest
Date: 2009-08-23 13:53:01 +0000 (Sun, 23 Aug 2009)
New Revision: 10173
Added:
trunk/junit4/debian/junit4-doc.install
Removed:
trunk/junit4/debian/docs
trunk/junit4/debian/junit4.links
Modified:
trunk/junit4/debian/changelog
trunk/junit4/debian/control
Log:
[junit4]
* Split Javadoc API in a -doc package
* Target unstable
Modified: trunk/junit4/debian/changelog
===================================================================
--- trunk/junit4/debian/changelog 2009-08-23 11:31:43 UTC (rev 10172)
+++ trunk/junit4/debian/changelog 2009-08-23 13:53:01 UTC (rev 10173)
@@ -1,4 +1,4 @@
-junit4 (4.7-1) UNRELEASED; urgency=low
+junit4 (4.7-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.8.3: no changes needed
@@ -10,10 +10,11 @@
- Create basic Maven POM in debian/pom.xml
- Add a Build-Depends-Indep dependency on maven-repo-helper
- Use mh_installpom and mh_installjar to install the POM and the jar to the
- Maven repository
+ Maven repository
* Move ant and default-jdk to B-D-I (needed for clean target)
+ * Split Javadoc API in a -doc package
- -- Damien Raude-Morvan <drazzib at drazzib.com> Sat, 22 Aug 2009 01:35:51 +0200
+ -- Damien Raude-Morvan <drazzib at drazzib.com> Sun, 23 Aug 2009 15:44:11 +0200
junit4 (4.6-2) unstable; urgency=low
Modified: trunk/junit4/debian/control
===================================================================
--- trunk/junit4/debian/control 2009-08-23 11:31:43 UTC (rev 10172)
+++ trunk/junit4/debian/control 2009-08-23 13:53:01 UTC (rev 10173)
@@ -20,3 +20,18 @@
JUnit 4 uses Java 5 features such as generics and annotations. If
you need compatibility with previous Java versions, you should use
the junit package (version 3) instead.
+
+Package: junit4-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: junit4
+Description: JUnit regression test framework for Java - documentation
+ JUnit is a simple framework to write repeatable tests. It is an
+ instance of the xUnit architecture for unit testing frameworks.
+ .
+ JUnit 4 uses Java 5 features such as generics and annotations. If
+ you need compatibility with previous Java versions, you should use
+ the junit package (version 3) instead.
+ .
+ This package contains Javadoc API documentation of JUnit 4.
Deleted: trunk/junit4/debian/docs
===================================================================
--- trunk/junit4/debian/docs 2009-08-23 11:31:43 UTC (rev 10172)
+++ trunk/junit4/debian/docs 2009-08-23 13:53:01 UTC (rev 10173)
@@ -1,2 +0,0 @@
-*.html
-doc/*
Copied: trunk/junit4/debian/junit4-doc.install (from rev 10172, trunk/junit4/debian/docs)
===================================================================
--- trunk/junit4/debian/junit4-doc.install (rev 0)
+++ trunk/junit4/debian/junit4-doc.install 2009-08-23 13:53:01 UTC (rev 10173)
@@ -0,0 +1 @@
+doc/api/ /usr/share/java/junit4/
Deleted: trunk/junit4/debian/junit4.links
===================================================================
--- trunk/junit4/debian/junit4.links 2009-08-23 11:31:43 UTC (rev 10172)
+++ trunk/junit4/debian/junit4.links 2009-08-23 13:53:01 UTC (rev 10173)
@@ -1 +0,0 @@
-/usr/share/java/junit4.jar /usr/share/ant/lib/junit4.jar
More information about the pkg-java-commits
mailing list