r10579 - in /trunk/libxml-xql-perl: Makefile.PL bin/xql.pl debian/ debian/changelog debian/compat debian/control debian/copyright debian/libxml-xql-perl.docs debian/libxml-xql-perl.examples debian/rules debian/watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:41:28 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:41:28 2007
New Revision: 10579

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

Added:
    trunk/libxml-xql-perl/debian/
    trunk/libxml-xql-perl/debian/changelog
    trunk/libxml-xql-perl/debian/compat
    trunk/libxml-xql-perl/debian/control
    trunk/libxml-xql-perl/debian/copyright
    trunk/libxml-xql-perl/debian/libxml-xql-perl.docs
    trunk/libxml-xql-perl/debian/libxml-xql-perl.examples
    trunk/libxml-xql-perl/debian/rules   (with props)
    trunk/libxml-xql-perl/debian/watch
Modified:
    trunk/libxml-xql-perl/Makefile.PL
    trunk/libxml-xql-perl/bin/xql.pl

Modified: trunk/libxml-xql-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/Makefile.PL?rev=10579&op=diff
==============================================================================
--- trunk/libxml-xql-perl/Makefile.PL (original)
+++ trunk/libxml-xql-perl/Makefile.PL Sat Dec  1 12:41:28 2007
@@ -10,10 +10,6 @@
 		   # I also know that 5.36 works.
 		   'Date::Manip' => '5.33', 
 		   'Parse::Yapp' => '0',
-		   # LWP::UserAgent is used when parsing XML from URLs
-		   # It's part of libwww-perl, and you don't strictly need it
-		   # (some test cases may fail)
-		   'LWP::UserAgent' => '0',
+		   'XML::RegExp' => '0.03',
 		   'XML::DOM' => '1.29'},
- EXE_FILES => [ 'bin/xql.pl' ],
 );

Modified: trunk/libxml-xql-perl/bin/xql.pl
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/bin/xql.pl?rev=10579&op=diff
==============================================================================
--- trunk/libxml-xql-perl/bin/xql.pl (original)
+++ trunk/libxml-xql-perl/bin/xql.pl Sat Dec  1 12:41:28 2007
@@ -1,4 +1,4 @@
-#!/home1/enno/bin/perl -Ilib
+#!/usr/bin/perl -w
 
 ############################################################################
 # Copyright (c) 1998 Enno Derksen

