Author: tmancill Date: 2014-06-10 04:31:20 +0000 (Tue, 10 Jun 2014) New Revision: 18213
Modified: trunk/yui-compressor/debian/changelog trunk/yui-compressor/debian/compat trunk/yui-compressor/debian/control trunk/yui-compressor/debian/copyright Log: package freshening + #751006 Modified: trunk/yui-compressor/debian/changelog =================================================================== --- trunk/yui-compressor/debian/changelog 2014-06-06 10:10:29 UTC (rev 18212) +++ trunk/yui-compressor/debian/changelog 2014-06-10 04:31:20 UTC (rev 18213) @@ -1,3 +1,15 @@ +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. Modified: trunk/yui-compressor/debian/compat =================================================================== --- trunk/yui-compressor/debian/compat 2014-06-06 10:10:29 UTC (rev 18212) +++ trunk/yui-compressor/debian/compat 2014-06-10 04:31:20 UTC (rev 18213) @@ -1 +1 @@ -7 +9 Modified: trunk/yui-compressor/debian/control =================================================================== --- trunk/yui-compressor/debian/control 2014-06-06 10:10:29 UTC (rev 18212) +++ trunk/yui-compressor/debian/control 2014-06-10 04:31:20 UTC (rev 18213) @@ -5,12 +5,12 @@ Uploaders: Dominik Smatana <[email protected]>, Damien Raude-Morvan <[email protected]>, Michael Gilbert <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk +Build-Depends: ant, cdbs, debhelper (>= 9), 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 +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 @@ -18,6 +18,7 @@ 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 Modified: trunk/yui-compressor/debian/copyright =================================================================== --- trunk/yui-compressor/debian/copyright 2014-06-06 10:10:29 UTC (rev 18212) +++ trunk/yui-compressor/debian/copyright 2014-06-10 04:31:20 UTC (rev 18213) @@ -1,4 +1,4 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 +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/ @@ -107,8 +107,8 @@ 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]> +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

