debian/0000755000000000000000000000000012245176460007175 5ustar debian/patches/0000755000000000000000000000000012245175535010626 5ustar debian/patches/series0000644000000000000000000000002312245175224012031 0ustar pod-spelling.patch debian/patches/pod-spelling.patch0000644000000000000000000000065612245175535014253 0ustar Description: fix a typo in POD Author: Florian Schlichting Forwarded: https://github.com/rurban/Cpanel-JSON-XS/commit/7fb783aee9d20daf05087f9103d9900489e1f0a6 --- a/XS.pm +++ b/XS.pm @@ -94,7 +94,7 @@ B -- public maintainance and bugtracker. +- public maintenance and bugtracker. - added C extension, non-JSON and non JSON parsable, allows C<\xNN> and C<\NNN> sequences. debian/watch0000644000000000000000000000017112245173674010231 0ustar version=3 https://metacpan.org/release/Cpanel-JSON-XS .*/Cpanel-JSON-XS-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000250412245175030011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Cpanel-JSON-XS Upstream-Contact: cPanel Inc. Upstream-Name: Cpanel-JSON-XS Files: * Copyright: 2007-2011, Marc Lehmann http://home.schmorp.de/ 2012-2013, cPanel Inc. License: Artistic or GPL-1+ Files: ppport.h Copyright: 2004-2010, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Florian Schlichting License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000223312245174616010601 0ustar Source: libcpanel-json-xs-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 9.20120312), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpanel-json-xs-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpanel-json-xs-perl.git Homepage: https://metacpan.org/release/Cpanel-JSON-XS Package: libcpanel-json-xs-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: module for fast and correct serialising to JSON Cpanel::JSON::XS converts Perl data structures to JSON and vice versa. Its primary goal is to be correct and its secondary goal is to be fast. To reach the latter goal it was written in C. . As this is the n-th-something JSON module on CPAN, what was the reason to write yet another JSON module? While it seems there are many JSON modules, none of them correctly handle all corner cases, and in most cases their maintainers are unresponsive, gone missing, or not listening to bug reports for other reasons. debian/compat0000644000000000000000000000000212245173674010377 0ustar 9 debian/changelog0000644000000000000000000000025412245176233011046 0ustar libcpanel-json-xs-perl (2.3403-1) unstable; urgency=low * Initial Release. (Closes: #730576) -- Florian Schlichting Tue, 26 Nov 2013 20:55:06 +0100 debian/source/0000755000000000000000000000000012245173674010501 5ustar debian/source/format0000644000000000000000000000001412245173674011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000036412245176460010260 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!/opt/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/libcpanel-json-xs-perl.examples0000644000000000000000000000000512245173674015224 0ustar eg/*