[libspreadsheet-wright-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Tue Jun 3 11:22:47 UTC 2014


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

js pushed a commit to branch master
in repository libspreadsheet-wright-perl.

commit 805fadd52e16474333608cdd1793d492008dff0b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jun 3 13:17:34 2014 +0200

    Initial packaging.
---
 debian/README.source   |  11 ++++++
 debian/changelog       |   6 +++
 debian/compat          |   1 +
 debian/control         |  41 ++++++++++++++++++++
 debian/control.in      |  29 ++++++++++++++
 debian/copyright       | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints |  95 ++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |   8 ++++
 debian/rules           |  38 +++++++++++++++++++
 debian/source/format   |   1 +
 debian/watch           |   4 ++
 11 files changed, 334 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..b2298b3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libspreadsheet-wright-perl (0.104-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#750421.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 03 Jun 2014 13:17:24 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..84805e9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: libspreadsheet-wright-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libtext-csv-perl,
+ libcommon-sense-perl,
+ libarchive-zip-perl,
+ libdatetime-perl,
+ libhtml-html5-writer-perl,
+ libjson-perl,
+ libspreadsheet-writeexcel-perl,
+ libxml-libxml-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libspreadsheet-wright-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libspreadsheet-wright-perl.git
+Homepage: https://metacpan.org/release/Spreadsheet-Wright
+
+Package: libspreadsheet-wright-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: simple spreadsheet worker
+ Spreadsheet::Wright is a fork of Spreadsheet::Write and may be used as
+ a drop-in replacement.
+ .
+ Spreadsheet::Wright writes files in CSV, Microsoft Excel, HTML and
+ OpenDocument formats.  It is especially suitable for building various
+ dumps and reports where rows are built in sequence, one after another.
+ .
+ It is not especially suitable for modifying existing files.
+ .
+ The name is a not just pun on "write" - the word "wright" means worker
+ or crafter, and "Spreadsheet::Wright" does a lot of the work of
+ spreadsheet output for you!
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..500fd8e
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,29 @@
+Source: libspreadsheet-wright-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libspreadsheet-wright-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libspreadsheet-wright-perl.git
+Homepage: https://metacpan.org/release/Spreadsheet-Wright
+
+Package: libspreadsheet-wright-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: simple spreadsheet worker
+ Spreadsheet::Wright is a fork of Spreadsheet::Write and may be used as
+ a drop-in replacement.
+ .
+ Spreadsheet::Wright writes files in CSV, Microsoft Excel, HTML and
+ OpenDocument formats.  It is especially suitable for building various
+ dumps and reports where rows are built in sequence, one after another.
+ .
+ It is not especially suitable for modifying existing files.
+ .
+ The name is a not just pun on "write" - the word "wright" means worker
+ or crafter, and "Spreadsheet::Wright" does a lot of the work of
+ spreadsheet output for you!
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a8886d7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,100 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Spreadsheet::Wright
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Spreadsheet-Wright
+Source: http://www.cpan.org/authors/id/T/TO/TOBYINK
+
+Files: *
+Copyright: 2007, Nick Eremeev <nick.eremeev at gmail.com>
+  2010-2011, Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This library is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ .
+ Comment:
+ .
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: inc/Module/AutoInstall.pm
+ inc/Module/Install*
+Copyright: 2001-2006, Audrey Tang <autrijus at autrijus.org>
+  2002-2004, Brian Ingerson <ingy at cpan.org>
+  2006,2008-2012, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install.
+
+Files: inc/Module/Package.pm
+ inc/Module/Install/Package.pm
+Copyright: 2011, Ingy döt Net <ingy at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Package.
+
+Files: inc/Module/Install/AutoManifest.pm
+Copyright: 2008, Hans Dieter Pearcey <hdp at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install::AutoManifest.
+
+Files: inc/Module/Install/TrustMetaYml.pm
+Copyright: 2011, Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install::TrustMetaYml.
+
+Files: inc/Module/Package/Dist/RDF.pm
+Copyright: 2011-2013, Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Package::RDF.
+
+Files: inc/Scalar/Util*
+Copyright: 1997-2009, Graham Barr <gbarr at pobox.com>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Scalar::Util.
+
+Files: inc/YAML/Tiny.pm
+Copyright: 2006-2011, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of YAML::Tiny.
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Artistic
+ Comment:
+ .
+ On Debian systems the 'Artistic License' is located in
+ '/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 1 is located
+ in '/usr/share/common-licenses/GPL-1'.
+
+License: GPL-3+
+ 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.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..bf19de8
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,95 @@
+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.yml
+ Makefile.PL
+ SIGNATURE
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ examples/example1.pl
+ inc/Module/AutoInstall.pm
+ inc/Module/Install/AutoInstall.pm
+ inc/Module/Install/AutoManifest.pm
+ inc/Module/Install/Base.pm
+ inc/Module/Install/Can.pm
+ inc/Module/Install/Fetch.pm
+ inc/Module/Install/Include.pm
+ inc/Module/Install/Makefile.pm
+ inc/Module/Install/TrustMetaYml.pm
+ inc/Module/Install/Win32.pm
+ inc/Module/Install/WriteAll.pm
+ inc/Module/Package/Dist/RDF.pm
+ inc/YAML/Tiny.pm
+ lib/Spreadsheet/Wright/CSV.pm
+ lib/Spreadsheet/Wright/Excel.pm
+ lib/Spreadsheet/Wright/HTML.pm
+ lib/Spreadsheet/Wright/JSON.pm
+ lib/Spreadsheet/Wright/OpenDocument.pm
+ lib/Spreadsheet/Wright/OpenDocumentXML.pm
+ lib/Spreadsheet/Wright/XHTML.pm
+ meta/changes.ttl
+ meta/doap.ttl
+ meta/makefile.ttl
+ meta/rt-bugs.ttl
+ t/01basic.t
+ t/02csv.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: inc/Scalar/Util.pm
+ inc/Scalar/Util/PP.pm
+Copyright: 1997-2007, Graham Barr <gbarr at pobox.com>.
+  1997-2009, Graham Barr <gbarr at pobox.com>.
+License: Perl
+ FIXME
+
+Files: inc/Module/Install/Package.pm
+ inc/Module/Package.pm
+Copyright: 2011
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/Spreadsheet/Wright.pm
+Copyright: 2007, Nick Eremeev
+  2010-2011, Toby Inkster
+License: UNKNOWN
+ FIXME
+
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: Expat
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+  19xx name of author
+  19yy <name of author>
+  2012, <http://purl.org/NET/cpan-uri/person/amaltsev>, Toby Inkster <tobyink at cpan.org>
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
+Files: inc/Module/Install.pm
+Copyright: 2008, - 2011, Adam Kennedy
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..790a2f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
+
+[git-import-orig]
+filter = .gitignore
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..05cc5e2
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2014, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Spreadsheet::Wright
+#
+# 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/upstream-tarball.mk
+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)
+
+DEB_UPSTREAM_PACKAGE = Spreadsheet-Wright
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK
+DEB_UPSTREAM_TARBALL_MD5 = c4299c5721ec649ee3ad0c12fb3464b7
+
+# Needed by upstream build and (always/often) at runtime
+deps = libtext-csv-perl, libcommon-sense-perl
+perl-deps-rec = archive-zip datetime html-html5-writer json
+perl-deps-rec += spreadsheet-writeexcel xml-libxml
+deps-recommend = $(patsubst %,$(comma) lib%-perl,$(perl-deps-rec))
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_DEPENDS_$(pkg) = $(deps-recommend)
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/watch b/debian/watch
new file mode 100644
index 0000000..1b183b0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+http://www.cpan.org/authors/id/T/TO/TOBYINK/Spreadsheet-Wright-([\d.]+)\.tar\.gz
+https://metacpan.org/release/Spreadsheet-Wright .*/Spreadsheet-Wright-([\d.]+)\.tar\.gz

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



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