[libpandoc-wrapper-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Wed Mar 29 18:17:22 UTC 2017


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

js pushed a commit to branch master
in repository libpandoc-wrapper-perl.

commit 7a779237c0fca2ccf7f96bb661caa7d447fa8422
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Mar 29 17:43:14 2017 +0200

    Initial packaging.
---
 debian/changelog                |  6 +++++
 debian/compat                   |  1 +
 debian/control                  | 40 ++++++++++++++++++++++++++++
 debian/copyright                | 26 ++++++++++++++++++
 debian/copyright-check          | 24 +++++++++++++++++
 debian/copyright_hints          | 59 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 +++++
 debian/rules                    | 20 ++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  5 ++++
 debian/watch                    |  3 +++
 11 files changed, 191 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..767497f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libpandoc-wrapper-perl (0.6.0-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#859018.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 29 Mar 2017 18:16:34 +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..d4fcfe4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: libpandoc-wrapper-perl
+Section: perl
+Priority: optional
+Build-Depends:
+ debhelper,
+ dh-buildinfo,
+ libmodule-build-tiny-perl,
+ perl,
+# tests
+ libcapture-tiny-perl <!stage1>,
+ libpath-tiny-perl <!stage1>,
+ libpandoc-elements-perl <!stage1>,
+ libtest-exception-perl <!stage1>,
+# runtime
+ libfile-which-perl,
+ libipc-run3-perl,
+ pandoc,
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpandoc-wrapper-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpandoc-wrapper-perl.git
+Homepage: https://github.com/nichtich/Pandoc-Wrapper
+
+Package: libpandoc-wrapper-perl
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+# runtime
+ libfile-which-perl,
+ libipc-run3-perl,
+ pandoc,
+Description: wrapper for the mighty Pandoc document converter
+ Pandoc::Wrapper provides a Perl wrapper for John MacFarlane's Pandoc
+ document converter.
+ .
+ Pandoc is a command-line tool for converting text-centric documents
+ from one markup format to another, covering a large range of markup
+ formats.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8f2dd83
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Pandoc::Wrapper
+Upstream-Contact: https://github.com/nichtich/Pandoc-Wrapper/issues
+Source: http://www.cpan.org/authors/id/V/VO/VOJ/
+ git://github.com/nichtich/Pandoc-Wrapper
+
+Files: *
+Copyright: 2017, Jakob Voß
+License-Grant:
+ GNU General Public License, Version 2
+License: GPL-2
+
+Files: debian/*
+Copyright: 2016-2017, 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, or (at your option) any
+ later version.
+License: GPL-3+
+
+License: GPL-2
+License-Reference: /usr/share/common-licenses/GPL-2
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/copyright-check b/debian/copyright-check
new file mode 100755
index 0000000..129b94d
--- /dev/null
+++ b/debian/copyright-check
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Copyright © 2016-2017  Jonas Smedegaard <dr at jones.dk>
+# Description: helper script to update copyright_hints
+#
+# 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/>.
+
+set -eu
+
+make -f /usr/share/cdbs/1/rules/utils.mk pre-build || true
+make -f /usr/share/cdbs/1/rules/utils.mk clean DEB_COPYRIGHT_CHECK_STRICT=1
+
+# unconditionally merge changes - safe to do with git-tracked package
+[ ! -f debian/copyright_newhints ] || mv -f debian/copyright_newhints debian/copyright_hints
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..515d5cf
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,59 @@
+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: Build.PL
+ Changes
+ MANIFEST
+ META.json
+ META.yml
+ README
+ cpanfile
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ dist.ini
+ lib/Pandoc.pm
+ lib/Pandoc/Version.pm
+ t/binmode.t
+ t/convert.t
+ t/example.md
+ t/executables.t
+ t/file-objects.t
+ t/import.t
+ t/lists.t
+ t/methods.t
+ t/parse.t
+ t/release-pod-syntax.t
+ t/run.t
+ t/version.t
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: debian/copyright-check
+ debian/rules
+Copyright: 2016-2017, Jonas Smedegaard <dr at jones.dk>
+  2017, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, 1991, Free Software Foundation, Inc.,
+  2017, Jakob Voß.
+  <year> <name of author>
+  disclaimer" for the program, if
+  ed by the Free
+  ed interfaces, the
+  interest in the program
+  the software, and
+  year name of author
+License: GPL-2
+ 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..ca55695
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2017 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Pandoc::Wrapper
+#
+# 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/>.
+
+%:
+	dh $@
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..f28f3a1
--- /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/Pandoc .*/Pandoc-(\d[\d.]*)\.tar\.gz

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



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