r21575 - /trunk/libxml-simpleobject-perl/debian/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 16:13:09 UTC 2008


Author: gregoa
Date: Sun Jun 15 16:13:09 2008
New Revision: 21575

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

Added:
    trunk/libxml-simpleobject-perl/debian/
    trunk/libxml-simpleobject-perl/debian/changelog
    trunk/libxml-simpleobject-perl/debian/compat
    trunk/libxml-simpleobject-perl/debian/control
    trunk/libxml-simpleobject-perl/debian/copyright
    trunk/libxml-simpleobject-perl/debian/docs
    trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-enhanced-perl.install
    trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.examples
    trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.install
    trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.examples
    trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.install
    trunk/libxml-simpleobject-perl/debian/rules   (with props)

Added: trunk/libxml-simpleobject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/changelog?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/changelog (added)
+++ trunk/libxml-simpleobject-perl/debian/changelog Sun Jun 15 16:13:09 2008
@@ -1,0 +1,6 @@
+libxml-simpleobject-perl (0.53-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Florian Ragwitz <florian at mookooh.org>  Sun,  2 May 2004 01:56:04 +0200
+

Added: trunk/libxml-simpleobject-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/compat?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/compat (added)
+++ trunk/libxml-simpleobject-perl/debian/compat Sun Jun 15 16:13:09 2008
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-simpleobject-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/control?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/control (added)
+++ trunk/libxml-simpleobject-perl/debian/control Sun Jun 15 16:13:09 2008
@@ -1,0 +1,44 @@
+Source: libxml-simpleobject-perl
+Section: perl
+Priority: optional
+Maintainer: Florian Ragwitz <florian at mookooh.org>
+Build-Depends: debhelper (>= 4.0.0), perl (>= 5.6.0-16), libxml-parser-perl, libxml-libxml-perl
+Standards-Version: 3.6.1
+
+Package: libxml-simpleobject-perl
+Architecture: all
+Depends: ${perl:Depends}, libxml-parser-perl
+Suggests: libxml-simpleobject-enhanced-perl
+Description: Objectoriented Perl interface to a parsed XML::Parser tree
+ This is a short and simple class allowing simple object access to a
+ parsed XML::Parser tree, with methods for fetching children and
+ attributes in as clean a manner as possible.
+ .
+ This is a small and quick module, with easy and compact usage. See
+ XML::SimpleObject::LibXML for the same interface for XML::LibXML.
+
+Package: libxml-simpleobject-enhanced-perl
+Architecture: all
+Depends: ${perl:Depends}, libxml-simpleobject-perl
+Description: Perl module which enhances libxml-simpleobject-perl
+ XML::SimpleObject is a short and simple class allowing simple object
+ access to a parsed XML::Parser tree, with methods for fetching children
+ and attributes in as clean a manner as possible.
+ .
+ This is a small and quick module, with easy and compact usage. See
+ XML::SimpleObject::LibXML for the same interface for XML::LibXML.
+ .
+ This package enhances the functionality of XML::SimpleObject.
+
+Package: libxml-simpleobject-libxml-perl
+Architecture: all
+Depends: ${perl:Depends}, libxml-libxml-perl
+Description: Simple oo representation of an XML::LibXML DOM object
+ This is a short and simple class allowing simple object access to a
+ parsed XML::LibXML tree, with methods for fetching children and
+ attributes in as clean a manner as possible.
+ .
+ This is a small and quick module, with easy and compact usage. Some
+ will rightfully question placing another interface over the DOM methods
+ provided by XML::LibXML, but my experience is that people appreciate
+ the total simplicity provided by this module, despite its limitations.

Added: trunk/libxml-simpleobject-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/copyright?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/copyright (added)
+++ trunk/libxml-simpleobject-perl/debian/copyright Sun Jun 15 16:13:09 2008
@@ -1,0 +1,17 @@
+This package was debianized by Florian Ragwitz <florian at mookooh.org> on
+Sun,  2 May 2004 01:56:04 +0200.
+
+It was downloaded from http://search.cpan.org/~dbrian/XML-SimpleObject/
+
+Upstream Author: Dan Brian <dbrian at brians.org>
+
+Copyright: GNU/GPL, Artistic
+
+ Copyright 2001-2003 by Dan Brian.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself. (GPL or Artistic license)
+
+ 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'.

Added: trunk/libxml-simpleobject-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/docs?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/docs (added)
+++ trunk/libxml-simpleobject-perl/debian/docs Sun Jun 15 16:13:09 2008
@@ -1,0 +1,1 @@
+README

Added: trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-enhanced-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-enhanced-perl.install?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-enhanced-perl.install (added)
+++ trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-enhanced-perl.install Sun Jun 15 16:13:09 2008
@@ -1,0 +1,1 @@
+usr/share/perl5/XML/SimpleObject/Enhanced.pm

Added: trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.examples?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.examples (added)
+++ trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.examples Sun Jun 15 16:13:09 2008
@@ -1,0 +1,1 @@
+LibXML/ex.pl

Added: trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.install?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.install (added)
+++ trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-libxml-perl.install Sun Jun 15 16:13:09 2008
@@ -1,0 +1,2 @@
+usr/share/perl5/XML/SimpleObject/LibXML.pm
+usr/share/man/man3/XML::SimpleObject::LibXML.3pm

Added: trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.examples?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.examples (added)
+++ trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.examples Sun Jun 15 16:13:09 2008
@@ -1,0 +1,1 @@
+ex.pl

Added: trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.install?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.install (added)
+++ trunk/libxml-simpleobject-perl/debian/libxml-simpleobject-perl.install Sun Jun 15 16:13:09 2008
@@ -1,0 +1,2 @@
+usr/share/perl5/XML/SimpleObject.pm
+usr/share/man/man3/XML::SimpleObject.3pm

Added: trunk/libxml-simpleobject-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-simpleobject-perl/debian/rules?rev=21575&op=file
==============================================================================
--- trunk/libxml-simpleobject-perl/debian/rules (added)
+++ trunk/libxml-simpleobject-perl/debian/rules Sun Jun 15 16:13:09 2008
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+
+ifndef PERL
+	PERL=/usr/bin/perl
+endif
+
+configure: configure-stamp
+
+configure-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-$(MAKE) realclean
+	dh_clean configure-stamp build-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=debian/tmp
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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




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