r550 - in /packages/red5/trunk/debian: changelog patches/17_beanutils-compatibility.patch patches/series

ebourg-guest at users.alioth.debian.org ebourg-guest at users.alioth.debian.org
Tue Oct 7 11:08:06 UTC 2014


Author: ebourg-guest
Date: Tue Oct  7 11:08:05 2014
New Revision: 550

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=550
Log:
Fixed the build failure with BeanUtils 1.9 (Closes: #733013)


Added:
    packages/red5/trunk/debian/patches/17_beanutils-compatibility.patch
Modified:
    packages/red5/trunk/debian/changelog
    packages/red5/trunk/debian/patches/series

Modified: packages/red5/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/red5/trunk/debian/changelog?rev=550&op=diff
==============================================================================
--- packages/red5/trunk/debian/changelog	(original)
+++ packages/red5/trunk/debian/changelog	Tue Oct  7 11:08:05 2014
@@ -1,6 +1,7 @@
 red5 (1.0~svn4374-4) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Fixed the build failure with BeanUtils 1.9 (Closes: #733013)
   * Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9 
 

Added: packages/red5/trunk/debian/patches/17_beanutils-compatibility.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/red5/trunk/debian/patches/17_beanutils-compatibility.patch?rev=550&op=file
==============================================================================
--- packages/red5/trunk/debian/patches/17_beanutils-compatibility.patch	(added)
+++ packages/red5/trunk/debian/patches/17_beanutils-compatibility.patch	Tue Oct  7 11:08:05 2014
@@ -0,0 +1,11 @@
+--- a/src/org/red5/server/util/ConversionUtils.java
++++ b/src/org/red5/server/util/ConversionUtils.java
+@@ -379,7 +379,7 @@
+ 	 * @return                      Bean of that class
+ 	 * @throws ConversionException on failure
+ 	 */
+-	public static Object convertMapToBean(Map<?, ?> source, Class<?> target) throws ConversionException {
++	public static Object convertMapToBean(Map source, Class<?> target) throws ConversionException {
+ 		Object bean = newInstance(target);
+ 		if (bean == null) {
+ 			//try with just the target name as specified in Trac #352

Modified: packages/red5/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/red5/trunk/debian/patches/series?rev=550&op=diff
==============================================================================
--- packages/red5/trunk/debian/patches/series	(original)
+++ packages/red5/trunk/debian/patches/series	Tue Oct  7 11:08:05 2014
@@ -7,3 +7,4 @@
 12_javadoc_links.diff
 14_document_removed_stuff.diff
 16_plugins_build_lib.diff
+17_beanutils-compatibility.patch




More information about the pkg-flash-devel mailing list