--- libcss-squish-perl-0.09.orig/debian/control +++ libcss-squish-perl-0.09/debian/control @@ -0,0 +1,26 @@ +Source: libcss-squish-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl, + libtest-longstring-perl, liburi-perl +Maintainer: Debian Perl Group +Uploaders: Niko Tyni , Ryan Niebur , + Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/CSS-Squish/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcss-squish-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcss-squish-perl/ + +Package: libcss-squish-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl +Description: module to compact many CSS files into one big file + CSS::Squish is a Perl module that takes a list of CSS files and concatenates + them, honouring any valid @import statements included in the files, following + the CSS 2.1 specification. Media-specific @import statements will be honoured + by enclosing the included file in a @media rule. + . + Future versions may include methods to compact whitespace and other parts of + the CSS itself, but this functionality is not yet supported. + --- libcss-squish-perl-0.09.orig/debian/copyright +++ libcss-squish-perl-0.09/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Thomas Sibley +Source: http://search.cpan.org/dist/CSS-Squish/ +Name: CSS-Squish + +Files: * +Copyright: 2006, Thomas Sibley + 2006, Ruslan Zakirov +License: Artistic or GPL-1+ +X-Comment: the copyright statements only indicate years of copyright. Per + the Berne Convention, these are assumed to be the upstream authors. + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2009, Ryan Niebur + 2009, gregor herrmann + 2008, Niko Tyni +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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' + --- libcss-squish-perl-0.09.orig/debian/watch +++ libcss-squish-perl-0.09/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/CSS-Squish/ .*/CSS-Squish-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libcss-squish-perl-0.09.orig/debian/compat +++ libcss-squish-perl-0.09/debian/compat @@ -0,0 +1 @@ +7 --- libcss-squish-perl-0.09.orig/debian/changelog +++ libcss-squish-perl-0.09/debian/changelog @@ -0,0 +1,45 @@ +libcss-squish-perl (0.09-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Fixes bug: "Modification of read-only value attempted + at lib/CSS/Squish.pm line 220" + * Standards-Version 3.8.3 (drop perl version dep) + * Added myself to Uploaders and Copyright + * Use short debhelper 7 rules format + * Update to DEP5 copyright format + * Rewrite control description + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ryan Niebur ] + * Update ryan52's email address + + -- Jonathan Yu Thu, 14 Jan 2010 22:48:13 -0500 + +libcss-squish-perl (0.08-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + + [ Ryan Niebur ] + * New upstream release + * Add myself to Uploaders + * Debian Policy 3.8.1 + * debhelper 7 + * machine readable copyright format + + [ gregor herrmann ] + * debian/copyright: list all contributors for debian/*. + * debian/control: make short description a noun phrase and extend long + description. + + -- Ryan Niebur Fri, 24 Apr 2009 19:31:38 -0700 + +libcss-squish-perl (0.07-1) unstable; urgency=low + + * Initial Release. (Closes: #462142) + + -- Niko Tyni Wed, 23 Jan 2008 15:02:59 +0200 --- libcss-squish-perl-0.09.orig/debian/rules +++ libcss-squish-perl-0.09/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@