r43639 - in /trunk/libxml-libxml-iterator-perl/debian: ./ changelog control copyright rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Sep 4 10:40:34 UTC 2009


Author: dmn
Date: Fri Sep  4 10:40:05 2009
New Revision: 43639

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

Added:
    trunk/libxml-libxml-iterator-perl/debian/
    trunk/libxml-libxml-iterator-perl/debian/changelog
    trunk/libxml-libxml-iterator-perl/debian/control
    trunk/libxml-libxml-iterator-perl/debian/copyright
    trunk/libxml-libxml-iterator-perl/debian/rules   (with props)
    trunk/libxml-libxml-iterator-perl/debian/watch

Added: trunk/libxml-libxml-iterator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-iterator-perl/debian/changelog?rev=43639&op=file
==============================================================================
--- trunk/libxml-libxml-iterator-perl/debian/changelog (added)
+++ trunk/libxml-libxml-iterator-perl/debian/changelog Fri Sep  4 10:40:05 2009
@@ -1,0 +1,5 @@
+libxml-libxml-iterator-perl (1.00-1) unstable; urgency=low
+
+  * first Debian release of XML::LibXML::Iterator
+
+ -- Adrian von Bidder <cmot at debian.org>  Thu, 19 Apr 2007 20:52:49 +0200

Added: trunk/libxml-libxml-iterator-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-iterator-perl/debian/control?rev=43639&op=file
==============================================================================
--- trunk/libxml-libxml-iterator-perl/debian/control (added)
+++ trunk/libxml-libxml-iterator-perl/debian/control Fri Sep  4 10:40:05 2009
@@ -1,0 +1,14 @@
+Source: libxml-libxml-iterator-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper, perl
+Maintainer: Adrian von Bidder <cmot at debian.org>
+Standards-Version: 3.7.2.2
+
+Package: libxml-libxml-iterator-perl
+Architecture: all
+Depends: ${perl:Depends}, libxml-nodefilter-perl
+Description: Iterator for XML parse-trees genereated by XML::LibXML
+ This class allows to iterate through a DOM as it is done through an ordinary
+ array, i.e. it implements the iterator part of the DOM Traversal and Range
+ specification.

Added: trunk/libxml-libxml-iterator-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-iterator-perl/debian/copyright?rev=43639&op=file
==============================================================================
--- trunk/libxml-libxml-iterator-perl/debian/copyright (added)
+++ trunk/libxml-libxml-iterator-perl/debian/copyright Fri Sep  4 10:40:05 2009
@@ -1,0 +1,24 @@
+Download:
+  http://search.cpan.org/dist/XML-LibXML-Iterator/
+
+Copyright:
+  Copyright 2002 by Christian Glahn
+
+  This library is free software; you can redistribute it and/or modify
+  it under the same terms as Perl itself:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL' and
+    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+Debian:
+  The Debian package was prepared by Adrian von Bidder <avbidder at fortytwo.ch>

Added: trunk/libxml-libxml-iterator-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-iterator-perl/debian/rules?rev=43639&op=file
==============================================================================
--- trunk/libxml-libxml-iterator-perl/debian/rules (added)
+++ trunk/libxml-libxml-iterator-perl/debian/rules Fri Sep  4 10:40:05 2009
@@ -1,0 +1,52 @@
+#!/usr/bin/make -f
+
+export DH_COMPAT=4
+
+PACKAGE=$(shell dh_listpackages)
+PREFIX=$(PWD)/debian/$(PACKAGE)/usr
+
+ifndef PERL
+PERL=/usr/bin/perl
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	rm -f Makefile Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX="$(PREFIX)"
+	find "$(PREFIX)" -type d -name .svn | xargs rm -rf
+
+binary-arch: build install
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean install binary-indep binary-arch binary

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

Added: trunk/libxml-libxml-iterator-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-iterator-perl/debian/watch?rev=43639&op=file
==============================================================================
--- trunk/libxml-libxml-iterator-perl/debian/watch (added)
+++ trunk/libxml-libxml-iterator-perl/debian/watch Fri Sep  4 10:40:05 2009
@@ -1,0 +1,2 @@
+version=2
+http://search.cpan.org/CPAN/authors/id/W/WI/WILLMOJG/Net-NTP-(.*)\.tar\.gz




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