Author: rockclimb-guest
Date: 2011-03-16 23:54:59 +0000 (Wed, 16 Mar 2011)
New Revision: 13437

Added:
   trunk/flamingo/debian/
   trunk/flamingo/debian/changelog
   trunk/flamingo/debian/compat
   trunk/flamingo/debian/control
   trunk/flamingo/debian/copyright
   trunk/flamingo/debian/javabuild
   trunk/flamingo/debian/libflamingo-java-doc.javadoc
   trunk/flamingo/debian/libflamingo-java.jlibs
   trunk/flamingo/debian/rules
   trunk/flamingo/debian/source/
   trunk/flamingo/debian/source/format
Log:
[svn-inject] Applying Debian modifications (5.0-1) to trunk


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

Added: trunk/flamingo/debian/changelog
===================================================================
--- trunk/flamingo/debian/changelog                             (rev 0)
+++ trunk/flamingo/debian/changelog     2011-03-16 23:54:59 UTC (rev 13437)
@@ -0,0 +1,5 @@
+flamingo (5.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #618618)
+
+ -- Andrew Ross <ubu...@rossfamily.co.uk>  Wed, 16 Mar 2011 22:06:46 +0000

Added: trunk/flamingo/debian/compat
===================================================================
--- trunk/flamingo/debian/compat                                (rev 0)
+++ trunk/flamingo/debian/compat        2011-03-16 23:54:59 UTC (rev 13437)
@@ -0,0 +1 @@
+7

Added: trunk/flamingo/debian/control
===================================================================
--- trunk/flamingo/debian/control                               (rev 0)
+++ trunk/flamingo/debian/control       2011-03-16 23:54:59 UTC (rev 13437)
@@ -0,0 +1,40 @@
+Source: flamingo
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
+Uploaders: Andrew Ross <ubu...@rossfamily.co.uk>
+Build-Depends: debhelper (>= 7.0.50~), javahelper (>=0.32~)
+Build-Depends-Indep: default-jdk, default-jdk-doc, libtrident-java,
+ libbatik-java, libsvnkit-java
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/flamingo
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/flamingo/
+Homepage: http://java.net/projects/flamingo/
+
+Package: libflamingo-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}, libtrident-java,
+ libbatik-java, libsvnkit-java
+Recommends: ${java:Recommends}
+Description: A Swing ribbon container for Java applications
+ The goal of this project is to provide a Swing implementation of the
+ ribbon container and related components. The components have 
+ consistent visuals under the existing core and third-party
+ look-and-feels, respect the DPI settings of the user desktop and
+ follow the core Swing guidelines in the external APIs and the internal
+ implementation details.
+
+Package: libflamingo-java-doc
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Section: doc
+Description: A Swing ribbon container for Java applications (documentation)
+ The goal of this project is to provide a Swing implementation of the
+ ribbon container and related components. The components have 
+ consistent visuals under the existing core and third-party
+ look-and-feels, respect the DPI settings of the user desktop and
+ follow the core Swing guidelines in the external APIs and the internal
+ implementation details.
+ .
+ This package provides the documentation.

