debian/0000755000000000000000000000000012207412177007171 5ustar debian/changelog0000644000000000000000000000360712207412177011051 0ustar libcss-perl (1.09-1) unstable; urgency=low * New upstream release. * Update to dh9. * d/control - Push Standards-Version to 3.9.4. * Update d/copyright to copyright-format 1.0. * Switch to dpkg-source 3.0 (quilt) format. * Remove rebuild-grammar.pl, fixed in the new upstream release. -- Alejandro Garrido Mota Wed, 28 Aug 2013 16:21:49 +0200 libcss-perl (1.08-1+nmu3) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: tests failed": this is the third NMU in a row that's necessary due to the compiled grammar; following Niko Tyni's advice in #56940, a script now recompiles the grammar at build time. Closes: #674353 -- gregor herrmann Fri, 08 Jun 2012 15:37:46 +0200 libcss-perl (1.08-1+nmu2) unstable; urgency=low * Non-maintainer upload. * Fix test failures by recompiling the grammar using a new version of Parse::RecDescent (Closes: 661798) -- Salvatore Bonaccorso Fri, 09 Mar 2012 13:25:01 +0100 libcss-perl (1.08-1+nmu1) unstable; urgency=low * Non maintainer Upload * Fix test failures by recompiling the grammar using a new version of Parse::RecDescent (Closes: #53948) -- Don Armstrong Tue, 14 Sep 2010 04:27:12 -0400 libcss-perl (1.08-1) unstable; urgency=low * New upstream release * Improved: - debian/rules - debian/control * Improve Format-Specification in debian/copyright * Add watch file -- Alejandro Garrido Mota Fri, 24 Apr 2009 20:41:36 -0430 libcss-perl (1.07-2) unstable; urgency=low * Fixed FTBFS with perl 5.10 (Closes: #467988) -- Alejandro Garrido Mota Mon, 17 Mar 2008 13:38:41 -0430 libcss-perl (1.07-1) unstable; urgency=low * Initial Release (Closes: #428417). -- Alejandro Garrido Mota Sat, 02 Jun 2007 13:46:56 -0400 debian/source/0000755000000000000000000000000012207412177010471 5ustar debian/source/format0000644000000000000000000000001412207412177011677 0ustar 3.0 (quilt) debian/libcss-perl.examples0000644000000000000000000000001312207412177013142 0ustar examples/* debian/rules0000755000000000000000000000003612207412177010250 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000014412207412177010221 0ustar version=3 http://search.cpan.org/dist/CSS/ .*/CSS-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000212207412177010367 0ustar 9 debian/copyright0000644000000000000000000000215212207412177011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Allen Day , Cal Henderson Source: http://search.cpan.org/dist/CSS/ Upstream-Name: CSS Files: * Copyright: 2001-2002, Allen Day 2003-2004, Cal Henderson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2013, Alejandro Garrido Mota 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/control0000644000000000000000000000123312207412177010573 0ustar Source: libcss-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libparse-recdescent-perl (>= 1), perl Maintainer: Alejandro Garrido Mota Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/CSS/ Package: libcss-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl (>= 1) Description: object oriented access to Cascading Style Sheets (CSS) This module can be used, along with a CSS::Parse::* module, to parse CSS data and represent it as a tree of objects. Using a CSS::Adaptor::* module, the CSS data tree can then be transformed into other formats.