[libatteanx-endpoint-perl] 01/02: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sun Dec 25 23:40:33 UTC 2016


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

js pushed a commit to branch master
in repository libatteanx-endpoint-perl.

commit 8aa529d2b07dbc5e7e4040ec51f8bfeaf943c95c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 25 23:25:04 2016 +0100

    Initial packaging.
---
 debian/README.source            | 11 ++++++
 debian/changelog                |  6 +++
 debian/compat                   |  1 +
 debian/control                  | 49 ++++++++++++++++++++++++
 debian/control.in               | 27 ++++++++++++++
 debian/copyright                | 83 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints          | 58 ++++++++++++++++++++++++++++
 debian/gbp.conf                 |  6 +++
 debian/rules                    | 47 +++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 ++++
 debian/watch                    |  3 ++
 12 files changed, 300 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..bfb16c1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libatteanx-endpoint-perl (0.001-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#819270.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 25 Dec 2016 23:24:47 +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..897ce32
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: libatteanx-endpoint-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ licensecheck,
+ debhelper,
+ dh-buildinfo,
+ libfile-sharedir-perl,
+ libhtml-html5-parser-perl,
+ libhtml-html5-writer-perl,
+ libhttp-negotiate-perl,
+ libjson-perl,
+ liblist-moreutils-perl,
+ libmoox-log-any-perl,
+ libplack-perl,
+ libtrycatch-perl,
+ libtype-tiny-perl,
+ libnamespace-clean-perl,
+ libattean-perl (>= 0.013),
+ libmoo-perl (>= 1.006000),
+ perl (>= 5.14),
+ libtest-exception-perl,
+ libtest-lwp-useragent-perl,
+ libtest-modern-perl,
+ libtest-www-mechanize-psgi-perl,
+ libmoose-perl
+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/libatteanx-endpoint-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-endpoint-perl.git
+Homepage: https://metacpan.org/release/AtteanX-Endpoint
+
+Package: libatteanx-endpoint-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Suggests: ${cdbs:Suggests}
+Description: SPARQL 1.1 Protocol Endpoint
+ AtteanX::Endpoint implements a PSGI SPARQL Protocol endpoint.
+ .
+ SPARQL is an RDF query language, that is, a semantic query language for
+ databases, able to retrieve and manipulate data stored in Resource
+ Description Framework format.
+ .
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..d1a5ae1
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,27 @@
+Source: libatteanx-endpoint-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.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libatteanx-endpoint-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-endpoint-perl.git
+Homepage: https://metacpan.org/release/AtteanX-Endpoint
+
+Package: libatteanx-endpoint-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Suggests: ${cdbs:Suggests}
+Description: SPARQL 1.1 Protocol Endpoint
+ AtteanX::Endpoint implements a PSGI SPARQL Protocol endpoint.
+ .
+ SPARQL is an RDF query language, that is, a semantic query language for
+ databases, able to retrieve and manipulate data stored in Resource
+ Description Framework format.
+ .
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a043a9d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,83 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: AtteanX::Endpoint
+Upstream-Contact: https://github.com/kasei/atteanx-endpoint/issues
+Source: http://search.cpan.org/dist/AtteanX-Endpoint/
+ git://github.com/kasei/atteanx-endpoint
+
+Files: *
+Copyright: 2014-2016, Gregory Todd Williams <gwilliams at cpan.org>
+License-Grant:
+ This program is free software; you can redistribute it and/or modify it
+ under the same terms as Perl 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:
+ share/endpoint/www/css/*
+ share/endpoint/www/js/*
+Copyright: 2007-2010, Marijn Haverbeke <marijnh at gmail.com>
+LIcense-Grant:
+ The CodeMirror (Javascript and CSS) files contained in this package are
+ copyright (c) 2007-2010 Marijn Haverbeke, and licensed under the terms
+ of the same zlib license as this code.
+License: Zlib
+
+Files: 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/Install/AuthorTests.pm
+Copyright: 2008, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install::AuthorTests.
+
+Files: inc/Module/Install/DOAPChangeSets.pm
+Copyright: 2010-2013, Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install::DOAPChangeSets.
+
+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, 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
+
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software in
+ a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ .
+ 2. Altered source versions must be plainly marked as such, and must not
+ be misrepresented as being the original software.
+ .
+ 3. This notice may not be removed or altered from any source
+ distribution.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..1bd182e
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,58 @@
+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
+ README.md
+ SIGNATURE
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ inc/Module/Install/AuthorTests.pm
+ inc/Module/Install/Base.pm
+ inc/Module/Install/Can.pm
+ inc/Module/Install/DOAPChangeSets.pm
+ inc/Module/Install/Fetch.pm
+ inc/Module/Install/Makefile.pm
+ meta/changes.ttl
+ scripts/endpoint.psgi
+ share/endpoint/index.html
+ share/endpoint/results.html
+ t/00.load.t
+ t/simple.t
+ xt/pod-coverage.t
+ xt/pod.t
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: lib/AtteanX/Endpoint.pm
+Copyright: Copyright (c) 2014 Gregory Todd Williams. /
+License: Artistic or GPL-1+
+ FIXME
+
+Files: LICENSE
+Copyright: 2014, --2016 Gregory Todd Williams
+License: Expat
+ FIXME
+
+Files: debian/rules
+Copyright: 2016, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: inc/Module/Install.pm
+Copyright: 2008-2012, Adam Kennedy.
+License: UNKNOWN
+ 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..e715d0f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2016 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for AtteanX::Endpoint
+#
+# 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)
+
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
+# Needed by upstream build and (always/often) at runtime
+perl-deps = file-sharedir html-html5-parser html-html5-writer
+perl-deps += http-negotiate json list-moreutils moox-log-any plack
+perl-deps += trycatch type-tiny namespace-clean
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+deps +=, libattean-perl (>= 0.013)
+deps +=, libmoo-perl (>= 1.006000)
+deps +=, perl (>= 5.14)
+
+# Needed by upstream testsuite
+perl-deps-test = exception lwp-useragent modern www-mechanize-psgi
+deps-test = $(patsubst %,$(comma) libtest-%-perl,$(perl-deps-test))
+deps-test +=, libmoose-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+
+clean::
+	rm -f Makefile.old
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/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..dce4650
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,8 @@
+# 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
+
+# Debhelper 9 is satisfied even in oldstable
+package-needs-versioned-debhelper-build-depends 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bdbd489
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+http://www.cpan.org/authors/id/G/GW/GWILLIAMS/AtteanX-Endpoint-(\d.*)\.tar\.gz

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



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