[libdist-zilla-plugin-test-eol-perl] 01/08: Initial packaging by dh-make-perl 0.84
Intrigeri
intrigeri at moszumanska.debian.org
Sun Aug 16 09:19:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository libdist-zilla-plugin-test-eol-perl.
commit b55c059117795edfc2d58150b7d97ed1326b3c1a
Author: intrigeri <intrigeri at boum.org>
Date: Sat Aug 15 21:46:55 2015 +0200
Initial packaging by dh-make-perl 0.84
---
debian/changelog | 5 +++
debian/compat | 1 +
debian/control | 45 ++++++++++++++++++++++++++
debian/copyright | 36 +++++++++++++++++++++
debian/libdist-zilla-plugin-test-eol-perl.docs | 1 +
debian/rules | 4 +++
debian/source/format | 1 +
debian/upstream/metadata | 9 ++++++
debian/watch | 2 ++
9 files changed, 104 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2250d61
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdist-zilla-plugin-test-eol-perl (0.18-1) UNRELEASED; urgency=low
+
+ * Initial Release.
+
+ -- intrigeri <intrigeri at debian.org> Sat, 15 Aug 2015 21:46:55 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2e3e767
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,45 @@
+Source: libdist-zilla-plugin-test-eol-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: intrigeri <intrigeri at debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libdata-section-perl (>= 0.004),
+ libdist-zilla-perl,
+ libfile-pushd-perl,
+ libmodule-build-tiny-perl (>= 0.039),
+ libmoose-perl,
+ libnamespace-autoclean-perl,
+ libpath-tiny-perl,
+ libsub-exporter-formethods-perl,
+ libtest-deep-perl,
+ libtest-eol-perl,
+ libtest-warnings-perl (>= 0.009),
+ perl
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git
+Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Test-EOL
+Testsuite: autopkgtest-pkg-perl
+
+Package: libdist-zilla-plugin-test-eol-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-section-perl (>= 0.004),
+ libdist-zilla-perl,
+ libmoose-perl,
+ libnamespace-autoclean-perl,
+ libpath-tiny-perl,
+ libsub-exporter-formethods-perl
+Description: Author tests making sure correct line endings are used
+ This is a plugin that runs at the gather
+ files|Dist::Zilla::Role::FileGatherer stage, providing the file
+ xt/release/eol.t, a standard Test::EOL test.
+ .
+ THIS MODULE IS DEPRECATED. Please use Dist::Zilla::Plugin::Test::EOL instead.
+ it may be removed at a later time (but not before April 2015).
+ .
+ In the meantime, it will continue working -- although with a warning. Refer
+ to the replacement for the full documentation.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2db7492
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Dist-Zilla-Plugin-Test-EOL
+Upstream-Contact: Florian Ragwitz <rafl at debian.org>, Caleb Cushing <xenoterracide at gmail.com>, Karen Etheridge <ether at cpan.org>
+Upstream-Name: Dist-Zilla-Plugin-Test-EOL
+DISCLAIMER: This copyright info was automatically extracted
+ from the perl module. It may not be accurate, so you better
+ check the module sources in order to ensure the module for its
+ inclusion in Debian or for general legal information. Please,
+ if licensing information is incorrectly generated, file a bug
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: 2010, Florian Ragwitz <rafl at debian.org>, Caleb Cushing <xenoterracide at gmail.com>, Karen Etheridge <ether at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2015, intrigeri <intrigeri at debian.org>
+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'.
diff --git a/debian/libdist-zilla-plugin-test-eol-perl.docs b/debian/libdist-zilla-plugin-test-eol-perl.docs
new file mode 100644
index 0000000..dc63d18
--- /dev/null
+++ b/debian/libdist-zilla-plugin-test-eol-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..47eafb2
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,9 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Test-EOL
+Bug-Submit: bug-Dist-Zilla-Plugin-Test-EOL at rt.cpan.org
+Contact: Florian Ragwitz <rafl at debian.org>, Caleb Cushing <xenoterracide at gmail.com>,
+ Karen Etheridge <ether at cpan.org>
+Name: Dist-Zilla-Plugin-Test-EOL
+Repository: https://github.com/karenetheridge/Dist-Zilla-Plugin-Test-EOL.git
+Repository-Browse: https://github.com/karenetheridge/Dist-Zilla-Plugin-Test-EOL
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f3c1fdc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Dist-Zilla-Plugin-Test-EOL .*/Dist-Zilla-Plugin-Test-EOL-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-eol-perl.git
More information about the Pkg-perl-cvs-commits
mailing list