[libtext-hogan-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sun Dec 25 16:47:54 UTC 2016


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

js pushed a commit to branch master
in repository libtext-hogan-perl.

commit 14ef38e96da5984f312fc1f66bf21956a2c0e90e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 25 17:44:19 2016 +0100

    Initial packaging.
---
 debian/README.source            | 11 +++++++
 debian/changelog                |  5 ++++
 debian/compat                   |  1 +
 debian/control                  | 35 ++++++++++++++++++++++
 debian/control.in               | 23 +++++++++++++++
 debian/copyright                | 33 +++++++++++++++++++++
 debian/copyright_hints          | 65 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 ++++
 debian/rules                    | 38 ++++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  5 ++++
 debian/watch                    |  3 ++
 12 files changed, 226 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+---------------------
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5c19576
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtext-hogan-perl (1.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 25 Dec 2016 17:44:12 +0100
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..44c8fc1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: libtext-hogan-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ licensecheck,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libclone-perl (>= 0.37),
+ perl (>= 5.21.4) | libscalar-list-utils-perl,
+ libtext-trim-perl,
+ libdata-visitor-perl (>= 0.30),
+ libpath-tiny-perl (>= 0.59),
+ perl (>= 5.21.5) | libtest-simple-perl (>= 1.001008),
+ libtry-tiny-perl (>= 0.22),
+ libyaml-perl (>= 1.13)
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-hogan-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-hogan-perl.git
+Homepage: https://metacpan.org/release/Text-Hogan
+
+Package: libtext-hogan-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: mustache templating engine statement-for-statement cloned from hogan.js
+ Text::Hogan is a statement-for-statement rewrite of hogan.js in Perl.
+ .
+ It is a mustache templating engine which supports pre-compilation of
+ your templates into pure Perl code, which then renders very quickly.
+ .
+ It passes the full mustache spec.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..cb8b905
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,23 @@
+Source: libtext-hogan-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtext-hogan-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-hogan-perl.git
+Homepage: https://metacpan.org/release/Text-Hogan
+
+Package: libtext-hogan-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: mustache templating engine statement-for-statement cloned from hogan.js
+ Text::Hogan is a statement-for-statement rewrite of hogan.js in Perl.
+ .
+ It is a mustache templating engine which supports pre-compilation of
+ your templates into pure Perl code, which then renders very quickly.
+ .
+ It passes the full mustache spec.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c9b7832
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Text::Hogan
+Upstream-Contact: https://github.com/kaoru/Text-Hogan/issues
+Source: https://github.com/kaoru/Text-Hogan
+ git://github.com/kaoru/Text-Hogan
+
+Files: *
+Copyright: 2016, Alex Balhatchet <alex at balhatchet.net>
+License-Grant:
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
+Comment:
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2016, Jonas Smedegaard <dr at jones.dk>
+License-Grant:
+ 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 3 of the License, or (at your
+ option) any later version.
+License: GPL-3+
+
+License: Artistic
+License-Reference: /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+License-Reference: /usr/share/common-licenses/GPL-1
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..969d0b8
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,65 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: Changes
+ MANIFEST
+ META.json
+ META.yml
+ Makefile.PL
+ README.pod
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ dist.ini
+ lib/Text/Hogan.pm
+ lib/Text/Hogan/Compiler.pm
+ lib/Text/Hogan/Template.pm
+ t/author-pod-syntax.t
+ t/release-cpan-changes.t
+ t/spec_test.t
+ t/specs/README
+ t/specs/comments.yml
+ t/specs/delimiters.yml
+ t/specs/interpolation.yml
+ t/specs/inverted.yml
+ t/specs/partials.yml
+ t/specs/sections.yml
+ t/specs/~lambdas.yml
+ t/synopsis_text_hogan.t
+ t/synopsis_text_hogan_compiler.t
+ t/synopsis_text_hogan_template.t
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: README
+Copyright: 2016, Alex Balhatchet.
+License: Artistic or GPL-1+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc.
+  19xx name of author
+  19yy <name of author>
+  2016, Alex Balhatchet.
+  disclaimer" for the program, if
+  ed by the Free
+  interest in the
+  of this Package, but belong to whomever generated them, and may be sold
+  the software, and
+License: Artistic or GPL-1+
+ FIXME
+
+Files: debian/rules
+Copyright: 2016, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..2a594ca
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+filter = */.git*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2b64d87
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2016, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Text::Hogan
+#
+# 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 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+# Needed by upstream build and (always) at runtime
+deps +=, libclone-perl (>= 0.37)
+deps +=, perl (>= 5.21.4) | libscalar-list-utils-perl
+deps +=, libtext-trim-perl
+
+# Needed by upstream testsuite
+deps-test = libdata-visitor-perl (>= 0.30)
+deps-test +=, libpath-tiny-perl (>= 0.59)
+deps-test +=, perl (>= 5.21.5) | libtest-simple-perl (>= 1.001008)
+deps-test +=, libtry-tiny-perl (>= 0.22)
+deps-test +=, libyaml-perl (>= 1.13)
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..f87ce0c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,5 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e6af316
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/Text-Hogan .*/Text-Hogan-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-hogan-perl.git



More information about the Pkg-perl-cvs-commits mailing list