debian/0000755000000000000000000000000012203000754007157 5ustar debian/docs0000644000000000000000000000001212202777450010040 0ustar README.md debian/watch0000644000000000000000000000024012203000430010173 0ustar version=3 opts=filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-cookie-jar-$1.tar.gz/ \ https://github.com/mikeal/cookie-jar/tags .*/archive/v?([\d\.]+).tar.gz debian/control0000644000000000000000000000133412202777553010604 0ustar Source: node-cookie-jar Section: web Priority: extra Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 8~) , dh-buildinfo Standards-Version: 3.9.4 Homepage: https://github.com/mikeal/cookie-jar Vcs-Git: git://anonscm.debian.org/collab-maint/node-cookie-jar.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-cookie-jar.git Package: node-cookie-jar Architecture: all Depends: ${misc:Depends} , nodejs Description: Cookie handling for HTTP clients - module for Node.js node-cookie-jar provides minimal cookie handling for HTTP clients. . Node.js is an event-based server-side javascript engine. debian/copyright0000644000000000000000000000427512203000375011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cookie-jar Upstream-Contact: https://github.com/mikeal/cookie-jar/issues Source: https://github.com/mikeal/cookie-jar Comment: upstream has been asked to clarify its license, see https://github.com/mikeal/cookie-jar/issues/4 Files: * Copyright: 2013 Mikeal Rogers License: Apache-2.0 Files: index.js jar.js Copyright: 2010 LearnBoost License: Expat License: Apache-2.0 Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License Version 2.0 can be found in "/usr/share/common-licenses/Apache-2.0". License: Expat 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/install0000644000000000000000000000010412203000654010542 0ustar index.js usr/lib/nodejs/cookie-jar jar.js usr/lib/nodejs/cookie-jar debian/source/0000755000000000000000000000000012202777450010474 5ustar debian/source/format0000644000000000000000000000001412202777450011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212202777450010372 0ustar 8 debian/rules0000755000000000000000000000016112202777450010252 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/changelog0000644000000000000000000000023612203000737011033 0ustar node-cookie-jar (0.3.1-1) unstable; urgency=low * Initial release (Closes: #719752) -- Jérémy Lal Thu, 15 Aug 2013 00:17:02 +0200