forked from openkylin/libxml-sax-base-perl
Import Debian changes 1.09-ok1
libxml-sax-base-perl (1.09-ok1) yangtze; urgency=medium * Build for openkylin.
This commit is contained in:
parent
20732bde5c
commit
61732b2ae5
|
@ -0,0 +1,8 @@
|
||||||
|
libxml-sax-base-perl for Debian
|
||||||
|
|
||||||
|
Please edit this to provide information specific to
|
||||||
|
this libxml-sax-base-perl Debian package.
|
||||||
|
|
||||||
|
(Automatically generated by debmake Version 4.3.1)
|
||||||
|
|
||||||
|
-- sufang <sufang@kylinos.cn> Thu, 01 Sep 2022 15:59:12 +0800
|
|
@ -0,0 +1,5 @@
|
||||||
|
libxml-sax-base-perl (1.09-ok1) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* Build for openkylin.
|
||||||
|
|
||||||
|
-- sufang <sufang@kylinos.cn> Thu, 25 Aug 2022 15:11:03 +0800
|
|
@ -0,0 +1,25 @@
|
||||||
|
Source: libxml-sax-base-perl
|
||||||
|
Section: perl
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||||||
|
Build-Depends: debhelper-compat (= 13)
|
||||||
|
Build-Depends-Indep: perl
|
||||||
|
Standards-Version: 4.1.3
|
||||||
|
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-sax-base-perl
|
||||||
|
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-sax-base-perl.git
|
||||||
|
Homepage: https://metacpan.org/release/XML-SAX-Base
|
||||||
|
Testsuite: autopkgtest-pkg-perl
|
||||||
|
|
||||||
|
Package: libxml-sax-base-perl
|
||||||
|
Architecture: all
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${perl:Depends}
|
||||||
|
Description: base class for SAX drivers and filters
|
||||||
|
XML::SAX::Base is a base class for PerlSAX drivers and filters. The main
|
||||||
|
advantages that it provides are easy dispatching of events the right way (ie
|
||||||
|
it takes care for you of checking that the handler has implemented that
|
||||||
|
method, or has defined an AUTOLOAD), and the guarantee that filters will pass
|
||||||
|
along events that they aren't implementing to handlers downstream that might
|
||||||
|
nevertheless be interested in them.
|
||||||
|
.
|
||||||
|
This package also provides XML::SAX::Exception.
|
|
@ -0,0 +1,42 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: libxml-sax-base-perl
|
||||||
|
Source: <url://example.com>
|
||||||
|
#
|
||||||
|
# Please double check copyright with the licensecheck(1) command.
|
||||||
|
|
||||||
|
Files: BuildSAXBase.pl
|
||||||
|
Changes
|
||||||
|
MANIFEST
|
||||||
|
META.json
|
||||||
|
META.yml
|
||||||
|
Makefile.PL
|
||||||
|
README
|
||||||
|
dist.ini
|
||||||
|
lib/XML/SAX/Base.pm
|
||||||
|
lib/XML/SAX/Exception.pm
|
||||||
|
t/00basic.t
|
||||||
|
t/01exception.t
|
||||||
|
t/01simpledriver.t
|
||||||
|
t/02simplefilter.t
|
||||||
|
t/03chdriver.t
|
||||||
|
t/04chfilter.t
|
||||||
|
t/05dtdhdriver.t
|
||||||
|
t/06lexhdriver.t
|
||||||
|
t/07declhdriver.t
|
||||||
|
t/08errorhdriver.t
|
||||||
|
t/09resoldriver.t
|
||||||
|
t/10dochdriver.t
|
||||||
|
t/11sax1multiclass.t
|
||||||
|
t/12sax2multiclass.t
|
||||||
|
t/13handlerswitch.t
|
||||||
|
t/14downstreamswitch.t
|
||||||
|
t/15parentswitch.t
|
||||||
|
t/16gethandlers.t
|
||||||
|
t/events.pl
|
||||||
|
t/release-pod-syntax.t
|
||||||
|
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
||||||
|
License: __NO_COPYRIGHT_NOR_LICENSE__
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
|
||||||
|
# license/copyright files.
|
|
@ -0,0 +1 @@
|
||||||
|
# You must remove unused comment lines for the released package.
|
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install
|
||||||
|
rm debian/libxml-sax-base-perl/usr/share/perl5/XML/SAX/BuildSAXBase.pl \
|
||||||
|
debian/libxml-sax-base-perl/usr/share/man/man3/XML::SAX::BuildSAXBase.3pm
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
Archive: CPAN
|
||||||
|
Bug-Database: https://github.com/grantm/XML-SAX-Base/issues
|
||||||
|
Bug-Submit: https://github.com/grantm/XML-SAX-Base/issues/new
|
||||||
|
Repository: https://github.com/grantm/XML-SAX-Base.git
|
||||||
|
Repository-Browse: https://github.com/grantm/XML-SAX-Base
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=4
|
||||||
|
https://metacpan.org/release/XML-SAX-Base .*/XML-SAX-Base-v?@ANY_VERSION@@ARCHIVE_EXT@$
|
Loading…
Reference in New Issue