This is an automated email from the git hooks/post-receive script.

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-section-generatesection-perl.

commit 1fb4c0758dce5f27b28a5e32fdd5a6ecc699418e
Author: Carnë Draug <carandraug+...@gmail.com>
Date:   Mon Jan 30 14:53:31 2017 +0000

    Initial packaging by dh-make-perl 0.94
---
 debian/changelog         |  5 ++++
 debian/compat            |  1 +
 debian/control           | 61 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright         | 36 ++++++++++++++++++++++++++++
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/upstream/metadata |  8 +++++++
 debian/watch             |  2 ++
 8 files changed, 118 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f0efb7b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libpod-weaver-section-generatesection-perl (1.02-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #853191)
+
+ -- Carnë Draug <carandraug+...@gmail.com>  Mon, 30 Jan 2017 14:53:31 +0000
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..1ca4faf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,61 @@
+Source: libpod-weaver-section-generatesection-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Carnë Draug <carandraug+...@gmail.com>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libdist-zilla-perl,
+ libmoose-perl,
+ libmoosex-attributeshortcuts-perl,
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl,
+ libpod-weaver-perl,
+ perl
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-weaver-section-generatesection-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpod-weaver-section-generatesection-perl.git
+Homepage: https://metacpan.org/release/Pod-Weaver-Section-GenerateSection
+Testsuite: autopkgtest-pkg-perl
+
+Package: libpod-weaver-section-generatesection-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdist-zilla-perl,
+ libmoose-perl,
+ libmoosex-attributeshortcuts-perl,
+ libmoosex-types-perl,
+ libnamespace-autoclean-perl,
+ libpod-weaver-perl
+Description: add pod section from an interpolated piece of text.
+ Pod::Weaver::Section::GenerateSection attempts to be a cross between
+ Pod::Weaver::Section::Template and Dist::Zilla::Plugin::GenerateFile without
+ the generation of extra files.
+ .
+ The values of text are concatenated and variable names with matching values
+ on the distribution are interpolated. Specifying the heading level allows to
+ write down a rather long section of POD text without need for extra files.
+ For example:
+ .
+ [GenerateSection / FEEDBACK]
+ .
+ head = 1
+ .
+ [GenerateSection / Reporting bugs]
+ .
+ head = 2
+ .
+ text = Please report bugs when you find them. While we do have a mailing
+ .
+ text = list, please use the bug tracker at {{$bugtracker_web}}
+ .
+ text = to report bugs
+ .
+ [GenerateSection / Homegape]
+ .
+ head = 2
+ .
+ text = Also, come check out our other projects at
+ .
+ text = {{$homepage}}
+ .
+ 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..ed4ed0b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Pod-Weaver-Section-GenerateSection
+Upstream-Contact: Carn� Draug <cdr...@cpan.org>
+Upstream-Name: Pod-Weaver-Section-GenerateSection
+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: Carn� Draug <cdr...@cpan.org>
+License: 
+
+Files: debian/*
+Copyright: 2017, Carnë Draug <carandraug+...@gmail.com>
+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/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..46d0f51
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: 
https://github.com/carandraug/pod-weaver-section-generatesection/issues
+Bug-Submit: cdr...@cpan.org
+Contact: Carnë Draug <cdr...@cpan.org>
+Name: Pod-Weaver-Section-GenerateSection
+Repository: 
https://github.com/carandraug/pod-weaver-section-generatesection.git
+Repository-Browse: 
https://github.com/carandraug/pod-weaver-section-generatesection
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7ed51e0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Pod-Weaver-Section-GenerateSection   
.*/Pod-Weaver-Section-GenerateSection-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/libpod-weaver-section-generatesection-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to