Import Debian changes 0.14-ok1
libfilehandle-fmode-perl (0.14-ok1) yangtze; urgency=low * Build for openkylin.
This commit is contained in:
parent
bbff9832e6
commit
d9eee37809
|
@ -0,0 +1,8 @@
|
|||
libfilehandle-fmode-perl for Debian
|
||||
|
||||
Please edit this to provide information specific to
|
||||
this libfilehandle-fmode-perl Debian package.
|
||||
|
||||
(Automatically generated by debmake Version 4.3.1)
|
||||
|
||||
-- denghao <denghao@kylinos.cn> Mon, 05 Sep 2022 09:13:03 +0300
|
|
@ -0,0 +1,5 @@
|
|||
libfilehandle-fmode-perl (0.14-ok1) yangtze; urgency=low
|
||||
|
||||
* Build for openkylin.
|
||||
|
||||
-- denghao <denghao@kylinos.cn> Mon, 05 Sep 2022 09:13:03 +0300
|
|
@ -0,0 +1,25 @@
|
|||
Source: libfilehandle-fmode-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||||
Build-Depends: debhelper-compat (=13),
|
||||
libtest-pod-perl <!nocheck>,
|
||||
perl-xs-dev,
|
||||
perl:native
|
||||
Testsuite: autopkgtest-pkg-perl
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfilehandle-fmode-perl
|
||||
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfilehandle-fmode-perl.git
|
||||
Homepage: https://metacpan.org/release/FileHandle-Fmode
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: libfilehandle-fmode-perl
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${perl:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: Perl module for checking filehandle status
|
||||
FileHandle::Fmode provides methods to test if a filehandle is readable,
|
||||
writable, both, or open for appending.
|
||||
.
|
||||
FileHandle::Fmode is used by other packages like DBM::Deep.
|
|
@ -0,0 +1,29 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libfilehandle-fmode-perl
|
||||
Source: <url://example.com>
|
||||
#
|
||||
# Please double check copyright with the licensecheck(1) command.
|
||||
|
||||
Files: CHANGES
|
||||
Fmode.xs
|
||||
MANIFEST
|
||||
META.json
|
||||
META.yml
|
||||
Makefile.PL
|
||||
README
|
||||
t/basic.t
|
||||
t/binmode.t
|
||||
t/pod.t
|
||||
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
|
||||
License: __NO_COPYRIGHT_NOR_LICENSE__
|
||||
|
||||
Files: Fmode.pm
|
||||
Copyright: __NO_COPYRIGHT__ in: Fmode.pm
|
||||
License: __UNKNOWN__
|
||||
This program is free software; you may redistribute it and/or
|
||||
modify it under the same terms as Perl itself.
|
||||
Copyright 2006-2008, 2009, 2010, 2012 Sisyphus
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# 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,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,3 @@
|
|||
t
|
||||
Makefile.PL
|
||||
Fmode.pm
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
Archive: CPAN
|
||||
Bug-Database: https://github.com/sisyphus/filehandle-fmode/issues
|
||||
Bug-Submit: https://github.com/sisyphus/filehandle-fmode/issues/new
|
||||
Repository: https://github.com/sisyphus/filehandle-fmode.git
|
||||
Repository-Browse: https://github.com/sisyphus/filehandle-fmode
|
|
@ -0,0 +1,2 @@
|
|||
version=4
|
||||
https://metacpan.org/release/FileHandle-Fmode .*/FileHandle-Fmode-v?@ANY_VERSION@@ARCHIVE_EXT@$
|
Loading…
Reference in New Issue