[pkg-java] r18489 - in trunk/libjtharness-java/debian: . patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 29 21:55:35 UTC 2014


Author: ebourg-guest
Date: 2014-09-29 21:55:35 +0000 (Mon, 29 Sep 2014)
New Revision: 18489

Modified:
   trunk/libjtharness-java/debian/changelog
   trunk/libjtharness-java/debian/patches/02_dependencies.patch
Log:
Refreshed the patches



Modified: trunk/libjtharness-java/debian/changelog
===================================================================
--- trunk/libjtharness-java/debian/changelog	2014-09-29 21:36:02 UTC (rev 18488)
+++ trunk/libjtharness-java/debian/changelog	2014-09-29 21:55:35 UTC (rev 18489)
@@ -1,6 +1,8 @@
-jtharness (4.4.0-MR1-Rel-b19-2) UNRELEASED; urgency=medium
+jtharness (4.4.1-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream relase
+    - Refreshed the patches
   * debian/control:
     - Depend on libservlet3.1-java instead of libservlet3.0-java
     - Fixed the Vcs-Svn URL

Modified: trunk/libjtharness-java/debian/patches/02_dependencies.patch
===================================================================
--- trunk/libjtharness-java/debian/patches/02_dependencies.patch	2014-09-29 21:36:02 UTC (rev 18488)
+++ trunk/libjtharness-java/debian/patches/02_dependencies.patch	2014-09-29 21:55:35 UTC (rev 18489)
@@ -1,12 +1,10 @@
 ## Description: Locate JAR on the system.
 ## Origin/Author: Guillaume Mazoyer
 ## Bug: bug URL
-Index: jtharness-4.4.0-MR1-Rel-b19/build/local.properties
-===================================================================
---- jtharness-4.4.0-MR1-Rel-b19.orig/build/local.properties	2011-08-01 18:04:57.592727744 +0200
-+++ jtharness-4.4.0-MR1-Rel-b19/build/local.properties	2011-08-01 18:04:56.056720129 +0200
-@@ -26,24 +26,24 @@
- #
+--- a/build/local.properties
++++ b/build/local.properties
+@@ -25,24 +25,24 @@
+ # questions.
  
  #Please specify location of jhall.jar here - for compilation
 -jhalljar = jhall.jar
@@ -26,11 +24,11 @@
  
  # bytecode library (BCEL or ASM)
  # these are not interchangable
--bytecodelib = asm-3.1.jar:asm-commons-3.1.jar
+-bytecodelib = asm-3.2.jar:asm-commons-3.2.jar
 +bytecodelib = /usr/share/java/asm3.jar:/usr/share/java/asm3-commons.jar
  
  # JUnit Library - Version 4 currently used to compile 3 and 4 support
--junitlib = junit-4.4.jar
+-junitlib = junit.jar
 +junitlib = /usr/share/java/junit4.jar
  
  # Please specify location where the build distribution (output) will be created




More information about the pkg-java-commits mailing list