debian/0000755000000000000000000000000011677467335007211 5ustar debian/changelog0000644000000000000000000000233511677467335011066 0ustar python-demjson (1.6-2build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose Sat, 31 Dec 2011 02:09:33 +0000 python-demjson (1.6-2) unstable; urgency=low * Team upload. * Rebuild to pick up 2.7 and drop 2.5 from supported versions * debian/control: - Bumped Standards-version to 3.9.2 - no changes necessary. * debian/watch - removed dh_make template lines, leaving only the used ones * debian/jsonlint.1 - don't use hyphen as minus sign -- Sandro Tosi Sat, 07 May 2011 15:26:44 +0200 python-demjson (1.6-1) unstable; urgency=low * New upstream release * debian/copyright: Rewirte in DEP-5 format. * debian/rules: Switch to dh_python2. -- TANIGUCHI Takaki Wed, 06 Apr 2011 14:24:20 +0900 python-demjson (1.5-1) unstable; urgency=low * New upstream. * debian/control: - Bumped Standards-version to 3.9.1 - no changes necessary. * debian/source/format: 3.0 (quilt) -- TANIGUCHI Takaki Thu, 28 Oct 2010 14:46:24 +0900 python-demjson (1.4-1) unstable; urgency=low * Initial release (Closes: #558117) -- TANIGUCHI Takaki Thu, 26 Nov 2009 23:16:58 +0900 debian/install0000644000000000000000000000002211515407170010552 0ustar jsonlint /usr/bin debian/jsonlint.10000644000000000000000000000513511561243601011113 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH JSONLINT 1 "2009-12-01" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME jsonlint \- A JSON syntax validator and formatter tool .SH SYNOPSIS .B jsonlint .RI [-v] [-s|-S] [-f|-F] [-e codec] inputfile.json ... .SH DESCRIPTION This manual page documents briefly the .B jsonlint commands. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. .SH OPTIONS The return status will be 0 if the file is legal JSON, or non\-zero otherwise. Use \-v to see the warning details. Options are: .B \-v, \-s, \-S, \-f, \-F, \-e .TP .B \-v, \-\-verbose Show details of lint checking .TP .B \-s, \-\-strict Be strict in what is considered legal JSON (the default) .TP .B \-S, \-\-nonstrict Be loose in what is considered legal JSON .TP .B \-f, \-\-format Reformat the JSON (if legal) to stdout .TP .B \-F, \-\-format-compactly Reformat the JSON simlar to \-f, but do so compactly by removing all unnecessary whitespace .TP .B \-e codec, \-\-encoding=codec .TP .B \-\-input\-encoding=codec \-\-output\-encoding=codec Set the input and output character encoding codec (e.g., ascii, utf8, utf-16). The \-e will set both the input and output encodings to the same thing. If not supplied, the input encoding is guessed according to the JSON specification. The output encoding defaults to UTF-8, and is used when reformatting (via the \-f or \-F options). When reformatting, all members of objects (associative arrays) are always output in lexigraphical sort order. The default output codec is UTF-8, unless the \-e option is provided. Any Unicode characters will be output as literal characters if the encoding permits, otherwise they will be \u-escaped. You can use "\-e ascii" to force all Unicode characters to be escaped. .SH AUTHOR jsonlint was written by Deron Meranda . .PP This manual page was written by TANIGUCHI Takaki , for the Debian project (and may be used by others). debian/rules0000755000000000000000000000071111547140024010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/manpages0000644000000000000000000000002211515407170010677 0ustar debian/jsonlint.1 debian/control0000644000000000000000000000135511561243070010574 0ustar Source: python-demjson Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 7), python-all (>= 2.6.6-3), python-setuptools Standards-Version: 3.9.2 Homepage: http://deron.meranda.us/python/demjson/ Package: python-demjson Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Breaks: ${python:Breaks} Description: encoder, decoder, and lint/validator for JSON in Python demjson is a comprehensive Python language binding to the JSON language-independent data encoding standard, which is often used as a simpler subtitute for XML in AJAX-based web applications. debian/copyright0000644000000000000000000000207511547140024011123 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: demjson Source: http://pypi.python.org/pypi/demjson/ Files: * Copyright: 2006-2011 Deron Meranda License: LGPL-3 Files: debian/* Copyright: 2011 TANIGUCHI Takaki License: LGPL-3 License: LGPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'. debian/source/0000755000000000000000000000000011561244366010476 5ustar debian/source/format0000644000000000000000000000001411515407167011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000017411561243305010221 0ustar # Compulsory line, this is a version 3 file version=3 http://pypi.python.org/packages/source/d/demjson/demjson-(.*).tar.gz debian/compat0000644000000000000000000000000211515407170010365 0ustar 7 debian/docs0000644000000000000000000000006711515407170010045 0ustar AUTHORS.txt CHANGES.txt NEWS.txt README.txt THANKS.txt