[pkg-java] r12302 - in trunk/libloader/debian: . patches source

Torsten Werner twerner at alioth.debian.org
Tue May 4 20:52:09 UTC 2010


Author: twerner
Date: 2010-05-04 20:52:09 +0000 (Tue, 04 May 2010)
New Revision: 12302

Added:
   trunk/libloader/debian/patches/series
   trunk/libloader/debian/source/
   trunk/libloader/debian/source/format
Modified:
   trunk/libloader/debian/
   trunk/libloader/debian/changelog
   trunk/libloader/debian/control
   trunk/libloader/debian/patches/jarnames.diff
   trunk/libloader/debian/patches/target-source-1.3.diff
   trunk/libloader/debian/rules
Log:
* Team upload.
* Remove JRE dependencies.
* Switch to source format 3.0.
* Update Standards-Version: 3.8.4.
* Add Homepage header.


Property changes on: trunk/libloader/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: trunk/libloader/debian/changelog
===================================================================
--- trunk/libloader/debian/changelog	2010-05-04 20:32:57 UTC (rev 12301)
+++ trunk/libloader/debian/changelog	2010-05-04 20:52:09 UTC (rev 12302)
@@ -1,3 +1,13 @@
+libloader (0.3.6-5) unstable; urgency=low
+
+  * Team upload.
+  * Remove JRE dependencies.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.8.4.
+  * Add Homepage header.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 04 May 2010 22:51:18 +0200
+
 libloader (0.3.6-4) unstable; urgency=low
 
   * Fixed watch file to match the latest release (Closes: #546855).

Modified: trunk/libloader/debian/control
===================================================================
--- trunk/libloader/debian/control	2010-05-04 20:32:57 UTC (rev 12301)
+++ trunk/libloader/debian/control	2010-05-04 20:52:09 UTC (rev 12302)
@@ -5,13 +5,14 @@
 Uploaders: Michael Koch <konqueror at gmx.de>
 Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, libjcommon-java (>= 1.0.10), libpixie-java (>= 0.8.6)
 Build-Conflicts: liboscache-java
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libloader
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libloader
+Homepage: http://sourceforge.net/projects/jfreereport/
 
 Package: libloader-java
 Architecture: all
-Depends: default-jdk | java1-runtime | java2-runtime, libjcommon-java (>= 1.0.10), ${misc:Depends}
+Depends: libjcommon-java (>= 1.0.10), ${misc:Depends}
 Recommends: libehcache-java, libpixie-java (>= 0.8.6-1)
 Description: Java general purpose resource loading framework
  LibLoader is a general purpose resource loading framework. It has been

Modified: trunk/libloader/debian/patches/jarnames.diff
===================================================================
--- trunk/libloader/debian/patches/jarnames.diff	2010-05-04 20:32:57 UTC (rev 12301)
+++ trunk/libloader/debian/patches/jarnames.diff	2010-05-04 20:52:09 UTC (rev 12302)
@@ -1,5 +1,5 @@
---- build.properties-old	2007-12-29 19:45:31.000000000 +0100
-+++ build.properties	2007-12-29 19:45:58.000000000 +0100
+--- a/build.properties-old	2007-12-29 19:45:31.000000000 +0100
++++ a/build.properties	2007-12-29 19:45:58.000000000 +0100
 @@ -36,20 +36,20 @@
  #  Used libraries ...
  

Added: trunk/libloader/debian/patches/series
===================================================================
--- trunk/libloader/debian/patches/series	                        (rev 0)
+++ trunk/libloader/debian/patches/series	2010-05-04 20:52:09 UTC (rev 12302)
@@ -0,0 +1,3 @@
+jarnames.diff
+libdir.diff
+target-source-1.3.diff

Modified: trunk/libloader/debian/patches/target-source-1.3.diff
===================================================================
--- trunk/libloader/debian/patches/target-source-1.3.diff	2010-05-04 20:32:57 UTC (rev 12301)
+++ trunk/libloader/debian/patches/target-source-1.3.diff	2010-05-04 20:52:09 UTC (rev 12302)
@@ -1,5 +1,5 @@
---- build.properties-old	2007-12-29 19:48:40.000000000 +0100
-+++ build.properties	2007-12-29 19:48:49.000000000 +0100
+--- a/build.properties-old	2007-12-29 19:48:40.000000000 +0100
++++ a/build.properties	2007-12-29 19:48:49.000000000 +0100
 @@ -14,8 +14,8 @@
  
  #

Modified: trunk/libloader/debian/rules
===================================================================
--- trunk/libloader/debian/rules	2010-05-04 20:32:57 UTC (rev 12301)
+++ trunk/libloader/debian/rules	2010-05-04 20:52:09 UTC (rev 12302)
@@ -3,7 +3,6 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 

Added: trunk/libloader/debian/source/format
===================================================================
--- trunk/libloader/debian/source/format	                        (rev 0)
+++ trunk/libloader/debian/source/format	2010-05-04 20:52:09 UTC (rev 12302)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list