[libcache-lru-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Sun Mar 29 11:31:14 UTC 2015


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

js pushed a commit to branch master
in repository libcache-lru-perl.

commit 6ae32d0778420938f031d018f4acddbced800853
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Mar 29 13:10:37 2015 +0200

    Initial packaging.
---
 debian/README.source   | 11 +++++++++
 debian/changelog       |  6 +++++
 debian/compat          |  1 +
 debian/control         | 24 +++++++++++++++++++
 debian/control.in      | 19 +++++++++++++++
 debian/copyright       | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints | 52 ++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf        |  5 ++++
 debian/rules           | 33 ++++++++++++++++++++++++++
 debian/source/format   |  1 +
 debian/watch           |  3 +++
 11 files changed, 219 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..0617f33
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libcache-lru-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#781441.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 29 Mar 2015 13:10:25 +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..d09b4cd
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: libcache-lru-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libtest-requires-perl
+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/libcache-lru-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-lru-perl.git
+Homepage: https://metacpan.org/pod/Cache::LRU
+
+Package: libcache-lru-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: simple, fast implementation of LRU cache
+ Cache::LRU is a simple, fast implementation of an in-memory Least
+ Recently Used (LRU) cache in pure perl.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..b29b2f0
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,19 @@
+Source: libcache-lru-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/libcache-lru-perl
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-lru-perl.git
+Homepage: https://metacpan.org/pod/Cache::LRU
+
+Package: libcache-lru-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: simple, fast implementation of LRU cache
+ Cache::LRU is a simple, fast implementation of an in-memory Least
+ Recently Used (LRU) cache in pure perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2766ac3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,64 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Cache::LRU
+Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooX-Cmd
+ mailto:bug-moox-cmd at rt.cpan.org
+Source: http://www.cpan.org/authors/id/K/KA/KAZUHO/
+
+Files: *
+Copyright: Kazuho Oku
+License: Artistic or GPL-1+
+ 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: 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/ReadmeFromPod.pm
+Copyright: 2013, Chris 'BinGOs' Williams <chris at bingosnet.co.uk>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install::ReadmeFromPod.
+
+Files: debian/*
+Copyright: 2015, 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..f731f70
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,52 @@
+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
+ benchmark/simple.pl
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ inc/Module/Install/Base.pm
+ inc/Module/Install/Can.pm
+ inc/Module/Install/Fetch.pm
+ inc/Module/Install/Makefile.pm
+ inc/Module/Install/ReadmeFromPod.pm
+ inc/Module/Install/Win32.pm
+ inc/Module/Install/WriteAll.pm
+ t/00base.t
+ t/01destroy.t
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/Cache/LRU.pm
+Copyright: *No copyright*
+License: Perl
+ FIXME
+
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: Expat
+ FIXME
+
+Files: debian/rules
+Copyright: 2015, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: inc/Module/Install.pm
+Copyright: 2008, - 2010, Adam Kennedy
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9234def
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2015, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Cache::LRU
+#
+# 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 = Cache-LRU
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/K/KA/KAZUHO
+DEB_UPSTREAM_TARBALL_MD5 = e7b3768fdae203bec7a9bd9b8a6b7a90
+
+# Needed by upstream testsuite
+deps-test = libtest-requires-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps-test)
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..045d911
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version = 3
+http://www.cpan.org/authors/id/K/KA/KAZUHO/Cache-LRU-([\d.]+)\.tar\.gz
+https://metacpan.org/release/Cache-LRU .*/Cache-LRU-([\d.]+)\.tar\.gz

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



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