debian/0000755000000000000000000000000012055706616007176 5ustar debian/rules0000755000000000000000000000003612055706616010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000226012055706616010601 0ustar Source: libcql-parser-perl Maintainer: Debian Perl Group Uploaders: Ben Webb , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-accessor-perl, libclone-perl, libstring-tokenizer-perl, libtest-exception-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcql-parser-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libcql-parser-perl.git Homepage: http://search.cpan.org/dist/CQL-Parser/ Package: libcql-parser-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-perl, libclone-perl, libstring-tokenizer-perl Description: Common Query Language parser CQL::Parser is a base class for boolean nodes in a CQL parse tree. See CQL::AndNode and CQL::OrNode. CQL::BooleanNode inherits from CQL::Node. Typically you'll want to use CQL::AndNode or CQL::OrNode to instantiate the object. debian/source/0000755000000000000000000000000012055706616010476 5ustar debian/source/format0000644000000000000000000000001412055706616011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000100112055706616011040 0ustar libcql-parser-perl (1.12-1) unstable; urgency=low [ Xavier Guimard ] * New upstream version * Remove debian/patches/manpage_spelling.patch (now included in upstream) * Bump Standards-Version to 3.9.4 * Update debian/copyright (format and Module::Install copyright) -- Xavier Guimard Sat, 24 Nov 2012 18:46:25 +0100 libcql-parser-perl (1.10-1) unstable; urgency=low * Initial Release. (closes: #636378) -- Ben Webb Fri, 05 Aug 2011 15:41:37 +0000 debian/compat0000644000000000000000000000000212055706616010374 0ustar 8 debian/copyright0000644000000000000000000000240112055706616011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CQL-Parser Source: http://search.cpan.org/dist/CQL-Parser/ Upstream-Contact: Brian Cassidy Files: * Copyright: 2004-2009, Ed Summers License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Ben Webb 2012, Xavier Guimard 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/watch0000644000000000000000000000016112055706616010225 0ustar version=3 http://search.cpan.org/dist/CQL-Parser/ .*/CQL-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$