r36779 - in /trunk/libwebservice-validator-css-w3c-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat May 30 08:42:23 UTC 2009


Author: ryan52-guest
Date: Sat May 30 08:42:18 2009
New Revision: 36779

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

Added:
    trunk/libwebservice-validator-css-w3c-perl/debian/
    trunk/libwebservice-validator-css-w3c-perl/debian/changelog
    trunk/libwebservice-validator-css-w3c-perl/debian/compat
    trunk/libwebservice-validator-css-w3c-perl/debian/control
    trunk/libwebservice-validator-css-w3c-perl/debian/copyright
    trunk/libwebservice-validator-css-w3c-perl/debian/rules   (with props)
    trunk/libwebservice-validator-css-w3c-perl/debian/watch

Added: trunk/libwebservice-validator-css-w3c-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/debian/changelog?rev=36779&op=file
==============================================================================
--- trunk/libwebservice-validator-css-w3c-perl/debian/changelog (added)
+++ trunk/libwebservice-validator-css-w3c-perl/debian/changelog Sat May 30 08:42:18 2009
@@ -1,0 +1,5 @@
+libwebservice-validator-css-w3c-perl (0.2-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 21:37:01 -0700

Added: trunk/libwebservice-validator-css-w3c-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/debian/compat?rev=36779&op=file
==============================================================================
--- trunk/libwebservice-validator-css-w3c-perl/debian/compat (added)
+++ trunk/libwebservice-validator-css-w3c-perl/debian/compat Sat May 30 08:42:18 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libwebservice-validator-css-w3c-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/debian/control?rev=36779&op=file
==============================================================================
--- trunk/libwebservice-validator-css-w3c-perl/debian/control (added)
+++ trunk/libwebservice-validator-css-w3c-perl/debian/control Sat May 30 08:42:18 2009
@@ -1,0 +1,21 @@
+Source: libwebservice-validator-css-w3c-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libsoap-lite-perl (>= 0.65),
+  liburi-perl, libwww-perl, libclass-accessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/WebService-Validator-CSS-W3C/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/
+
+Package: libwebservice-validator-css-w3c-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsoap-lite-perl (>= 0.65),
+  liburi-perl, libwww-perl, libclass-accessor-perl
+Description: Interface to the W3C CSS Validator
+ WebService::Validator::CSS::W3C is an interface to the W3C CSS Validation
+ online service http://jigsaw.w3.org/css-validator/, based on its SOAP 1.2
+ support. It helps to find errors in Cascading Style Sheets.

Added: trunk/libwebservice-validator-css-w3c-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/debian/copyright?rev=36779&op=file
==============================================================================
--- trunk/libwebservice-validator-css-w3c-perl/debian/copyright (added)
+++ trunk/libwebservice-validator-css-w3c-perl/debian/copyright Sat May 30 08:42:18 2009
@@ -1,0 +1,27 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Bjoern Hoehrmann <bjoern at hoehrmann.de>
+Upstream-Source: http://search.cpan.org/dist/WebService-Validator-CSS-W3C/
+Upstream-Name: WebService-Validator-CSS-W3C
+
+Files: *
+Copyright: Copyright (C) 2004 by Bjoern Hoehrmann <bjoern at hoehrmann.de>
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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/libwebservice-validator-css-w3c-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/debian/rules?rev=36779&op=file
==============================================================================
--- trunk/libwebservice-validator-css-w3c-perl/debian/rules (added)
+++ trunk/libwebservice-validator-css-w3c-perl/debian/rules Sat May 30 08:42:18 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libwebservice-validator-css-w3c-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libwebservice-validator-css-w3c-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwebservice-validator-css-w3c-perl/debian/watch?rev=36779&op=file
==============================================================================
--- trunk/libwebservice-validator-css-w3c-perl/debian/watch (added)
+++ trunk/libwebservice-validator-css-w3c-perl/debian/watch Sat May 30 08:42:18 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/WebService-Validator-CSS-W3C/   .*/WebService-Validator-CSS-W3C-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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