[pkg-java] r13791 - in tags/yui-compressor: . 2.4.6+debian1-1/debian 2.4.6+debian1-1/debian/patches

Damien Raude-Morvan drazzib at alioth.debian.org
Sun Jun 12 20:31:17 UTC 2011


Author: drazzib
Date: 2011-06-12 20:31:17 +0000 (Sun, 12 Jun 2011)
New Revision: 13791

Added:
   tags/yui-compressor/2.4.6+debian1-1/
   tags/yui-compressor/2.4.6+debian1-1/debian/changelog
   tags/yui-compressor/2.4.6+debian1-1/debian/control
   tags/yui-compressor/2.4.6+debian1-1/debian/copyright
   tags/yui-compressor/2.4.6+debian1-1/debian/fetch-upstream
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/fix_testsuite.diff
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/rhino17R3.diff
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/series
   tags/yui-compressor/2.4.6+debian1-1/debian/rules
Removed:
   tags/yui-compressor/2.4.6+debian1-1/debian/changelog
   tags/yui-compressor/2.4.6+debian1-1/debian/control
   tags/yui-compressor/2.4.6+debian1-1/debian/copyright
   tags/yui-compressor/2.4.6+debian1-1/debian/fetch-upstream
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/decompiler.patch
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/parser.patch
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/series
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/token.patch
   tags/yui-compressor/2.4.6+debian1-1/debian/patches/tokenstream.patch
   tags/yui-compressor/2.4.6+debian1-1/debian/rules
