[libencoding-fixlatin-xs-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Mon Dec 8 14:58:14 UTC 2014


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

js pushed a commit to branch master
in repository libencoding-fixlatin-xs-perl.

commit b34c844a08609d0b16cb54ea6c378aee12faea06
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Dec 8 15:48:22 2014 +0100

    Initial packaging.
---
 .gitignore             |  1 +
 debian/README.source   | 11 ++++++
 debian/changelog       |  6 ++++
 debian/compat          |  1 +
 debian/control         | 34 ++++++++++++++++++
 debian/control.in      | 28 +++++++++++++++
 debian/copyright       | 51 ++++++++++++++++++++++++++
 debian/copyright_hints | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  8 +++++
 debian/rules           | 39 ++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  4 +++
 12 files changed, 281 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b408e6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.pc
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..f0528e9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libencoding-fixlatin-xs-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#772550.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 08 Dec 2014 15:48:12 +0100
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..0676d01
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: libencoding-fixlatin-xs-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ libencoding-fixlatin-perl,
+ perl (>= 5.14),
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libencoding-fixlatin-xs-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libencoding-fixlatin-xs-perl.git
+Homepage: https://metacpan.org/release/Encoding-FixLatin-XS
+
+Package: libencoding-fixlatin-xs-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Description: XS implementation layer for Encoding::FixLatin
+ Most encoding conversion tools take input in one encoding and produce
+ output in another encoding.  Encoding::FixLatin takes input which may
+ contain characters in more than one encoding and makes a best effort to
+ convert them all to UTF-8 output.
+ .
+ Encoding::FixLatin::XS provides a C implementation of the 'fix_latin'
+ algorithm.  It is not meant to be called directly.  Instead, simply
+ install this module and use Encoding::FixLatin as normal.
+ Encoding::FixLatin will use this module if it's found and will fall
+ back to the pure-Perl implementation otherwise.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..f62431c
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,28 @@
+Source: libencoding-fixlatin-xs-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.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libencoding-fixlatin-xs-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libencoding-fixlatin-xs-perl.git
+Homepage: https://metacpan.org/release/Encoding-FixLatin-XS
+
+Package: libencoding-fixlatin-xs-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Description: XS implementation layer for Encoding::FixLatin
+ Most encoding conversion tools take input in one encoding and produce
+ output in another encoding.  Encoding::FixLatin takes input which may
+ contain characters in more than one encoding and makes a best effort to
+ convert them all to UTF-8 output.
+ .
+ Encoding::FixLatin::XS provides a C implementation of the 'fix_latin'
+ algorithm.  It is not meant to be called directly.  Instead, simply
+ install this module and use Encoding::FixLatin as normal.
+ Encoding::FixLatin will use this module if it's found and will fall
+ back to the pure-Perl implementation otherwise.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0336ab8
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Encoding::FixLatin-XS
+Upstream-Contact: http://rt.cpan.org/Public/Dist/Display.html?Name=Encoding-FixLatin-XS
+Source: http://www.cpan.org/authors/id/G/GR/GRANTM
+ git://github.com/grantm/encoding-fixlatin-xs
+
+Files: *
+Copyright: 2009-2014, Grant McLean <grantm at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This program 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: 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 of the License, 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'.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..bda0924
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,97 @@
+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.md
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ dist.ini
+ t/00-basics.t
+ t/10-fix_latin.t
+ t/20-bytes_only.t
+ t/release-pod-syntax.t
+ xt/01-leak.t
+Copyright: *No copyright*
+License: UNKNOWN
+ 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>
+  2014, Grant McLean
+  disclaimer" for the program, if
+  interest in the
+  the software, and
+License: GPL-ever
+ FIXME
+
+Files: ppport.h
+Copyright: && HvNAME(hv) \
+  ( < ' ' || == 127)
+  ( <= 127)
+  (( >= 32 && < 127))
+  (( >= 33 && <= 47) || ( >= 58 && <= 64) || ( >= 91 && <= 96) || ( >= 123 && <= 126))
+  (->cop_file)
+  (->cop_filegv)
+  (->cop_stash)
+  (->cop_stashpv)
+  (CopFILE ? GvAV(gv_fetchfile(CopFILE)) : Nullav)
+  (CopFILE ? GvSV(gv_fetchfile(CopFILE)) : Nullsv)
+  (CopFILE ? gv_fetchfile(CopFILE) : Nullgv)
+  (CopFILEGV ? GvAV(CopFILEGV) : Nullav)
+  (CopFILEGV ? GvSV(CopFILEGV) : Nullsv)
+  (CopFILESV ? SvPVX(CopFILESV) : Nullch)
+  (CopSTASH ? HvNAME(CopSTASH) : Nullch)
+  (CopSTASHPV ? gv_stashpv(CopSTASHPV,GV_ADD) : Nullhv)
+  (isALNUM || isPUNCT)
+  (isALPHA || isDIGIT)
+  (isDIGIT || ( >= 'a' && <= 'f') || ( >= 'A' && <= 'F'))
+  (isSPACE || == '\v')
+  1999, Kenneth Albanowski
+  2001, Paul Marquess
+  2004-2009, Marcus Holland-Moritz
+  == (hv))
+  == HvNAME(hv) \
+  isalnum
+  isascii
+  iscntrl
+  isgraph
+  isprint
+  ispunct
+  isxdigit
+License: Perl
+ FIXME
+
+Files: README
+Copyright: 2014, Grant McLean
+License: UNKNOWN
+ FIXME
+
+Files: XS.xs
+Copyright: 2014, Grant McLean <grantm at cpan.org>
+License: UNKNOWN
+ FIXME
+
+Files: lib/Encoding/FixLatin/XS.pm
+Copyright: 2014, Grant McLean C<< <grantm at cpan.org> >>
+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..55ccfc5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2014 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Encoding::FixLatin-XS
+#
+# 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 = Encoding-FixLatin-XS
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/G/GR/GRANTM
+
+CDBS_RECOMMENDS_$(pkg) = $(recommends)
+
+# Needed by upstream build and (always) at runtime
+deps = libencoding-fixlatin-perl
+deps +=, perl (>= 5.14)
+
+# Needed by upstream testsuite
+deps-test = perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+
+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/watch b/debian/watch
new file mode 100644
index 0000000..f7892bc
--- /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/G/GR/GRANTM/Encoding-FixLatin-XS-([\d.]+)\.tar\.gz
+https://metacpan.org/release/Encoding-FixLatin-XS .*/Encoding-FixLatin-XS-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libencoding-fixlatin-xs-perl.git



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