[pkg-java] r5779 - in trunk/librepository/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Wed Feb 20 15:23:55 UTC 2008


Author: mkoch
Date: 2008-02-20 15:23:53 +0000 (Wed, 20 Feb 2008)
New Revision: 5779

Modified:
   trunk/librepository/debian/changelog
   trunk/librepository/debian/patches/target-source-1.3.diff
   trunk/librepository/debian/rules
Log:
librepository (0.1.4-2) unstable; urgency=low

  * upload to unstable

 -- Rene Engelhard <rene at debian.org>  Thu, 14 Feb 2008 23:53:21 +0100

librepository (0.1.4-1) experimental; urgency=low

  * New upstream release

 -- Rene Engelhard <rene at debian.org>  Sat, 29 Dec 2007 20:39:09 +0100



Modified: trunk/librepository/debian/changelog
===================================================================
--- trunk/librepository/debian/changelog	2008-02-20 15:22:07 UTC (rev 5778)
+++ trunk/librepository/debian/changelog	2008-02-20 15:23:53 UTC (rev 5779)
@@ -1,3 +1,15 @@
+librepository (0.1.4-2) unstable; urgency=low
+
+  * upload to unstable 
+
+ -- Rene Engelhard <rene at debian.org>  Thu, 14 Feb 2008 23:53:21 +0100
+
+librepository (0.1.4-1) experimental; urgency=low
+
+  * New upstream release
+
+ -- Rene Engelhard <rene at debian.org>  Sat, 29 Dec 2007 20:39:09 +0100
+
 librepository (0.1.1-2) unstable; urgency=low
 
   * Fixed typos in long descriptions. Closes: #446603.

Modified: trunk/librepository/debian/patches/target-source-1.3.diff
===================================================================
--- trunk/librepository/debian/patches/target-source-1.3.diff	2008-02-20 15:22:07 UTC (rev 5778)
+++ trunk/librepository/debian/patches/target-source-1.3.diff	2008-02-20 15:23:53 UTC (rev 5779)
@@ -1,13 +1,13 @@
---- ant/build.properties-old	2007-08-28 00:21:16.000000000 +0200
-+++ ant/build.properties	2007-08-28 00:21:30.000000000 +0200
+--- build.properties-old	2007-12-29 20:40:30.000000000 +0100
++++ build.properties	2007-12-29 20:40:39.000000000 +0100
 @@ -18,8 +18,8 @@
  
  #
  # Make sure that JDK 1.2 compatible class files are generated
--build.target=1.2
+-build.target=1.4
 -build.source=1.2
 +build.target=1.3
 +build.source=1.3
+ build.retro.target=1.2
+ build.retro.jdk=/opt/jdk1.2.2
  
- #
- # All path settings are relative to the project root directory

Modified: trunk/librepository/debian/rules
===================================================================
--- trunk/librepository/debian/rules	2008-02-20 15:22:07 UTC (rev 5778)
+++ trunk/librepository/debian/rules	2008-02-20 15:23:53 UTC (rev 5779)
@@ -9,7 +9,7 @@
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon
-DEB_ANT_BUILDFILE := ant/build.xml
+DEB_ANT_BUILDFILE := build.xml
 DEB_ANT_BUILD_TARGET := compile javadoc
 
 clean::




More information about the pkg-java-commits mailing list