r28548 - in /trunk/libxml-validator-schema-perl/debian: ./ changelog compat control copyright libxml-validator-schema-perl.docs rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Tue Dec 23 09:44:24 UTC 2008


Author: ryan52-guest
Date: Tue Dec 23 09:44:21 2008
New Revision: 28548

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

Added:
    trunk/libxml-validator-schema-perl/debian/
    trunk/libxml-validator-schema-perl/debian/changelog
    trunk/libxml-validator-schema-perl/debian/compat
    trunk/libxml-validator-schema-perl/debian/control
    trunk/libxml-validator-schema-perl/debian/copyright
    trunk/libxml-validator-schema-perl/debian/libxml-validator-schema-perl.docs
    trunk/libxml-validator-schema-perl/debian/rules   (with props)
    trunk/libxml-validator-schema-perl/debian/watch

Added: trunk/libxml-validator-schema-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/changelog?rev=28548&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/changelog (added)
+++ trunk/libxml-validator-schema-perl/debian/changelog Tue Dec 23 09:44:21 2008
@@ -1,0 +1,5 @@
+libxml-validator-schema-perl (1.10-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 23 Dec 2008 01:13:00 -0800

Added: trunk/libxml-validator-schema-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/compat?rev=28548&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/compat (added)
+++ trunk/libxml-validator-schema-perl/debian/compat Tue Dec 23 09:44:21 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libxml-validator-schema-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/control?rev=28548&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/control (added)
+++ trunk/libxml-validator-schema-perl/debian/control Tue Dec 23 09:44:21 2008
@@ -1,0 +1,29 @@
+Source: libxml-validator-schema-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/XML-Validator-Schema/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-validator-schema-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-validator-schema-perl/
+
+Package: libxml-validator-schema-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: validate XML against a subset of W3C XML Schema
+ XML::Validator::Schema allows you to validate XML documents against a W3C XML
+ Schema. This module does not implement the full W3C XML Schema recommendation
+ (http://www.w3.org/XML/Schema), but a useful subset. See the SCHEMA
+ SUPPORT|"SCHEMA SUPPORT" section below.
+ .
+ IMPORTANT NOTE: To get line and column numbers in the error messages
+ generated by this module you must install
+ XML::Filter::ExceptionLocator|XML::Filter::ExceptionLocator and use
+ XML::SAX::ExpatXS|XML::SAX::ExpatXS as your SAX parser. This module is much
+ more useful if you can tell where your errors are, so using these modules is
+ highly recommeded!
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libxml-validator-schema-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/copyright?rev=28548&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/copyright (added)
+++ trunk/libxml-validator-schema-perl/debian/copyright Tue Dec 23 09:44:21 2008
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Sam Tregar <sam at tregar.com>
+Upstream-Source: http://search.cpan.org/dist/XML-Validator-Schema/
+Upstream-Name: XML-Validator-Schema
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Sam Tregar <sam at tregar.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, 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/libxml-validator-schema-perl/debian/libxml-validator-schema-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/libxml-validator-schema-perl.docs?rev=28548&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/libxml-validator-schema-perl.docs (added)
+++ trunk/libxml-validator-schema-perl/debian/libxml-validator-schema-perl.docs Tue Dec 23 09:44:21 2008
@@ -1,0 +1,3 @@
+ANNOUNCE
+README
+TODO

Added: trunk/libxml-validator-schema-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/rules?rev=28548&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/rules (added)
+++ trunk/libxml-validator-schema-perl/debian/rules Tue Dec 23 09:44:21 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libxml-validator-schema-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libxml-validator-schema-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-validator-schema-perl/debian/watch?rev=28548&op=file
==============================================================================
--- trunk/libxml-validator-schema-perl/debian/watch (added)
+++ trunk/libxml-validator-schema-perl/debian/watch Tue Dec 23 09:44:21 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/XML-Validator-Schema/   .*/XML-Validator-Schema-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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