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

carandraug-guest pushed a commit to branch master
in repository libpod-weaver-plugin-ensureuniquesections-perl.

commit 92c61d36288ba310f3b731a56cc9d54825e03c3d
Author: Carnë Draug <carandraug+...@gmail.com>
Date:   Tue Jan 31 19:29:55 2017 +0000

    Initial packaging by dh-make-perl 0.94
---
 debian/changelog                                   |  5 +++
 debian/compat                                      |  1 +
 debian/control                                     | 46 ++++++++++++++++++++++
 debian/copyright                                   | 36 +++++++++++++++++
 ...eaver-plugin-ensureuniquesections-perl.examples |  1 +
 debian/rules                                       |  4 ++
 debian/source/format                               |  1 +
 debian/upstream/metadata                           |  6 +++
 debian/watch                                       |  2 +
 9 files changed, 102 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0a7b0e0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libpod-weaver-plugin-ensureuniquesections-perl (0.163250-1) UNRELEASED; 
urgency=low
+
+  * Initial Release. (Closes: #853212)
+
+ -- Carnë Draug <carandraug+...@gmail.com>  Tue, 31 Jan 2017 19:29:55 +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..a21c307
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: libpod-weaver-plugin-ensureuniquesections-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: liblingua-en-inflect-number-perl,
+ libmoose-autobox-perl (>= 0.10),
+ libmoose-perl,
+ libmoosex-has-sugar-perl,
+ libpod-elemental-perl,
+ libpod-weaver-perl,
+ libppi-perl,
+ libsoftware-license-perl,
+ libtest-exception-perl,
+ libtext-trim-perl,
+ perl
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libpod-weaver-plugin-ensureuniquesections-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libpod-weaver-plugin-ensureuniquesections-perl.git
+Homepage: https://metacpan.org/release/Pod-Weaver-Plugin-EnsureUniqueSections
+Testsuite: autopkgtest-pkg-perl
+
+Package: libpod-weaver-plugin-ensureuniquesections-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ liblingua-en-inflect-number-perl,
+ libmoose-autobox-perl (>= 0.10),
+ libmoose-perl,
+ libmoosex-has-sugar-perl,
+ libpod-weaver-perl,
+ libtext-trim-perl
+Description: Ensure that POD has no duplicate section headers.
+ Pod::Weaver::Plugin::EnsureUniqueSections simply ensures that the POD after
+ weaving has no duplicate top-level section headers. This can help you if you
+ are converting from writing all your own POD to generating it with
+ Pod::Weaver. If you begin generating a section with Pod::Weaver but you
+ forget to delete the manually written section of the same name, this plugin
+ will warn you.
+ .
+ By default, this module does some tricks to detect similar headers, such as
+ AUTHOR and AUTHORS. You can turn this off by setting strict = 1 in
+ weaver.ini, in which case only exactly identical headers will be considered
+ duplicates of each other.
+ .
+ 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..bada7d4
--- /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-Plugin-EnsureUniqueSections
+Upstream-Contact: Ryan C. Thompson <r...@thompsonclan.org>
+Upstream-Name: Pod-Weaver-Plugin-EnsureUniqueSections
+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, Ryan C. Thompson <r...@thompsonclan.org>
+License: Artistic or GPL-1+
+
+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/libpod-weaver-plugin-ensureuniquesections-perl.examples 
b/debian/libpod-weaver-plugin-ensureuniquesections-perl.examples
new file mode 100644
index 0000000..c24de38
--- /dev/null
+++ b/debian/libpod-weaver-plugin-ensureuniquesections-perl.examples
@@ -0,0 +1 @@
+t/eg
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..8acddb1
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Contact: Ryan C. Thompson <r...@thompsonclan.org>
+Name: Pod-Weaver-Plugin-EnsureUniqueSections
+Repository: 
https://github.com/DarwinAwardWinner/Pod-Weaver-Plugin-EnsureUniqueSections.git
+Repository-Browse: 
https://github.com/DarwinAwardWinner/Pod-Weaver-Plugin-EnsureUniqueSections
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0487e66
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Pod-Weaver-Plugin-EnsureUniqueSections   
.*/Pod-Weaver-Plugin-EnsureUniqueSections-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-plugin-ensureuniquesections-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