[pkg-java] r11378 - trunk/junit4/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Mon Jan 18 21:14:39 UTC 2010


Author: ludovicc-guest
Date: 2010-01-18 21:14:38 +0000 (Mon, 18 Jan 2010)
New Revision: 11378

Modified:
   trunk/junit4/debian/changelog
   trunk/junit4/debian/pom.xml
   trunk/junit4/debian/rules
Log:
* Update version number of junit in debian/pom.xml
* 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

Modified: trunk/junit4/debian/changelog
===================================================================
--- trunk/junit4/debian/changelog	2010-01-18 12:39:59 UTC (rev 11377)
+++ trunk/junit4/debian/changelog	2010-01-18 21:14:38 UTC (rev 11378)
@@ -1,3 +1,13 @@
+junit4 (4.8.1-2) unstable; urgency=low
+
+  * Update version number of junit in debian/pom.xml
+  * 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
+
 junit4 (4.8.1-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/junit4/debian/pom.xml
===================================================================
--- trunk/junit4/debian/pom.xml	2010-01-18 12:39:59 UTC (rev 11377)
+++ trunk/junit4/debian/pom.xml	2010-01-18 21:14:38 UTC (rev 11378)
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>junit</groupId>
   <artifactId>junit</artifactId>
-  <version>4.7</version>
+  <version>4.8.1</version>
   <name>JUnit</name>
   <url>http://junit.org</url>
   <description>

Modified: trunk/junit4/debian/rules
===================================================================
--- trunk/junit4/debian/rules	2010-01-18 12:39:59 UTC (rev 11377)
+++ trunk/junit4/debian/rules	2010-01-18 21:14:38 UTC (rev 11378)
@@ -3,11 +3,13 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-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
+PACKAGE              := $(DEB_SOURCE_PACKAGE)
+VERSION              := $(DEB_UPSTREAM_VERSION)
+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
 
 binary-post-install/junit4::
 	mh_installpoms -pjunit4
@@ -23,3 +25,7 @@
 
 get-orig-source:
 	-uscan --upstream-version 0 --rename
+
+get-orig-pom:
+	wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/junit/junit/$(VERSION)/junit-$(VERSION).pom
+




More information about the pkg-java-commits mailing list