debian/0000755000000000000000000000000011737114404007170 5ustar debian/rules0000755000000000000000000000003511737114404010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000233111737114404010572 0ustar Source: libxml-regexp-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Ansgar Burchardt , Fabrizio Regalli Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/XML-RegExp/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-regexp-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-regexp-perl.git Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Package: libxml-regexp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for regular expressions for XML tokens The XML::RegExp module provides regular expressions for the following XML tokens: BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference, Name, NmToken, and AttValue. . The definitions of these tokens were taken from the XML spec (Extensible Markup Language 1.0) at http://www.w3.org/TR/REC-xml. . Also contains the regular expressions for the following tokens from the XML Namespaces spec at http://www.w3.org/TR/REC-xml-names: NCNameChar, NCName, QName, Prefix and LocalPart. debian/source/0000755000000000000000000000000011737114404010470 5ustar debian/source/format0000644000000000000000000000001411737114404011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000735711737114404011056 0ustar libxml-regexp-perl (0.04-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Fabrizio Regalli ] * Imported Upstream version 0.04 * debian/control: + add myself to Uploaders + bump Standards-Version to 3.9.3 + bump debhelper to (>= 8) * debian/compat: update to 8 * debian/copyright: + update format as in Debian Policy 3.9.3 + rewrite licenses text + add email of upstream author + changed '|' with 'or' + remove 'License-alias' field + remove © symbol + add myself to debian/* files -- Fabrizio Regalli Wed, 04 Apr 2012 11:22:00 +0200 libxml-regexp-perl (0.03-8) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. * debian/control: Added: ${misc:Depends} to Depends: field. [ Ansgar Burchardt ] * Refresh rules for debhelper 7. (also Closes: #557147) * Convert debian/copyright to proposed machine-readable format. * Switch to source format 3.0 (quilt). * debian/watch: Use extended regular expression to match upstream releases. * debian/control: Remove duplicate Section, Priority fields from binary package stanza. * debian/control: Move debhelper to Build-Depends (instead of B-D-Indep). * debian/control: Mention module name in description. * Bump Standards-Version to 3.8.4. * Add myself to Uploaders. -- Ansgar Burchardt Fri, 29 Jan 2010 01:30:19 +0900 libxml-regexp-perl (0.03-7) unstable; urgency=low * Adds debian/watch file so uscan will work -- Jay Bonci Wed, 27 Oct 2004 12:19:54 -0400 libxml-regexp-perl (0.03-6) unstable; urgency=low * New Maintainer (Closes: #210539) * Policy version bump to 3.6.1.0 (No other changes) * Removed the .doc file because it only installed info already in the POD * Removed the .install file because it is not necessary * Updated to my standard rules template * Updated copyright to explicate dual nature of perl license. -- Jay Bonci Wed, 10 Mar 2004 22:08:18 -0500 libxml-regexp-perl (0.03-5) 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-regexp-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 Mon, 1 Sep 2003 11:59:46 -0500 libxml-regexp-perl (0.03-4) unstable; urgency=low * debian/rules: added erroneously removed 'dh_testroot' to 'binary-indep' -- Ardo van Rangelrooij Sun, 4 Aug 2002 14:40:42 -0500 libxml-regexp-perl (0.03-3) 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 Sat, 3 Aug 2002 19:38:49 -0500 libxml-regexp-perl (0.03-2) unstable; urgency=low * debian/control: upgraded to Debian Policy 3.5.6 -- Ardo van Rangelrooij Sun, 23 Dec 2001 20:47:46 -0600 libxml-regexp-perl (0.03-1) unstable; urgency=low * Initial release as a separate package -- Ardo van Rangelrooij Sun, 2 Sep 2001 22:01:35 -0500 debian/compat0000644000000000000000000000000211737114404010366 0ustar 8 debian/copyright0000644000000000000000000000222311737114404011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: T.J. Mather Source: http://search.cpan.org/dist/XML-RegExp/ Upstream-Name: XML-RegExp Files: * Copyright: 1999-2000, Enno Derksen License: Artistic or GPL-1+ Files: debian/* Copyright: 2001-2003, Ardo van Rangelrooij 2004, Jay Bonci 2010, Ansgar Burchardt 2012, Fabrizio Regalli License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016111737114404010217 0ustar version=3 http://search.cpan.org/dist/XML-RegExp/ .*/XML-RegExp-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$