Added: trunk/libxml-xql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/changelog?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/changelog (added)
+++ trunk/libxml-xql-perl/debian/changelog Sat Dec  1 12:41:28 2007
@@ -1,0 +1,65 @@
+libxml-xql-perl (0.68-4) unstable; urgency=low
+
+  * Adds debian/watch so uscan will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Oct 2004 13:36:28 -0400
+
+libxml-xql-perl (0.68-3) unstable; urgency=low
+
+  * New Maintainer (Closes: #210548)
+  * Updated to policy-version 3.6.1.0 (no other changes)
+  * Updated copyright to explicate duality of perl license
+  * Removed install file as it is no longer needed
+  * Updated to my standard rules template
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 15 Mar 2004 16:29:04 -0500
+
+libxml-xql-perl (0.68-2) unstable; urgency=low
+
+  * debian/rules: moved debhelper compatibility level setting to
+    'debian/compat' per latest debhelper best practices
+  * debian/control: updated sections according to latest archive changes:
+    - 'libxml-xql-perl' from 'interpreters' to 'perl'
+  * debian/control: upgraded build dependency on 'debhelper' to '>= 4.1'
+  * debian/control: upgraded to Debian Policy 3.6.0 (no changes)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat,  6 Sep 2003 09:22:17 -0500
+
+libxml-xql-perl (0.68-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: upgraded to Debian Policy 3.5.8 (no changes)
+  * Makefile.PL: removed obsolete dependency on 'LWP::UserAgent'
+    (notified upstream)
+  * Makefile.PL: added missing dependency on 'XML::RegExp'
+    (notified upstream)
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sat, 25 Jan 2003 14:30:22 -0600
+
+libxml-xql-perl (0.67-2) unstable; urgency=low
+
+  * debian/rules: upgraded to debhelper v4
+  * debian/control: changed build dependency on debhelper accordingly
+  * debian/rules: migrated from 'dh_movefiles' to 'dh_install'
+  * debian/rules: split off 'install' target from 'binary-indep' target
+  * debian/copyright: added pointer to license
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Fri,  9 Aug 2002 21:59:15 -0500
+
+libxml-xql-perl (0.67-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 26 May 2002 11:05:25 -0500
+
+libxml-xql-perl (0.66-2) unstable; urgency=low
+
+  * debian/control: upgraded to Debian Policy 3.5.6
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun, 23 Dec 2001 21:56:41 -0600
+
+libxml-xql-perl (0.66-1) unstable; urgency=low
+
+  * Initial release as a separate package
+
+ -- Ardo van Rangelrooij <ardo at debian.org>  Sun,  2 Sep 2001 22:23:48 -0500

Added: trunk/libxml-xql-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/compat?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/compat (added)
+++ trunk/libxml-xql-perl/debian/compat Sat Dec  1 12:41:28 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libxml-xql-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/control?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/control (added)
+++ trunk/libxml-xql-perl/debian/control Sat Dec  1 12:41:28 2007
@@ -1,0 +1,30 @@
+Source: libxml-xql-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.6.1.0
+Build-Depends-Indep: debhelper (>= 4.1), perl, libdate-manip-perl (>= 5.33), libparse-yapp-perl, libxml-dom-perl (>= 1.29), libxml-regexp-perl (>= 0.03)
+
+Package: libxml-xql-perl
+Section: perl
+Priority: optional
+Architecture: all
+Depends: ${perl:Depends}, libdate-manip-perl (>= 5.33), libparse-yapp-perl, libxml-dom-perl (>= 1.29), libxml-regexp-perl (>= 0.03)
+Conflicts: libxml-enno-perl
+Replaces: libxml-enno-perl
+Description: Perl module for querying XML tree structures with XQL
+ This module implements the XQL (XML Query Language) proposal
+ submitted to the XSL Working Group in September 1998.  The spec can
+ be found at: http://www.w3.org/TandS/QL/QL98/pp/xql.html.  Most of
+ the contents related to the XQL syntax can also be found in the
+ XML::XQL::Tutorial that comes with this distribution.  Note that XQL
+ is not the same as XML-QL!
+ .
+ The current implementation only works with the XML::DOM module, but
+ once the design is stable and the major bugs are flushed out, other
+ extensions might follow, e.g. for XML::Grove.
+ .
+ XQL was designed to be extensible and this implementation tries to
+ stick to that.  Users can add their own functions, methods,
+ comparison operators and data types.  Plugging in a new XML tree
+ structure (like XML::Grove) should be a piece of cake.

Added: trunk/libxml-xql-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/copyright?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/copyright (added)
+++ trunk/libxml-xql-perl/debian/copyright Sat Dec  1 12:41:28 2007
@@ -1,0 +1,27 @@
+This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
+on Mon, Aug 27, 2001, 22:50:23 -0500.
+
+It was downloaded from the Comprehensive Perl Archive Network (CPAN).
+Visit <http://www.cpan.org/> to find a CPAN site near you.
+
+Upstream Author: Enno Derksen <enno at att.com>
+
+Copyright:
+
+Copyright (c) 1999,2000 Enno Derksen
+	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"
+
+	See:
+
+	/usr/share/common-licenses/Artistic
+	/usr/share/common-licenses/GPL
+
+	For more information regarding these licensing options
+

Added: trunk/libxml-xql-perl/debian/libxml-xql-perl.docs
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/libxml-xql-perl.docs?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/libxml-xql-perl.docs (added)
+++ trunk/libxml-xql-perl/debian/libxml-xql-perl.docs Sat Dec  1 12:41:28 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libxml-xql-perl/debian/libxml-xql-perl.examples
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/libxml-xql-perl.examples?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/libxml-xql-perl.examples (added)
+++ trunk/libxml-xql-perl/debian/libxml-xql-perl.examples Sat Dec  1 12:41:28 2007
@@ -1,0 +1,2 @@
+bin/*
+samples/*

Added: trunk/libxml-xql-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/rules?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/rules (added)
+++ trunk/libxml-xql-perl/debian/rules Sat Dec  1 12:41:28 2007
@@ -1,0 +1,54 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: trunk/libxml-xql-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libxml-xql-perl/debian/watch?rev=10579&op=file
==============================================================================
--- trunk/libxml-xql-perl/debian/watch (added)
+++ trunk/libxml-xql-perl/debian/watch Sat Dec  1 12:41:28 2007
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/XML/XML-XQL-([0-9].*)\.tar.gz




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