r30317 - in /trunk/libxml-bare-perl/debian: ./ changelog compat control copyright patches/ patches/drop-benchmark patches/series rules watch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Sat Jan 31 11:32:36 UTC 2009


Author: antonio-guest
Date: Sat Jan 31 11:32:33 2009
New Revision: 30317

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

Added:
    trunk/libxml-bare-perl/debian/
    trunk/libxml-bare-perl/debian/changelog
    trunk/libxml-bare-perl/debian/compat
    trunk/libxml-bare-perl/debian/control
    trunk/libxml-bare-perl/debian/copyright
    trunk/libxml-bare-perl/debian/patches/
    trunk/libxml-bare-perl/debian/patches/drop-benchmark
    trunk/libxml-bare-perl/debian/patches/series
    trunk/libxml-bare-perl/debian/rules   (with props)
    trunk/libxml-bare-perl/debian/watch

Added: trunk/libxml-bare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/changelog?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/changelog (added)
+++ trunk/libxml-bare-perl/debian/changelog Sat Jan 31 11:32:33 2009
@@ -1,0 +1,9 @@
+libxml-bare-perl (0.40-1) experimental; urgency=low
+
+  * Initial Release. (Closes: #513538)
+  * added the basic debian/ structure generated with:
+    dh-make-perl --dh 7
+  * debian/rules
+    + removing bench/ directory from distribution
+
+ -- Antonio Radici <antonio at dyne.org>  Thu, 29 Jan 2009 23:51:25 +0000

Added: trunk/libxml-bare-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/compat?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/compat (added)
+++ trunk/libxml-bare-perl/debian/compat Sat Jan 31 11:32:33 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libxml-bare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/control?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/control (added)
+++ trunk/libxml-bare-perl/debian/control Sat Jan 31 11:32:33 2009
@@ -1,0 +1,20 @@
+Source: libxml-bare-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), quilt
+Maintainer: Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/XML-Bare/
+
+Package: libxml-bare-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: A minimal XML parser that uses C to generate a folded perl hash
+ This module provides a simple API to read and write XML files, it also
+ provides a function to validate the XML schema.
+ .
+ The parser itself is a simple state engine that is less than 500 lines of C
+ .
+ In comparison to other available perl xml parsers that create trees, 
+ XML::Bare is extremely fast; benchmark shows that it can even be one or two
+ order of magnitude faster than similar modules.

Added: trunk/libxml-bare-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/copyright?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/copyright (added)
+++ trunk/libxml-bare-perl/debian/copyright Sat Jan 31 11:32:33 2009
@@ -1,0 +1,20 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: David Helkowski <cpan at codechild.com>
+Upstream-Source: http://search.cpan.org/dist/XML-Bare/
+Upstream-Name: XML-Bare
+Files: *
+Copyright: 2008, David Helkowski <cpan at codechild.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009, Antonio Radici <antonio at dyne.org>
+License: GPL-2+
+
+License: GPL-2+
+    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; version 2 dated June, 1991, or (at your
+    option) any later version.
+    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+    General Public License can be found in `/usr/share/common-licenses/GPL-2'

Added: trunk/libxml-bare-perl/debian/patches/drop-benchmark
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/patches/drop-benchmark?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/patches/drop-benchmark (added)
+++ trunk/libxml-bare-perl/debian/patches/drop-benchmark Sat Jan 31 11:32:33 2009
@@ -1,0 +1,27 @@
+diff --git a/MANIFEST b/MANIFEST
+index b0ffe81..cf85a82 100755
+--- a/MANIFEST
++++ b/MANIFEST
+@@ -1,22 +1,12 @@
+ Bare.pm
+ Bare.xs
+ Changes
+-makebench.PL
+ Makefile.PL
+ MANIFEST
+ META.yml
+ parser.c
+ parser.h
+ README
+-bench/src/barexml.c
+-bench/src/ezxml_main.c
+-bench/src/tinyxml.cpp
+-bench/src/xmlio_testread.cpp
+-bench/exe.tmpl
+-bench/tree.tmpl
+-bench/notree.tmpl
+-bench/feed2.xml
+-bench/test.xml
+ t/Basic.t
+ t/Pod_Coverage.t
+ t/Pod.t

Added: trunk/libxml-bare-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/patches/series?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/patches/series (added)
+++ trunk/libxml-bare-perl/debian/patches/series Sat Jan 31 11:32:33 2009
@@ -1,0 +1,1 @@
+drop-benchmark

Added: trunk/libxml-bare-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/rules?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/rules (added)
+++ trunk/libxml-bare-perl/debian/rules Sat Jan 31 11:32:33 2009
@@ -1,0 +1,26 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	rm -rf bench/
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libxml-bare-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-bare-perl/debian/watch?rev=30317&op=file
==============================================================================
--- trunk/libxml-bare-perl/debian/watch (added)
+++ trunk/libxml-bare-perl/debian/watch Sat Jan 31 11:32:33 2009
@@ -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-Bare/   .*/XML-Bare-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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