[libdata-spreadpagination-perl] 01/06: Initial debianization.

Vasudev Kamath vasudev-guest at alioth.debian.org
Sat Nov 2 15:12:19 UTC 2013


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

vasudev-guest pushed a commit to branch master
in repository libdata-spreadpagination-perl.

commit e4b46aeb8cb80bc6517417b87aca081d4cafc677
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sat Nov 2 14:42:33 2013 +0530

    Initial debianization.
---
 debian/changelog     |    7 +++++++
 debian/compat        |    1 +
 debian/control       |   28 ++++++++++++++++++++++++++++
 debian/control.in    |   24 ++++++++++++++++++++++++
 debian/copyright     |   26 ++++++++++++++++++++++++++
 debian/rules         |   11 +++++++++++
 debian/source/format |    1 +
 7 files changed, 98 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..154c942
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+libdata-spreadpagination-perl (0.1.2-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#728513
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sat, 02 Nov 2013 12:56:04 +0530
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..301160a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7cbedb8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: libdata-spreadpagination-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ debhelper,
+ dh-buildinfo,
+ devscripts,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>,
+ Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/pod/Data::SpreadPagination
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-spreadpagination-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-spreadpagination-perl.git
+
+Package: libdata-spreadpagination-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: page numbering and spread pagination
+ The object produced by Data::SpreadPagination can be used to create a
+ spread pagination navigator. It inherits from Data::Page and has
+ access to all of the methods from object. 
+ .
+ It also provides methods for creating a pagination spread, to allow
+ for keeping the number of pagenumbers displayed within a sensible
+ limit, but at the same time allowing easy navigation. The object can
+ be easily passed to a templating system such as template toolkit.
\ No newline at end of file
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..431c23c
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,24 @@
+Source: libdata-spreadpagination-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>,
+ Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/pod/Data::SpreadPagination
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-spreadpagination-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-spreadpagination-perl.git
+
+Package: libdata-spreadpagination-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: page numbering and spread pagination
+ The object produced by Data::SpreadPagination can be used to create a
+ spread pagination navigator. It inherits from Data::Page and has
+ access to all of the methods from object. 
+ .
+ It also provides methods for creating a pagination spread, to allow
+ for keeping the number of pagenumbers displayed within a sensible
+ limit, but at the same time allowing easy navigation. The object can
+ be easily passed to a templating system such as template toolkit.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..2a18972
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Data-SpreadPagination
+Upstream-Contact: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-SpreadPagination
+Source: http://search.cpan.org/dist/Data-SpreadPagination/
+
+Files: debian/*
+Copyright: 2013, Vasudev Kamath <kamathvasudev at gmail.com>
+ 2013, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+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/rules b/debian/rules
new file mode 100755
index 0000000..da81e71
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+
+DEB_UPSTREAM_PACKAGE = Data-SpreadPagination
+DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/K/KN/KNEW
+DEB_UPSTREAM_TARBALL_MD5 = d297c4fe65609dce54201e29d6a585bf
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

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



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