debian/0000775000000000000000000000000012064653477007206 5ustar debian/changelog0000664000000000000000000000024212064653477011056 0ustar libjs-jstorage (0.3.1-1) unstable; urgency=low * Initial release, closes: #696432. -- Dmitry E. Oboukhov Thu, 20 Dec 2012 20:35:00 +0400 debian/copyright0000664000000000000000000000237112064651007011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Andris Reinman Source: http://www.jstorage.info/ Name: jstorage Files: debian/* Copyright: 2012, Dmitry E. Oboukhov License: MIT Files: * Copyright: 2010-2012, Andris Reinman 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 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/libjs-jstorage.docs0000664000000000000000000000001212064641706012760 0ustar README.md debian/libjs-jstorage.dirs0000664000000000000000000000011112064643315012767 0ustar /usr/share/javascript/jstorage/ /usr/share/docs/libjs-jstorage/examples/ debian/compat0000664000000000000000000000000212064637053010374 0ustar 8 debian/source/0000775000000000000000000000000012064637036010477 5ustar debian/source/format0000664000000000000000000000001412064637036011705 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000154612064651333010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk package := $(shell dpkg-parsechangelog|grep ^Source|awk '{print $$2}') version := $(shell dpkg-parsechangelog|grep ^Version|awk '{print $$2}' \ |sed 's/-[[:digit:]]\+$$//') clean:: rm -fr build build/stamp: mkdir -p build touch $@ build/libjs-jstorage:: build/stamp install -m 0644 jstorage.js build/ yui-compressor --type js \ --charset utf-8 \ --nomunge \ --disable-optimizations \ --preserve-semi \ build/jstorage.js -o build/jstorage.min.js sed 's/"jstorage.js"/"jstorage.min.js"/' test.html > build/test.min.html sed 's/jstorage.js"/jstorage.min.js"/' tests/testrunner.html \ > build/testrunner.min.html tarball: clean test -d ../$(package)-$(version) cd .. && \ tar --exclude=.git --exclude=debian \ -czvf $(package)_$(version).orig.tar.gz \ $(package)-$(version) debian/libjs-jstorage.install0000664000000000000000000000051112064653326013503 0ustar build/jstorage.min.js /usr/share/javascript/jstorage/ build/jstorage.js /usr/share/javascript/jstorage/ test.html /usr/share/doc/libjs-jstorage/examples build/test.min.html /usr/share/doc/libjs-jstorage/examples tests /usr/share/doc/libjs-jstorage/examples build/testrunner.min.html /usr/share/doc/libjs-jstorage/examples/tests/ debian/libjs-jstorage.links0000664000000000000000000000030612064643363013157 0ustar /usr/share/javascript/jstorage/jstorage.js /usr/share/docs/libjs-jstorage/examples/jstorage.js /usr/share/javascript/jstorage/jstorage.min.js /usr/share/docs/libjs-jstorage/examples/jstorage.min.js debian/control0000664000000000000000000000106412064651534010602 0ustar Source: libjs-jstorage Maintainer: Dmitry E. Oboukhov Section: web Priority: optional Build-Depends: debhelper (>= 8), cdbs, yui-compressor Standards-Version: 3.9.3 Homepage: http://www.jstorage.info/ Package: libjs-jstorage Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: libjs-jquery, libjs-prototype Description: store data locally with JavaScript Storage is a cross-browser key-value store database to store data locally in the browser - jStorage supports all major browsers, both in desktop and in mobile.