[pkg-java] r13535 - in tags/libcommons-codec-java: . 1.5-1/debian 1.5-1/debian/patches

Damien Raude-Morvan drazzib at alioth.debian.org
Fri Apr 15 18:36:27 UTC 2011


Author: drazzib
Date: 2011-04-15 18:36:23 +0000 (Fri, 15 Apr 2011)
New Revision: 13535

Added:
   tags/libcommons-codec-java/1.5-1/
   tags/libcommons-codec-java/1.5-1/debian/ant.properties
   tags/libcommons-codec-java/1.5-1/debian/changelog
   tags/libcommons-codec-java/1.5-1/debian/compat
   tags/libcommons-codec-java/1.5-1/debian/control
   tags/libcommons-codec-java/1.5-1/debian/copyright
   tags/libcommons-codec-java/1.5-1/debian/patches/javac_encoding.diff
   tags/libcommons-codec-java/1.5-1/debian/patches/series
   tags/libcommons-codec-java/1.5-1/debian/rules
   tags/libcommons-codec-java/1.5-1/debian/source/
Removed:
   tags/libcommons-codec-java/1.5-1/debian/README.source
   tags/libcommons-codec-java/1.5-1/debian/changelog
   tags/libcommons-codec-java/1.5-1/debian/compat
   tags/libcommons-codec-java/1.5-1/debian/control
   tags/libcommons-codec-java/1.5-1/debian/copyright
   tags/libcommons-codec-java/1.5-1/debian/patches/series
   tags/libcommons-codec-java/1.5-1/debian/rules
Log:
[svn-buildpackage] Tagging libcommons-codec-java 1.5-1

Deleted: tags/libcommons-codec-java/1.5-1/debian/README.source
===================================================================
--- trunk/libcommons-codec-java/debian/README.source	2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/libcommons-codec-java/1.5-1/debian/README.source	2011-04-15 18:36:23 UTC (rev 13535)
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.

Copied: tags/libcommons-codec-java/1.5-1/debian/ant.properties (from rev 13534, trunk/libcommons-codec-java/debian/ant.properties)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/ant.properties	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/ant.properties	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1 @@
+compile.encoding=UTF-8

