[librunning-commentary-perl] 01/01: Imported Debian patch 0.000005-1

Salvatore Bonaccorso carnil at debian.org
Fri Jan 10 20:10:36 UTC 2014


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

carnil pushed a commit to branch master
in repository librunning-commentary-perl.

commit 73dce09ee5f33a56cfa854581e5d8d7741f8b58a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Jan 10 21:05:24 2014 +0100

    Imported Debian patch 0.000005-1
---
 debian/changelog                           |  5 +++++
 debian/compat                              |  1 +
 debian/control                             | 32 ++++++++++++++++++++++++++++++
 debian/copyright                           | 28 ++++++++++++++++++++++++++
 debian/librunning-commentary-perl.examples |  1 +
 debian/rules                               | 11 ++++++++++
 debian/source/format                       |  1 +
 debian/watch                               |  2 ++
 8 files changed, 81 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..896bd64
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+librunning-commentary-perl (0.000005-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #733212)
+
+ -- Salvatore Bonaccorso <carnil at debian.org>  Fri, 10 Jan 2014 21:05:24 +0100
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..277bbc0
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: librunning-commentary-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep:
+ libkeyword-simple-perl,
+ liblexical-failure-perl,
+ libtest-effects-perl,
+ perl (>= 5.14.0)
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librunning-commentary-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librunning-commentary-perl.git
+Homepage: https://metacpan.org/release/Running-Commentary
+
+Package: librunning-commentary-perl
+Architecture: all
+Depends:
+ libkeyword-simple-perl,
+ liblexical-failure-perl,
+ perl (>= 5.14.0),
+ ${misc:Depends},
+ ${perl:Depends}
+Description: Perl module to call system() with tracking messages
+ Running::Commentary provides a single subroutine: run() which is
+ designed to be a more informative and less error-prone replacement for
+ the built-in system(). run() acts like system(), except that it returns
+ true on success and false on failure, and it announces what it's doing.
+ .
+ It also provides a compile-time keyword: run_with with which you can set
+ lexically scoped default options for run().
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6c9aa71
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Running-Commentary
+Upstream-Contact: Damian Conway <DCONWAY at CPAN.org>
+Upstream-Name: Running-Commentary
+
+Files: *
+Copyright: 2012, Damian Conway <DCONWAY at CPAN.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Salvatore Bonaccorso <carnil at debian.org>
+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/librunning-commentary-perl.examples b/debian/librunning-commentary-perl.examples
new file mode 100644
index 0000000..dffc8df
--- /dev/null
+++ b/debian/librunning-commentary-perl.examples
@@ -0,0 +1 @@
+demo.pl
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..036fed0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+%:
+	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/perl5/Running/demo.pl
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..4570ee3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Running-Commentary   .*/Running-Commentary-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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