debian/0000755000000000000000000000000012367500624007173 5ustar debian/compat0000644000000000000000000000000212344367431010373 0ustar 9 debian/docs0000644000000000000000000000003412344371740010043 0ustar index.html css bundle tests debian/libjs-jquery-i18n-properties.install0000644000000000000000000000006712344372032016150 0ustar *-min.js /usr/share/javascript/jquery-i18n-properties/ debian/watch0000644000000000000000000000014012344376572010227 0ustar version=3 https://github.com/dpocock/jquery-i18n-properties/tags .*/archive/?(\d[\d\.]+).tar.gz debian/source/0000755000000000000000000000000012344377550010500 5ustar debian/source/format0000644000000000000000000000001412344376635011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000113212344376711010253 0ustar #!/usr/bin/make -f INPUT_FILE = jquery.i18n.properties.js OUTPUT_FILE = jquery.i18n.properties-min.js MINIFY_GCC=closure-compiler # using a manually constructed JVM command line for # closure-compiler due to Debian bug 705565: #MINIFY_GCC="java -classpath /usr/share/java/closure-compiler.jar:/usr/share/java/args4j.jar:/usr/share/java/guava.jar:/usr/share/java/json.jar com.google.javascript.jscomp.CommandLineRunner" %: dh $@ --builddirectory=. override_dh_auto_build: $(MINIFY_GCC) --js ${INPUT_FILE} --js_output_file ${OUTPUT_FILE} # no make install support override_dh_auto_install: true debian/libjs-jquery-i18n-properties.lintian-overrides0000644000000000000000000000022412344377607020150 0ustar # dual licensed with MIT, GPL version not clearly stated libjs-jquery-i18n-properties binary: copyright-should-refer-to-common-license-file-for-gpl debian/changelog0000644000000000000000000000025012346311554011041 0ustar jquery-i18n-properties (1.1.0-1) unstable; urgency=low * Initial packaging (Closes: #750765) -- Daniel Pocock Thu, 12 Jun 2014 13:47:51 +0200 debian/copyright0000644000000000000000000000332212346311702011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jquery-i18n-properties Upstream-Contact: Nuno Fernandes Source: http://code.google.com/p/jquery-i18n-properties/source/checkout Files: * Copyright: 2011, Nuno Fernandes 2011, Matthew Lohbihler License: MIT and GPL The GPL is mentioned but the version is not specified so we only copy the MIT license text below. Upstream has been asked to clarify about GPL. Files: css/blueprint/* Copyright: 2007-2010, blueprintcss.org License: MIT Files: debian/* Copyright: 2014, Daniel Pocock http://danielpocock.com License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000172612367500624010604 0ustar Source: jquery-i18n-properties Section: web Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Daniel Pocock Build-Depends: debhelper (>= 9), closure-compiler Standards-Version: 3.9.5 Homepage: http://code.google.com/p/jquery-i18n-properties/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/jquery-i18n-properties.git Vcs-Git: git://anonscm.debian.org/pkg-javascript/jquery-i18n-properties.git Package: libjs-jquery-i18n-properties Architecture: all Depends: ${misc:Depends} Recommends: javascript-common, libjs-jquery Description: lightweight jQuery internationalization plugin Lightweight jQuery plugin for providing internationalization to JavaScript from ‘.properties’ files, just like in Java Resource Bundles. It loads and parses resource bundles (.properties) based on provided language and country codes (ISO-639 and ISO-3166) or language reported by browser.