debian/0000755000000000000000000000000011446432721007172 5ustar debian/control0000644000000000000000000000217111446413402010571 0ustar Source: libcss-tiny-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Ansgar Burchardt , Angel Abad Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/CSS-Tiny/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcss-tiny-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcss-tiny-perl/ Package: libcss-tiny-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module to read/write .css files with as little code as possible CSS::Tiny is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6M of memory to load, which is a large amount of overhead if you only want to do trivial things. . This module is primarily for reading and writing simple files, and anything you write shouldn't need to have documentation/comments. If you need something with more power, move up to CSS.pm. debian/copyright0000644000000000000000000000241511446413402011122 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/CSS-Tiny/ Name: CSS-Tiny Files: * Copyright: 2002-2010, Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Chip Salzenberg 2005, Gunnar Wolf 2006, Florian Ragwitz 2008, Damyan Ivanov 2008, Mark Hymers 2010, Angel Abad 2010, Ansgar Burchardt 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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000015311414370656010225 0ustar version=3 http://search.cpan.org/dist/CSS-Tiny/ .*/CSS-Tiny-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/compat0000644000000000000000000000000211025474275010373 0ustar 7 debian/changelog0000644000000000000000000000576111446413402011050 0ustar libcss-tiny-perl (1.19-1) unstable; urgency=low * New upstream release * Add myself to Uploaders * debian/copyright: Update license information * Bump Standards-Version to 3.9.1 (no changes) -- Angel Abad Wed, 22 Sep 2010 01:43:46 +0200 libcss-tiny-perl (1.17-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Remove Florian Ragwitz from Uploaders (closes: #523274). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release. * Make build-dep on perl unversioned. * Convert debian/copyright to proposed machine-readable format. * Use source format 3.0 (quilt). * debian/rules: Use standard tiny rules. * debian/control: Small changes to package description. * Bump Standards-Version to 3.9.0. * Add myself to Uploaders. -- Ansgar Burchardt Mon, 05 Jul 2010 10:52:04 +0900 libcss-tiny-perl (1.15-1) unstable; urgency=low [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * debian/watch: use dist-based URL. [ Damyan Ivanov ] * New upstream release * update upstream source location, years of copyright and copyright statement in debian/copyright * add myself to Uploaders * debian/control: drop unnecessary (build-)dependency on libextutils-autoinstall-perl, libsort-versions-perl and perl-modules * bump standards-version to 3.8.0 (no changes) * replace debian/rules with a 3-liner thanks to debhelper 7 -- Damyan Ivanov Sun, 15 Jun 2008 21:50:12 +0300 libcss-tiny-perl (1.11-1.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467737 -- Mark Hymers Sat, 05 Apr 2008 21:08:54 +0100 libcss-tiny-perl (1.11-1) unstable; urgency=low * New upstream release (Closes: #329505). * New Maintainer with acknowledgement from the former one. * Acknowledged NMU by Gunnar Wolf. * Bumped up Standards-Version to 3.6.2 (no changes). * Cleaned up debian/rules. -- Florian Ragwitz Thu, 9 Feb 2006 23:19:39 +0100 libcss-tiny-perl (1.09-1.1) unstable; urgency=low * Non-Maintainer Upload by Gunnar Wolf * Added missing dependencies on perl-modules, libsort-versions-perl, libextutils-autoinstall-perl (Closes: #305776) -- Gunnar Wolf Fri, 22 Apr 2005 18:51:24 -0500 libcss-tiny-perl (1.09-1) unstable; urgency=low * Initial Release. -- Chip Salzenberg Thu, 7 Apr 2005 22:26:20 -0400 debian/source/0000755000000000000000000000000011446432652010475 5ustar debian/source/format0000644000000000000000000000001411414370655011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003511414370656010253 0ustar #!/usr/bin/make -f %: dh $@