Author: tmancill Date: 2014-06-10 04:48:47 +0000 (Tue, 10 Jun 2014) New Revision: 18214
Added: tags/yui-compressor/2.4.7-2/ tags/yui-compressor/2.4.7-2/debian/changelog tags/yui-compressor/2.4.7-2/debian/compat tags/yui-compressor/2.4.7-2/debian/control tags/yui-compressor/2.4.7-2/debian/copyright Removed: tags/yui-compressor/2.4.7-2/debian/changelog tags/yui-compressor/2.4.7-2/debian/compat tags/yui-compressor/2.4.7-2/debian/control tags/yui-compressor/2.4.7-2/debian/copyright Log: [svn-buildpackage] Tagging yui-compressor 2.4.7-2 Deleted: tags/yui-compressor/2.4.7-2/debian/changelog =================================================================== --- trunk/yui-compressor/debian/changelog 2014-06-06 10:10:29 UTC (rev 18212) +++ tags/yui-compressor/2.4.7-2/debian/changelog 2014-06-10 04:48:47 UTC (rev 18214) @@ -1,71 +0,0 @@ -yui-compressor (2.4.7-1) unstable; urgency=low - - * New upstream release. - * Bump Standards-Version to 3.9.3.1 (no changes needed). - * d/control: Add missing librhino-java in Build-Depends. - * d/rules: js.jar is not needed in DEB_JARS (only used for - cssmin testsuite). - * d/control: Wrap-and-sort fields. - - -- Damien Raude-Morvan <[email protected]> Sat, 12 May 2012 22:56:01 +0200 - -yui-compressor (2.4.6+rhino17R2-1) unstable; urgency=low - - * Re-add some part of embedded Rhino source code: - (Closes: #630542). - - d/copyright: Readd copyright notice. - - d/control: Drop Depends and Build-Depends on rhino. - - d/fetch-upstream: Update script to download rhino source code. - - -- Damien Raude-Morvan <[email protected]> Mon, 04 Jul 2011 23:26:08 +0200 - -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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Thu, 07 Jan 2010 21:34:14 -0500 Copied: tags/yui-compressor/2.4.7-2/debian/changelog (from rev 18213, trunk/yui-compressor/debian/changelog) =================================================================== --- tags/yui-compressor/2.4.7-2/debian/changelog (rev 0) +++ tags/yui-compressor/2.4.7-2/debian/changelog 2014-06-10 04:48:47 UTC (rev 18214) @@ -0,0 +1,83 @@ +yui-compressor (2.4.7-2) unstable; urgency=medium + + * Team upload. + * Mark yui-compressor as Multi-Arch: foreign. (Closes: #751006) + - Thanks to Helmut Grohne for the patch. + * Bump Standards-Version to 3.9.5. (no changes needed). + * Use debhelper 9. + * Update Vcs URLs to use canonical hostnames. + * Correct lintian format warning in debian/copyright + + -- tony mancill <[email protected]> Mon, 09 Jun 2014 21:12:02 -0700 + +yui-compressor (2.4.7-1) unstable; urgency=low + + * New upstream release. + * Bump Standards-Version to 3.9.3.1 (no changes needed). + * d/control: Add missing librhino-java in Build-Depends. + * d/rules: js.jar is not needed in DEB_JARS (only used for + cssmin testsuite). + * d/control: Wrap-and-sort fields. + + -- Damien Raude-Morvan <[email protected]> Sat, 12 May 2012 22:56:01 +0200 + +yui-compressor (2.4.6+rhino17R2-1) unstable; urgency=low + + * Re-add some part of embedded Rhino source code: + (Closes: #630542). + - d/copyright: Readd copyright notice. + - d/control: Drop Depends and Build-Depends on rhino. + - d/fetch-upstream: Update script to download rhino source code. + + -- Damien Raude-Morvan <[email protected]> Mon, 04 Jul 2011 23:26:08 +0200 + +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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Thu, 07 Jan 2010 21:34:14 -0500 Deleted: tags/yui-compressor/2.4.7-2/debian/compat =================================================================== --- trunk/yui-compressor/debian/compat 2014-06-06 10:10:29 UTC (rev 18212) +++ tags/yui-compressor/2.4.7-2/debian/compat 2014-06-10 04:48:47 UTC (rev 18214) @@ -1 +0,0 @@ -7 Copied: tags/yui-compressor/2.4.7-2/debian/compat (from rev 18213, trunk/yui-compressor/debian/compat) =================================================================== --- tags/yui-compressor/2.4.7-2/debian/compat (rev 0) +++ tags/yui-compressor/2.4.7-2/debian/compat 2014-06-10 04:48:47 UTC (rev 18214) @@ -0,0 +1 @@ +9 Deleted: tags/yui-compressor/2.4.7-2/debian/control =================================================================== --- trunk/yui-compressor/debian/control 2014-06-06 10:10:29 UTC (rev 18212) +++ tags/yui-compressor/2.4.7-2/debian/control 2014-06-10 04:48:47 UTC (rev 18214) @@ -1,29 +0,0 @@ -Source: yui-compressor -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Dominik Smatana <[email protected]>, - Damien Raude-Morvan <[email protected]>, - Michael Gilbert <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk -Build-Depends-Indep: libjargs-java, librhino-java -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.3.1 - -Package: yui-compressor -Architecture: all -Depends: default-jre-headless | java5-runtime-headless, - java-wrappers, - libjargs-java, - ${misc:Depends} -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.7-2/debian/control (from rev 18213, trunk/yui-compressor/debian/control) =================================================================== --- tags/yui-compressor/2.4.7-2/debian/control (rev 0) +++ tags/yui-compressor/2.4.7-2/debian/control 2014-06-10 04:48:47 UTC (rev 18214) @@ -0,0 +1,30 @@ +Source: yui-compressor +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Dominik Smatana <[email protected]>, + Damien Raude-Morvan <[email protected]>, + Michael Gilbert <[email protected]> +Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk +Build-Depends-Indep: libjargs-java, librhino-java +Homepage: http://yuilibrary.com/projects/yuicompressor/ +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/yui-compressor +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/yui-compressor +Standards-Version: 3.9.5 + +Package: yui-compressor +Architecture: all +Depends: default-jre-headless | java5-runtime-headless, + java-wrappers, + libjargs-java, + ${misc:Depends} +Multi-Arch: foreign +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.7-2/debian/copyright =================================================================== --- trunk/yui-compressor/debian/copyright 2014-06-06 10:10:29 UTC (rev 18212) +++ tags/yui-compressor/2.4.7-2/debian/copyright 2014-06-10 04:48:47 UTC (rev 18214) @@ -1,114 +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 <[email protected]> -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 <[email protected]> -Copyright: Copyright 2009-2011, Damien Raude-Morvan <[email protected]> -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.7-2/debian/copyright (from rev 18213, trunk/yui-compressor/debian/copyright) =================================================================== --- tags/yui-compressor/2.4.7-2/debian/copyright (rev 0) +++ tags/yui-compressor/2.4.7-2/debian/copyright 2014-06-10 04:48:47 UTC (rev 18214) @@ -0,0 +1,114 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: YUI Compressor +Upstream-Contact: Julien Lecomte <[email protected]> +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: 2009, Dominik Smatana <[email protected]> + 2009-2011, Damien Raude-Morvan <[email protected]> +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. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