Log:
[svn-buildpackage] Tagging yui-compressor 2.4.6+debian1-1

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/changelog
===================================================================
--- trunk/yui-compressor/debian/changelog	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/changelog	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,39 +0,0 @@
-yui-compressor (2.4.6-1) unstable; urgency=low
-
-  * New upstream release (Closes: #622856).
-  * Bump Standards-Version to 3.9.2 (no changes needed).
-  * Switch to 3.0 (quilt) source format.
-  * d/watch: Upstream has broken scanning. Disable uscan for now.
-  * d/copyright: Update copyright years and paste full licence text.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 25 Apr 2011 11:50:28 +0200
-
-yui-compressor (2.4.2-2) unstable; urgency=low
-
-  * Add Depends on a Java runtime (Closes: #565645)
-  * Depends on libjargs-java instead of embedding it inside yui-compressor
-    (see use-system-libraries.patch)
-  * Update Vcs-* fields to reflect package name change
-    (yuicompressor -> yui-compressor)
-  * Create extended manpage from help output
-    - remove docbook debian/yui-compressor.1.xml
-    - remove Build-Depends on docbook2x
-  * Use java-wrappers for bin/yui-compressor launcher script
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 17 Jan 2010 19:51:06 +0100
-
-yui-compressor (2.4.2-1) unstable; urgency=low
-
-  [ Dominik Smatana ]
-  * Initial release (closes: #519938)
-
-  [ Michael Gilbert ]
-  * Download the required rhino source files in the orig tarball
-    fetching script.
-  * Add patches for build file to use system rhino and jargs libraries.
-  * Apply yui-compressor patches to the included rhino source.
-  * Add a README.source to describe the patch system.
-  * Add a launcher shell script.
-  * Add a manpage for the shell script.
-
- -- Michael Gilbert <michael.s.gilbert at gmail.com>  Thu, 07 Jan 2010 21:34:14 -0500

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/changelog (from rev 13790, trunk/yui-compressor/debian/changelog)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/changelog	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/changelog	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,50 @@
+yui-compressor (2.4.6+debian1-1) unstable; urgency=low
+
+  * New source tarball without embedded Rhino source code:
+    - Update d/copyright since there is no more Rhino source code in this
+      tarball.
+    - d/patches/{parser,token,decompiler,tokenstream}.patch: Dropped.
+  * d/patches/fix_testsuite.diff: Fix test suite to use /usr/share/java/js.jar
+  * d/patches/rhino17R3.diff: Use Rhino AST API to plug-in this compressor.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 12 Jun 2011 22:04:43 +0200
+
+yui-compressor (2.4.6-1) unstable; urgency=low
+
+  * New upstream release (Closes: #622856).
+  * Bump Standards-Version to 3.9.2 (no changes needed).
+  * Switch to 3.0 (quilt) source format.
+  * d/watch: Upstream has broken scanning. Disable uscan for now.
+  * d/copyright: Update copyright years and paste full licence text.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 25 Apr 2011 11:50:28 +0200
+
+yui-compressor (2.4.2-2) unstable; urgency=low
+
+  * Add Depends on a Java runtime (Closes: #565645)
+  * Depends on libjargs-java instead of embedding it inside yui-compressor
+    (see use-system-libraries.patch)
+  * Update Vcs-* fields to reflect package name change
+    (yuicompressor -> yui-compressor)
+  * Create extended manpage from help output
+    - remove docbook debian/yui-compressor.1.xml
+    - remove Build-Depends on docbook2x
+  * Use java-wrappers for bin/yui-compressor launcher script
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 17 Jan 2010 19:51:06 +0100
+
+yui-compressor (2.4.2-1) unstable; urgency=low
+
+  [ Dominik Smatana ]
+  * Initial release (closes: #519938)
+
+  [ Michael Gilbert ]
+  * Download the required rhino source files in the orig tarball
+    fetching script.
+  * Add patches for build file to use system rhino and jargs libraries.
+  * Apply yui-compressor patches to the included rhino source.
+  * Add a README.source to describe the patch system.
+  * Add a launcher shell script.
+  * Add a manpage for the shell script.
+
+ -- Michael Gilbert <michael.s.gilbert at gmail.com>  Thu, 07 Jan 2010 21:34:14 -0500

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/control
===================================================================
--- trunk/yui-compressor/debian/control	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/control	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,25 +0,0 @@
-Source: yui-compressor
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Dominik Smatana <dominik.smatana at gmail.com>, Damien Raude-Morvan <drazzib at debian.org>,
- Michael Gilbert <michael.s.gilbert at gmail.com>
-Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant
-Build-Depends-Indep: libjargs-java, rhino (>= 1.7R2), rhino (<< 1.7R3)
-Homepage: http://yuilibrary.com/projects/yuicompressor/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/yui-compressor/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/yui-compressor/
-Standards-Version: 3.9.2
-
-Package: yui-compressor
-Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java5-runtime-headless, libjargs-java, java-wrappers
-Description: JavaScript/CSS minifier
- The YUI Compressor is a JavaScript compressor which, in addition to removing
- comments and white-spaces, obfuscates local variables using the smallest
- possible variable name. This obfuscation is safe, even when using constructs
- such as 'eval' or 'with' (although the compression is not optimal is those
- cases) Compared to jsmin, the average savings is around 20%.
- .
- The YUI Compressor is also able to safely compress CSS files. The decision
- on which compressor is being used is made on the file extension (js or css).

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/control (from rev 13790, trunk/yui-compressor/debian/control)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/control	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/control	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,26 @@
+Source: yui-compressor
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Dominik Smatana <dominik.smatana at gmail.com>, Damien Raude-Morvan <drazzib at debian.org>,
+ Michael Gilbert <michael.s.gilbert at gmail.com>
+Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant
+Build-Depends-Indep: libjargs-java, librhino-java (>= 1.7R3)
+Homepage: http://yuilibrary.com/projects/yuicompressor/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/yui-compressor/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/yui-compressor/
+Standards-Version: 3.9.2
+
+Package: yui-compressor
+Architecture: all
+Depends: ${misc:Depends}, default-jre-headless | java5-runtime-headless,
+ libjargs-java, java-wrappers, librhino-java (>= 1.7R3)
+Description: JavaScript/CSS minifier
+ The YUI Compressor is a JavaScript compressor which, in addition to removing
+ comments and white-spaces, obfuscates local variables using the smallest
+ possible variable name. This obfuscation is safe, even when using constructs
+ such as 'eval' or 'with' (although the compression is not optimal is those
+ cases) Compared to jsmin, the average savings is around 20%.
+ .
+ The YUI Compressor is also able to safely compress CSS files. The decision
+ on which compressor is being used is made on the file extension (js or css).

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/copyright
===================================================================
--- trunk/yui-compressor/debian/copyright	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/copyright	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,115 +0,0 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
-Upstream-Name: YUI Compressor
-Upstream-Contact: Julien Lecomte <jlecomte at yahoo-inc.com>
-Source: http://yuilibrary.com/projects/yuicompressor/
-
-Files: *
-Copyright: Copyright 2007-2011, Yahoo! Inc. All rights reserved.
-License: BSD
- Redistribution and use of this software in source and binary forms,
- with or without modification, are permitted provided that the following
- conditions are met:
- .
- * Redistributions of source code must retain the above
-   copyright notice, this list of conditions and the
-   following disclaimer.
- .
- * 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.
- .
- * Neither the name of Yahoo! Inc. nor the names of its
-   contributors may be used to endorse or promote products
-   derived from this software without specific prior
-   written permission of Yahoo! Inc.
- .
- 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.
-
-Files: src/com/yahoo/platform/yui/compressor/CssCompressor.java
-Copyright: Copyright 2007-2009, Yahoo! Inc. All rights reserved.
-License: BSD
- This code is a port of Isaac Schlueter's cssmin utility.
- .
- Redistribution and use of this software in source and binary forms,
- with or without modification, are permitted provided that the following
- conditions are met:
- .
- * Redistributions of source code must retain the above
-   copyright notice, this list of conditions and the
-   following disclaimer.
- .
- * 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.
- .
- * Neither the name of Yahoo! Inc. nor the names of its
-   contributors may be used to endorse or promote products
-   derived from this software without specific prior
-   written permission of Yahoo! Inc.
- .
- 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.
-
-Files: src/org/*
-Copyright: Copyright 1997-1999, Netscape Communications Corporation.
-License: MPL-1.1 | GPL-2+
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
- .
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
- .
- The Original Code is Rhino code, released
- May 6, 1999.
- .
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 1997-1999
- the Initial Developer. All Rights Reserved.
- .
- Contributor(s):
-   Mike Ang
-   Igor Bukanov
-   Bob Jervis
-   Mike McCabe
- .
- Alternatively, the contents of this file may be used under the terms of
- the GNU General Public License Version 2 or later (the "GPL"), in which
- case the provisions of the GPL are applicable instead of those above. If
- you wish to allow use of your version of this file only under the terms of
- the GPL and not to allow others to use your version of this file under the
- MPL, indicate your decision by deleting the provisions above and replacing
- them with the notice and other provisions required by the GPL. If you do
- not delete the provisions above, a recipient may use your version of this
- file under either the MPL or the GPL.
-
-Files: debian/*
-Copyright: Copyright 2009, Dominik Smatana <dominik.smatana at gmail.com>
-Copyright: Copyright 2009-2011, Damien Raude-Morvan <drazzib at debian.org>
-License: GPL-3
- On Debian systems the full text of the GNU General Public License version 3
- can be found in the '/usr/share/common-licenses/GPL-3' file.
-

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/copyright (from rev 13790, trunk/yui-compressor/debian/copyright)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/copyright	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/copyright	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,78 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: YUI Compressor
+Upstream-Contact: Julien Lecomte <jlecomte at yahoo-inc.com>
+Source: http://yuilibrary.com/projects/yuicompressor/
+
+Files: *
+Copyright: Copyright 2007-2011, Yahoo! Inc. All rights reserved.
+License: BSD
+ Redistribution and use of this software in source and binary forms,
+ with or without modification, are permitted provided that the following
+ conditions are met:
+ .
+ * Redistributions of source code must retain the above
+   copyright notice, this list of conditions and the
+   following disclaimer.
+ .
+ * 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.
+ .
+ * Neither the name of Yahoo! Inc. nor the names of its
+   contributors may be used to endorse or promote products
+   derived from this software without specific prior
+   written permission of Yahoo! Inc.
+ .
+ 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.
+
+Files: src/com/yahoo/platform/yui/compressor/CssCompressor.java
+Copyright: Copyright 2007-2009, Yahoo! Inc. All rights reserved.
+License: BSD
+ This code is a port of Isaac Schlueter's cssmin utility.
+ .
+ Redistribution and use of this software in source and binary forms,
+ with or without modification, are permitted provided that the following
+ conditions are met:
+ .
+ * Redistributions of source code must retain the above
+   copyright notice, this list of conditions and the
+   following disclaimer.
+ .
+ * 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.
+ .
+ * Neither the name of Yahoo! Inc. nor the names of its
+   contributors may be used to endorse or promote products
+   derived from this software without specific prior
+   written permission of Yahoo! Inc.
+ .
+ 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.
+
+Files: debian/*
+Copyright: Copyright 2009, Dominik Smatana <dominik.smatana at gmail.com>
+Copyright: Copyright 2009-2011, Damien Raude-Morvan <drazzib at debian.org>
+License: GPL-3
+ On Debian systems the full text of the GNU General Public License version 3
+ can be found in the '/usr/share/common-licenses/GPL-3' file.
+

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/fetch-upstream
===================================================================
--- trunk/yui-compressor/debian/fetch-upstream	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/fetch-upstream	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,37 +0,0 @@
-#!/bin/sh
-set -e
-
-echo $#
-if test "$#" != "2" ; then
-    echo "usage: $0 <upstream version number> <rhino library version number>"
-    exit 1
-fi
-version="$1"
-rhino_version="$2"
-curdir="$PWD"
-
-# download
-cd /tmp
-wget -N http://yuilibrary.com/downloads/yuicompressor/yuicompressor-$version.zip
-unzip -xq yuicompressor-$version.zip
-rm yuicompressor-$version.zip
-
-# cleanup
-rm -rf yuicompressor-$version/build
-rm -rf yuicompressor-$version/lib
-rm -rf yuicompressor-$version/src/org/mozilla/javascript/*
-
-# download rhino source
-apt-get source rhino=$rhino_version
-rhino_version="$(echo $rhino_version | cut -d - -f 1)"
-cp rhino-$rhino_version/src/org/mozilla/javascript/Decompiler.java yuicompressor-$version/src/org/mozilla/javascript
-cp rhino-$rhino_version/src/org/mozilla/javascript/Parser.java yuicompressor-$version/src/org/mozilla/javascript
-cp rhino-$rhino_version/src/org/mozilla/javascript/Token.java yuicompressor-$version/src/org/mozilla/javascript
-cp rhino-$rhino_version/src/org/mozilla/javascript/TokenStream.java yuicompressor-$version/src/org/mozilla/javascript
-
-# repack
-mv yuicompressor-$version yui-compressor-$version
-tar czf yui-compressor_$version.orig.tar.gz yui-compressor-$version
-rm -rf yui-compressor-$version
-mv yui-compressor_$version.orig.tar.gz $curdir
-echo "Done: successfully created yui-compressor_$version.orig.tar.gz."

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/fetch-upstream (from rev 13790, trunk/yui-compressor/debian/fetch-upstream)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/fetch-upstream	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/fetch-upstream	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,29 @@
+#!/bin/sh
+set -e
+
+echo $#
+if test "$#" != "2" ; then
+    echo "usage: $0 <upstream version number> <expected tarball version>"
+    exit 1
+fi
+version="$1"
+orig_tarball_version="$2"
+curdir="$PWD"
+
+# download
+cd /tmp
+wget -N http://yui.zenfs.com/releases/yuicompressor/yuicompressor-$version.zip
+unzip -xq yuicompressor-$version.zip
+rm yuicompressor-$version.zip
+
+# cleanup
+rm -rf yuicompressor-$version/build
+rm -rf yuicompressor-$version/lib
+rm -rf yuicompressor-$version/src/org/mozilla/javascript/*
+
+# repack
+mv yuicompressor-$version yui-compressor-$version
+tar czf yui-compressor_$orig_tarball_version.orig.tar.gz yui-compressor-$version
+rm -rf yui-compressor-$version
+mv yui-compressor_$orig_tarball_version.orig.tar.gz $curdir
+echo "Done: successfully created yui-compressor_$version.orig.tar.gz."

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/patches/decompiler.patch
===================================================================
--- trunk/yui-compressor/debian/patches/decompiler.patch	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/decompiler.patch	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,23 +0,0 @@
-YUI patch for the Rhino library's Decompiler.java
-===================================================================
---- a/src/org/mozilla/javascript/Decompiler.java.orig	2008-11-14 10:13:36.000000000 -0500
-+++ b/src/org/mozilla/javascript/Decompiler.java	2008-11-14 10:13:36.000000000 -0500
-@@ -166,6 +166,18 @@
-         appendString('/' + regexp + '/' + flags);
-     }
- 
-+    void addJScriptConditionalComment(String str)
-+    {
-+        addToken(Token.CONDCOMMENT);
-+        appendString(str);
-+    }
-+
-+    void addPreservedComment(String str)
-+    {
-+        addToken(Token.KEEPCOMMENT);
-+        appendString(str);
-+    }
-+
-     void addNumber(double n)
-     {
-         addToken(Token.NUMBER);

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/patches/fix_testsuite.diff (from rev 13790, trunk/yui-compressor/debian/patches/fix_testsuite.diff)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/patches/fix_testsuite.diff	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/fix_testsuite.diff	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,15 @@
+Description: Use /usr/share/java/js.jar
+Author: Damien Raude-Morvan <drazzib at debian.org>
+Last-Update: 2011-06-12
+Forwarded: not-needed
+--- a/tests/suite.sh
++++ b/tests/suite.sh
+@@ -18,7 +18,7 @@
+ 	
+ 	if [ "$2" == "cssminjs" ]; then 
+ 	    actual="$(
+-		    java -jar ../lib/rhino-1.6R7.jar suite.rhino $testfile
++		    java -jar /usr/share/java/js.jar suite.rhino $testfile
+ 	    )"
+          
+     else

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/patches/parser.patch
===================================================================
--- trunk/yui-compressor/debian/patches/parser.patch	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/parser.patch	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,37 +0,0 @@
-YUI patch for the Rhino library's Parser.java
-===================================================================
---- a/src/org/mozilla/javascript/Parser.java
-+++ b/src/org/mozilla/javascript/Parser.java
-@@ -169,11 +169,30 @@
-     {
-         int tt = currentFlaggedToken;
-         if (tt == Token.EOF) {
--            tt = ts.getToken();
-+
-+            while ((tt = ts.getToken()) == Token.CONDCOMMENT || tt == Token.KEEPCOMMENT) {
-+                if (tt == Token.CONDCOMMENT) {
-+                    /* Support for JScript conditional comments */
-+                    decompiler.addJScriptConditionalComment(ts.getString());
-+                } else {
-+                    /* Support for preserved comments */
-+                    decompiler.addPreservedComment(ts.getString());
-+                }
-+            }
-+
-             if (tt == Token.EOL) {
-                 do {
-                     tt = ts.getToken();
--                } while (tt == Token.EOL);
-+
-+                    if (tt == Token.CONDCOMMENT) {
-+                        /* Support for JScript conditional comments */
-+                        decompiler.addJScriptConditionalComment(ts.getString());
-+                    } else if (tt == Token.KEEPCOMMENT) {
-+                        /* Support for preserved comments */
-+                        decompiler.addPreservedComment(ts.getString());
-+                    }
-+
-+                } while (tt == Token.EOL || tt == Token.CONDCOMMENT || tt == Token.KEEPCOMMENT);
-                 tt |= TI_AFTER_EOL;
-             }
-             currentFlaggedToken = tt;

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/patches/rhino17R3.diff (from rev 13790, trunk/yui-compressor/debian/patches/rhino17R3.diff)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/patches/rhino17R3.diff	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/rhino17R3.diff	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,83 @@
+Description: Port this parser to new Rhino 1.7R3 AST API.
+Author: Damien Raude-Morvan <drazzib at debian.org>
+Last-Update: 2011-06-12
+Forwarded: https://github.com/yui/yuicompressor/pull/9
+--- a/src/com/yahoo/platform/yui/compressor/JavaScriptCompressor.java
++++ b/src/com/yahoo/platform/yui/compressor/JavaScriptCompressor.java
+@@ -9,6 +9,7 @@
+ package com.yahoo.platform.yui.compressor;
+ 
+ import org.mozilla.javascript.*;
++import org.mozilla.javascript.ast.*;
+ 
+ import java.io.IOException;
+ import java.io.Reader;
+@@ -309,8 +310,11 @@
+ 
+         CompilerEnvirons env = new CompilerEnvirons();
+         Parser parser = new Parser(env, reporter);
+-        parser.parse(in, null, 1);
+-        String source = parser.getEncodedSource();
++        AstRoot ast = parser.parse(in, null, 1);
++        IRFactory irf = new IRFactory(env, reporter);
++        ScriptNode tree = irf.transformTree(ast);
++
++        String source = tree.getEncodedSource();
+ 
+         int offset = 0;
+         int length = source.length();
+@@ -321,8 +325,7 @@
+             int tt = source.charAt(offset++);
+             switch (tt) {
+ 
+-                case Token.CONDCOMMENT:
+-                case Token.KEEPCOMMENT:
++                case Token.COMMENT:
+                 case Token.NAME:
+                 case Token.REGEXP:
+                 case Token.STRING:
+@@ -833,12 +836,14 @@
+                     parensNesting--;
+                     break;
+ 
+-                case Token.CONDCOMMENT:
++                case Token.COMMENT:
++                  //if (token.commentType == Token.CommentType.JSDOC) {
+                     if (mode == BUILDING_SYMBOL_TREE) {
+                         protectScopeFromObfuscation(currentScope);
+                         warn("Using JScript conditional comments is not recommended." + (munge ? " Moreover, using JScript conditional comments reduces the level of compression!" : ""), true);
+                     }
+                     break;
++		  //}
+ 
+                 case Token.NAME:
+                     symbol = token.getValue();
+@@ -986,7 +991,7 @@
+                     parseCatch();
+                     break;
+ 
+-                case Token.CONDCOMMENT:
++                case Token.COMMENT:
+                     if (mode == BUILDING_SYMBOL_TREE) {
+                         protectScopeFromObfuscation(scope);
+                         warn("Using JScript conditional comments is not recommended." + (munge ? " Moreover, using JScript conditional comments reduces the level of compression." : ""), true);
+@@ -1276,8 +1281,7 @@
+                     }
+                     break;
+ 
+-                case Token.CONDCOMMENT:
+-                case Token.KEEPCOMMENT:
++                case Token.COMMENT:
+                     if (result.length() > 0 && result.charAt(result.length() - 1) != '\n') {
+                         result.append("\n");
+                     }
+@@ -1303,8 +1307,7 @@
+         // end of one file may very likely cause a syntax error)
+         if (!preserveAllSemiColons &&
+                 result.length() > 0 &&
+-                getToken(-1).getType() != Token.CONDCOMMENT &&
+-                getToken(-1).getType() != Token.KEEPCOMMENT) {
++                getToken(-1).getType() != Token.COMMENT) {
+             if (result.charAt(result.length() - 1) == '\n') {
+                 result.setCharAt(result.length() - 1, ';');
+             } else {

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/patches/series
===================================================================
--- trunk/yui-compressor/debian/patches/series	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/series	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,5 +0,0 @@
-use-system-libraries.patch
-decompiler.patch
-parser.patch
-token.patch
-tokenstream.patch

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/patches/series (from rev 13790, trunk/yui-compressor/debian/patches/series)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/patches/series	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/series	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,3 @@
+rhino17R3.diff
+fix_testsuite.diff
+use-system-libraries.patch

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/patches/token.patch
===================================================================
--- trunk/yui-compressor/debian/patches/token.patch	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/token.patch	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,17 +0,0 @@
-YUI patch for the Rhino library's Token.java
-===================================================================
---- a/src/org/mozilla/javascript/Token.java.orig	2009-12-25 00:39:07.000000000 -0500
-+++ b/src/org/mozilla/javascript/Token.java	2009-12-25 00:39:39.000000000 -0500
-@@ -258,7 +258,11 @@
-         LETEXPR        = 157,
-         WITHEXPR       = 158,
-         DEBUGGER       = 159,
--        LAST_TOKEN     = 159;
-+
-+        CONDCOMMENT    = 160,
-+        KEEPCOMMENT    = 161,
-+
-+        LAST_TOKEN     = 162;
- 
-     public static String name(int token)
-     {

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/patches/tokenstream.patch
===================================================================
--- trunk/yui-compressor/debian/patches/tokenstream.patch	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/patches/tokenstream.patch	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,174 +0,0 @@
-YUI patch for the Rhino library's TokenStream.java
-===================================================================
---- a/src/org/mozilla/javascript/TokenStream.java
-+++ b/src/org/mozilla/javascript/TokenStream.java
-@@ -526,7 +526,7 @@
-                 stringBufferTop = 0;
- 
-                 c = getChar();
--            strLoop: while (c != quoteChar) {
-+                while (c != quoteChar) {
-                     if (c == '\n' || c == EOF_CHAR) {
-                         ungetChar(c);
-                         parser.addError("msg.unterminated.string.lit");
-@@ -535,89 +535,47 @@
- 
-                     if (c == '\\') {
-                         // We've hit an escaped character
--                        int escapeVal;
- 
-                         c = getChar();
-+
-                         switch (c) {
--                        case 'b': c = '\b'; break;
--                        case 'f': c = '\f'; break;
--                        case 'n': c = '\n'; break;
--                        case 'r': c = '\r'; break;
--                        case 't': c = '\t'; break;
--
--                        // \v a late addition to the ECMA spec,
--                        // it is not in Java, so use 0xb
--                        case 'v': c = 0xb; break;
--
--                        case 'u':
--                            // Get 4 hex digits; if the u escape is not
--                            // followed by 4 hex digits, use 'u' + the
--                            // literal character sequence that follows.
--                            int escapeStart = stringBufferTop;
--                            addToString('u');
--                            escapeVal = 0;
--                            for (int i = 0; i != 4; ++i) {
--                                c = getChar();
--                                escapeVal = Kit.xDigitToInt(c, escapeVal);
--                                if (escapeVal < 0) {
--                                    continue strLoop;
--                                }
-+
-+                            case '\\': // backslash
-+                            case 'b':  // backspace
-+                            case 'f':  // form feed
-+                            case 'n':  // line feed
-+                            case 'r':  // carriage return
-+                            case 't':  // horizontal tab
-+                            case 'v':  // vertical tab
-+                            case 'd':  // octal sequence
-+                            case 'u':  // unicode sequence
-+                            case 'x':  // hexadecimal sequence
-+                                // Only keep the '\' character for those
-+                                // characters that need to be escaped...
-+                                // Don't escape quoting characters...
-+                                addToString('\\');
-                                 addToString(c);
--                            }
--                            // prepare for replace of stored 'u' sequence
--                            // by escape value
--                            stringBufferTop = escapeStart;
--                            c = escapeVal;
--                            break;
--                        case 'x':
--                            // Get 2 hex digits, defaulting to 'x'+literal
--                            // sequence, as above.
--                            c = getChar();
--                            escapeVal = Kit.xDigitToInt(c, 0);
--                            if (escapeVal < 0) {
--                                addToString('x');
--                                continue strLoop;
--                            } else {
--                                int c1 = c;
--                                c = getChar();
--                                escapeVal = Kit.xDigitToInt(c, escapeVal);
--                                if (escapeVal < 0) {
--                                    addToString('x');
--                                    addToString(c1);
--                                    continue strLoop;
--                                } else {
--                                    // got 2 hex digits
--                                    c = escapeVal;
--                                }
--                            }
--                            break;
-+                                break;
- 
--                        case '\n':
--                            // Remove line terminator after escape to follow
--                            // SpiderMonkey and C/C++
--                            c = getChar();
--                            continue strLoop;
--
--                        default:
--                            if ('0' <= c && c < '8') {
--                                int val = c - '0';
--                                c = getChar();
--                                if ('0' <= c && c < '8') {
--                                    val = 8 * val + c - '0';
--                                    c = getChar();
--                                    if ('0' <= c && c < '8' && val <= 037) {
--                                        // c is 3rd char of octal sequence only
--                                        // if the resulting val <= 0377
--                                        val = 8 * val + c - '0';
--                                        c = getChar();
--                                    }
-+                            case '\n':
-+                                // Remove line terminator after escape
-+                                break;
-+
-+                            default:
-+                                if (isDigit(c)) {
-+                                    // Octal representation of a character.
-+                                    // Preserve the escaping (see Y! bug #1637286)
-+                                    addToString('\\');
-                                 }
--                                ungetChar(c);
--                                c = val;
--                            }
-+                                addToString(c);
-+                                break;
-                         }
-+
-+                    } else {
-+
-+                        addToString(c);
-                     }
--                    addToString(c);
-+
-                     c = getChar();
-                 }
- 
-@@ -760,16 +718,35 @@
-                 }
-                 if (matchChar('*')) {
-                     boolean lookForSlash = false;
-+                    StringBuffer sb = new StringBuffer();
-                     for (;;) {
-                         c = getChar();
-                         if (c == EOF_CHAR) {
-                             parser.addError("msg.unterminated.comment");
-                             return Token.ERROR;
--                        } else if (c == '*') {
-+                        }
-+                        sb.append((char) c);
-+                        if (c == '*') {
-                             lookForSlash = true;
-                         } else if (c == '/') {
-                             if (lookForSlash) {
--                                continue retry;
-+                                sb.delete(sb.length()-2, sb.length());
-+                                String s1 = sb.toString();
-+                                String s2 = s1.trim();
-+                                if (s1.startsWith("!")) {
-+                                    // Remove the leading '!'
-+                                    this.string = s1.substring(1);
-+                                    return Token.KEEPCOMMENT;
-+                                } else if (s2.startsWith("@cc_on") ||
-+                                           s2.startsWith("@if")    ||
-+                                           s2.startsWith("@elif")  ||
-+                                           s2.startsWith("@else")  ||
-+                                           s2.startsWith("@end")) {
-+                                    this.string = s1;
-+                                    return Token.CONDCOMMENT;
-+                                } else {
-+                                    continue retry;
-+                                }
-                             }
-                         } else {
-                             lookForSlash = false;

Deleted: tags/yui-compressor/2.4.6+debian1-1/debian/rules
===================================================================
--- trunk/yui-compressor/debian/rules	2011-06-12 17:02:54 UTC (rev 13787)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/rules	2011-06-12 20:31:17 UTC (rev 13791)
@@ -1,22 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-DEB_COMPRESS_EXCLUDE := .class
-JAVA_HOME       := /usr/lib/jvm/default-java
-
-DEB_JARS := js jargs
-DEB_ANT_BUILD_TARGET := build.jar
-DEb_CLEAN_BUILD_TARGET := clean
-DEB_DH_INSTALLCHANGELOGS_ARGS := doc/CHANGELOG
-
-LIBRARY=yui-compressor
-VERSION=2.4.6
-RHINO_VERSION=1.7R2-4
-
-build/yui-compressor::
-	cp build/yuicompressor-${VERSION}.jar build/yui-compressor.jar
-
-get-orig-source:
-	debian/fetch-upstream ${VERSION} ${RHINO_VERSION}

Copied: tags/yui-compressor/2.4.6+debian1-1/debian/rules (from rev 13790, trunk/yui-compressor/debian/rules)
===================================================================
--- tags/yui-compressor/2.4.6+debian1-1/debian/rules	                        (rev 0)
+++ tags/yui-compressor/2.4.6+debian1-1/debian/rules	2011-06-12 20:31:17 UTC (rev 13791)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+DEB_COMPRESS_EXCLUDE := .class
+JAVA_HOME       := /usr/lib/jvm/default-java
+
+DEB_JARS := js jargs
+DEB_ANT_BUILD_TARGET := build.jar
+DEB_CLEAN_BUILD_TARGET := clean
+DEB_DH_INSTALLCHANGELOGS_ARGS := doc/CHANGELOG
+
+LIBRARY=yui-compressor
+VERSION=2.4.6
+
+install/yui-compressor::
+	# Launch tests
+	(cd tests; bash ./suite.sh)
+	# Rename JAR file
+	cp build/yuicompressor-${VERSION}.jar build/yui-compressor.jar
+
+get-orig-source:
+	debian/fetch-upstream ${VERSION} ${DEB_UPSTREAM_VERSION}




More information about the pkg-java-commits mailing list