Deleted: tags/libcommons-codec-java/1.5-1/debian/changelog
===================================================================
--- trunk/libcommons-codec-java/debian/changelog	2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/libcommons-codec-java/1.5-1/debian/changelog	2011-04-15 18:36:23 UTC (rev 13535)
@@ -1,119 +0,0 @@
-libcommons-codec-java (1.4-3) UNRELEASED; urgency=low
-
-  * Remove Arnaud Vandyck from Uploaders
-  * Fix debian/MANIFEST.MF: don't Import-Package on itself
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Wed, 09 Dec 2009 20:00:00 +0100
-
-libcommons-codec-java (1.4-2) unstable; urgency=low
-
-  * Update my email address
-  * Use quilt as patch system
-    - Build-Depends on quilt
-    - Add debian/README.source
-    - Use CDBS patchsys-quilt.mk
-  * Add debian/MANIFEST.MF for OSGi metadata (Closes: #558179)
-  * New debian/patches/manifest.diff to include OSGi in JAR
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 29 Nov 2009 01:06:40 +0100
-
-libcommons-codec-java (1.4-1) unstable; urgency=low
-
-  * New upstream release.
-    - Remove build.patch: Merged upstream
-  * No more patches: Remove Build-Depends on quilt and debian/README.source
-  * Use Maven POM from upstream instead of debian/pom.xml
-  * Bump Standards-Version to 3.8.3 (no changes needed)
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 22 Aug 2009 13:32:58 +0200
-
-libcommons-codec-java (1.3-8) unstable; urgency=low
-
-  * Upload to unstable.
-
- -- Torsten Werner <twerner at debian.org>  Sun, 09 Aug 2009 11:57:29 +0200
-
-libcommons-codec-java (1.3-7) experimental; urgency=low
-
-  [ Ludovic Claude ]
-  * Fix version for junit in the maven POM dependencies
-  * Move api documentation to /usr/share/doc/libcommons-codec-java/api
-  * Add a quilt patch to ignore the LICENSE file not included in the
-    source tarball, replace all previous simple patches by quilt
-
-  [ Damien Raude-Morvan ]
-  * Build-Depends on default-jdk instead of default-jdk-builddep
-    because we don't build a native GCJ package.
-
-  [ Torsten Werner ]
-  * Add myself to Uploaders.
-  * Don't install API documentation into both binary packages.
-  * Don't install extra license file.
-
- -- Torsten Werner <twerner at debian.org>  Mon, 03 Aug 2009 21:22:02 +0200
-
-libcommons-codec-java (1.3-6) experimental; urgency=low
-
-  * Add the Maven POM to the package
-  * Add a Build-Depends-Indep dependency on maven-repo-helper
-  * Use mh_installpom and mh_installjar to install the POM and the jar to the
-    Maven repository
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 09 Jul 2009 18:14:44 +0100
-
-libcommons-codec-java (1.3-5) unstable; urgency=low
-
-  [ Emmanuel Bourg ]
-  * Update of the URLs
-  * Rename Jakarta Commons to Apache Commons
-
-  [ Damien Raude-Morvan ]
-  * Apply patch from Chris Cheney <ccheney at debian.org> (Closes: #508967)
-    - Use default-jdk-builddep in Build-Depends
-    - /usr/lib/jvm/default-java as JAVA_HOME
-    - Add ${misc:Depends} in Depends
-  * Add myself to Uploaders
-  * Bump Standards-Version to 3.8.2
-    - Move to "java" section
-    - Add Vcs-* fields
-    - Add Homepage in debian/control
-    - Add a get-orig-source target
-    - Add a README.source describing patch system
-  * Use debhelper 5
-    - Bump debian/compat to 5
-    - Build-Depends on debhelper >= 5
-  * Update the license to Apache License 2.0 (Closes: #532884)
-  * Split API Javadoc into libcommons-codec-java-doc package (Closes: #506360)
-
- -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 28 Jun 2009 20:46:13 +0200
-
-libcommons-codec-java (1.3-4) unstable; urgency=low
-
-  * Removed explicit usage of jikes build compiler property
-    for kaffe jikes -> ecj transition
-  * Removed sablevm (not used) and jikes from build-dependencies
-  * Simplified depends line to allow all free runtimes
-  * Bumped dephelper version to fix linda error
-  * Standards-Version 3.6.2 (no changes)
-  * Added myself to uploaders
-
- -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:44:49 +0100
-
-libcommons-codec-java (1.3-3) unstable; urgency=low
-
-  * libant1.6-java to ant transition
-
- -- Arnaud Vandyck <avdyk at debian.org>  Sat, 20 Aug 2005 19:43:02 +0200
-
-libcommons-codec-java (1.3-2) unstable; urgency=low
-
-  * javadoc is now generated, thanks to gjdoc (closes: #288456).
-
- -- Arnaud Vandyck <avdyk at debian.org>  Mon, 28 Feb 2005 11:39:51 +0100
-
-libcommons-codec-java (1.3-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Arnaud Vandyck <avdyk at debian.org>  Thu, 19 Aug 2004 13:26:48 +0200
-

Copied: tags/libcommons-codec-java/1.5-1/debian/changelog (from rev 13534, trunk/libcommons-codec-java/debian/changelog)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/changelog	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/changelog	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1,130 @@
+libcommons-codec-java (1.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove Arnaud Vandyck from Uploaders. Thanks!
+  * Fix debian/MANIFEST.MF: don't Import-Package on itself.
+  * Switch to 3.0 (quilt) source format:
+    - d/control: Drop B-D on quilt.
+    - d/README.source: Drop file.
+    - d/rules: Remove patchsys-quilt.mk usage.
+  * d/control: Drop needless-dependency-on-jre since its a library package.
+  * d/control: Bump Standards-Version to 3.9.2 (no changes needed).
+  * Bump to debhelper 7 compat level.
+  * d/rules: Use mh_clean in clean target.
+  * d/patches/javac_encoding.diff: New patch to force javac encoding to UTF-8.
+  * d/copyright: Update and format using DEP-5.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 15 Apr 2011 20:25:31 +0200
+
+libcommons-codec-java (1.4-2) unstable; urgency=low
+
+  * Update my email address
+  * Use quilt as patch system
+    - Build-Depends on quilt
+    - Add debian/README.source
+    - Use CDBS patchsys-quilt.mk
+  * Add debian/MANIFEST.MF for OSGi metadata (Closes: #558179)
+  * New debian/patches/manifest.diff to include OSGi in JAR
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 29 Nov 2009 01:06:40 +0100
+
+libcommons-codec-java (1.4-1) unstable; urgency=low
+
+  * New upstream release.
+    - Remove build.patch: Merged upstream
+  * No more patches: Remove Build-Depends on quilt and debian/README.source
+  * Use Maven POM from upstream instead of debian/pom.xml
+  * Bump Standards-Version to 3.8.3 (no changes needed)
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sat, 22 Aug 2009 13:32:58 +0200
+
+libcommons-codec-java (1.3-8) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 09 Aug 2009 11:57:29 +0200
+
+libcommons-codec-java (1.3-7) experimental; urgency=low
+
+  [ Ludovic Claude ]
+  * Fix version for junit in the maven POM dependencies
+  * Move api documentation to /usr/share/doc/libcommons-codec-java/api
+  * Add a quilt patch to ignore the LICENSE file not included in the
+    source tarball, replace all previous simple patches by quilt
+
+  [ Damien Raude-Morvan ]
+  * Build-Depends on default-jdk instead of default-jdk-builddep
+    because we don't build a native GCJ package.
+
+  [ Torsten Werner ]
+  * Add myself to Uploaders.
+  * Don't install API documentation into both binary packages.
+  * Don't install extra license file.
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 03 Aug 2009 21:22:02 +0200
+
+libcommons-codec-java (1.3-6) experimental; urgency=low
+
+  * Add the Maven POM to the package
+  * Add a Build-Depends-Indep dependency on maven-repo-helper
+  * Use mh_installpom and mh_installjar to install the POM and the jar to the
+    Maven repository
+
+ -- Ludovic Claude <ludovic.claude at laposte.net>  Thu, 09 Jul 2009 18:14:44 +0100
+
+libcommons-codec-java (1.3-5) unstable; urgency=low
+
+  [ Emmanuel Bourg ]
+  * Update of the URLs
+  * Rename Jakarta Commons to Apache Commons
+
+  [ Damien Raude-Morvan ]
+  * Apply patch from Chris Cheney <ccheney at debian.org> (Closes: #508967)
+    - Use default-jdk-builddep in Build-Depends
+    - /usr/lib/jvm/default-java as JAVA_HOME
+    - Add ${misc:Depends} in Depends
+  * Add myself to Uploaders
+  * Bump Standards-Version to 3.8.2
+    - Move to "java" section
+    - Add Vcs-* fields
+    - Add Homepage in debian/control
+    - Add a get-orig-source target
+    - Add a README.source describing patch system
+  * Use debhelper 5
+    - Bump debian/compat to 5
+    - Build-Depends on debhelper >= 5
+  * Update the license to Apache License 2.0 (Closes: #532884)
+  * Split API Javadoc into libcommons-codec-java-doc package (Closes: #506360)
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com>  Sun, 28 Jun 2009 20:46:13 +0200
+
+libcommons-codec-java (1.3-4) unstable; urgency=low
+
+  * Removed explicit usage of jikes build compiler property
+    for kaffe jikes -> ecj transition
+  * Removed sablevm (not used) and jikes from build-dependencies
+  * Simplified depends line to allow all free runtimes
+  * Bumped dephelper version to fix linda error
+  * Standards-Version 3.6.2 (no changes)
+  * Added myself to uploaders
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Fri,  6 Jan 2006 19:44:49 +0100
+
+libcommons-codec-java (1.3-3) unstable; urgency=low
+
+  * libant1.6-java to ant transition
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Sat, 20 Aug 2005 19:43:02 +0200
+
+libcommons-codec-java (1.3-2) unstable; urgency=low
+
+  * javadoc is now generated, thanks to gjdoc (closes: #288456).
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Mon, 28 Feb 2005 11:39:51 +0100
+
+libcommons-codec-java (1.3-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Arnaud Vandyck <avdyk at debian.org>  Thu, 19 Aug 2004 13:26:48 +0200
+

Deleted: tags/libcommons-codec-java/1.5-1/debian/compat
===================================================================
--- trunk/libcommons-codec-java/debian/compat	2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/libcommons-codec-java/1.5-1/debian/compat	2011-04-15 18:36:23 UTC (rev 13535)
@@ -1 +0,0 @@
-5

Copied: tags/libcommons-codec-java/1.5-1/debian/compat (from rev 13533, trunk/libcommons-codec-java/debian/compat)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/compat	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/compat	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1 @@
+7

Deleted: tags/libcommons-codec-java/1.5-1/debian/control
===================================================================
--- trunk/libcommons-codec-java/debian/control	2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/libcommons-codec-java/1.5-1/debian/control	2011-04-15 18:36:23 UTC (rev 13535)
@@ -1,37 +0,0 @@
-Source: libcommons-codec-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Wolfgang Baer <WBaer at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>, Torsten Werner <twerner at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), ant, default-jdk, quilt
-Build-Depends-Indep: maven-repo-helper, ant-optional, junit
-Standards-Version: 3.8.3
-Homepage: http://commons.apache.org/codec/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-codec-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-codec-java
-
-Package: libcommons-codec-java
-Architecture: all
-Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
-Description: encoder and decoders such as Base64 and hexadecimal codec
- The codec package contains simple encoder and decoders for various
- formats such as Base64 and Hexadecimal.  In addition to these widely
- used encoders and decoders, the codec package also maintains a
- collection of phonetic encoding utilities.
- .
- This is a part of the Apache Commons Project.
-
-Package: libcommons-codec-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libcommons-codec-java
-Description: encoder and decoders such as Base64 and hexadecimal codec - documentation
- The codec package contains simple encoder and decoders for various
- formats such as Base64 and Hexadecimal.  In addition to these widely
- used encoders and decoders, the codec package also maintains a
- collection of phonetic encoding utilities.
- .
- This is a part of the Apache Commons Project.
- .
- This package contains API Javadoc of Apache Commons Project

Copied: tags/libcommons-codec-java/1.5-1/debian/control (from rev 13533, trunk/libcommons-codec-java/debian/control)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/control	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/control	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1,37 @@
+Source: libcommons-codec-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Wolfgang Baer <WBaer at gmx.de>, Damien Raude-Morvan <drazzib at debian.org>, Torsten Werner <twerner at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
+Build-Depends-Indep: maven-repo-helper, ant-optional, junit
+Standards-Version: 3.9.2
+Homepage: http://commons.apache.org/codec/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-codec-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-codec-java
+
+Package: libcommons-codec-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: encoder and decoders such as Base64 and hexadecimal codec
+ The codec package contains simple encoder and decoders for various
+ formats such as Base64 and Hexadecimal.  In addition to these widely
+ used encoders and decoders, the codec package also maintains a
+ collection of phonetic encoding utilities.
+ .
+ This is a part of the Apache Commons Project.
+
+Package: libcommons-codec-java-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libcommons-codec-java
+Description: encoder and decoders such as Base64 and hexadecimal codec - documentation
+ The codec package contains simple encoder and decoders for various
+ formats such as Base64 and Hexadecimal.  In addition to these widely
+ used encoders and decoders, the codec package also maintains a
+ collection of phonetic encoding utilities.
+ .
+ This is a part of the Apache Commons Project.
+ .
+ This package contains API Javadoc of Apache Commons Project

Deleted: tags/libcommons-codec-java/1.5-1/debian/copyright
===================================================================
--- trunk/libcommons-codec-java/debian/copyright	2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/libcommons-codec-java/1.5-1/debian/copyright	2011-04-15 18:36:23 UTC (rev 13535)
@@ -1,38 +0,0 @@
-This package was debianized by Arnaud Vandyck <avdyk at debian.org> on
-Thu, 19 Aug 2004 13:26:48 +0200
-
-It was downloaded from http://commons.apache.org/codec/
-
-Upstream Authors: Henri Yandell <bayard at generationjava.com>,
-                  Tim OBrien <tobrien at apache.org>,
-                  Scott Sanders <sanders at totalsync.com>,
-                  Rodney Waldhoff <rwaldhoff at apache.org>,
-                  Daniel Rall <dlr at finemaltcoding.com>,
-                  Jon S. Stevens <jon at collab.net>,
-                  Gary D. Gregory <ggregory at seagullsw.com>,
-                  David Graham <dgraham at apache.org>,
-                  Christopher O'Brien <siege at preoccupied.net>,
-                  Martin Redington,
-                  Jeffery Dever,
-                  Steve Zimmermann <steve.zimmermann at heii.com>,
-                  Benjamin Walstrum <ben at walstrum.com>,
-                  Oleg Kalnichevski <oleg at ural.ru>,
-                  Dave Dribin <apache at dave.dribin.org>,
-                  Alex Karasulu <aok123 at bellsouth.net>,
-                  Matthew Inger <mattinger at yahoo.com>
-
-Copyright: 2002-2008 The Apache Software Foundation
-
-License: Apache 2.0
-
-On Debian systems the full text of the Apache License can be found
-in `/usr/share/common-licenses/Apache-2.0'.
-
---------------------------------------------------------------------------------
-src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains
-test data from http://aspell.sourceforge.net/test/batch0.tab.
-
-Copyright (C) 2002 Kevin Atkinson (kevina at gnu.org). Verbatim copying
-and distribution of this entire article is permitted in any medium,
-provided this notice is preserved.
---------------------------------------------------------------------------------

Copied: tags/libcommons-codec-java/1.5-1/debian/copyright (from rev 13534, trunk/libcommons-codec-java/debian/copyright)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/copyright	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/copyright	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1,48 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: Commons Codec
+Upstream-Contact: Apache Commons <http://commons.apache.org/codec/>
+Source: http://www.apache.org/dist/commons/codec/
+
+Files: *
+Copyright: Copyright 2002-2011 The Apache Software Foundation
+License: Apache-2.0
+ On Debian systems the full text of the Apache License can be found
+ in `/usr/share/common-licenses/Apache-2.0'.
+Comment:
+ Upstream Authors: Henri Yandell <bayard at generationjava.com>,
+                  Tim OBrien <tobrien at apache.org>,
+                  Scott Sanders <sanders at totalsync.com>,
+                  Rodney Waldhoff <rwaldhoff at apache.org>,
+                  Daniel Rall <dlr at finemaltcoding.com>,
+                  Jon S. Stevens <jon at collab.net>,
+                  Gary D. Gregory <ggregory at seagullsw.com>,
+                  David Graham <dgraham at apache.org>,
+                  Christopher O'Brien <siege at preoccupied.net>,
+                  Martin Redington,
+                  Jeffery Dever,
+                  Steve Zimmermann <steve.zimmermann at heii.com>,
+                  Benjamin Walstrum <ben at walstrum.com>,
+                  Oleg Kalnichevski <oleg at ural.ru>,
+                  Dave Dribin <apache at dave.dribin.org>,
+                  Alex Karasulu <aok123 at bellsouth.net>,
+                  Matthew Inger <mattinger at yahoo.com>
+
+Files: src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
+Copyright: Copyright 2002-2011 The Apache Software Foundation
+Copyright: Copyright (C) 2002 Kevin Atkinson (kevina at gnu.org)
+License: Apache-2.0
+ On Debian systems the full text of the Apache License can be found
+ in `/usr/share/common-licenses/Apache-2.0'.
+Comment:
+ Contains test data from http://aspell.sourceforge.net/test/batch0.tab.
+ .
+ Copyright (C) 2002 Kevin Atkinson (kevina at gnu.org). Verbatim copying
+ and distribution of this entire article is permitted in any medium,
+ provided this notice is preserved.
+
+Files: debian/*
+Copyright: Copyright 2004 Arnaud Vandyck <avdyk at debian.org>
+Copyright: Copyright 2010-2011 Damien Raude-Morvan <drazzib at debian.org>
+License: Apache-2.0
+ On Debian systems the full text of the Apache License can be found
+ in `/usr/share/common-licenses/Apache-2.0'.

Copied: tags/libcommons-codec-java/1.5-1/debian/patches/javac_encoding.diff (from rev 13534, trunk/libcommons-codec-java/debian/patches/javac_encoding.diff)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/patches/javac_encoding.diff	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/patches/javac_encoding.diff	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1,26 @@
+Description: build.xml: Allow to set encoding of javac ant task.
+Author: Damien Raude-Morvan <drazzib at debian.org>
+Last-Update: 2011-04-15
+Forwarded: no
+--- a/build.xml
++++ b/build.xml
+@@ -53,7 +53,8 @@
+     <target name="compile" depends="static" description="Compile shareable components">
+         <javac srcdir="${source.home}" destdir="${build.home}/classes"
+             source="${compile.source}" target="${compile.target}"
+-            debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}">
++            debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}"
++            encoding="${compile.encoding}">
+             <classpath refid="compile.classpath"/>
+         </javac>
+         <copy todir="${build.home}/classes" filtering="on">
+@@ -187,7 +188,8 @@
+     <target name="compile.tests" depends="compile" description="Compile unit test cases">
+         <javac srcdir="${test.home}" destdir="${build.home}/tests"
+             source="${compile.source}" target="${compile.target}"
+-            debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}">
++            debug="${compile.debug}" deprecation="${compile.deprecation}" optimize="${compile.optimize}"
++            encoding="${compile.encoding}">
+             <classpath refid="test.classpath"/>
+         </javac>
+         <copy todir="${build.home}/tests" filtering="on">

Deleted: tags/libcommons-codec-java/1.5-1/debian/patches/series
===================================================================
--- trunk/libcommons-codec-java/debian/patches/series	2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/libcommons-codec-java/1.5-1/debian/patches/series	2011-04-15 18:36:23 UTC (rev 13535)
@@ -1 +0,0 @@
-manifest.diff

Copied: tags/libcommons-codec-java/1.5-1/debian/patches/series (from rev 13534, trunk/libcommons-codec-java/debian/patches/series)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/patches/series	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/patches/series	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1,2 @@
+manifest.diff
+javac_encoding.diff

Deleted: tags/libcommons-codec-java/1.5-1/debian/rules
===================================================================
--- trunk/libcommons-codec-java/debian/rules	2011-03-16 20:33:24 UTC (rev 13434)
+++ tags/libcommons-codec-java/1.5-1/debian/rules	2011-04-15 18:36:23 UTC (rev 13535)
@@ -1,28 +0,0 @@
-#!/usr/bin/make -f
-# debian/rules for libcommons-codec-java
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-PACKAGE			   := $(DEB_SOURCE_PACKAGE)
-VERSION			   := $(DEB_UPSTREAM_VERSION)
-JAVA_HOME                  := /usr/lib/jvm/default-java
-DEB_JARS                   := ant-nodeps junit ant-junit
-DEB_ANT_BUILD_TARGET       := dist
-DEB_ANT_CHECK_TARGET       := test
-DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
-
-binary-post-install/$(PACKAGE)::
-	mh_installpoms -p$(PACKAGE)
-	mh_installjar -p$(PACKAGE) -l pom.xml dist/commons-codec-$(VERSION).jar
-
-clean::
-	-rm -rf debian/tmp
-
-get-orig-pom:
-	wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/commons-codec/commons-codec/$(DEB_UPSTREAM_VERSION)/commons-codec-$(DEB_UPSTREAM_VERSION).pom
-
-get-orig-source:
-	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
-

Copied: tags/libcommons-codec-java/1.5-1/debian/rules (from rev 13534, trunk/libcommons-codec-java/debian/rules)
===================================================================
--- tags/libcommons-codec-java/1.5-1/debian/rules	                        (rev 0)
+++ tags/libcommons-codec-java/1.5-1/debian/rules	2011-04-15 18:36:23 UTC (rev 13535)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+# debian/rules for libcommons-codec-java
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PACKAGE			   := $(DEB_SOURCE_PACKAGE)
+VERSION			   := $(DEB_UPSTREAM_VERSION)
+JAVA_HOME                  := /usr/lib/jvm/default-java
+DEB_JARS                   := ant-nodeps junit ant-junit
+DEB_ANT_BUILD_TARGET       := dist
+DEB_ANT_CHECK_TARGET       := test
+DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
+
+binary-post-install/$(PACKAGE)::
+	mh_installpoms -p$(PACKAGE)
+	mh_installjar -p$(PACKAGE) -l pom.xml dist/commons-codec-$(VERSION)-SNAPSHOT.jar
+
+clean::
+	mh_clean
+
+get-orig-source:
+	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+




More information about the pkg-java-commits mailing list