[pkg-java] r11157 - trunk/junit4/debian
Damien Raude-Morvan
drazzib at alioth.debian.org
Sun Nov 29 00:29:08 UTC 2009
Author: drazzib
Date: 2009-11-29 00:29:07 +0000 (Sun, 29 Nov 2009)
New Revision: 11157
Added:
trunk/junit4/debian/MANIFEST.MF
Modified:
trunk/junit4/debian/build.xml
trunk/junit4/debian/changelog
trunk/junit4/debian/compat
trunk/junit4/debian/control
trunk/junit4/debian/maven.rules
Log:
* Update my email address
* Bump debhelper version to >= 7
* Add OSGi metadata to junit4.jar (Closes: #558186)
Added: trunk/junit4/debian/MANIFEST.MF
===================================================================
--- trunk/junit4/debian/MANIFEST.MF (rev 0)
+++ trunk/junit4/debian/MANIFEST.MF 2009-11-29 00:29:07 UTC (rev 11157)
@@ -0,0 +1,50 @@
+Manifest-Version: 1.0
+Export-Package: junit.extensions;version="3.8.2";uses:="junit.framewor
+ k",junit.framework;version="3.8.2";uses:="org.junit.runner,org.junit.
+ runner.manipulation,org.junit.runner.notification",junit.runner;versi
+ on="3.8.2";uses:="junit.framework",junit.textui;version="3.8.2";uses:
+ ="junit.framework,junit.runner",org.hamcrest;version="4.7.0",org.hamc
+ rest.core;version="4.7.0";uses:="org.hamcrest",org.hamcrest.internal;
+ version="4.7.0";uses:="org.hamcrest",org.junit;version="4.7.0";uses:=
+ "org.hamcrest,org.junit.internal",org.junit.experimental;version="4.7
+ .0";uses:="org.junit.runner,org.junit.runners.model",org.junit.experi
+ mental.max;version="4.7.0";uses:="org.junit.runner,org.junit.runner.n
+ otification,org.junit.runners,org.junit.runners.model",org.junit.expe
+ rimental.results;version="4.7.0";uses:="org.hamcrest,org.junit.intern
+ al.matchers,org.junit.runner",org.junit.experimental.runners;version=
+ "4.7.0";uses:="org.junit.runners,org.junit.runners.model",org.junit.e
+ xperimental.theories;version="4.7.0";uses:="org.junit.experimental.th
+ eories.internal,org.junit.internal,org.junit.runners,org.junit.runner
+ s.model",org.junit.experimental.theories.internal;version="4.7.0";use
+ s:="org.junit.experimental.theories,org.junit.runners.model",org.juni
+ t.experimental.theories.suppliers;version="4.7.0";uses:="org.junit.ex
+ perimental.theories",org.junit.internal;version="4.7.0";uses:="org.ha
+ mcrest,org.junit.runner,org.junit.runner.notification",org.junit.inte
+ rnal.builders;version="4.7.0";uses:="org.junit.runner,org.junit.runne
+ r.notification,org.junit.runners.model",org.junit.internal.matchers;v
+ ersion="4.7.0";uses:="org.hamcrest",org.junit.internal.requests;versi
+ on="4.7.0";uses:="org.junit.runner,org.junit.runner.manipulation",org
+ .junit.internal.runners;version="4.7.0";uses:="junit.framework,org.ju
+ nit.runner,org.junit.runner.manipulation,org.junit.runner.notificatio
+ n",org.junit.internal.runners.model;version="4.7.0";uses:="org.junit.
+ internal,org.junit.runner,org.junit.runner.notification",org.junit.in
+ ternal.runners.statements;version="4.7.0";uses:="org.junit.runners.mo
+ del",org.junit.matchers;version="4.7.0";uses:="org.hamcrest,org.junit
+ .internal.matchers",org.junit.rules;version="4.7.0";uses:="org.hamcre
+ st,org.junit.internal.matchers,org.junit.runners.model",org.junit.run
+ ner;version="4.7.0";uses:="junit.framework,org.junit.internal,org.jun
+ it.runner.manipulation,org.junit.runner.notification,org.junit.runner
+ s.model",org.junit.runner.manipulation;version="4.7.0";uses:="org.jun
+ it.runner",org.junit.runner.notification;version="4.7.0";uses:="org.j
+ unit.runner",org.junit.runners;version="4.7.0";uses:="org.junit.inter
+ nal.runners,org.junit.internal.runners.model,org.junit.runner,org.jun
+ it.runner.manipulation,org.junit.runner.notification,org.junit.runner
+ s.model",org.junit.runners.model;version="4.7.0";uses:="org.junit.int
+ ernal.runners.model,org.junit.runner"
+Bundle-Vendor: JUnit
+Bundle-Version: 4.7.0
+Bundle-Name: JUnit Testing Framework
+Bundle-ClassPath: junit4.jar
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: org.junit
+
Modified: trunk/junit4/debian/build.xml
===================================================================
--- trunk/junit4/debian/build.xml 2009-11-29 00:29:06 UTC (rev 11156)
+++ trunk/junit4/debian/build.xml 2009-11-29 00:29:07 UTC (rev 11157)
@@ -28,7 +28,8 @@
</target>
<target name="jar" description="Create the jar" depends="compile">
- <jar jarfile="${jar.name}" basedir="${class.dir}">
+ <jar jarfile="${jar.name}" basedir="${class.dir}"
+ manifest="debian/MANIFEST.MF">
<manifest>
<attribute name="Class-Path" value="hamcrest-core.jar"/>
</manifest>
Modified: trunk/junit4/debian/changelog
===================================================================
--- trunk/junit4/debian/changelog 2009-11-29 00:29:06 UTC (rev 11156)
+++ trunk/junit4/debian/changelog 2009-11-29 00:29:07 UTC (rev 11157)
@@ -1,10 +1,16 @@
-junit4 (4.7-3) UNRELEASED; urgency=low
+junit4 (4.7-3) unstable; urgency=low
+ [ Thierry Carrez ]
* Minimal dependency on default-jre-headless | java5-runtime-headless, since
java5 code is produced and junit4 doesn't require full JRE.
- -- Thierry Carrez <thierry.carrez at ubuntu.com> Wed, 11 Nov 2009 12:06:15 +0100
+ [ Damien Raude-Morvan ]
+ * Update my email address
+ * Bump debhelper version to >= 7
+ * Add OSGi metadata to junit4.jar (Closes: #558186)
+ -- Damien Raude-Morvan <drazzib at debian.org> Sun, 29 Nov 2009 01:06:09 +0100
+
junit4 (4.7-2) unstable; urgency=low
* NEWS.Debian and README.Debian: explain usage of JUnit4 with Ant.
Modified: trunk/junit4/debian/compat
===================================================================
--- trunk/junit4/debian/compat 2009-11-29 00:29:06 UTC (rev 11156)
+++ trunk/junit4/debian/compat 2009-11-29 00:29:07 UTC (rev 11157)
@@ -1 +1 @@
-5
+7
Modified: trunk/junit4/debian/control
===================================================================
--- trunk/junit4/debian/control 2009-11-29 00:29:06 UTC (rev 11156)
+++ trunk/junit4/debian/control 2009-11-29 00:29:07 UTC (rev 11157)
@@ -1,9 +1,9 @@
Source: junit4
Section: java
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Florian Weimer <fw at deneb.enyo.de>, Michael Koch <konqueror at gmx.de>, Varun Hiremath <varun at debian.org>, Damien Raude-Morvan <drazzib at drazzib.com>
+Uploaders: Florian Weimer <fw at deneb.enyo.de>, Michael Koch <konqueror at gmx.de>, Varun Hiremath <varun at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
Priority: optional
-Build-Depends: cdbs, debhelper (>= 5), ant, default-jdk
+Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
Build-Depends-Indep: libhamcrest-java, maven-repo-helper
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/junit4/
Modified: trunk/junit4/debian/maven.rules
===================================================================
--- trunk/junit4/debian/maven.rules 2009-11-29 00:29:06 UTC (rev 11156)
+++ trunk/junit4/debian/maven.rules 2009-11-29 00:29:07 UTC (rev 11157)
@@ -1 +1 @@
-junit junit jar s/3\..*/3.x/
+junit junit jar s/4\..*/4.x/
More information about the pkg-java-commits
mailing list