[SCM] Debian package for Data::Section::Simple branch, master, updated. upstream/0.02-1-g8df1c46

Fabrizio Regalli fabreg at fabreg.it
Thu Aug 11 21:38:59 UTC 2011


The following commit has been merged in the master branch:
commit 8df1c46ac23abd06cc8cf4de3f86da842ca9437e
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Aug 11 23:38:41 2011 +0200

    First debian release

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9eeaa65
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libdata-section-simple-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #637476)
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 11 Aug 2011 22:50:40 +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..55a89b3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: libdata-section-simple-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libtest-requires-perl,
+ perl,
+ perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Standards-Version: 3.9.2
+Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libdata-section-simple-perl.git
+Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libdata-section-simple-perl.git
+Homepage: http://search.cpan.org/dist/Data-Section-Simple/
+
+Package: libdata-section-simple-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl
+Description: Perl module for reading data from __DATA__
+ Data::Section::Simple is a simple module to extract data 
+ from __DATA__ section of the file.
+ This module does not implement caching (yet) which means 
+ in every get_data_section or get_data_section($name) this 
+ module seeks and re-reads the data section. If you want 
+ to avoid doing so for the better performance, you should 
+ implement caching in your own caller code.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e89e801
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+Source: http://search.cpan.org/dist/Data-Section-Simple/
+Name: Data-Section-Simple
+
+Files: *
+Copyright: 2010, Tatsuhiko Miyagawa <miyagawa at bulknews.net>
+ 2008-2010, Sebastian Riedel
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libdata-section-simple-perl.docs b/debian/libdata-section-simple-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libdata-section-simple-perl.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
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..2b8a0e0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Section-Simple/   .*/Data-Section-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Debian package for Data::Section::Simple



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