[libdispatch-class-perl] 01/06: Initial debianization

Vasudev Kamath vasudev-guest at alioth.debian.org
Sun Nov 3 09:24:45 UTC 2013


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

vasudev-guest pushed a commit to branch master
in repository libdispatch-class-perl.

commit 8106ef5f4255f69f9d1b43097fe0daa289b63dbf
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Nov 3 14:12:31 2013 +0530

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ead0d6e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+libdispatch-class-perl (0.01-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#728568.
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sun, 03 Nov 2013 13:18:48 +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..1b62d9a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: libdispatch-class-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ debhelper,
+ dh-buildinfo,
+ devscripts,
+ perl
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/pod/Dispatch::Class
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdispatch-class-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdispatch-class-perl.git
+
+Package: libdispatch-class-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: dispatch on the type (class) of arguments
+ This module offers a simple way to check the class of an object and
+ handle specific cases specifically.
+ .
+ In other words this module provides a way to do specific tasks at run
+ time depending on type of object passed, similar to run time
+ polymorphism.
\ No newline at end of file
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..49397dc
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,19 @@
+Source: libdispatch-class-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/pod/Dispatch::Class
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdispatch-class-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdispatch-class-perl.git
+
+Package: libdispatch-class-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: dispatch on the type (class) of arguments
+ This module offers a simple way to check the class of an object and
+ handle specific cases specifically.
+ .
+ In other words this module provides a way to do specific tasks at run
+ time depending on type of object passed, similar to run time
+ polymorphism.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..da8635a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://cpan.metacpan.org/authors/id/M/MA/MAUKE/Dispatch-Class-0.01.tar.gz
+Upstream-Name: Dispatch-Class
+Upstream-Contact: https://rt.cpan.org/Public/Dist/Display.html?Name=Dispatch-Class
+ https://github.com/mauke/Dispatch-Class/issues
+Source: https://metacpan.org/pod/Dispatch::Class
+ https://github.com/mauke/Dispatch-Class
+
+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..23f763d
--- /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 = Dispatch-Class
+DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/M/MA/MAUKE
+DEB_UPSTREAM_TARBALL_MD5 = cfc595754abff3c79cde8d8f90aed49b
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/libdispatch-class-perl.git



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