[libregexp-pattern-license-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Tue Sep 12 20:32:02 UTC 2017


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

js pushed a commit to branch master
in repository libregexp-pattern-license-perl.

commit 8bbfc275020e959e4d46319e89a31fc6fc820f3b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Sep 12 22:01:58 2017 +0200

    Initial packaging.
---
 debian/README.source            |  11 +++++
 debian/changelog                |   6 +++
 debian/compat                   |   1 +
 debian/control                  |  25 ++++++++++
 debian/control.in               |  22 +++++++++
 debian/copyright                |  29 +++++++++++
 debian/copyright-check          |  24 ++++++++++
 debian/copyright_hints          | 104 ++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |   6 +++
 debian/rules                    |  29 +++++++++++
 debian/source/format            |   1 +
 debian/source/lintian-overrides |   7 +++
 debian/watch                    |   4 ++
 13 files changed, 269 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..2f6fda9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libregexp-pattern-license-perl (3.0.31-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#875628.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 12 Sep 2017 22:30: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..423062e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libregexp-pattern-license-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ perl,
+ debhelper,
+ dh-buildinfo
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 4.1.0
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libregexp-pattern-license-perl
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libregexp-pattern-license-perl.git
+Homepage: https://metacpan.org/pod/Regexp::Pattern::License
+
+Package: libregexp-pattern-license-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Description: regular expressions for legal licenses
+ Regexp::Pattern::License provides a hash of regular expression patterns
+ related to legal software licenses.
+ .
+ Regexp::Pattern is a convention for organizing reusable regex patterns.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..c3d6b22
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,22 @@
+Source: libregexp-pattern-license-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: 4.1.0
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libregexp-pattern-license-perl
+Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libregexp-pattern-license-perl.git
+Homepage: https://metacpan.org/pod/Regexp::Pattern::License
+
+Package: libregexp-pattern-license-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Description: regular expressions for legal licenses
+ Regexp::Pattern::License provides a hash of regular expression patterns
+ related to legal software licenses.
+ .
+ Regexp::Pattern is a convention for organizing reusable regex patterns.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a3b4457
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Regexp::Pattern::License
+Upstream-Contact: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libregexp-pattern-license-perl
+ http://rt.cpan.org/Dist/Display.html?Queue=Regexp-Pattern-License
+Source: https://metacpan.org/release/Regexp-Pattern-License
+ https://anonscm.debian.org/git/build-common/regexp-pattern-license.git
+ git://anonscm.debian.org/build-common/regexp-pattern-license.git
+
+Files: *
+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+
+
+Files: Makefile.PL
+Copyright: 2013, Toby Inkster <tobyink at cpan.org>
+License: Artistic or GPL-1+
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
+
+License: GPL-1+
+License-Reference: /usr/share/common-licenses/GPL-1
+
+License: Artistic
+License-Reference: /usr/share/common-licenses/Artistic
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..c35c89a
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,104 @@
+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: CREDITS
+ Changes
+ INSTALL
+ META.json
+ META.yml
+ Makefile.PL
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ dist.ini
+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: lib/Regexp/Pattern/License.pm
+Copyright: 
+License: AGPL and/or APAFML and/or Adobe-2006 and/or Adobe-Glyph and/or Aladdin and/or Artistic-2.0 and/or Beerware and/or CC-BY and/or CDDL and/or CECILL-1.0 and/or DSDP and/or EPL and/or FSFAP and/or LLGPL and/or MIT~oldstyle and/or MS-PL and/or MS-RL and/or Unicode-TOU and/or Unicode-strict
+ FIXME
+
+Files: COPYRIGHT
+Copyright: -format/1.0/
+  2017, Jonas Smedegaard.
+  2017, the copyright holder(s).
+  CREDITS
+  Copyright 2013 Toby Inkster.
+  Copyright 2017 Jonas Smedegaard.
+  None
+  Unknown
+License: Artistic-1.0 and/or GPL-3
+ FIXME
+
+Files: doap.ttl
+Copyright: NONE
+License: Beerware
+ FIXME
+
+Files: README
+Copyright: 2016-2017, Jonas Smedegaard
+License: Beerware and/or GPL-3+
+ FIXME
+
+Files: t/01-basic.t
+Copyright: NONE
+License: FSFUL
+ FIXME
+
+Files: lib/Regexp/Pattern/License/Parts.pm
+Copyright: 2016-2017, Jonas Smedegaard
+License: GPL-3+ and/or NTP and/or PostgreSQL
+ FIXME
+
+Files: LICENSE
+Copyright: -like laws that apply to other kinds of
+  2007, Free Software Foundation, Inc. <http:fsf.org/>
+  2017, Jonas Smedegaard.
+  <year> <name of author>
+  able work licensed under this
+  are not
+  disclaimer" for the program, if necessary.
+  ed material outside their relationship with you.
+  if you do
+  permission, other than the making of an
+  permission.
+  treaty adopted on 20 December 1996, or
+License: UNKNOWN
+ FIXME
+
+Files: debian/source/lintian-overrides
+Copyright: Artistic
+  GPL-1+
+  GPL-3+
+  artistic
+  gpl-1+
+  gpl-3+
+License: UNKNOWN
+ FIXME
+
+Files: MANIFEST
+Copyright: CREDITS
+License: UNKNOWN
+ FIXME
+
+Files: SIGNATURE
+Copyright: SHA1 916f540e500fac9008b5cbca8dba51745bdf618e CREDITS
+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..40d1beb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2017, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Regexp::Pattern::License
+#
+# 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/class/perl-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+# Needed by upstream testsuite
+# FIXME: Enable testsuite when libregexp-pattern-perl is in Debian
+DEB_MAKE_CHECK_TARGET =
+#deps-test = libregexp-pattern-perl, libtest-exception-perl, libtest-simple-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps-test)
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..cd31f27
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,7 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright artistic *
+missing-license-paragraph-in-dep5-copyright gpl-1\+ *
+missing-license-paragraph-in-dep5-copyright gpl-3\+ *
+missing-license-text-in-dep5-copyright Artistic *
+missing-license-text-in-dep5-copyright GPL-1\+ *
+missing-license-text-in-dep5-copyright GPL-3\+ *
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..6085114
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# run "uscan --report" to check or "gpb import-orig --uscan" to update
+version=4
+https://metacpan.org/release/Regexp-Pattern-License \
+ .*/Regexp-Pattern-License-v?@ANY_VERSION@@ARCHIVE_EXT@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libregexp-pattern-license-perl.git



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