[libtry-tiny-byclass-perl] 01/09: initial debianization
Vasudev Kamath
vasudev-guest at alioth.debian.org
Sun Nov 3 09:44:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
vasudev-guest pushed a commit to branch master
in repository libtry-tiny-byclass-perl.
commit e86430feabfd78cb01507d1e22d448ff123838ab
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date: Sun Nov 3 11:38:20 2013 +0530
initial debianization
---
debian/changelog | 7 +++++++
debian/compat | 1 +
debian/control | 22 ++++++++++++++++++++++
debian/control.in | 18 ++++++++++++++++++
debian/copyright | 26 ++++++++++++++++++++++++++
debian/rules | 11 +++++++++++
debian/source/format | 1 +
7 files changed, 86 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8547703
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+libtry-tiny-byclass-perl (0.01-1) unstable; urgency=low
+
+ * Initial Release.
+ Close: bug#728537.
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com> Sun, 03 Nov 2013 11:02:15 +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..63e8bee
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: libtry-tiny-byclass-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ debhelper,
+ dh-buildinfo,
+ devscripts,
+ perl
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/pod/Try::Tiny::ByClass
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtry-tiny-byclass-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtry-tiny-byclass-perl.git
+
+Package: libtry-tiny-byclass-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: selectively catch exceptions by class name
+ This module is a simple wrapper around Try::Tiny, which see. It
+ re-exports try, catch, and finally. In addition, it provides a way to
+ catch only some exceptions by filtering on the class (including
+ superclasses and consumed roles) of an exception object.
+
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..e612e8c
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,18 @@
+Source: libtry-tiny-byclass-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Standards-Version: 3.9.4
+Homepage: https://metacpan.org/pod/Try::Tiny::ByClass
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtry-tiny-byclass-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtry-tiny-byclass-perl.git
+
+Package: libtry-tiny-byclass-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: selectively catch exceptions by class name
+ This module is a simple wrapper around Try::Tiny, which see. It
+ re-exports try, catch, and finally. In addition, it provides a way to
+ catch only some exceptions by filtering on the class (including
+ superclasses and consumed roles) of an exception object.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..051affe
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Try-Tiny-ByClass
+Upstream-Contact: https://rt.cpan.org/Public/Dist/Display.html?Name=Try-Tiny-ByClass
+Source: https://metacpan.org/pod/Try::Tiny::ByClass
+
+Files: debian/*
+Copyright: 2013, Jonas Smedegaard <dr at jones.dk>,
+ 2013, Vasudev Kamath <kamathvasudev at gmail.com>
+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..87db1b4
--- /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/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+
+DEB_UPSTREAM_PACKAGE = Try-Tiny-ByClass
+DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/M/MA/MAUKE
+DEB_UPSTREAM_TARBALL_MD5 = ae264485a2213ae72a8394c4e2546b8a
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/libtry-tiny-byclass-perl.git
More information about the Pkg-perl-cvs-commits
mailing list