r44124 - in /trunk/libcss-packer-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch t/stylesheets/s1-got.css t/stylesheets/s2-got.css t/stylesheets/s3-got.css t/stylesheets/s4-got.css

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Tue Sep 15 23:10:10 UTC 2009


Author: emhn-guest
Date: Tue Sep 15 23:10:05 2009
New Revision: 44124

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44124
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libcss-packer-perl/debian/
    trunk/libcss-packer-perl/debian/changelog
    trunk/libcss-packer-perl/debian/compat
    trunk/libcss-packer-perl/debian/control
    trunk/libcss-packer-perl/debian/copyright
    trunk/libcss-packer-perl/debian/rules   (with props)
    trunk/libcss-packer-perl/debian/watch
    trunk/libcss-packer-perl/t/stylesheets/s1-got.css
    trunk/libcss-packer-perl/t/stylesheets/s2-got.css
    trunk/libcss-packer-perl/t/stylesheets/s3-got.css
    trunk/libcss-packer-perl/t/stylesheets/s4-got.css

Added: trunk/libcss-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/changelog?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/debian/changelog (added)
+++ trunk/libcss-packer-perl/debian/changelog Tue Sep 15 23:10:05 2009
@@ -1,0 +1,5 @@
+libcss-packer-perl (0.2-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #546820)
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Tue, 15 Sep 2009 18:23:59 -0430

Added: trunk/libcss-packer-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/compat?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/debian/compat (added)
+++ trunk/libcss-packer-perl/debian/compat Tue Sep 15 23:10:05 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libcss-packer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/control?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/debian/control (added)
+++ trunk/libcss-packer-perl/debian/control Tue Sep 15 23:10:05 2009
@@ -1,0 +1,20 @@
+Source: libcss-packer-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/CSS-Packer/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcss-packer-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcss-packer-perl/
+
+Package: libcss-packer-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description: A fast pure perl CSS cleaner
+ CSS::Packer is a pure Perl library for CSS cleanup. It can do CSS
+ reformatting, whitespace and newline removal, in order to get a
+ "pretty-printed" version or a minimal size version of the original
+ CSS code.

Added: trunk/libcss-packer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/copyright?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/debian/copyright (added)
+++ trunk/libcss-packer-perl/debian/copyright Tue Sep 15 23:10:05 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Merten Falk <nevesenin at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/CSS-Packer/
+Upstream-Name: CSS-Packer
+
+Files: *
+Copyright: 2008, Merten Falk <nevesenin at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+License: Artistic | 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'

Added: trunk/libcss-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/rules?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/debian/rules (added)
+++ trunk/libcss-packer-perl/debian/rules Tue Sep 15 23:10:05 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libcss-packer-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcss-packer-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/debian/watch?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/debian/watch (added)
+++ trunk/libcss-packer-perl/debian/watch Tue Sep 15 23:10:05 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CSS-Packer/   .*/CSS-Packer-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libcss-packer-perl/t/stylesheets/s1-got.css
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/t/stylesheets/s1-got.css?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/t/stylesheets/s1-got.css (added)
+++ trunk/libcss-packer-perl/t/stylesheets/s1-got.css Tue Sep 15 23:10:05 2009
@@ -1,0 +1,9 @@
+ at import url(sheet2.html);
+foo{
+asdf:asdf;
+ew:12;
+}
+bar{
+content:"a\n  b\
+    asdf";
+}

Added: trunk/libcss-packer-perl/t/stylesheets/s2-got.css
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/t/stylesheets/s2-got.css?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/t/stylesheets/s2-got.css (added)
+++ trunk/libcss-packer-perl/t/stylesheets/s2-got.css Tue Sep 15 23:10:05 2009
@@ -1,0 +1,18 @@
+.clearfix:after{
+content:".";
+display:block;
+height:0;
+clear:both;
+visibility:hidden;
+}
+.clearfix{
+display:inline-block;
+}
+/*\*/
+* html .clearfix{
+height:1%;
+}
+.clearfix{
+display:block;
+}
+/**/

Added: trunk/libcss-packer-perl/t/stylesheets/s3-got.css
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/t/stylesheets/s3-got.css?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/t/stylesheets/s3-got.css (added)
+++ trunk/libcss-packer-perl/t/stylesheets/s3-got.css Tue Sep 15 23:10:05 2009
@@ -1,0 +1,2 @@
+ at import url(sheet2.html);foo{asdf:asdf;ew:12;}bar{content:"a\n  b\
+    asdf";}

Added: trunk/libcss-packer-perl/t/stylesheets/s4-got.css
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-packer-perl/t/stylesheets/s4-got.css?rev=44124&op=file
==============================================================================
--- trunk/libcss-packer-perl/t/stylesheets/s4-got.css (added)
+++ trunk/libcss-packer-perl/t/stylesheets/s4-got.css Tue Sep 15 23:10:05 2009
@@ -1,0 +1,1 @@
+.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}/*\*/* html .clearfix{height:1%;}.clearfix{display:block;}/**/




More information about the Pkg-perl-cvs-commits mailing list