Added: trunk/flamingo/debian/copyright
===================================================================
--- trunk/flamingo/debian/copyright                             (rev 0)
+++ trunk/flamingo/debian/copyright     2011-03-16 23:54:59 UTC (rev 13437)
@@ -0,0 +1,161 @@
+This work was packaged for Debian by:
+
+    Andrew Ross <ubu...@rossfamily.co.uk> on Wed, 16 Mar 2011 22:06:46 +0000.
+
+It was downloaded from http://java.net/projects/flamingo/ (see
+http://java.net/downloads/flamingo/Latest%20release%20*5.0*/ )
+
+Upstream Author(s): 
+    Kirill Grouchnikov with files from Karsten Lentzsch and Romain 
+    Guy <romain....@mac.com>.
+
+Copyright: 
+
+    Copyright (C) 2003-2010 Kirill Grouchnikov
+
+  src/org/pushingpixels/flamingo/internal/utils/AbstractFilter.java
+    Copyright 2005 Sun Microsystems, Inc., 4150 Network Circle
+    Copyright (c) 2006 Romain Guy <romain....@mac.com>
+
+  src/org/pushingpixels/flamingo/internal/utils/RenderingUtils.java
+    Copyright (c) 2001-2006 JGoodies Karsten Lentzsch.
+
+License:
+   
+   Copyright (c) 2003-2010 Trident Kirill Grouchnikov. All Rights Reserved.
+   
+   Redistribution and use in source and binary forms, with or without 
+   modification, are permitted provided that the following conditions are met:
+   
+    o Redistributions of source code must retain the above copyright notice, 
+      this list of conditions and the following disclaimer. 
+       
+    o Redistributions in binary form must reproduce the above copyright 
notice, 
+      this list of conditions and the following disclaimer in the 
documentation 
+      and/or other materials provided with the distribution. 
+       
+    o Neither the name of Trident Kirill Grouchnikov nor the names of 
+      its contributors may be used to endorse or promote products derived 
+      from this software without specific prior written permission. 
+       
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
+   AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
+   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
+   PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
+   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
+   OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
+   WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
+   OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
+   EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+   
+-----------------------------------------------------------------------------
+
+src/org/pushingpixels/flamingo/internal/utils/AbstractFilter.java:
+ * Copyright 2005 Sun Microsystems, Inc., 4150 Network Circle,
+ * Santa Clara, California 95054, U.S.A. All rights reserved.
+ *
+ * Copyright (c) 2006 Romain Guy <romain....@mac.com>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+-----------------------------------------------------------------------------
+
+src/org/pushingpixels/flamingo/internal/utils/RenderingUtils.java:
+ * Copyright (c) 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without 
+ * modification, are permitted provided that the following conditions are met:
+ * 
+ *  o Redistributions of source code must retain the above copyright notice, 
+ *    this list of conditions and the following disclaimer. 
+ *     
+ *  o Redistributions in binary form must reproduce the above copyright 
notice, 
+ *    this list of conditions and the following disclaimer in the 
documentation 
+ *    and/or other materials provided with the distribution. 
+ *     
+ *  o Neither the name of JGoodies Karsten Lentzsch nor the names of 
+ *    its contributors may be used to endorse or promote products derived 
+ *    from this software without specific prior written permission. 
+ *     
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
+ * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
+ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
+ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
+ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+
+-----------------------------------------------------------------------------
+
+src/org/pushingpixels/flamingo/api/svg/TranscoderListener.java:
+
+No license in the file itself but here is confirmation from the
+author:
+
+From: Kirill Grouchnikov <kirillc...@yahoo.com>
+Subject: Re: Flamingo 5.0
+To: Andrew Ross <ubu...@rossfamily.co.uk>
+
+Yes, the license for this file is the same as for the project itself - BSD.
+
+Thanks
+Kirill
+
+________________________________
+From: Andrew Ross <ubu...@rossfamily.co.uk>
+To: Kirill Grouchnikov <kirillc...@yahoo.com>
+Sent: Sat, January 15, 2011 4:57:16 AM
+Subject: Flamingo 5.0
+
+Dear Kirill,
+
+I know you no longer support the Flamingo package, but I'm trying to
+package it for Debian, and the file
+src/org/pushingpixels/flamingo/api/svg/TranscoderListener.java is
+missing a license. If you are happy for this to be distributed would you
+please be kind enough to reply to this email giving permission to
+distribute this file under the same terms as the file
+src/org/pushingpixels/flamingo/api/svg/SvgTranscoder.java (i.e. the BSD
+3 clause license)? I would then include your response in the package.
+
+Thanks for your excellent package.
+
+Andrew Ross
+
+-----------------------------------------------------------------------------
+
+
+The Debian packaging is:
+
+    Copyright (C) 2011 Andrew Ross <ubu...@rossfamily.co.uk>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+

Added: trunk/flamingo/debian/javabuild
===================================================================
--- trunk/flamingo/debian/javabuild                             (rev 0)
+++ trunk/flamingo/debian/javabuild     2011-03-16 23:54:59 UTC (rev 13437)
@@ -0,0 +1 @@
+flamingo.jar src

Added: trunk/flamingo/debian/libflamingo-java-doc.javadoc
===================================================================
--- trunk/flamingo/debian/libflamingo-java-doc.javadoc                          
(rev 0)
+++ trunk/flamingo/debian/libflamingo-java-doc.javadoc  2011-03-16 23:54:59 UTC 
(rev 13437)
@@ -0,0 +1 @@
+internal /usr/share/doc/libflamingo-java/api

Added: trunk/flamingo/debian/libflamingo-java.jlibs
===================================================================
--- trunk/flamingo/debian/libflamingo-java.jlibs                                
(rev 0)
+++ trunk/flamingo/debian/libflamingo-java.jlibs        2011-03-16 23:54:59 UTC 
(rev 13437)
@@ -0,0 +1 @@
+flamingo.jar

Added: trunk/flamingo/debian/rules
===================================================================
--- trunk/flamingo/debian/rules                         (rev 0)
+++ trunk/flamingo/debian/rules 2011-03-16 23:54:59 UTC (rev 13437)
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+
+
+JAVA_HOME=/usr/lib/jvm/default-java
+export 
CLASSPATH=/usr/share/java/trident.jar:/usr/share/java/batik-all.jar:/usr/share/java/svnkit.jar
+
+JH_JAR_EXTRA=$(shell find src -type f -not -name "*.java")
+
+%:
+       dh $@ --with javahelper
+
+# Don't use the provided build system - use javahelper instead
+override_dh_auto_build:
+
+override_dh_auto_clean::
+
+
+# Download and repack the upstream source
+get-orig-source:
+       wget 
http://java.net/downloads/flamingo/Latest%20release%20*5.0*/flamingo-all.zip
+       jh_repack --upstream-version 5.0 flamingo-all.zip
+       gunzip flamingo-all.tar.gz
+       tar -f flamingo-all.tar --delete src/test 
+       tar -f flamingo-all.tar --delete src/utest 
+       gzip flamingo-all.tar
+       mv flamingo-all.tar.gz flamingo_5.0.orig.tar.gz
+


Property changes on: trunk/flamingo/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/flamingo/debian/source/format
===================================================================
--- trunk/flamingo/debian/source/format                         (rev 0)
+++ trunk/flamingo/debian/source/format 2011-03-16 23:54:59 UTC (rev 13437)
@@ -0,0 +1 @@
+3.0 (quilt)


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to