[pkg-java] r6410 - in trunk/buoy/debian: . patches
varun at alioth.debian.org
varun at alioth.debian.org
Tue May 6 18:25:07 UTC 2008
Author: varun
Date: 2008-05-06 18:25:04 +0000 (Tue, 06 May 2008)
New Revision: 6410
Added:
trunk/buoy/debian/patches/jarname.diff
trunk/buoy/debian/patches/series
trunk/buoy/debian/patches/sourcedir.diff
Removed:
trunk/buoy/debian/patches/01_jarname.patch
Modified:
trunk/buoy/debian/changelog
trunk/buoy/debian/control
trunk/buoy/debian/rules
Log:
* New upstream release
* Update Vcs headers
* Add jarname.diff and sourcedir.diff to fix build process.
* Switch to quilt for managing patches.
Modified: trunk/buoy/debian/changelog
===================================================================
--- trunk/buoy/debian/changelog 2008-05-06 07:16:06 UTC (rev 6409)
+++ trunk/buoy/debian/changelog 2008-05-06 18:25:04 UTC (rev 6410)
@@ -1,11 +1,18 @@
-buoy (1.8-2) UNRELEASED; urgency=low
+buoy (1.9-1) unstable; urgency=low
+ [ Michael Koch ]
* Use uscan sf.net helper for SourceForge. Fixes upstream checking.
* Updated Standards-Version.
* Added myself to Uploaders.
- -- Michael Koch <konqueror at gmx.de> Sat, 19 Apr 2008 08:50:56 +0200
+ [ Varun Hiremath ]
+ * New upstream release
+ * Update Vcs headers
+ * Add jarname.diff and sourcedir.diff to fix build process.
+ * Switch to quilt for managing patches.
+ -- Varun Hiremath <varun at debian.org> Wed, 07 May 2008 00:02:35 +0530
+
buoy (1.8-1) unstable; urgency=low
[ Kumar Appaiah ]
@@ -50,4 +57,3 @@
* Initial package (Closes: #356355)
-- Petter Reinholdtsen <pere at debian.org> Sun, 12 Mar 2006 22:24:40 +0100
-
Modified: trunk/buoy/debian/control
===================================================================
--- trunk/buoy/debian/control 2008-05-06 07:16:06 UTC (rev 6409)
+++ trunk/buoy/debian/control 2008-05-06 18:25:04 UTC (rev 6410)
@@ -2,12 +2,12 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Petter Reinholdtsen <pere at debian.org>, Varun Hiremath <varunhiremath at gmail.com>, Kumar Appaiah <akumar at ee.iitm.ac.in>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), cdbs
+Uploaders: Petter Reinholdtsen <pere at debian.org>, Varun Hiremath <varun at debian.org>, Kumar Appaiah <akumar at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 5), cdbs, quilt
Build-Depends-Indep: ant, java-gcj-compat-dev
Standards-Version: 3.7.3
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/buoy
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/buoy
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/buoy
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/buoy
Homepage: http://buoy.sourceforge.net/
Package: libbuoy-java
Deleted: trunk/buoy/debian/patches/01_jarname.patch
===================================================================
--- trunk/buoy/debian/patches/01_jarname.patch 2008-05-06 07:16:06 UTC (rev 6409)
+++ trunk/buoy/debian/patches/01_jarname.patch 2008-05-06 18:25:04 UTC (rev 6410)
@@ -1,14 +0,0 @@
-Make sure the jar file is named with lower case letters.
-
---- buoy-1.6.orig/buoy.xml
-+++ buoy-1.6/buoy.xml
-@@ -24,7 +24,7 @@
-
- <target name="dist" depends="compile">
- <!-- Copy all necessary files into ${build}, then create the jar file -->
-- <jar jarfile="${dist}/Buoy.jar" basedir="${build}" />
-+ <jar jarfile="${dist}/buoy.jar" basedir="${build}" />
- </target>
-
- <target name="docs" depends="init">
-
Copied: trunk/buoy/debian/patches/jarname.diff (from rev 6406, trunk/buoy/debian/patches/01_jarname.patch)
===================================================================
--- trunk/buoy/debian/patches/jarname.diff (rev 0)
+++ trunk/buoy/debian/patches/jarname.diff 2008-05-06 18:25:04 UTC (rev 6410)
@@ -0,0 +1,17 @@
+Make sure the jar file is named with lower case letters.
+
+Index: buoy-1.9/buoy.xml
+===================================================================
+--- buoy-1.9.orig/buoy.xml 2008-05-05 07:15:01.000000000 +0530
++++ buoy-1.9/buoy.xml 2008-05-05 07:15:08.000000000 +0530
+@@ -24,8 +24,8 @@
+
+ <target name="dist" depends="compile">
+ <!-- Copy all necessary files into ${build}, then create the jar file -->
+- <jar jarfile="${dist}/Buoy.jar" basedir="${build}" includes="buoy/**"/>
+- <jar jarfile="${dist}/Buoyx.jar" basedir="${build}" includes="buoyx/**"/>
++ <jar jarfile="${dist}/buoy.jar" basedir="${build}" includes="buoy/**"/>
++ <jar jarfile="${dist}/buoyx.jar" basedir="${build}" includes="buoyx/**"/>
+ </target>
+
+ <target name="docs" depends="init">
Added: trunk/buoy/debian/patches/series
===================================================================
--- trunk/buoy/debian/patches/series (rev 0)
+++ trunk/buoy/debian/patches/series 2008-05-06 18:25:04 UTC (rev 6410)
@@ -0,0 +1,2 @@
+jarname.diff
+sourcedir.diff
Added: trunk/buoy/debian/patches/sourcedir.diff
===================================================================
--- trunk/buoy/debian/patches/sourcedir.diff (rev 0)
+++ trunk/buoy/debian/patches/sourcedir.diff 2008-05-06 18:25:04 UTC (rev 6410)
@@ -0,0 +1,13 @@
+Index: buoy-1.9/buoy.xml
+===================================================================
+--- buoy-1.9.orig/buoy.xml 2008-05-05 07:21:29.000000000 +0530
++++ buoy-1.9/buoy.xml 2008-05-05 07:21:34.000000000 +0530
+@@ -3,7 +3,7 @@
+ <project name="Buoy" default="dist" basedir=".">
+
+ <!-- set global properties for this build -->
+- <property name="src" value="src" />
++ <property name="src" value="." />
+ <property name="build" value="compiled" />
+ <property name="docs" value="docs" />
+ <property name="dist" value="." />
Modified: trunk/buoy/debian/rules
===================================================================
--- trunk/buoy/debian/rules 2008-05-06 07:16:06 UTC (rev 6409)
+++ trunk/buoy/debian/rules 2008-05-06 18:25:04 UTC (rev 6410)
@@ -3,7 +3,7 @@
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
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
JAVA_HOME := /usr/lib/jvm/java-gcj
ANT_HOME := /usr/share/ant
More information about the pkg-java-commits
mailing list