Import Debian changes 0.928-ok1
libsub-install-perl (0.928-ok1) yangtze; urgency=low * Build for openkylin.
This commit is contained in:
parent
57ba26f170
commit
d4363925cb
|
@ -0,0 +1,8 @@
|
|||
libsub-install-perl for Debian
|
||||
|
||||
Please edit this to provide information specific to
|
||||
this libsub-install-perl Debian package.
|
||||
|
||||
(Automatically generated by debmake Version 4.3.1)
|
||||
|
||||
-- denghao <denghao@kylinos.cn> Fri, 02 Sep 2022 04:38:51 +0300
|
|
@ -0,0 +1,5 @@
|
|||
libsub-install-perl (0.928-ok1) yangtze; urgency=low
|
||||
|
||||
* Build for openkylin.
|
||||
|
||||
-- denghao <denghao@kylinos.cn> Mon, 29 Aug 2022 10:15:23 +0300
|
|
@ -0,0 +1,22 @@
|
|||
Source: libsub-install-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
||||
Build-Depends: debhelper-compat (=13)
|
||||
Build-Depends-Indep: libtest-pod-coverage-perl,
|
||||
libtest-pod-perl,
|
||||
perl
|
||||
Testsuite: autopkgtest-pkg-perl
|
||||
Standards-Version: 3.9.5
|
||||
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsub-install-perl
|
||||
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsub-install-perl.git
|
||||
Homepage: https://github.com/rjbs/Sub-Install
|
||||
|
||||
Package: libsub-install-perl
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends},
|
||||
${perl:Depends}
|
||||
Description: module for installing subroutines into packages easily
|
||||
Sub::Install module makes it easy to install subroutines into packages
|
||||
without the unsightly mess of no strict or typeglobs lying about where
|
||||
just anyone can see them.
|
|
@ -0,0 +1,24 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: libsub-install-perl
|
||||
Source: <url://example.com>
|
||||
#
|
||||
# Please double check copyright with the licensecheck(1) command.
|
||||
|
||||
Files: .gitignore
|
||||
Changes
|
||||
dist.ini
|
||||
lib/Sub/Install.pm
|
||||
t/SI_install.t
|
||||
t/SI_reinstall.t
|
||||
t/auto_as.t
|
||||
t/export.t
|
||||
t/inst-blessed.t
|
||||
t/install.t
|
||||
t/misc_errors.t
|
||||
t/reinstall.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,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
Bug-Database: https://github.com/rjbs/Sub-Install/issues
|
||||
Bug-Submit: https://github.com/rjbs/Sub-Install/issues/new
|
||||
Repository: https://github.com/rjbs/Sub-Install.git
|
||||
Repository-Browse: https://github.com/rjbs/Sub-Install
|
|
@ -0,0 +1,2 @@
|
|||
version=4
|
||||
https://metacpan.org/release/Sub-Install .*/Sub-Install-v?@ANY_VERSION@@ARCHIVE_EXT@$
|
Loading…
Reference in New Issue