[pkg-java] r11844 - in trunk/junit4/debian: . source
Varun Hiremath
varun at alioth.debian.org
Sat Mar 13 06:07:48 UTC 2010
Author: varun
Date: 2010-03-13 06:07:41 +0000 (Sat, 13 Mar 2010)
New Revision: 11844
Added:
trunk/junit4/debian/source/
trunk/junit4/debian/source/format
Modified:
trunk/junit4/debian/NEWS
trunk/junit4/debian/changelog
trunk/junit4/debian/control
trunk/junit4/debian/rules
Log:
* Update version number of junit in debian/pom.xml (Closes: #573581)
* Switch to source format 3.0
* Bump Standards-Version to 3.8.4
Modified: trunk/junit4/debian/NEWS
===================================================================
--- trunk/junit4/debian/NEWS 2010-03-12 23:13:10 UTC (rev 11843)
+++ trunk/junit4/debian/NEWS 2010-03-13 06:07:41 UTC (rev 11844)
@@ -7,3 +7,4 @@
For usage of JUnit4 with ant, you should have a look at README.Debian.
-- Damien Raude-Morvan <drazzib at drazzib.com> Mon, 24 Aug 2009 23:31:40 +0200
+
Modified: trunk/junit4/debian/changelog
===================================================================
--- trunk/junit4/debian/changelog 2010-03-12 23:13:10 UTC (rev 11843)
+++ trunk/junit4/debian/changelog 2010-03-13 06:07:41 UTC (rev 11844)
@@ -1,13 +1,18 @@
junit4 (4.8.1-2) unstable; urgency=low
- * Update version number of junit in debian/pom.xml
+ [ Ludovic Claude ]
+ * Update version number of junit in debian/pom.xml (Closes: #573581)
* Added target get-orig-pom to debian/rules.
Maintainer should run 'debian/rules get-orig-pom'
to update the POM file on a new upstream version, or
at least update the version manually in debian/pom.xml
- -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 13 Jan 2010 23:17:46 +0100
+ [ Varun Hiremath ]
+ * Switch to source format 3.0
+ * Bump Standards-Version to 3.8.4
+ -- Varun Hiremath <varun at debian.org> Sat, 13 Mar 2010 01:03:15 -0500
+
junit4 (4.8.1-1) unstable; urgency=low
* New upstream release
Modified: trunk/junit4/debian/control
===================================================================
--- trunk/junit4/debian/control 2010-03-12 23:13:10 UTC (rev 11843)
+++ trunk/junit4/debian/control 2010-03-13 06:07:41 UTC (rev 11844)
@@ -5,7 +5,7 @@
Priority: optional
Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
Build-Depends-Indep: libhamcrest-java, maven-repo-helper
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/junit4/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/junit4/
Homepage: http://www.junit.org/
Modified: trunk/junit4/debian/rules
===================================================================
--- trunk/junit4/debian/rules 2010-03-12 23:13:10 UTC (rev 11843)
+++ trunk/junit4/debian/rules 2010-03-13 06:07:41 UTC (rev 11844)
@@ -5,11 +5,11 @@
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_ANT_BUILDFILE := debian/build.xml
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := jar javadoc
-DEB_JARS := hamcrest-core
-ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
+DEB_JARS := hamcrest-core
+ANT_OPTS := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
binary-post-install/junit4::
mh_installpoms -pjunit4
@@ -28,4 +28,3 @@
get-orig-pom:
wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/junit/junit/$(VERSION)/junit-$(VERSION).pom
-
Added: trunk/junit4/debian/source/format
===================================================================
--- trunk/junit4/debian/source/format (rev 0)
+++ trunk/junit4/debian/source/format 2010-03-13 06:07:41 UTC (rev 11844)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list